mollie-api-typescript 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +2840 -1135
- package/bin/mcp-server.js.map +84 -69
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/entitybalance.d.ts +42 -42
- package/dist/commonjs/models/entitybalance.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalance.js +53 -51
- package/dist/commonjs/models/entitybalance.js.map +1 -1
- package/dist/commonjs/models/entitychargeback.d.ts +8 -8
- package/dist/commonjs/models/entitychargeback.d.ts.map +1 -1
- package/dist/commonjs/models/entitychargeback.js +13 -12
- package/dist/commonjs/models/entitychargeback.js.map +1 -1
- package/dist/commonjs/models/entityinvoice.d.ts +24 -24
- package/dist/commonjs/models/entityinvoice.d.ts.map +1 -1
- package/dist/commonjs/models/entityinvoice.js +31 -31
- package/dist/commonjs/models/entityinvoice.js.map +1 -1
- package/dist/commonjs/models/entitysettlement.d.ts +32 -32
- package/dist/commonjs/models/entitysettlement.d.ts.map +1 -1
- package/dist/commonjs/models/entitysettlement.js +43 -43
- package/dist/commonjs/models/entitysettlement.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +17 -2
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +17 -2
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/listcustomerresponse.d.ts +107 -0
- package/dist/commonjs/models/listcustomerresponse.d.ts.map +1 -0
- package/dist/commonjs/models/listcustomerresponse.js +112 -0
- package/dist/commonjs/models/listcustomerresponse.js.map +1 -0
- package/dist/commonjs/models/listentitybalance.d.ts +300 -0
- package/dist/commonjs/models/listentitybalance.d.ts.map +1 -0
- package/dist/commonjs/models/listentitybalance.js +245 -0
- package/dist/commonjs/models/listentitybalance.js.map +1 -0
- package/dist/commonjs/models/listentitychargeback.d.ts +175 -0
- package/dist/commonjs/models/listentitychargeback.d.ts.map +1 -0
- package/dist/commonjs/models/listentitychargeback.js +146 -0
- package/dist/commonjs/models/listentitychargeback.js.map +1 -0
- package/dist/commonjs/models/listentityinvoice.d.ts +236 -0
- package/dist/commonjs/models/listentityinvoice.d.ts.map +1 -0
- package/dist/commonjs/models/listentityinvoice.js +202 -0
- package/dist/commonjs/models/listentityinvoice.js.map +1 -0
- package/dist/commonjs/models/listentitymethod.d.ts +319 -0
- package/dist/commonjs/models/listentitymethod.d.ts.map +1 -0
- package/dist/commonjs/models/listentitymethod.js +264 -0
- package/dist/commonjs/models/listentitymethod.js.map +1 -0
- package/dist/commonjs/models/{entitymethodall.d.ts → listentitymethodall.d.ts} +60 -65
- package/dist/commonjs/models/listentitymethodall.d.ts.map +1 -0
- package/dist/commonjs/models/listentitymethodall.js +289 -0
- package/dist/commonjs/models/listentitymethodall.js.map +1 -0
- package/dist/commonjs/models/listentitypermission.d.ts +63 -0
- package/dist/commonjs/models/listentitypermission.d.ts.map +1 -0
- package/dist/commonjs/models/listentitypermission.js +92 -0
- package/dist/commonjs/models/listentitypermission.js.map +1 -0
- package/dist/commonjs/models/listentityrefund.d.ts +256 -0
- package/dist/commonjs/models/listentityrefund.d.ts.map +1 -0
- package/dist/commonjs/models/listentityrefund.js +202 -0
- package/dist/commonjs/models/listentityrefund.js.map +1 -0
- package/dist/commonjs/models/listentitysettlement.d.ts +321 -0
- package/dist/commonjs/models/listentitysettlement.d.ts.map +1 -0
- package/dist/commonjs/models/listentitysettlement.js +248 -0
- package/dist/commonjs/models/listentitysettlement.js.map +1 -0
- package/dist/commonjs/models/listentityterminal.d.ts +130 -0
- package/dist/commonjs/models/listentityterminal.d.ts.map +1 -0
- package/dist/commonjs/models/listentityterminal.js +124 -0
- package/dist/commonjs/models/listentityterminal.js.map +1 -0
- package/dist/commonjs/models/listentitywebhook.d.ts +91 -0
- package/dist/commonjs/models/listentitywebhook.d.ts.map +1 -0
- package/dist/commonjs/models/listentitywebhook.js +105 -0
- package/dist/commonjs/models/listentitywebhook.js.map +1 -0
- package/dist/commonjs/models/listmandateresponse.d.ts +176 -0
- package/dist/commonjs/models/listmandateresponse.d.ts.map +1 -0
- package/dist/commonjs/models/listmandateresponse.js +157 -0
- package/dist/commonjs/models/listmandateresponse.js.map +1 -0
- package/dist/commonjs/models/listpaymentresponse.d.ts +1348 -0
- package/dist/commonjs/models/listpaymentresponse.d.ts.map +1 -0
- package/dist/commonjs/models/listpaymentresponse.js +620 -0
- package/dist/commonjs/models/listpaymentresponse.js.map +1 -0
- package/dist/commonjs/models/listprofileresponse.d.ts +202 -0
- package/dist/commonjs/models/listprofileresponse.d.ts.map +1 -0
- package/dist/commonjs/models/listprofileresponse.js +159 -0
- package/dist/commonjs/models/listprofileresponse.js.map +1 -0
- package/dist/commonjs/models/{routegetresponse.d.ts → listroutegetresponse.d.ts} +23 -28
- package/dist/commonjs/models/listroutegetresponse.d.ts.map +1 -0
- package/dist/commonjs/models/{routegetresponse.js → listroutegetresponse.js} +30 -32
- package/dist/commonjs/models/listroutegetresponse.js.map +1 -0
- package/dist/commonjs/models/listsalesinvoiceresponse.d.ts +375 -0
- package/dist/commonjs/models/listsalesinvoiceresponse.d.ts.map +1 -0
- package/dist/commonjs/models/listsalesinvoiceresponse.js +267 -0
- package/dist/commonjs/models/listsalesinvoiceresponse.js.map +1 -0
- package/dist/commonjs/models/listsubscriptionresponse.d.ts +249 -0
- package/dist/commonjs/models/listsubscriptionresponse.d.ts.map +1 -0
- package/dist/commonjs/models/listsubscriptionresponse.js +171 -0
- package/dist/commonjs/models/listsubscriptionresponse.js.map +1 -0
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +2 -2
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +2 -2
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.d.ts +2 -2
- package/dist/commonjs/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.js +2 -2
- package/dist/commonjs/models/operations/listallchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.d.ts +2 -2
- package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.js +2 -2
- package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.d.ts +2 -2
- package/dist/commonjs/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.js +2 -2
- package/dist/commonjs/models/operations/listallrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +2 -2
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +4 -2
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listbalances.d.ts +2 -2
- package/dist/commonjs/models/operations/listbalances.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalances.js +2 -2
- package/dist/commonjs/models/operations/listbalances.js.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.d.ts +2 -2
- package/dist/commonjs/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.js +2 -2
- package/dist/commonjs/models/operations/listchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listclients.d.ts +0 -5
- package/dist/commonjs/models/operations/listclients.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listclients.js +0 -2
- package/dist/commonjs/models/operations/listclients.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +2 -2
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +2 -2
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.d.ts +2 -2
- package/dist/commonjs/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.js +2 -2
- package/dist/commonjs/models/operations/listcustomers.js.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.d.ts +2 -2
- package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.js +2 -2
- package/dist/commonjs/models/operations/listinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listmandates.d.ts +2 -2
- package/dist/commonjs/models/operations/listmandates.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmandates.js +2 -2
- package/dist/commonjs/models/operations/listmandates.js.map +1 -1
- package/dist/commonjs/models/operations/listmethods.d.ts +2 -2
- package/dist/commonjs/models/operations/listmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmethods.js +2 -2
- package/dist/commonjs/models/operations/listmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +2 -2
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +2 -2
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listpermissions.d.ts +2 -2
- package/dist/commonjs/models/operations/listpermissions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpermissions.js +2 -2
- package/dist/commonjs/models/operations/listpermissions.js.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.d.ts +2 -2
- package/dist/commonjs/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.js +2 -2
- package/dist/commonjs/models/operations/listprofiles.js.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.d.ts +2 -2
- package/dist/commonjs/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.js +2 -2
- package/dist/commonjs/models/operations/listrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsalesinvoices.d.ts +2 -2
- package/dist/commonjs/models/operations/listsalesinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsalesinvoices.js +4 -2
- package/dist/commonjs/models/operations/listsalesinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts +2 -2
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.js +2 -2
- package/dist/commonjs/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +2 -2
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +2 -2
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts +2 -2
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.js +2 -2
- package/dist/commonjs/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlements.d.ts +2 -2
- package/dist/commonjs/models/operations/listsettlements.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlements.js +2 -2
- package/dist/commonjs/models/operations/listsettlements.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +2 -2
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +2 -2
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.d.ts +2 -2
- package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.js +4 -2
- package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listterminals.d.ts +2 -2
- package/dist/commonjs/models/operations/listterminals.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listterminals.js +2 -2
- package/dist/commonjs/models/operations/listterminals.js.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.d.ts +2 -2
- package/dist/commonjs/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.js +2 -2
- package/dist/commonjs/models/operations/listwebhooks.js.map +1 -1
- package/dist/commonjs/models/operations/paymentlistroutes.d.ts +2 -2
- package/dist/commonjs/models/operations/paymentlistroutes.d.ts.map +1 -1
- package/dist/commonjs/models/operations/paymentlistroutes.js +2 -2
- package/dist/commonjs/models/operations/paymentlistroutes.js.map +1 -1
- package/dist/commonjs/models/paymentresponse.d.ts +48 -48
- package/dist/commonjs/models/paymentresponse.d.ts.map +1 -1
- package/dist/commonjs/models/paymentresponse.js +67 -62
- package/dist/commonjs/models/paymentresponse.js.map +1 -1
- package/dist/commonjs/models/profileresponse.d.ts +8 -8
- package/dist/commonjs/models/profileresponse.d.ts.map +1 -1
- package/dist/commonjs/models/profileresponse.js +11 -12
- package/dist/commonjs/models/profileresponse.js.map +1 -1
- package/dist/commonjs/models/salesinvoiceresponse.d.ts +40 -40
- package/dist/commonjs/models/salesinvoiceresponse.d.ts.map +1 -1
- package/dist/commonjs/models/salesinvoiceresponse.js +56 -51
- package/dist/commonjs/models/salesinvoiceresponse.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/entitybalance.d.ts +42 -42
- package/dist/esm/models/entitybalance.d.ts.map +1 -1
- package/dist/esm/models/entitybalance.js +44 -42
- package/dist/esm/models/entitybalance.js.map +1 -1
- package/dist/esm/models/entitychargeback.d.ts +8 -8
- package/dist/esm/models/entitychargeback.d.ts.map +1 -1
- package/dist/esm/models/entitychargeback.js +10 -9
- package/dist/esm/models/entitychargeback.js.map +1 -1
- package/dist/esm/models/entityinvoice.d.ts +24 -24
- package/dist/esm/models/entityinvoice.d.ts.map +1 -1
- package/dist/esm/models/entityinvoice.js +24 -24
- package/dist/esm/models/entityinvoice.js.map +1 -1
- package/dist/esm/models/entitysettlement.d.ts +32 -32
- package/dist/esm/models/entitysettlement.d.ts.map +1 -1
- package/dist/esm/models/entitysettlement.js +34 -34
- package/dist/esm/models/entitysettlement.js.map +1 -1
- package/dist/esm/models/index.d.ts +17 -2
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +17 -2
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/listcustomerresponse.d.ts +107 -0
- package/dist/esm/models/listcustomerresponse.d.ts.map +1 -0
- package/dist/esm/models/listcustomerresponse.js +72 -0
- package/dist/esm/models/listcustomerresponse.js.map +1 -0
- package/dist/esm/models/listentitybalance.d.ts +300 -0
- package/dist/esm/models/listentitybalance.d.ts.map +1 -0
- package/dist/esm/models/listentitybalance.js +197 -0
- package/dist/esm/models/listentitybalance.js.map +1 -0
- package/dist/esm/models/listentitychargeback.d.ts +175 -0
- package/dist/esm/models/listentitychargeback.d.ts.map +1 -0
- package/dist/esm/models/listentitychargeback.js +102 -0
- package/dist/esm/models/listentitychargeback.js.map +1 -0
- package/dist/esm/models/listentityinvoice.d.ts +236 -0
- package/dist/esm/models/listentityinvoice.d.ts.map +1 -0
- package/dist/esm/models/listentityinvoice.js +154 -0
- package/dist/esm/models/listentityinvoice.js.map +1 -0
- package/dist/esm/models/listentitymethod.d.ts +319 -0
- package/dist/esm/models/listentitymethod.d.ts.map +1 -0
- package/dist/esm/models/listentitymethod.js +214 -0
- package/dist/esm/models/listentitymethod.js.map +1 -0
- package/dist/esm/models/{entitymethodall.d.ts → listentitymethodall.d.ts} +60 -65
- package/dist/esm/models/listentitymethodall.d.ts.map +1 -0
- package/dist/esm/models/listentitymethodall.js +237 -0
- package/dist/esm/models/listentitymethodall.js.map +1 -0
- package/dist/esm/models/listentitypermission.d.ts +63 -0
- package/dist/esm/models/listentitypermission.d.ts.map +1 -0
- package/dist/esm/models/listentitypermission.js +52 -0
- package/dist/esm/models/listentitypermission.js.map +1 -0
- package/dist/esm/models/listentityrefund.d.ts +256 -0
- package/dist/esm/models/listentityrefund.d.ts.map +1 -0
- package/dist/esm/models/listentityrefund.js +154 -0
- package/dist/esm/models/listentityrefund.js.map +1 -0
- package/dist/esm/models/listentitysettlement.d.ts +321 -0
- package/dist/esm/models/listentitysettlement.d.ts.map +1 -0
- package/dist/esm/models/listentitysettlement.js +198 -0
- package/dist/esm/models/listentitysettlement.js.map +1 -0
- package/dist/esm/models/listentityterminal.d.ts +130 -0
- package/dist/esm/models/listentityterminal.d.ts.map +1 -0
- package/dist/esm/models/listentityterminal.js +84 -0
- package/dist/esm/models/listentityterminal.js.map +1 -0
- package/dist/esm/models/listentitywebhook.d.ts +91 -0
- package/dist/esm/models/listentitywebhook.d.ts.map +1 -0
- package/dist/esm/models/listentitywebhook.js +65 -0
- package/dist/esm/models/listentitywebhook.js.map +1 -0
- package/dist/esm/models/listmandateresponse.d.ts +176 -0
- package/dist/esm/models/listmandateresponse.d.ts.map +1 -0
- package/dist/esm/models/listmandateresponse.js +115 -0
- package/dist/esm/models/listmandateresponse.js.map +1 -0
- package/dist/esm/models/listpaymentresponse.d.ts +1348 -0
- package/dist/esm/models/listpaymentresponse.d.ts.map +1 -0
- package/dist/esm/models/listpaymentresponse.js +558 -0
- package/dist/esm/models/listpaymentresponse.js.map +1 -0
- package/dist/esm/models/listprofileresponse.d.ts +202 -0
- package/dist/esm/models/listprofileresponse.d.ts.map +1 -0
- package/dist/esm/models/listprofileresponse.js +117 -0
- package/dist/esm/models/listprofileresponse.js.map +1 -0
- package/dist/esm/models/{routegetresponse.d.ts → listroutegetresponse.d.ts} +23 -28
- package/dist/esm/models/listroutegetresponse.d.ts.map +1 -0
- package/dist/esm/models/listroutegetresponse.js +76 -0
- package/dist/esm/models/listroutegetresponse.js.map +1 -0
- package/dist/esm/models/listsalesinvoiceresponse.d.ts +375 -0
- package/dist/esm/models/listsalesinvoiceresponse.d.ts.map +1 -0
- package/dist/esm/models/listsalesinvoiceresponse.js +215 -0
- package/dist/esm/models/listsalesinvoiceresponse.js.map +1 -0
- package/dist/esm/models/listsubscriptionresponse.d.ts +249 -0
- package/dist/esm/models/listsubscriptionresponse.d.ts.map +1 -0
- package/dist/esm/models/listsubscriptionresponse.js +129 -0
- package/dist/esm/models/listsubscriptionresponse.js.map +1 -0
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +2 -2
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +2 -2
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/listallchargebacks.d.ts +2 -2
- package/dist/esm/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listallchargebacks.js +2 -2
- package/dist/esm/models/operations/listallchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listallmethods.d.ts +2 -2
- package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listallmethods.js +2 -2
- package/dist/esm/models/operations/listallmethods.js.map +1 -1
- package/dist/esm/models/operations/listallrefunds.d.ts +2 -2
- package/dist/esm/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listallrefunds.js +2 -2
- package/dist/esm/models/operations/listallrefunds.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +2 -2
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +4 -2
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listbalances.d.ts +2 -2
- package/dist/esm/models/operations/listbalances.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalances.js +2 -2
- package/dist/esm/models/operations/listbalances.js.map +1 -1
- package/dist/esm/models/operations/listchargebacks.d.ts +2 -2
- package/dist/esm/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listchargebacks.js +2 -2
- package/dist/esm/models/operations/listchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listclients.d.ts +0 -5
- package/dist/esm/models/operations/listclients.d.ts.map +1 -1
- package/dist/esm/models/operations/listclients.js +0 -2
- package/dist/esm/models/operations/listclients.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +2 -2
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +2 -2
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listcustomers.d.ts +2 -2
- package/dist/esm/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomers.js +2 -2
- package/dist/esm/models/operations/listcustomers.js.map +1 -1
- package/dist/esm/models/operations/listinvoices.d.ts +2 -2
- package/dist/esm/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listinvoices.js +2 -2
- package/dist/esm/models/operations/listinvoices.js.map +1 -1
- package/dist/esm/models/operations/listmandates.d.ts +2 -2
- package/dist/esm/models/operations/listmandates.d.ts.map +1 -1
- package/dist/esm/models/operations/listmandates.js +2 -2
- package/dist/esm/models/operations/listmandates.js.map +1 -1
- package/dist/esm/models/operations/listmethods.d.ts +2 -2
- package/dist/esm/models/operations/listmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listmethods.js +2 -2
- package/dist/esm/models/operations/listmethods.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +2 -2
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +2 -2
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listpermissions.d.ts +2 -2
- package/dist/esm/models/operations/listpermissions.d.ts.map +1 -1
- package/dist/esm/models/operations/listpermissions.js +2 -2
- package/dist/esm/models/operations/listpermissions.js.map +1 -1
- package/dist/esm/models/operations/listprofiles.d.ts +2 -2
- package/dist/esm/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/esm/models/operations/listprofiles.js +2 -2
- package/dist/esm/models/operations/listprofiles.js.map +1 -1
- package/dist/esm/models/operations/listrefunds.d.ts +2 -2
- package/dist/esm/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listrefunds.js +2 -2
- package/dist/esm/models/operations/listrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsalesinvoices.d.ts +2 -2
- package/dist/esm/models/operations/listsalesinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listsalesinvoices.js +4 -2
- package/dist/esm/models/operations/listsalesinvoices.js.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts +2 -2
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.js +2 -2
- package/dist/esm/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +2 -2
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +2 -2
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.d.ts +2 -2
- package/dist/esm/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.js +2 -2
- package/dist/esm/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsettlements.d.ts +2 -2
- package/dist/esm/models/operations/listsettlements.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlements.js +2 -2
- package/dist/esm/models/operations/listsettlements.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +2 -2
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +2 -2
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.d.ts +2 -2
- package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.js +4 -2
- package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listterminals.d.ts +2 -2
- package/dist/esm/models/operations/listterminals.d.ts.map +1 -1
- package/dist/esm/models/operations/listterminals.js +2 -2
- package/dist/esm/models/operations/listterminals.js.map +1 -1
- package/dist/esm/models/operations/listwebhooks.d.ts +2 -2
- package/dist/esm/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/esm/models/operations/listwebhooks.js +2 -2
- package/dist/esm/models/operations/listwebhooks.js.map +1 -1
- package/dist/esm/models/operations/paymentlistroutes.d.ts +2 -2
- package/dist/esm/models/operations/paymentlistroutes.d.ts.map +1 -1
- package/dist/esm/models/operations/paymentlistroutes.js +2 -2
- package/dist/esm/models/operations/paymentlistroutes.js.map +1 -1
- package/dist/esm/models/paymentresponse.d.ts +48 -48
- package/dist/esm/models/paymentresponse.d.ts.map +1 -1
- package/dist/esm/models/paymentresponse.js +54 -49
- package/dist/esm/models/paymentresponse.js.map +1 -1
- package/dist/esm/models/profileresponse.d.ts +8 -8
- package/dist/esm/models/profileresponse.d.ts.map +1 -1
- package/dist/esm/models/profileresponse.js +8 -9
- package/dist/esm/models/profileresponse.js.map +1 -1
- package/dist/esm/models/salesinvoiceresponse.d.ts +40 -40
- package/dist/esm/models/salesinvoiceresponse.d.ts.map +1 -1
- package/dist/esm/models/salesinvoiceresponse.js +45 -40
- package/dist/esm/models/salesinvoiceresponse.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/entitybalance.ts +112 -93
- package/src/models/entitychargeback.ts +29 -20
- package/src/models/entityinvoice.ts +63 -51
- package/src/models/entitysettlement.ts +140 -96
- package/src/models/index.ts +17 -2
- package/src/models/listcustomerresponse.ts +223 -0
- package/src/models/listentitybalance.ts +598 -0
- package/src/models/listentitychargeback.ts +361 -0
- package/src/models/listentityinvoice.ts +492 -0
- package/src/models/listentitymethod.ts +608 -0
- package/src/models/{entitymethodall.ts → listentitymethodall.ts} +139 -142
- package/src/models/listentitypermission.ts +149 -0
- package/src/models/listentityrefund.ts +544 -0
- package/src/models/listentitysettlement.ts +651 -0
- package/src/models/listentityterminal.ts +253 -0
- package/src/models/listentitywebhook.ts +195 -0
- package/src/models/listmandateresponse.ts +343 -0
- package/src/models/listpaymentresponse.ts +2225 -0
- package/src/models/listprofileresponse.ts +365 -0
- package/src/models/{routegetresponse.ts → listroutegetresponse.ts} +51 -58
- package/src/models/listsalesinvoiceresponse.ts +799 -0
- package/src/models/listsubscriptionresponse.ts +447 -0
- package/src/models/operations/getpaymentlinkpayments.ts +4 -4
- package/src/models/operations/listallchargebacks.ts +4 -4
- package/src/models/operations/listallmethods.ts +4 -4
- package/src/models/operations/listallrefunds.ts +4 -4
- package/src/models/operations/listallsubscriptions.ts +6 -4
- package/src/models/operations/listbalances.ts +4 -4
- package/src/models/operations/listchargebacks.ts +4 -4
- package/src/models/operations/listclients.ts +0 -7
- package/src/models/operations/listcustomerpayments.ts +4 -4
- package/src/models/operations/listcustomers.ts +4 -4
- package/src/models/operations/listinvoices.ts +4 -4
- package/src/models/operations/listmandates.ts +4 -4
- package/src/models/operations/listmethods.ts +4 -4
- package/src/models/operations/listpayments.ts +4 -4
- package/src/models/operations/listpermissions.ts +4 -4
- package/src/models/operations/listprofiles.ts +4 -4
- package/src/models/operations/listrefunds.ts +4 -4
- package/src/models/operations/listsalesinvoices.ts +6 -4
- package/src/models/operations/listsettlementchargebacks.ts +4 -4
- package/src/models/operations/listsettlementpayments.ts +4 -4
- package/src/models/operations/listsettlementrefunds.ts +4 -4
- package/src/models/operations/listsettlements.ts +4 -4
- package/src/models/operations/listsubscriptionpayments.ts +4 -4
- package/src/models/operations/listsubscriptions.ts +6 -4
- package/src/models/operations/listterminals.ts +4 -4
- package/src/models/operations/listwebhooks.ts +4 -4
- package/src/models/operations/paymentlistroutes.ts +4 -4
- package/src/models/paymentresponse.ts +159 -117
- package/src/models/profileresponse.ts +26 -19
- package/src/models/salesinvoiceresponse.ts +149 -97
- package/dist/commonjs/models/entitymethodall.d.ts.map +0 -1
- package/dist/commonjs/models/entitymethodall.js +0 -291
- package/dist/commonjs/models/entitymethodall.js.map +0 -1
- package/dist/commonjs/models/routegetresponse.d.ts.map +0 -1
- package/dist/commonjs/models/routegetresponse.js.map +0 -1
- package/dist/esm/models/entitymethodall.d.ts.map +0 -1
- package/dist/esm/models/entitymethodall.js +0 -239
- package/dist/esm/models/entitymethodall.js.map +0 -1
- package/dist/esm/models/routegetresponse.d.ts.map +0 -1
- package/dist/esm/models/routegetresponse.js +0 -78
- package/dist/esm/models/routegetresponse.js.map +0 -1
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
* @remarks
|
|
34
34
|
* method selection screen will be skipped.
|
|
35
35
|
*/
|
|
36
|
-
export const
|
|
36
|
+
export const ListEntityMethodAllId = {
|
|
37
37
|
Alma: "alma",
|
|
38
38
|
Applepay: "applepay",
|
|
39
39
|
Bacs: "bacs",
|
|
@@ -91,12 +91,12 @@ export const EntityMethodAllId = {
|
|
|
91
91
|
* @remarks
|
|
92
92
|
* method selection screen will be skipped.
|
|
93
93
|
*/
|
|
94
|
-
export type
|
|
94
|
+
export type ListEntityMethodAllId = OpenEnum<typeof ListEntityMethodAllId>;
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
97
|
* The minimum payment amount required to use this payment method.
|
|
98
98
|
*/
|
|
99
|
-
export type
|
|
99
|
+
export type ListEntityMethodAllMinimumAmount = {
|
|
100
100
|
/**
|
|
101
101
|
* A three-character ISO 4217 currency code.
|
|
102
102
|
*/
|
|
@@ -113,7 +113,7 @@ export type EntityMethodAllMinimumAmount = {
|
|
|
113
113
|
* @remarks
|
|
114
114
|
* is returned instead.
|
|
115
115
|
*/
|
|
116
|
-
export type
|
|
116
|
+
export type ListEntityMethodAllMaximumAmount = {
|
|
117
117
|
/**
|
|
118
118
|
* A three-character ISO 4217 currency code.
|
|
119
119
|
*/
|
|
@@ -127,7 +127,7 @@ export type EntityMethodAllMaximumAmount = {
|
|
|
127
127
|
/**
|
|
128
128
|
* URLs of images representing the payment method.
|
|
129
129
|
*/
|
|
130
|
-
export type
|
|
130
|
+
export type ListEntityMethodAllImage = {
|
|
131
131
|
/**
|
|
132
132
|
* The URL pointing to an icon of 32 by 24 pixels.
|
|
133
133
|
*/
|
|
@@ -154,7 +154,7 @@ export type EntityMethodAllImage = {
|
|
|
154
154
|
* - size2x
|
|
155
155
|
* - svg
|
|
156
156
|
*/
|
|
157
|
-
export type
|
|
157
|
+
export type ListEntityMethodAllIssuerImage = {
|
|
158
158
|
/**
|
|
159
159
|
* The URL pointing to an icon of 32 by 24 pixels.
|
|
160
160
|
*/
|
|
@@ -172,7 +172,7 @@ export type EntityMethodAllIssuerImage = {
|
|
|
172
172
|
svg?: string | undefined;
|
|
173
173
|
};
|
|
174
174
|
|
|
175
|
-
export type
|
|
175
|
+
export type ListEntityMethodAllIssuer = {
|
|
176
176
|
resource: string;
|
|
177
177
|
id: string;
|
|
178
178
|
/**
|
|
@@ -188,21 +188,17 @@ export type EntityMethodAllIssuer = {
|
|
|
188
188
|
* - size2x
|
|
189
189
|
* - svg
|
|
190
190
|
*/
|
|
191
|
-
image:
|
|
191
|
+
image: ListEntityMethodAllIssuerImage;
|
|
192
192
|
};
|
|
193
193
|
|
|
194
194
|
/**
|
|
195
195
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
196
196
|
*/
|
|
197
|
-
export type
|
|
197
|
+
export type ListEntityMethodAllLinks = {
|
|
198
198
|
/**
|
|
199
199
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
200
200
|
*/
|
|
201
201
|
self: Url;
|
|
202
|
-
/**
|
|
203
|
-
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
204
|
-
*/
|
|
205
|
-
documentation?: Url | undefined;
|
|
206
202
|
};
|
|
207
203
|
|
|
208
204
|
export type Pricing = {
|
|
@@ -230,7 +226,7 @@ export type Pricing = {
|
|
|
230
226
|
feeRegion?: string | null | undefined;
|
|
231
227
|
};
|
|
232
228
|
|
|
233
|
-
export type
|
|
229
|
+
export type ListEntityMethodAll = {
|
|
234
230
|
/**
|
|
235
231
|
* Indicates the response contains a payment method object. Will always contain the string `method` for this
|
|
236
232
|
*
|
|
@@ -244,7 +240,7 @@ export type EntityMethodAll = {
|
|
|
244
240
|
* @remarks
|
|
245
241
|
* method selection screen will be skipped.
|
|
246
242
|
*/
|
|
247
|
-
id:
|
|
243
|
+
id: ListEntityMethodAllId | null;
|
|
248
244
|
/**
|
|
249
245
|
* The full name of the payment method.
|
|
250
246
|
*
|
|
@@ -256,18 +252,18 @@ export type EntityMethodAll = {
|
|
|
256
252
|
/**
|
|
257
253
|
* The minimum payment amount required to use this payment method.
|
|
258
254
|
*/
|
|
259
|
-
minimumAmount:
|
|
255
|
+
minimumAmount: ListEntityMethodAllMinimumAmount;
|
|
260
256
|
/**
|
|
261
257
|
* The maximum payment amount allowed when using this payment method. If there is no method-specific maximum, `null`
|
|
262
258
|
*
|
|
263
259
|
* @remarks
|
|
264
260
|
* is returned instead.
|
|
265
261
|
*/
|
|
266
|
-
maximumAmount:
|
|
262
|
+
maximumAmount: ListEntityMethodAllMaximumAmount | null;
|
|
267
263
|
/**
|
|
268
264
|
* URLs of images representing the payment method.
|
|
269
265
|
*/
|
|
270
|
-
image:
|
|
266
|
+
image: ListEntityMethodAllImage;
|
|
271
267
|
/**
|
|
272
268
|
* The payment method's activation status for this profile.
|
|
273
269
|
*/
|
|
@@ -278,11 +274,11 @@ export type EntityMethodAll = {
|
|
|
278
274
|
* @remarks
|
|
279
275
|
* for iDEAL, KBC/CBC, gift cards, and vouchers.
|
|
280
276
|
*/
|
|
281
|
-
issuers?: Array<
|
|
277
|
+
issuers?: Array<ListEntityMethodAllIssuer> | undefined;
|
|
282
278
|
/**
|
|
283
279
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
284
280
|
*/
|
|
285
|
-
links:
|
|
281
|
+
links: ListEntityMethodAllLinks;
|
|
286
282
|
/**
|
|
287
283
|
* **Optional include.** Array of objects describing the pricing configuration applicable for this payment method on
|
|
288
284
|
*
|
|
@@ -293,21 +289,21 @@ export type EntityMethodAll = {
|
|
|
293
289
|
};
|
|
294
290
|
|
|
295
291
|
/** @internal */
|
|
296
|
-
export const
|
|
297
|
-
|
|
292
|
+
export const ListEntityMethodAllId$inboundSchema: z.ZodType<
|
|
293
|
+
ListEntityMethodAllId,
|
|
298
294
|
z.ZodTypeDef,
|
|
299
295
|
unknown
|
|
300
|
-
> = openEnums.inboundSchema(
|
|
296
|
+
> = openEnums.inboundSchema(ListEntityMethodAllId);
|
|
301
297
|
/** @internal */
|
|
302
|
-
export const
|
|
298
|
+
export const ListEntityMethodAllId$outboundSchema: z.ZodType<
|
|
303
299
|
string,
|
|
304
300
|
z.ZodTypeDef,
|
|
305
|
-
|
|
306
|
-
> = openEnums.outboundSchema(
|
|
301
|
+
ListEntityMethodAllId
|
|
302
|
+
> = openEnums.outboundSchema(ListEntityMethodAllId);
|
|
307
303
|
|
|
308
304
|
/** @internal */
|
|
309
|
-
export const
|
|
310
|
-
|
|
305
|
+
export const ListEntityMethodAllMinimumAmount$inboundSchema: z.ZodType<
|
|
306
|
+
ListEntityMethodAllMinimumAmount,
|
|
311
307
|
z.ZodTypeDef,
|
|
312
308
|
unknown
|
|
313
309
|
> = z.object({
|
|
@@ -315,43 +311,43 @@ export const EntityMethodAllMinimumAmount$inboundSchema: z.ZodType<
|
|
|
315
311
|
value: z.string(),
|
|
316
312
|
});
|
|
317
313
|
/** @internal */
|
|
318
|
-
export type
|
|
314
|
+
export type ListEntityMethodAllMinimumAmount$Outbound = {
|
|
319
315
|
currency: string;
|
|
320
316
|
value: string;
|
|
321
317
|
};
|
|
322
318
|
|
|
323
319
|
/** @internal */
|
|
324
|
-
export const
|
|
325
|
-
|
|
320
|
+
export const ListEntityMethodAllMinimumAmount$outboundSchema: z.ZodType<
|
|
321
|
+
ListEntityMethodAllMinimumAmount$Outbound,
|
|
326
322
|
z.ZodTypeDef,
|
|
327
|
-
|
|
323
|
+
ListEntityMethodAllMinimumAmount
|
|
328
324
|
> = z.object({
|
|
329
325
|
currency: z.string(),
|
|
330
326
|
value: z.string(),
|
|
331
327
|
});
|
|
332
328
|
|
|
333
|
-
export function
|
|
334
|
-
|
|
329
|
+
export function listEntityMethodAllMinimumAmountToJSON(
|
|
330
|
+
listEntityMethodAllMinimumAmount: ListEntityMethodAllMinimumAmount,
|
|
335
331
|
): string {
|
|
336
332
|
return JSON.stringify(
|
|
337
|
-
|
|
338
|
-
|
|
333
|
+
ListEntityMethodAllMinimumAmount$outboundSchema.parse(
|
|
334
|
+
listEntityMethodAllMinimumAmount,
|
|
339
335
|
),
|
|
340
336
|
);
|
|
341
337
|
}
|
|
342
|
-
export function
|
|
338
|
+
export function listEntityMethodAllMinimumAmountFromJSON(
|
|
343
339
|
jsonString: string,
|
|
344
|
-
): SafeParseResult<
|
|
340
|
+
): SafeParseResult<ListEntityMethodAllMinimumAmount, SDKValidationError> {
|
|
345
341
|
return safeParse(
|
|
346
342
|
jsonString,
|
|
347
|
-
(x) =>
|
|
348
|
-
`Failed to parse '
|
|
343
|
+
(x) => ListEntityMethodAllMinimumAmount$inboundSchema.parse(JSON.parse(x)),
|
|
344
|
+
`Failed to parse 'ListEntityMethodAllMinimumAmount' from JSON`,
|
|
349
345
|
);
|
|
350
346
|
}
|
|
351
347
|
|
|
352
348
|
/** @internal */
|
|
353
|
-
export const
|
|
354
|
-
|
|
349
|
+
export const ListEntityMethodAllMaximumAmount$inboundSchema: z.ZodType<
|
|
350
|
+
ListEntityMethodAllMaximumAmount,
|
|
355
351
|
z.ZodTypeDef,
|
|
356
352
|
unknown
|
|
357
353
|
> = z.object({
|
|
@@ -359,43 +355,43 @@ export const EntityMethodAllMaximumAmount$inboundSchema: z.ZodType<
|
|
|
359
355
|
value: z.string(),
|
|
360
356
|
});
|
|
361
357
|
/** @internal */
|
|
362
|
-
export type
|
|
358
|
+
export type ListEntityMethodAllMaximumAmount$Outbound = {
|
|
363
359
|
currency: string;
|
|
364
360
|
value: string;
|
|
365
361
|
};
|
|
366
362
|
|
|
367
363
|
/** @internal */
|
|
368
|
-
export const
|
|
369
|
-
|
|
364
|
+
export const ListEntityMethodAllMaximumAmount$outboundSchema: z.ZodType<
|
|
365
|
+
ListEntityMethodAllMaximumAmount$Outbound,
|
|
370
366
|
z.ZodTypeDef,
|
|
371
|
-
|
|
367
|
+
ListEntityMethodAllMaximumAmount
|
|
372
368
|
> = z.object({
|
|
373
369
|
currency: z.string(),
|
|
374
370
|
value: z.string(),
|
|
375
371
|
});
|
|
376
372
|
|
|
377
|
-
export function
|
|
378
|
-
|
|
373
|
+
export function listEntityMethodAllMaximumAmountToJSON(
|
|
374
|
+
listEntityMethodAllMaximumAmount: ListEntityMethodAllMaximumAmount,
|
|
379
375
|
): string {
|
|
380
376
|
return JSON.stringify(
|
|
381
|
-
|
|
382
|
-
|
|
377
|
+
ListEntityMethodAllMaximumAmount$outboundSchema.parse(
|
|
378
|
+
listEntityMethodAllMaximumAmount,
|
|
383
379
|
),
|
|
384
380
|
);
|
|
385
381
|
}
|
|
386
|
-
export function
|
|
382
|
+
export function listEntityMethodAllMaximumAmountFromJSON(
|
|
387
383
|
jsonString: string,
|
|
388
|
-
): SafeParseResult<
|
|
384
|
+
): SafeParseResult<ListEntityMethodAllMaximumAmount, SDKValidationError> {
|
|
389
385
|
return safeParse(
|
|
390
386
|
jsonString,
|
|
391
|
-
(x) =>
|
|
392
|
-
`Failed to parse '
|
|
387
|
+
(x) => ListEntityMethodAllMaximumAmount$inboundSchema.parse(JSON.parse(x)),
|
|
388
|
+
`Failed to parse 'ListEntityMethodAllMaximumAmount' from JSON`,
|
|
393
389
|
);
|
|
394
390
|
}
|
|
395
391
|
|
|
396
392
|
/** @internal */
|
|
397
|
-
export const
|
|
398
|
-
|
|
393
|
+
export const ListEntityMethodAllImage$inboundSchema: z.ZodType<
|
|
394
|
+
ListEntityMethodAllImage,
|
|
399
395
|
z.ZodTypeDef,
|
|
400
396
|
unknown
|
|
401
397
|
> = z.object({
|
|
@@ -404,43 +400,43 @@ export const EntityMethodAllImage$inboundSchema: z.ZodType<
|
|
|
404
400
|
svg: z.string(),
|
|
405
401
|
});
|
|
406
402
|
/** @internal */
|
|
407
|
-
export type
|
|
403
|
+
export type ListEntityMethodAllImage$Outbound = {
|
|
408
404
|
size1x: string;
|
|
409
405
|
size2x: string;
|
|
410
406
|
svg: string;
|
|
411
407
|
};
|
|
412
408
|
|
|
413
409
|
/** @internal */
|
|
414
|
-
export const
|
|
415
|
-
|
|
410
|
+
export const ListEntityMethodAllImage$outboundSchema: z.ZodType<
|
|
411
|
+
ListEntityMethodAllImage$Outbound,
|
|
416
412
|
z.ZodTypeDef,
|
|
417
|
-
|
|
413
|
+
ListEntityMethodAllImage
|
|
418
414
|
> = z.object({
|
|
419
415
|
size1x: z.string(),
|
|
420
416
|
size2x: z.string(),
|
|
421
417
|
svg: z.string(),
|
|
422
418
|
});
|
|
423
419
|
|
|
424
|
-
export function
|
|
425
|
-
|
|
420
|
+
export function listEntityMethodAllImageToJSON(
|
|
421
|
+
listEntityMethodAllImage: ListEntityMethodAllImage,
|
|
426
422
|
): string {
|
|
427
423
|
return JSON.stringify(
|
|
428
|
-
|
|
424
|
+
ListEntityMethodAllImage$outboundSchema.parse(listEntityMethodAllImage),
|
|
429
425
|
);
|
|
430
426
|
}
|
|
431
|
-
export function
|
|
427
|
+
export function listEntityMethodAllImageFromJSON(
|
|
432
428
|
jsonString: string,
|
|
433
|
-
): SafeParseResult<
|
|
429
|
+
): SafeParseResult<ListEntityMethodAllImage, SDKValidationError> {
|
|
434
430
|
return safeParse(
|
|
435
431
|
jsonString,
|
|
436
|
-
(x) =>
|
|
437
|
-
`Failed to parse '
|
|
432
|
+
(x) => ListEntityMethodAllImage$inboundSchema.parse(JSON.parse(x)),
|
|
433
|
+
`Failed to parse 'ListEntityMethodAllImage' from JSON`,
|
|
438
434
|
);
|
|
439
435
|
}
|
|
440
436
|
|
|
441
437
|
/** @internal */
|
|
442
|
-
export const
|
|
443
|
-
|
|
438
|
+
export const ListEntityMethodAllIssuerImage$inboundSchema: z.ZodType<
|
|
439
|
+
ListEntityMethodAllIssuerImage,
|
|
444
440
|
z.ZodTypeDef,
|
|
445
441
|
unknown
|
|
446
442
|
> = z.object({
|
|
@@ -449,127 +445,126 @@ export const EntityMethodAllIssuerImage$inboundSchema: z.ZodType<
|
|
|
449
445
|
svg: z.string().optional(),
|
|
450
446
|
});
|
|
451
447
|
/** @internal */
|
|
452
|
-
export type
|
|
448
|
+
export type ListEntityMethodAllIssuerImage$Outbound = {
|
|
453
449
|
size1x?: string | undefined;
|
|
454
450
|
size2x?: string | undefined;
|
|
455
451
|
svg?: string | undefined;
|
|
456
452
|
};
|
|
457
453
|
|
|
458
454
|
/** @internal */
|
|
459
|
-
export const
|
|
460
|
-
|
|
455
|
+
export const ListEntityMethodAllIssuerImage$outboundSchema: z.ZodType<
|
|
456
|
+
ListEntityMethodAllIssuerImage$Outbound,
|
|
461
457
|
z.ZodTypeDef,
|
|
462
|
-
|
|
458
|
+
ListEntityMethodAllIssuerImage
|
|
463
459
|
> = z.object({
|
|
464
460
|
size1x: z.string().optional(),
|
|
465
461
|
size2x: z.string().optional(),
|
|
466
462
|
svg: z.string().optional(),
|
|
467
463
|
});
|
|
468
464
|
|
|
469
|
-
export function
|
|
470
|
-
|
|
465
|
+
export function listEntityMethodAllIssuerImageToJSON(
|
|
466
|
+
listEntityMethodAllIssuerImage: ListEntityMethodAllIssuerImage,
|
|
471
467
|
): string {
|
|
472
468
|
return JSON.stringify(
|
|
473
|
-
|
|
469
|
+
ListEntityMethodAllIssuerImage$outboundSchema.parse(
|
|
470
|
+
listEntityMethodAllIssuerImage,
|
|
471
|
+
),
|
|
474
472
|
);
|
|
475
473
|
}
|
|
476
|
-
export function
|
|
474
|
+
export function listEntityMethodAllIssuerImageFromJSON(
|
|
477
475
|
jsonString: string,
|
|
478
|
-
): SafeParseResult<
|
|
476
|
+
): SafeParseResult<ListEntityMethodAllIssuerImage, SDKValidationError> {
|
|
479
477
|
return safeParse(
|
|
480
478
|
jsonString,
|
|
481
|
-
(x) =>
|
|
482
|
-
`Failed to parse '
|
|
479
|
+
(x) => ListEntityMethodAllIssuerImage$inboundSchema.parse(JSON.parse(x)),
|
|
480
|
+
`Failed to parse 'ListEntityMethodAllIssuerImage' from JSON`,
|
|
483
481
|
);
|
|
484
482
|
}
|
|
485
483
|
|
|
486
484
|
/** @internal */
|
|
487
|
-
export const
|
|
488
|
-
|
|
485
|
+
export const ListEntityMethodAllIssuer$inboundSchema: z.ZodType<
|
|
486
|
+
ListEntityMethodAllIssuer,
|
|
489
487
|
z.ZodTypeDef,
|
|
490
488
|
unknown
|
|
491
489
|
> = z.object({
|
|
492
490
|
resource: z.string(),
|
|
493
491
|
id: z.string(),
|
|
494
492
|
name: z.string(),
|
|
495
|
-
image: z.lazy(() =>
|
|
493
|
+
image: z.lazy(() => ListEntityMethodAllIssuerImage$inboundSchema),
|
|
496
494
|
});
|
|
497
495
|
/** @internal */
|
|
498
|
-
export type
|
|
496
|
+
export type ListEntityMethodAllIssuer$Outbound = {
|
|
499
497
|
resource: string;
|
|
500
498
|
id: string;
|
|
501
499
|
name: string;
|
|
502
|
-
image:
|
|
500
|
+
image: ListEntityMethodAllIssuerImage$Outbound;
|
|
503
501
|
};
|
|
504
502
|
|
|
505
503
|
/** @internal */
|
|
506
|
-
export const
|
|
507
|
-
|
|
504
|
+
export const ListEntityMethodAllIssuer$outboundSchema: z.ZodType<
|
|
505
|
+
ListEntityMethodAllIssuer$Outbound,
|
|
508
506
|
z.ZodTypeDef,
|
|
509
|
-
|
|
507
|
+
ListEntityMethodAllIssuer
|
|
510
508
|
> = z.object({
|
|
511
509
|
resource: z.string(),
|
|
512
510
|
id: z.string(),
|
|
513
511
|
name: z.string(),
|
|
514
|
-
image: z.lazy(() =>
|
|
512
|
+
image: z.lazy(() => ListEntityMethodAllIssuerImage$outboundSchema),
|
|
515
513
|
});
|
|
516
514
|
|
|
517
|
-
export function
|
|
518
|
-
|
|
515
|
+
export function listEntityMethodAllIssuerToJSON(
|
|
516
|
+
listEntityMethodAllIssuer: ListEntityMethodAllIssuer,
|
|
519
517
|
): string {
|
|
520
518
|
return JSON.stringify(
|
|
521
|
-
|
|
519
|
+
ListEntityMethodAllIssuer$outboundSchema.parse(listEntityMethodAllIssuer),
|
|
522
520
|
);
|
|
523
521
|
}
|
|
524
|
-
export function
|
|
522
|
+
export function listEntityMethodAllIssuerFromJSON(
|
|
525
523
|
jsonString: string,
|
|
526
|
-
): SafeParseResult<
|
|
524
|
+
): SafeParseResult<ListEntityMethodAllIssuer, SDKValidationError> {
|
|
527
525
|
return safeParse(
|
|
528
526
|
jsonString,
|
|
529
|
-
(x) =>
|
|
530
|
-
`Failed to parse '
|
|
527
|
+
(x) => ListEntityMethodAllIssuer$inboundSchema.parse(JSON.parse(x)),
|
|
528
|
+
`Failed to parse 'ListEntityMethodAllIssuer' from JSON`,
|
|
531
529
|
);
|
|
532
530
|
}
|
|
533
531
|
|
|
534
532
|
/** @internal */
|
|
535
|
-
export const
|
|
536
|
-
|
|
533
|
+
export const ListEntityMethodAllLinks$inboundSchema: z.ZodType<
|
|
534
|
+
ListEntityMethodAllLinks,
|
|
537
535
|
z.ZodTypeDef,
|
|
538
536
|
unknown
|
|
539
537
|
> = z.object({
|
|
540
538
|
self: Url$inboundSchema,
|
|
541
|
-
documentation: Url$inboundSchema.optional(),
|
|
542
539
|
});
|
|
543
540
|
/** @internal */
|
|
544
|
-
export type
|
|
541
|
+
export type ListEntityMethodAllLinks$Outbound = {
|
|
545
542
|
self: Url$Outbound;
|
|
546
|
-
documentation?: Url$Outbound | undefined;
|
|
547
543
|
};
|
|
548
544
|
|
|
549
545
|
/** @internal */
|
|
550
|
-
export const
|
|
551
|
-
|
|
546
|
+
export const ListEntityMethodAllLinks$outboundSchema: z.ZodType<
|
|
547
|
+
ListEntityMethodAllLinks$Outbound,
|
|
552
548
|
z.ZodTypeDef,
|
|
553
|
-
|
|
549
|
+
ListEntityMethodAllLinks
|
|
554
550
|
> = z.object({
|
|
555
551
|
self: Url$outboundSchema,
|
|
556
|
-
documentation: Url$outboundSchema.optional(),
|
|
557
552
|
});
|
|
558
553
|
|
|
559
|
-
export function
|
|
560
|
-
|
|
554
|
+
export function listEntityMethodAllLinksToJSON(
|
|
555
|
+
listEntityMethodAllLinks: ListEntityMethodAllLinks,
|
|
561
556
|
): string {
|
|
562
557
|
return JSON.stringify(
|
|
563
|
-
|
|
558
|
+
ListEntityMethodAllLinks$outboundSchema.parse(listEntityMethodAllLinks),
|
|
564
559
|
);
|
|
565
560
|
}
|
|
566
|
-
export function
|
|
561
|
+
export function listEntityMethodAllLinksFromJSON(
|
|
567
562
|
jsonString: string,
|
|
568
|
-
): SafeParseResult<
|
|
563
|
+
): SafeParseResult<ListEntityMethodAllLinks, SDKValidationError> {
|
|
569
564
|
return safeParse(
|
|
570
565
|
jsonString,
|
|
571
|
-
(x) =>
|
|
572
|
-
`Failed to parse '
|
|
566
|
+
(x) => ListEntityMethodAllLinks$inboundSchema.parse(JSON.parse(x)),
|
|
567
|
+
`Failed to parse 'ListEntityMethodAllLinks' from JSON`,
|
|
573
568
|
);
|
|
574
569
|
}
|
|
575
570
|
|
|
@@ -615,23 +610,23 @@ export function pricingFromJSON(
|
|
|
615
610
|
}
|
|
616
611
|
|
|
617
612
|
/** @internal */
|
|
618
|
-
export const
|
|
619
|
-
|
|
613
|
+
export const ListEntityMethodAll$inboundSchema: z.ZodType<
|
|
614
|
+
ListEntityMethodAll,
|
|
620
615
|
z.ZodTypeDef,
|
|
621
616
|
unknown
|
|
622
617
|
> = z.object({
|
|
623
618
|
resource: z.string(),
|
|
624
|
-
id: z.nullable(
|
|
619
|
+
id: z.nullable(ListEntityMethodAllId$inboundSchema),
|
|
625
620
|
description: z.string(),
|
|
626
|
-
minimumAmount: z.lazy(() =>
|
|
621
|
+
minimumAmount: z.lazy(() => ListEntityMethodAllMinimumAmount$inboundSchema),
|
|
627
622
|
maximumAmount: z.nullable(
|
|
628
|
-
z.lazy(() =>
|
|
623
|
+
z.lazy(() => ListEntityMethodAllMaximumAmount$inboundSchema),
|
|
629
624
|
),
|
|
630
|
-
image: z.lazy(() =>
|
|
625
|
+
image: z.lazy(() => ListEntityMethodAllImage$inboundSchema),
|
|
631
626
|
status: z.nullable(MethodStatus$inboundSchema),
|
|
632
|
-
issuers: z.array(z.lazy(() =>
|
|
627
|
+
issuers: z.array(z.lazy(() => ListEntityMethodAllIssuer$inboundSchema))
|
|
633
628
|
.optional(),
|
|
634
|
-
_links: z.lazy(() =>
|
|
629
|
+
_links: z.lazy(() => ListEntityMethodAllLinks$inboundSchema),
|
|
635
630
|
pricing: z.array(z.lazy(() => Pricing$inboundSchema)).optional(),
|
|
636
631
|
}).transform((v) => {
|
|
637
632
|
return remap$(v, {
|
|
@@ -639,37 +634,37 @@ export const EntityMethodAll$inboundSchema: z.ZodType<
|
|
|
639
634
|
});
|
|
640
635
|
});
|
|
641
636
|
/** @internal */
|
|
642
|
-
export type
|
|
637
|
+
export type ListEntityMethodAll$Outbound = {
|
|
643
638
|
resource: string;
|
|
644
639
|
id: string | null;
|
|
645
640
|
description: string;
|
|
646
|
-
minimumAmount:
|
|
647
|
-
maximumAmount:
|
|
648
|
-
image:
|
|
641
|
+
minimumAmount: ListEntityMethodAllMinimumAmount$Outbound;
|
|
642
|
+
maximumAmount: ListEntityMethodAllMaximumAmount$Outbound | null;
|
|
643
|
+
image: ListEntityMethodAllImage$Outbound;
|
|
649
644
|
status: string | null;
|
|
650
|
-
issuers?: Array<
|
|
651
|
-
_links:
|
|
645
|
+
issuers?: Array<ListEntityMethodAllIssuer$Outbound> | undefined;
|
|
646
|
+
_links: ListEntityMethodAllLinks$Outbound;
|
|
652
647
|
pricing?: Array<Pricing$Outbound> | undefined;
|
|
653
648
|
};
|
|
654
649
|
|
|
655
650
|
/** @internal */
|
|
656
|
-
export const
|
|
657
|
-
|
|
651
|
+
export const ListEntityMethodAll$outboundSchema: z.ZodType<
|
|
652
|
+
ListEntityMethodAll$Outbound,
|
|
658
653
|
z.ZodTypeDef,
|
|
659
|
-
|
|
654
|
+
ListEntityMethodAll
|
|
660
655
|
> = z.object({
|
|
661
656
|
resource: z.string(),
|
|
662
|
-
id: z.nullable(
|
|
657
|
+
id: z.nullable(ListEntityMethodAllId$outboundSchema),
|
|
663
658
|
description: z.string(),
|
|
664
|
-
minimumAmount: z.lazy(() =>
|
|
659
|
+
minimumAmount: z.lazy(() => ListEntityMethodAllMinimumAmount$outboundSchema),
|
|
665
660
|
maximumAmount: z.nullable(
|
|
666
|
-
z.lazy(() =>
|
|
661
|
+
z.lazy(() => ListEntityMethodAllMaximumAmount$outboundSchema),
|
|
667
662
|
),
|
|
668
|
-
image: z.lazy(() =>
|
|
663
|
+
image: z.lazy(() => ListEntityMethodAllImage$outboundSchema),
|
|
669
664
|
status: z.nullable(MethodStatus$outboundSchema),
|
|
670
|
-
issuers: z.array(z.lazy(() =>
|
|
665
|
+
issuers: z.array(z.lazy(() => ListEntityMethodAllIssuer$outboundSchema))
|
|
671
666
|
.optional(),
|
|
672
|
-
links: z.lazy(() =>
|
|
667
|
+
links: z.lazy(() => ListEntityMethodAllLinks$outboundSchema),
|
|
673
668
|
pricing: z.array(z.lazy(() => Pricing$outboundSchema)).optional(),
|
|
674
669
|
}).transform((v) => {
|
|
675
670
|
return remap$(v, {
|
|
@@ -677,17 +672,19 @@ export const EntityMethodAll$outboundSchema: z.ZodType<
|
|
|
677
672
|
});
|
|
678
673
|
});
|
|
679
674
|
|
|
680
|
-
export function
|
|
681
|
-
|
|
675
|
+
export function listEntityMethodAllToJSON(
|
|
676
|
+
listEntityMethodAll: ListEntityMethodAll,
|
|
682
677
|
): string {
|
|
683
|
-
return JSON.stringify(
|
|
678
|
+
return JSON.stringify(
|
|
679
|
+
ListEntityMethodAll$outboundSchema.parse(listEntityMethodAll),
|
|
680
|
+
);
|
|
684
681
|
}
|
|
685
|
-
export function
|
|
682
|
+
export function listEntityMethodAllFromJSON(
|
|
686
683
|
jsonString: string,
|
|
687
|
-
): SafeParseResult<
|
|
684
|
+
): SafeParseResult<ListEntityMethodAll, SDKValidationError> {
|
|
688
685
|
return safeParse(
|
|
689
686
|
jsonString,
|
|
690
|
-
(x) =>
|
|
691
|
-
`Failed to parse '
|
|
687
|
+
(x) => ListEntityMethodAll$inboundSchema.parse(JSON.parse(x)),
|
|
688
|
+
`Failed to parse 'ListEntityMethodAll' from JSON`,
|
|
692
689
|
);
|
|
693
690
|
}
|