mollie-api-typescript 0.8.4 → 0.8.5
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 +784 -749
- package/bin/mcp-server.js.map +56 -64
- 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/balancecardaudience.d.ts +12 -0
- package/dist/commonjs/models/balancecardaudience.d.ts.map +1 -0
- package/dist/commonjs/models/{invoicestatus.js → balancecardaudience.js} +7 -11
- package/dist/commonjs/models/balancecardaudience.js.map +1 -0
- package/dist/commonjs/models/balancecardissuer.d.ts +14 -0
- package/dist/commonjs/models/balancecardissuer.d.ts.map +1 -0
- package/dist/commonjs/models/{balancestatus.js → balancecardissuer.js} +9 -10
- package/dist/commonjs/models/balancecardissuer.js.map +1 -0
- package/dist/commonjs/models/balancecardregion.d.ts +14 -0
- package/dist/commonjs/models/balancecardregion.d.ts.map +1 -0
- package/dist/commonjs/models/{terminalstatus.js → balancecardregion.js} +9 -11
- package/dist/commonjs/models/balancecardregion.js.map +1 -0
- package/dist/commonjs/models/balancefeetype.d.ts +37 -0
- package/dist/commonjs/models/balancefeetype.d.ts.map +1 -0
- package/dist/commonjs/models/balancefeetype.js +74 -0
- package/dist/commonjs/models/balancefeetype.js.map +1 -0
- package/dist/commonjs/models/balanceprepaymentparttype.d.ts +15 -0
- package/dist/commonjs/models/balanceprepaymentparttype.d.ts.map +1 -0
- package/dist/commonjs/models/{mandatestatus.js → balanceprepaymentparttype.js} +10 -14
- package/dist/commonjs/models/balanceprepaymentparttype.js.map +1 -0
- package/dist/commonjs/models/balancetransactiontype.d.ts +29 -36
- package/dist/commonjs/models/balancetransactiontype.d.ts.map +1 -1
- package/dist/commonjs/models/balancetransactiontype.js +29 -36
- package/dist/commonjs/models/balancetransactiontype.js.map +1 -1
- package/dist/commonjs/models/captureresponse.d.ts +84 -12
- package/dist/commonjs/models/captureresponse.d.ts.map +1 -1
- package/dist/commonjs/models/captureresponse.js +40 -10
- package/dist/commonjs/models/captureresponse.js.map +1 -1
- package/dist/commonjs/models/componentssubtotals.d.ts +18 -190
- package/dist/commonjs/models/componentssubtotals.d.ts.map +1 -1
- package/dist/commonjs/models/componentssubtotals.js +19 -156
- package/dist/commonjs/models/componentssubtotals.js.map +1 -1
- package/dist/commonjs/models/customerresponse.d.ts +3 -0
- package/dist/commonjs/models/customerresponse.d.ts.map +1 -1
- package/dist/commonjs/models/customerresponse.js.map +1 -1
- package/dist/commonjs/models/entitybalance.d.ts +174 -25
- package/dist/commonjs/models/entitybalance.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalance.js +122 -17
- package/dist/commonjs/models/entitybalance.js.map +1 -1
- package/dist/commonjs/models/entitybalancetransaction.d.ts +3 -0
- package/dist/commonjs/models/entitybalancetransaction.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalancetransaction.js.map +1 -1
- package/dist/commonjs/models/entitybalancetransfer.d.ts +0 -2
- package/dist/commonjs/models/entitybalancetransfer.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalancetransfer.js +0 -2
- package/dist/commonjs/models/entitybalancetransfer.js.map +1 -1
- package/dist/commonjs/models/entitybalancetransferresponse.d.ts +6 -0
- package/dist/commonjs/models/entitybalancetransferresponse.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalancetransferresponse.js.map +1 -1
- package/dist/commonjs/models/entitycapture.d.ts +0 -19
- package/dist/commonjs/models/entitycapture.d.ts.map +1 -1
- package/dist/commonjs/models/entitycapture.js +0 -13
- package/dist/commonjs/models/entitycapture.js.map +1 -1
- package/dist/commonjs/models/entitychargeback.d.ts +62 -6
- package/dist/commonjs/models/entitychargeback.d.ts.map +1 -1
- package/dist/commonjs/models/entitychargeback.js +23 -6
- package/dist/commonjs/models/entitychargeback.js.map +1 -1
- package/dist/commonjs/models/entitycustomer.d.ts +0 -2
- package/dist/commonjs/models/entitycustomer.d.ts.map +1 -1
- package/dist/commonjs/models/entitycustomer.js +0 -2
- package/dist/commonjs/models/entitycustomer.js.map +1 -1
- package/dist/commonjs/models/entityinvoice.d.ts +107 -14
- package/dist/commonjs/models/entityinvoice.d.ts.map +1 -1
- package/dist/commonjs/models/entityinvoice.js +76 -10
- package/dist/commonjs/models/entityinvoice.js.map +1 -1
- package/dist/commonjs/models/entitymethod.d.ts +130 -17
- package/dist/commonjs/models/entitymethod.d.ts.map +1 -1
- package/dist/commonjs/models/entitymethod.js +103 -10
- package/dist/commonjs/models/entitymethod.js.map +1 -1
- package/dist/commonjs/models/entitymethodall.d.ts +130 -16
- package/dist/commonjs/models/entitymethodall.d.ts.map +1 -1
- package/dist/commonjs/models/entitymethodall.js +103 -9
- package/dist/commonjs/models/entitymethodall.js.map +1 -1
- package/dist/commonjs/models/entityonboardingstatus.d.ts +18 -5
- package/dist/commonjs/models/entityonboardingstatus.d.ts.map +1 -1
- package/dist/commonjs/models/entityonboardingstatus.js +16 -4
- package/dist/commonjs/models/entityonboardingstatus.js.map +1 -1
- package/dist/commonjs/models/entityorganization.d.ts +39 -3
- package/dist/commonjs/models/entityorganization.d.ts.map +1 -1
- package/dist/commonjs/models/entityorganization.js +36 -4
- package/dist/commonjs/models/entityorganization.js.map +1 -1
- package/dist/commonjs/models/entitypaymentroute.d.ts +0 -2
- package/dist/commonjs/models/entitypaymentroute.d.ts.map +1 -1
- package/dist/commonjs/models/entitypaymentroute.js +0 -2
- package/dist/commonjs/models/entitypaymentroute.js.map +1 -1
- package/dist/commonjs/models/entitypaymentrouteresponse.d.ts +6 -0
- package/dist/commonjs/models/entitypaymentrouteresponse.d.ts.map +1 -1
- package/dist/commonjs/models/entitypaymentrouteresponse.js.map +1 -1
- package/dist/commonjs/models/entitypermission.d.ts +3 -0
- package/dist/commonjs/models/entitypermission.d.ts.map +1 -1
- package/dist/commonjs/models/entitypermission.js.map +1 -1
- package/dist/commonjs/models/entityrefundresponse.d.ts +87 -14
- package/dist/commonjs/models/entityrefundresponse.d.ts.map +1 -1
- package/dist/commonjs/models/entityrefundresponse.js +38 -12
- package/dist/commonjs/models/entityrefundresponse.js.map +1 -1
- package/dist/commonjs/models/entityroute.d.ts +0 -4
- package/dist/commonjs/models/entityroute.d.ts.map +1 -1
- package/dist/commonjs/models/entityroute.js +0 -4
- package/dist/commonjs/models/entityroute.js.map +1 -1
- package/dist/commonjs/models/entitysalesinvoice.d.ts +0 -28
- package/dist/commonjs/models/entitysalesinvoice.d.ts.map +1 -1
- package/dist/commonjs/models/entitysalesinvoice.js +0 -13
- package/dist/commonjs/models/entitysalesinvoice.js.map +1 -1
- package/dist/commonjs/models/entitysalesinvoiceresponse.d.ts +138 -16
- package/dist/commonjs/models/entitysalesinvoiceresponse.d.ts.map +1 -1
- package/dist/commonjs/models/entitysalesinvoiceresponse.js +102 -12
- package/dist/commonjs/models/entitysalesinvoiceresponse.js.map +1 -1
- package/dist/commonjs/models/entitysettlement.d.ts +55 -8
- package/dist/commonjs/models/entitysettlement.d.ts.map +1 -1
- package/dist/commonjs/models/entitysettlement.js +39 -8
- package/dist/commonjs/models/entitysettlement.js.map +1 -1
- package/dist/commonjs/models/entityterminal.d.ts +21 -5
- package/dist/commonjs/models/entityterminal.d.ts.map +1 -1
- package/dist/commonjs/models/entityterminal.js +16 -4
- package/dist/commonjs/models/entityterminal.js.map +1 -1
- package/dist/commonjs/models/entitywebhookevent.d.ts +22 -5
- package/dist/commonjs/models/entitywebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/entitywebhookevent.js +20 -4
- package/dist/commonjs/models/entitywebhookevent.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +5 -13
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +5 -13
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mandaterequest.d.ts +3 -11
- package/dist/commonjs/models/mandaterequest.d.ts.map +1 -1
- package/dist/commonjs/models/mandaterequest.js +0 -5
- package/dist/commonjs/models/mandaterequest.js.map +1 -1
- package/dist/commonjs/models/mandateresponse.d.ts +28 -6
- package/dist/commonjs/models/mandateresponse.d.ts.map +1 -1
- package/dist/commonjs/models/mandateresponse.js +19 -4
- package/dist/commonjs/models/mandateresponse.js.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.d.ts +0 -2
- package/dist/commonjs/models/operations/createpaymentlink.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.js +0 -2
- package/dist/commonjs/models/operations/createpaymentlink.js.map +1 -1
- package/dist/commonjs/models/operations/getclient.d.ts +3 -0
- package/dist/commonjs/models/operations/getclient.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getclient.js.map +1 -1
- package/dist/commonjs/models/operations/getcustomer.d.ts +3 -0
- package/dist/commonjs/models/operations/getcustomer.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getcustomer.js.map +1 -1
- package/dist/commonjs/models/operations/listclients.d.ts +3 -0
- package/dist/commonjs/models/operations/listclients.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listclients.js.map +1 -1
- package/dist/commonjs/models/paymentlinkresponse.d.ts +3 -0
- package/dist/commonjs/models/paymentlinkresponse.d.ts.map +1 -1
- package/dist/commonjs/models/paymentlinkresponse.js.map +1 -1
- package/dist/commonjs/models/paymentrequest.d.ts +10 -35
- package/dist/commonjs/models/paymentrequest.d.ts.map +1 -1
- package/dist/commonjs/models/paymentrequest.js +2 -20
- package/dist/commonjs/models/paymentrequest.js.map +1 -1
- package/dist/commonjs/models/paymentresponse.d.ts +227 -29
- package/dist/commonjs/models/paymentresponse.d.ts.map +1 -1
- package/dist/commonjs/models/paymentresponse.js +133 -22
- package/dist/commonjs/models/paymentresponse.js.map +1 -1
- package/dist/commonjs/models/profilerequest.d.ts +0 -12
- package/dist/commonjs/models/profilerequest.d.ts.map +1 -1
- package/dist/commonjs/models/profilerequest.js +0 -3
- package/dist/commonjs/models/profilerequest.js.map +1 -1
- package/dist/commonjs/models/profileresponse.d.ts +30 -11
- package/dist/commonjs/models/profileresponse.d.ts.map +1 -1
- package/dist/commonjs/models/profileresponse.js +22 -4
- package/dist/commonjs/models/profileresponse.js.map +1 -1
- package/dist/commonjs/models/refundrequest.d.ts +16 -20
- package/dist/commonjs/models/refundrequest.d.ts.map +1 -1
- package/dist/commonjs/models/refundrequest.js +13 -16
- package/dist/commonjs/models/refundrequest.js.map +1 -1
- package/dist/commonjs/models/routecreateresponse.d.ts +12 -0
- package/dist/commonjs/models/routecreateresponse.d.ts.map +1 -1
- package/dist/commonjs/models/routecreateresponse.js.map +1 -1
- package/dist/commonjs/models/routegetresponse.d.ts +12 -0
- package/dist/commonjs/models/routegetresponse.d.ts.map +1 -1
- package/dist/commonjs/models/routegetresponse.js.map +1 -1
- package/dist/commonjs/models/subscriptionrequest.d.ts +0 -13
- package/dist/commonjs/models/subscriptionrequest.d.ts.map +1 -1
- package/dist/commonjs/models/subscriptionrequest.js +0 -7
- package/dist/commonjs/models/subscriptionrequest.js.map +1 -1
- package/dist/commonjs/models/subscriptionresponse.d.ts +32 -8
- package/dist/commonjs/models/subscriptionresponse.d.ts.map +1 -1
- package/dist/commonjs/models/subscriptionresponse.js +21 -4
- package/dist/commonjs/models/subscriptionresponse.js.map +1 -1
- package/dist/commonjs/models/subtotals.d.ts +18 -190
- package/dist/commonjs/models/subtotals.d.ts.map +1 -1
- package/dist/commonjs/models/subtotals.js +19 -152
- package/dist/commonjs/models/subtotals.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/balancecardaudience.d.ts +12 -0
- package/dist/esm/models/balancecardaudience.d.ts.map +1 -0
- package/dist/esm/models/balancecardaudience.js +13 -0
- package/dist/esm/models/balancecardaudience.js.map +1 -0
- package/dist/esm/models/balancecardissuer.d.ts +14 -0
- package/dist/esm/models/balancecardissuer.d.ts.map +1 -0
- package/dist/esm/models/balancecardissuer.js +15 -0
- package/dist/esm/models/balancecardissuer.js.map +1 -0
- package/dist/esm/models/balancecardregion.d.ts +14 -0
- package/dist/esm/models/balancecardregion.d.ts.map +1 -0
- package/dist/esm/models/balancecardregion.js +15 -0
- package/dist/esm/models/balancecardregion.js.map +1 -0
- package/dist/esm/models/balancefeetype.d.ts +37 -0
- package/dist/esm/models/balancefeetype.d.ts.map +1 -0
- package/dist/esm/models/balancefeetype.js +38 -0
- package/dist/esm/models/balancefeetype.js.map +1 -0
- package/dist/esm/models/balanceprepaymentparttype.d.ts +15 -0
- package/dist/esm/models/balanceprepaymentparttype.d.ts.map +1 -0
- package/dist/esm/models/balanceprepaymentparttype.js +16 -0
- package/dist/esm/models/balanceprepaymentparttype.js.map +1 -0
- package/dist/esm/models/balancetransactiontype.d.ts +29 -36
- package/dist/esm/models/balancetransactiontype.d.ts.map +1 -1
- package/dist/esm/models/balancetransactiontype.js +29 -36
- package/dist/esm/models/balancetransactiontype.js.map +1 -1
- package/dist/esm/models/captureresponse.d.ts +84 -12
- package/dist/esm/models/captureresponse.d.ts.map +1 -1
- package/dist/esm/models/captureresponse.js +37 -9
- package/dist/esm/models/captureresponse.js.map +1 -1
- package/dist/esm/models/componentssubtotals.d.ts +18 -190
- package/dist/esm/models/componentssubtotals.d.ts.map +1 -1
- package/dist/esm/models/componentssubtotals.js +18 -155
- package/dist/esm/models/componentssubtotals.js.map +1 -1
- package/dist/esm/models/customerresponse.d.ts +3 -0
- package/dist/esm/models/customerresponse.d.ts.map +1 -1
- package/dist/esm/models/customerresponse.js.map +1 -1
- package/dist/esm/models/entitybalance.d.ts +174 -25
- package/dist/esm/models/entitybalance.d.ts.map +1 -1
- package/dist/esm/models/entitybalance.js +115 -16
- package/dist/esm/models/entitybalance.js.map +1 -1
- package/dist/esm/models/entitybalancetransaction.d.ts +3 -0
- package/dist/esm/models/entitybalancetransaction.d.ts.map +1 -1
- package/dist/esm/models/entitybalancetransaction.js.map +1 -1
- package/dist/esm/models/entitybalancetransfer.d.ts +0 -2
- package/dist/esm/models/entitybalancetransfer.d.ts.map +1 -1
- package/dist/esm/models/entitybalancetransfer.js +0 -2
- package/dist/esm/models/entitybalancetransfer.js.map +1 -1
- package/dist/esm/models/entitybalancetransferresponse.d.ts +6 -0
- package/dist/esm/models/entitybalancetransferresponse.d.ts.map +1 -1
- package/dist/esm/models/entitybalancetransferresponse.js.map +1 -1
- package/dist/esm/models/entitycapture.d.ts +0 -19
- package/dist/esm/models/entitycapture.d.ts.map +1 -1
- package/dist/esm/models/entitycapture.js +0 -13
- package/dist/esm/models/entitycapture.js.map +1 -1
- package/dist/esm/models/entitychargeback.d.ts +62 -6
- package/dist/esm/models/entitychargeback.d.ts.map +1 -1
- package/dist/esm/models/entitychargeback.js +20 -5
- package/dist/esm/models/entitychargeback.js.map +1 -1
- package/dist/esm/models/entitycustomer.d.ts +0 -2
- package/dist/esm/models/entitycustomer.d.ts.map +1 -1
- package/dist/esm/models/entitycustomer.js +0 -2
- package/dist/esm/models/entitycustomer.js.map +1 -1
- package/dist/esm/models/entityinvoice.d.ts +107 -14
- package/dist/esm/models/entityinvoice.d.ts.map +1 -1
- package/dist/esm/models/entityinvoice.js +69 -9
- package/dist/esm/models/entityinvoice.js.map +1 -1
- package/dist/esm/models/entitymethod.d.ts +130 -17
- package/dist/esm/models/entitymethod.d.ts.map +1 -1
- package/dist/esm/models/entitymethod.js +98 -9
- package/dist/esm/models/entitymethod.js.map +1 -1
- package/dist/esm/models/entitymethodall.d.ts +130 -16
- package/dist/esm/models/entitymethodall.d.ts.map +1 -1
- package/dist/esm/models/entitymethodall.js +98 -8
- package/dist/esm/models/entitymethodall.js.map +1 -1
- package/dist/esm/models/entityonboardingstatus.d.ts +18 -5
- package/dist/esm/models/entityonboardingstatus.d.ts.map +1 -1
- package/dist/esm/models/entityonboardingstatus.js +15 -3
- package/dist/esm/models/entityonboardingstatus.js.map +1 -1
- package/dist/esm/models/entityorganization.d.ts +39 -3
- package/dist/esm/models/entityorganization.d.ts.map +1 -1
- package/dist/esm/models/entityorganization.js +35 -3
- package/dist/esm/models/entityorganization.js.map +1 -1
- package/dist/esm/models/entitypaymentroute.d.ts +0 -2
- package/dist/esm/models/entitypaymentroute.d.ts.map +1 -1
- package/dist/esm/models/entitypaymentroute.js +0 -2
- package/dist/esm/models/entitypaymentroute.js.map +1 -1
- package/dist/esm/models/entitypaymentrouteresponse.d.ts +6 -0
- package/dist/esm/models/entitypaymentrouteresponse.d.ts.map +1 -1
- package/dist/esm/models/entitypaymentrouteresponse.js.map +1 -1
- package/dist/esm/models/entitypermission.d.ts +3 -0
- package/dist/esm/models/entitypermission.d.ts.map +1 -1
- package/dist/esm/models/entitypermission.js.map +1 -1
- package/dist/esm/models/entityrefundresponse.d.ts +87 -14
- package/dist/esm/models/entityrefundresponse.d.ts.map +1 -1
- package/dist/esm/models/entityrefundresponse.js +35 -11
- package/dist/esm/models/entityrefundresponse.js.map +1 -1
- package/dist/esm/models/entityroute.d.ts +0 -4
- package/dist/esm/models/entityroute.d.ts.map +1 -1
- package/dist/esm/models/entityroute.js +0 -4
- package/dist/esm/models/entityroute.js.map +1 -1
- package/dist/esm/models/entitysalesinvoice.d.ts +0 -28
- package/dist/esm/models/entitysalesinvoice.d.ts.map +1 -1
- package/dist/esm/models/entitysalesinvoice.js +0 -13
- package/dist/esm/models/entitysalesinvoice.js.map +1 -1
- package/dist/esm/models/entitysalesinvoiceresponse.d.ts +138 -16
- package/dist/esm/models/entitysalesinvoiceresponse.d.ts.map +1 -1
- package/dist/esm/models/entitysalesinvoiceresponse.js +91 -11
- package/dist/esm/models/entitysalesinvoiceresponse.js.map +1 -1
- package/dist/esm/models/entitysettlement.d.ts +55 -8
- package/dist/esm/models/entitysettlement.d.ts.map +1 -1
- package/dist/esm/models/entitysettlement.js +36 -7
- package/dist/esm/models/entitysettlement.js.map +1 -1
- package/dist/esm/models/entityterminal.d.ts +21 -5
- package/dist/esm/models/entityterminal.d.ts.map +1 -1
- package/dist/esm/models/entityterminal.js +15 -3
- package/dist/esm/models/entityterminal.js.map +1 -1
- package/dist/esm/models/entitywebhookevent.d.ts +22 -5
- package/dist/esm/models/entitywebhookevent.d.ts.map +1 -1
- package/dist/esm/models/entitywebhookevent.js +19 -3
- package/dist/esm/models/entitywebhookevent.js.map +1 -1
- package/dist/esm/models/index.d.ts +5 -13
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +5 -13
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mandaterequest.d.ts +3 -11
- package/dist/esm/models/mandaterequest.d.ts.map +1 -1
- package/dist/esm/models/mandaterequest.js +0 -5
- package/dist/esm/models/mandaterequest.js.map +1 -1
- package/dist/esm/models/mandateresponse.d.ts +28 -6
- package/dist/esm/models/mandateresponse.d.ts.map +1 -1
- package/dist/esm/models/mandateresponse.js +18 -3
- package/dist/esm/models/mandateresponse.js.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.d.ts +0 -2
- package/dist/esm/models/operations/createpaymentlink.d.ts.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.js +0 -2
- package/dist/esm/models/operations/createpaymentlink.js.map +1 -1
- package/dist/esm/models/operations/getclient.d.ts +3 -0
- package/dist/esm/models/operations/getclient.d.ts.map +1 -1
- package/dist/esm/models/operations/getclient.js.map +1 -1
- package/dist/esm/models/operations/getcustomer.d.ts +3 -0
- package/dist/esm/models/operations/getcustomer.d.ts.map +1 -1
- package/dist/esm/models/operations/getcustomer.js.map +1 -1
- package/dist/esm/models/operations/listclients.d.ts +3 -0
- package/dist/esm/models/operations/listclients.d.ts.map +1 -1
- package/dist/esm/models/operations/listclients.js.map +1 -1
- package/dist/esm/models/paymentlinkresponse.d.ts +3 -0
- package/dist/esm/models/paymentlinkresponse.d.ts.map +1 -1
- package/dist/esm/models/paymentlinkresponse.js.map +1 -1
- package/dist/esm/models/paymentrequest.d.ts +10 -35
- package/dist/esm/models/paymentrequest.d.ts.map +1 -1
- package/dist/esm/models/paymentrequest.js +2 -20
- package/dist/esm/models/paymentrequest.js.map +1 -1
- package/dist/esm/models/paymentresponse.d.ts +227 -29
- package/dist/esm/models/paymentresponse.d.ts.map +1 -1
- package/dist/esm/models/paymentresponse.js +122 -21
- package/dist/esm/models/paymentresponse.js.map +1 -1
- package/dist/esm/models/profilerequest.d.ts +0 -12
- package/dist/esm/models/profilerequest.d.ts.map +1 -1
- package/dist/esm/models/profilerequest.js +0 -3
- package/dist/esm/models/profilerequest.js.map +1 -1
- package/dist/esm/models/profileresponse.d.ts +30 -11
- package/dist/esm/models/profileresponse.d.ts.map +1 -1
- package/dist/esm/models/profileresponse.js +21 -3
- package/dist/esm/models/profileresponse.js.map +1 -1
- package/dist/esm/models/refundrequest.d.ts +16 -20
- package/dist/esm/models/refundrequest.d.ts.map +1 -1
- package/dist/esm/models/refundrequest.js +12 -15
- package/dist/esm/models/refundrequest.js.map +1 -1
- package/dist/esm/models/routecreateresponse.d.ts +12 -0
- package/dist/esm/models/routecreateresponse.d.ts.map +1 -1
- package/dist/esm/models/routecreateresponse.js.map +1 -1
- package/dist/esm/models/routegetresponse.d.ts +12 -0
- package/dist/esm/models/routegetresponse.d.ts.map +1 -1
- package/dist/esm/models/routegetresponse.js.map +1 -1
- package/dist/esm/models/subscriptionrequest.d.ts +0 -13
- package/dist/esm/models/subscriptionrequest.d.ts.map +1 -1
- package/dist/esm/models/subscriptionrequest.js +0 -7
- package/dist/esm/models/subscriptionrequest.js.map +1 -1
- package/dist/esm/models/subscriptionresponse.d.ts +32 -8
- package/dist/esm/models/subscriptionresponse.d.ts.map +1 -1
- package/dist/esm/models/subscriptionresponse.js +20 -3
- package/dist/esm/models/subscriptionresponse.js.map +1 -1
- package/dist/esm/models/subtotals.d.ts +18 -190
- package/dist/esm/models/subtotals.d.ts.map +1 -1
- package/dist/esm/models/subtotals.js +18 -151
- package/dist/esm/models/subtotals.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/balancecardaudience.ts +26 -0
- package/src/models/balancecardissuer.ts +28 -0
- package/src/models/balancecardregion.ts +28 -0
- package/src/models/balancefeetype.ts +55 -0
- package/src/models/balanceprepaymentparttype.ts +31 -0
- package/src/models/balancetransactiontype.ts +29 -36
- package/src/models/captureresponse.ts +144 -24
- package/src/models/componentssubtotals.ts +54 -267
- package/src/models/customerresponse.ts +3 -0
- package/src/models/entitybalance.ts +307 -54
- package/src/models/entitybalancetransaction.ts +3 -0
- package/src/models/entitybalancetransfer.ts +0 -4
- package/src/models/entitybalancetransferresponse.ts +6 -0
- package/src/models/entitycapture.ts +0 -35
- package/src/models/entitychargeback.ts +107 -15
- package/src/models/entitycustomer.ts +0 -4
- package/src/models/entityinvoice.ts +210 -26
- package/src/models/entitymethod.ts +215 -37
- package/src/models/entitymethodall.ts +219 -31
- package/src/models/entityonboardingstatus.ts +33 -11
- package/src/models/entityorganization.ts +54 -9
- package/src/models/entitypaymentroute.ts +0 -4
- package/src/models/entitypaymentrouteresponse.ts +6 -0
- package/src/models/entitypermission.ts +3 -0
- package/src/models/entityrefundresponse.ts +148 -35
- package/src/models/entityroute.ts +0 -8
- package/src/models/entitysalesinvoice.ts +0 -45
- package/src/models/entitysalesinvoiceresponse.ts +295 -31
- package/src/models/entitysettlement.ts +104 -18
- package/src/models/entityterminal.ts +34 -11
- package/src/models/entitywebhookevent.ts +37 -11
- package/src/models/index.ts +5 -13
- package/src/models/mandaterequest.ts +3 -19
- package/src/models/mandateresponse.ts +41 -12
- package/src/models/operations/createpaymentlink.ts +0 -4
- package/src/models/operations/getclient.ts +3 -0
- package/src/models/operations/getcustomer.ts +3 -0
- package/src/models/operations/listclients.ts +3 -0
- package/src/models/paymentlinkresponse.ts +3 -0
- package/src/models/paymentrequest.ts +12 -55
- package/src/models/paymentresponse.ts +412 -53
- package/src/models/profilerequest.ts +0 -18
- package/src/models/profileresponse.ts +43 -17
- package/src/models/refundrequest.ts +23 -45
- package/src/models/routecreateresponse.ts +12 -0
- package/src/models/routegetresponse.ts +12 -0
- package/src/models/subscriptionrequest.ts +0 -23
- package/src/models/subscriptionresponse.ts +47 -14
- package/src/models/subtotals.ts +54 -250
- package/dist/commonjs/models/balancestatus.d.ts +0 -18
- package/dist/commonjs/models/balancestatus.d.ts.map +0 -1
- package/dist/commonjs/models/balancestatus.js.map +0 -1
- package/dist/commonjs/models/balancetransferfrequency.d.ts +0 -34
- package/dist/commonjs/models/balancetransferfrequency.d.ts.map +0 -1
- package/dist/commonjs/models/balancetransferfrequency.js +0 -63
- package/dist/commonjs/models/balancetransferfrequency.js.map +0 -1
- package/dist/commonjs/models/capturestatus.d.ts +0 -19
- package/dist/commonjs/models/capturestatus.d.ts.map +0 -1
- package/dist/commonjs/models/capturestatus.js +0 -53
- package/dist/commonjs/models/capturestatus.js.map +0 -1
- package/dist/commonjs/models/invoicestatus.d.ts +0 -19
- package/dist/commonjs/models/invoicestatus.d.ts.map +0 -1
- package/dist/commonjs/models/invoicestatus.js.map +0 -1
- package/dist/commonjs/models/mandatestatus.d.ts +0 -25
- package/dist/commonjs/models/mandatestatus.d.ts.map +0 -1
- package/dist/commonjs/models/mandatestatus.js.map +0 -1
- package/dist/commonjs/models/onboardingstatus.d.ts +0 -19
- package/dist/commonjs/models/onboardingstatus.d.ts.map +0 -1
- package/dist/commonjs/models/onboardingstatus.js +0 -53
- package/dist/commonjs/models/onboardingstatus.js.map +0 -1
- package/dist/commonjs/models/paymentstatus.d.ts +0 -29
- package/dist/commonjs/models/paymentstatus.d.ts.map +0 -1
- package/dist/commonjs/models/paymentstatus.js +0 -60
- package/dist/commonjs/models/paymentstatus.js.map +0 -1
- package/dist/commonjs/models/profilestatus.d.ts +0 -31
- package/dist/commonjs/models/profilestatus.d.ts.map +0 -1
- package/dist/commonjs/models/profilestatus.js +0 -59
- package/dist/commonjs/models/profilestatus.js.map +0 -1
- package/dist/commonjs/models/refundroutingreversalssourcetype.d.ts +0 -17
- package/dist/commonjs/models/refundroutingreversalssourcetype.d.ts.map +0 -1
- package/dist/commonjs/models/refundroutingreversalssourcetype.js +0 -51
- package/dist/commonjs/models/refundroutingreversalssourcetype.js.map +0 -1
- package/dist/commonjs/models/refundstatus.d.ts +0 -16
- package/dist/commonjs/models/refundstatus.d.ts.map +0 -1
- package/dist/commonjs/models/refundstatus.js +0 -53
- package/dist/commonjs/models/refundstatus.js.map +0 -1
- package/dist/commonjs/models/settlementstatus.d.ts +0 -20
- package/dist/commonjs/models/settlementstatus.d.ts.map +0 -1
- package/dist/commonjs/models/settlementstatus.js +0 -54
- package/dist/commonjs/models/settlementstatus.js.map +0 -1
- package/dist/commonjs/models/subscriptionstatus.d.ts +0 -27
- package/dist/commonjs/models/subscriptionstatus.d.ts.map +0 -1
- package/dist/commonjs/models/subscriptionstatus.js +0 -58
- package/dist/commonjs/models/subscriptionstatus.js.map +0 -1
- package/dist/commonjs/models/terminalstatus.d.ts +0 -19
- package/dist/commonjs/models/terminalstatus.d.ts.map +0 -1
- package/dist/commonjs/models/terminalstatus.js.map +0 -1
- package/dist/esm/models/balancestatus.d.ts +0 -18
- package/dist/esm/models/balancestatus.d.ts.map +0 -1
- package/dist/esm/models/balancestatus.js +0 -16
- package/dist/esm/models/balancestatus.js.map +0 -1
- package/dist/esm/models/balancetransferfrequency.d.ts +0 -34
- package/dist/esm/models/balancetransferfrequency.d.ts.map +0 -1
- package/dist/esm/models/balancetransferfrequency.js +0 -27
- package/dist/esm/models/balancetransferfrequency.js.map +0 -1
- package/dist/esm/models/capturestatus.d.ts +0 -19
- package/dist/esm/models/capturestatus.d.ts.map +0 -1
- package/dist/esm/models/capturestatus.js +0 -17
- package/dist/esm/models/capturestatus.js.map +0 -1
- package/dist/esm/models/invoicestatus.d.ts +0 -19
- package/dist/esm/models/invoicestatus.d.ts.map +0 -1
- package/dist/esm/models/invoicestatus.js +0 -17
- package/dist/esm/models/invoicestatus.js.map +0 -1
- package/dist/esm/models/mandatestatus.d.ts +0 -25
- package/dist/esm/models/mandatestatus.d.ts.map +0 -1
- package/dist/esm/models/mandatestatus.js +0 -20
- package/dist/esm/models/mandatestatus.js.map +0 -1
- package/dist/esm/models/onboardingstatus.d.ts +0 -19
- package/dist/esm/models/onboardingstatus.d.ts.map +0 -1
- package/dist/esm/models/onboardingstatus.js +0 -17
- package/dist/esm/models/onboardingstatus.js.map +0 -1
- package/dist/esm/models/paymentstatus.d.ts +0 -29
- package/dist/esm/models/paymentstatus.d.ts.map +0 -1
- package/dist/esm/models/paymentstatus.js +0 -24
- package/dist/esm/models/paymentstatus.js.map +0 -1
- package/dist/esm/models/profilestatus.d.ts +0 -31
- package/dist/esm/models/profilestatus.d.ts.map +0 -1
- package/dist/esm/models/profilestatus.js +0 -23
- package/dist/esm/models/profilestatus.js.map +0 -1
- package/dist/esm/models/refundroutingreversalssourcetype.d.ts +0 -17
- package/dist/esm/models/refundroutingreversalssourcetype.d.ts.map +0 -1
- package/dist/esm/models/refundroutingreversalssourcetype.js +0 -15
- package/dist/esm/models/refundroutingreversalssourcetype.js.map +0 -1
- package/dist/esm/models/refundstatus.d.ts +0 -16
- package/dist/esm/models/refundstatus.d.ts.map +0 -1
- package/dist/esm/models/refundstatus.js +0 -17
- package/dist/esm/models/refundstatus.js.map +0 -1
- package/dist/esm/models/settlementstatus.d.ts +0 -20
- package/dist/esm/models/settlementstatus.d.ts.map +0 -1
- package/dist/esm/models/settlementstatus.js +0 -18
- package/dist/esm/models/settlementstatus.js.map +0 -1
- package/dist/esm/models/subscriptionstatus.d.ts +0 -27
- package/dist/esm/models/subscriptionstatus.d.ts.map +0 -1
- package/dist/esm/models/subscriptionstatus.js +0 -22
- package/dist/esm/models/subscriptionstatus.js.map +0 -1
- package/dist/esm/models/terminalstatus.d.ts +0 -19
- package/dist/esm/models/terminalstatus.d.ts.map +0 -1
- package/dist/esm/models/terminalstatus.js +0 -17
- package/dist/esm/models/terminalstatus.js.map +0 -1
- package/src/models/balancestatus.ts +0 -32
- package/src/models/balancetransferfrequency.ts +0 -50
- package/src/models/capturestatus.ts +0 -33
- package/src/models/invoicestatus.ts +0 -33
- package/src/models/mandatestatus.ts +0 -39
- package/src/models/onboardingstatus.ts +0 -33
- package/src/models/paymentstatus.ts +0 -43
- package/src/models/profilestatus.ts +0 -45
- package/src/models/refundroutingreversalssourcetype.ts +0 -28
- package/src/models/refundstatus.ts +0 -30
- package/src/models/settlementstatus.ts +0 -34
- package/src/models/subscriptionstatus.ts +0 -41
- package/src/models/terminalstatus.ts +0 -33
package/bin/mcp-server.js
CHANGED
|
@@ -34124,9 +34124,9 @@ var init_config = __esm(() => {
|
|
|
34124
34124
|
SDK_METADATA = {
|
|
34125
34125
|
language: "typescript",
|
|
34126
34126
|
openapiDocVersion: "1.0.0",
|
|
34127
|
-
sdkVersion: "0.8.
|
|
34127
|
+
sdkVersion: "0.8.5",
|
|
34128
34128
|
genVersion: "2.755.9",
|
|
34129
|
-
userAgent: "speakeasy-sdk/typescript 0.8.
|
|
34129
|
+
userAgent: "speakeasy-sdk/typescript 0.8.5 2.755.9 1.0.0 mollie-api-typescript"
|
|
34130
34130
|
};
|
|
34131
34131
|
});
|
|
34132
34132
|
|
|
@@ -35960,6 +35960,98 @@ var init_enums = __esm(() => {
|
|
|
35960
35960
|
init_esm();
|
|
35961
35961
|
});
|
|
35962
35962
|
|
|
35963
|
+
// src/models/balancecardaudience.ts
|
|
35964
|
+
var BalanceCardAudience, BalanceCardAudience$inboundSchema, BalanceCardAudience$outboundSchema;
|
|
35965
|
+
var init_balancecardaudience = __esm(() => {
|
|
35966
|
+
init_enums();
|
|
35967
|
+
BalanceCardAudience = {
|
|
35968
|
+
Corporate: "corporate",
|
|
35969
|
+
Other: "other"
|
|
35970
|
+
};
|
|
35971
|
+
BalanceCardAudience$inboundSchema = inboundSchema(BalanceCardAudience);
|
|
35972
|
+
BalanceCardAudience$outboundSchema = outboundSchema(BalanceCardAudience);
|
|
35973
|
+
});
|
|
35974
|
+
|
|
35975
|
+
// src/models/balancecardissuer.ts
|
|
35976
|
+
var BalanceCardIssuer, BalanceCardIssuer$inboundSchema, BalanceCardIssuer$outboundSchema;
|
|
35977
|
+
var init_balancecardissuer = __esm(() => {
|
|
35978
|
+
init_enums();
|
|
35979
|
+
BalanceCardIssuer = {
|
|
35980
|
+
Amex: "amex",
|
|
35981
|
+
Maestro: "maestro",
|
|
35982
|
+
CarteBancaire: "carte-bancaire",
|
|
35983
|
+
Other: "other"
|
|
35984
|
+
};
|
|
35985
|
+
BalanceCardIssuer$inboundSchema = inboundSchema(BalanceCardIssuer);
|
|
35986
|
+
BalanceCardIssuer$outboundSchema = outboundSchema(BalanceCardIssuer);
|
|
35987
|
+
});
|
|
35988
|
+
|
|
35989
|
+
// src/models/balancecardregion.ts
|
|
35990
|
+
var BalanceCardRegion, BalanceCardRegion$inboundSchema, BalanceCardRegion$outboundSchema;
|
|
35991
|
+
var init_balancecardregion = __esm(() => {
|
|
35992
|
+
init_enums();
|
|
35993
|
+
BalanceCardRegion = {
|
|
35994
|
+
IntraEea: "intra-eea",
|
|
35995
|
+
IntraEu: "intra-eu",
|
|
35996
|
+
Domestic: "domestic",
|
|
35997
|
+
Other: "other"
|
|
35998
|
+
};
|
|
35999
|
+
BalanceCardRegion$inboundSchema = inboundSchema(BalanceCardRegion);
|
|
36000
|
+
BalanceCardRegion$outboundSchema = outboundSchema(BalanceCardRegion);
|
|
36001
|
+
});
|
|
36002
|
+
|
|
36003
|
+
// src/models/balancefeetype.ts
|
|
36004
|
+
var BalanceFeeType, BalanceFeeType$inboundSchema, BalanceFeeType$outboundSchema;
|
|
36005
|
+
var init_balancefeetype = __esm(() => {
|
|
36006
|
+
init_enums();
|
|
36007
|
+
BalanceFeeType = {
|
|
36008
|
+
PaymentFee: "payment-fee",
|
|
36009
|
+
DirectDebitFailureFee: "direct-debit-failure-fee",
|
|
36010
|
+
UnauthorizedDirectDebitFee: "unauthorized-direct-debit-fee",
|
|
36011
|
+
BankChargedDirectDebitFailureFee: "bank-charged-direct-debit-failure-fee",
|
|
36012
|
+
PartnerCommission: "partner-commission",
|
|
36013
|
+
ApplicationFee: "application-fee",
|
|
36014
|
+
CaptureFee: "capture-fee",
|
|
36015
|
+
RefundFee: "refund-fee",
|
|
36016
|
+
ChargebackFee: "chargeback-fee",
|
|
36017
|
+
PaymentNotificationFee: "payment-notification-fee",
|
|
36018
|
+
TransferNotificationFee: "transfer-notification-fee",
|
|
36019
|
+
PayoutFee: "payout-fee",
|
|
36020
|
+
FeeDiscount: "fee-discount",
|
|
36021
|
+
FeeReimbursement: "fee-reimbursement",
|
|
36022
|
+
PlatformVolumeFee: "platform-volume-fee",
|
|
36023
|
+
PlatformConnectedOrganizationsFee: "platform-connected-organizations-fee",
|
|
36024
|
+
BalanceChargeFee: "balance-charge-fee",
|
|
36025
|
+
ThreedsAuthenticationAttemptFee: "3ds-authentication-attempt-fee",
|
|
36026
|
+
TerminalMonthlyFee: "terminal-monthly-fee",
|
|
36027
|
+
AcceptanceRiskFee: "acceptance-risk-fee",
|
|
36028
|
+
TopUpFee: "top-up-fee",
|
|
36029
|
+
PaymentGatewayFee: "payment-gateway-fee",
|
|
36030
|
+
MastercardSpecialtyMerchantProgramProcessingFee: "mastercard-specialty-merchant-program-processing-fee",
|
|
36031
|
+
MastercardSpecialtyMerchantProgramRegistrationFee: "mastercard-specialty-merchant-program-registration-fee",
|
|
36032
|
+
VisaIntegrityRiskProgramProcessingFee: "visa-integrity-risk-program-processing-fee",
|
|
36033
|
+
VisaIntegrityRiskProgramRegistrationFee: "visa-integrity-risk-program-registration-fee",
|
|
36034
|
+
MinimumInvoiceAmountFee: "minimum-invoice-amount-fee"
|
|
36035
|
+
};
|
|
36036
|
+
BalanceFeeType$inboundSchema = inboundSchema(BalanceFeeType);
|
|
36037
|
+
BalanceFeeType$outboundSchema = outboundSchema(BalanceFeeType);
|
|
36038
|
+
});
|
|
36039
|
+
|
|
36040
|
+
// src/models/balanceprepaymentparttype.ts
|
|
36041
|
+
var BalancePrepaymentPartType, BalancePrepaymentPartType$inboundSchema, BalancePrepaymentPartType$outboundSchema;
|
|
36042
|
+
var init_balanceprepaymentparttype = __esm(() => {
|
|
36043
|
+
init_enums();
|
|
36044
|
+
BalancePrepaymentPartType = {
|
|
36045
|
+
Fee: "fee",
|
|
36046
|
+
FeeReimbursement: "fee-reimbursement",
|
|
36047
|
+
FeeDiscount: "fee-discount",
|
|
36048
|
+
FeeVat: "fee-vat",
|
|
36049
|
+
FeeRoundingCompensation: "fee-rounding-compensation"
|
|
36050
|
+
};
|
|
36051
|
+
BalancePrepaymentPartType$inboundSchema = inboundSchema(BalancePrepaymentPartType);
|
|
36052
|
+
BalancePrepaymentPartType$outboundSchema = outboundSchema(BalancePrepaymentPartType);
|
|
36053
|
+
});
|
|
36054
|
+
|
|
35963
36055
|
// src/models/balancereportgrouping.ts
|
|
35964
36056
|
var BalanceReportGrouping, BalanceReportGrouping$inboundSchema, BalanceReportGrouping$outboundSchema;
|
|
35965
36057
|
var init_balancereportgrouping = __esm(() => {
|
|
@@ -35972,69 +36064,50 @@ var init_balancereportgrouping = __esm(() => {
|
|
|
35972
36064
|
BalanceReportGrouping$outboundSchema = outboundSchema(BalanceReportGrouping);
|
|
35973
36065
|
});
|
|
35974
36066
|
|
|
35975
|
-
// src/models/balancestatus.ts
|
|
35976
|
-
var BalanceStatus, BalanceStatus$inboundSchema, BalanceStatus$outboundSchema;
|
|
35977
|
-
var init_balancestatus = __esm(() => {
|
|
35978
|
-
init_enums();
|
|
35979
|
-
BalanceStatus = {
|
|
35980
|
-
Active: "active",
|
|
35981
|
-
Inactive: "inactive"
|
|
35982
|
-
};
|
|
35983
|
-
BalanceStatus$inboundSchema = inboundSchema(BalanceStatus);
|
|
35984
|
-
BalanceStatus$outboundSchema = outboundSchema(BalanceStatus);
|
|
35985
|
-
});
|
|
35986
|
-
|
|
35987
36067
|
// src/models/balancetransactiontype.ts
|
|
35988
36068
|
var BalanceTransactionType, BalanceTransactionType$inboundSchema, BalanceTransactionType$outboundSchema;
|
|
35989
36069
|
var init_balancetransactiontype = __esm(() => {
|
|
35990
36070
|
init_enums();
|
|
35991
36071
|
BalanceTransactionType = {
|
|
35992
|
-
ApplicationFee: "application-fee",
|
|
35993
|
-
Capture: "capture",
|
|
35994
|
-
Chargeback: "chargeback",
|
|
35995
|
-
ChargebackReversal: "chargeback-reversal",
|
|
35996
|
-
FailedPaymentFee: "failed-payment-fee",
|
|
35997
|
-
FailedPayment: "failed-payment",
|
|
35998
|
-
InvoiceCompensation: "invoice-compensation",
|
|
35999
36072
|
Payment: "payment",
|
|
36000
|
-
PaymentFee: "payment-fee",
|
|
36001
|
-
PaymentCommission: "payment-commission",
|
|
36002
|
-
Refund: "refund",
|
|
36003
|
-
ReturnedRefund: "returned-refund",
|
|
36004
|
-
ReturnedTransfer: "returned-transfer",
|
|
36005
36073
|
SplitPayment: "split-payment",
|
|
36006
|
-
|
|
36007
|
-
|
|
36008
|
-
|
|
36009
|
-
|
|
36010
|
-
|
|
36011
|
-
|
|
36012
|
-
ReimbursementFee: "reimbursement-fee",
|
|
36013
|
-
BalanceCorrection: "balance-correction",
|
|
36014
|
-
UnauthorizedDirectDebit: "unauthorized-direct-debit",
|
|
36015
|
-
BankChargedFailureFee: "bank-charged-failure-fee",
|
|
36074
|
+
FailedPayment: "failed-payment",
|
|
36075
|
+
FailedPlatformSplitPayment: "failed-platform-split-payment",
|
|
36076
|
+
FailedSplitPaymentCompensation: "failed-split-payment-compensation",
|
|
36077
|
+
Capture: "capture",
|
|
36078
|
+
SplitTransaction: "split-transaction",
|
|
36079
|
+
Refund: "refund",
|
|
36016
36080
|
PlatformPaymentRefund: "platform-payment-refund",
|
|
36081
|
+
ReturnedPlatformPaymentRefund: "returned-platform-payment-refund",
|
|
36017
36082
|
RefundCompensation: "refund-compensation",
|
|
36018
36083
|
ReturnedRefundCompensation: "returned-refund-compensation",
|
|
36019
|
-
|
|
36020
|
-
|
|
36084
|
+
ReturnedRefund: "returned-refund",
|
|
36085
|
+
Chargeback: "chargeback",
|
|
36086
|
+
ChargebackReversal: "chargeback-reversal",
|
|
36021
36087
|
ChargebackCompensation: "chargeback-compensation",
|
|
36022
|
-
ReversedPlatformPaymentChargeback: "reversed-platform-payment-chargeback",
|
|
36023
36088
|
ReversedChargebackCompensation: "reversed-chargeback-compensation",
|
|
36024
|
-
|
|
36025
|
-
|
|
36026
|
-
|
|
36027
|
-
|
|
36028
|
-
|
|
36029
|
-
|
|
36030
|
-
|
|
36031
|
-
Topup: "topup",
|
|
36089
|
+
PlatformPaymentChargeback: "platform-payment-chargeback",
|
|
36090
|
+
ReversedPlatformPaymentChargeback: "reversed-platform-payment-chargeback",
|
|
36091
|
+
FeePrepayment: "fee-prepayment",
|
|
36092
|
+
OutgoingTransfer: "outgoing-transfer",
|
|
36093
|
+
IncomingTransfer: "incoming-transfer",
|
|
36094
|
+
CanceledTransfer: "canceled-transfer",
|
|
36095
|
+
ReturnedTransfer: "returned-transfer",
|
|
36032
36096
|
BalanceReserve: "balance-reserve",
|
|
36033
36097
|
BalanceReserveReturn: "balance-reserve-return",
|
|
36034
|
-
|
|
36035
|
-
|
|
36036
|
-
|
|
36037
|
-
|
|
36098
|
+
InvoiceRoundingCompensation: "invoice-rounding-compensation",
|
|
36099
|
+
RollingReserveHold: "rolling-reserve-hold",
|
|
36100
|
+
RollingReserveRelease: "rolling-reserve-release",
|
|
36101
|
+
BalanceCorrection: "balance-correction",
|
|
36102
|
+
Repayment: "repayment",
|
|
36103
|
+
Loan: "loan",
|
|
36104
|
+
BalanceTopup: "balance-topup",
|
|
36105
|
+
CashCollateralIssuance: "cash-collateral-issuance';",
|
|
36106
|
+
CashCollateralRelease: "cash-collateral-release",
|
|
36107
|
+
PendingRollingReserve: "pending-rolling-reserve",
|
|
36108
|
+
ToBeReleasedRollingReserve: "to-be-released-rolling-reserve",
|
|
36109
|
+
HeldRollingReserve: "held-rolling-reserve",
|
|
36110
|
+
ReleasedRollingReserve: "released-rolling-reserve"
|
|
36038
36111
|
};
|
|
36039
36112
|
BalanceTransactionType$inboundSchema = inboundSchema(BalanceTransactionType);
|
|
36040
36113
|
BalanceTransactionType$outboundSchema = outboundSchema(BalanceTransactionType);
|
|
@@ -36087,24 +36160,6 @@ var init_balancetransferdestinationtype = __esm(() => {
|
|
|
36087
36160
|
BalanceTransferDestinationType$outboundSchema = outboundSchema(BalanceTransferDestinationType);
|
|
36088
36161
|
});
|
|
36089
36162
|
|
|
36090
|
-
// src/models/balancetransferfrequency.ts
|
|
36091
|
-
var BalanceTransferFrequency, BalanceTransferFrequency$inboundSchema, BalanceTransferFrequency$outboundSchema;
|
|
36092
|
-
var init_balancetransferfrequency = __esm(() => {
|
|
36093
|
-
init_enums();
|
|
36094
|
-
BalanceTransferFrequency = {
|
|
36095
|
-
Daily: "daily",
|
|
36096
|
-
EveryMonday: "every-monday",
|
|
36097
|
-
EveryTuesday: "every-tuesday",
|
|
36098
|
-
EveryWednesday: "every-wednesday",
|
|
36099
|
-
EveryThursday: "every-thursday",
|
|
36100
|
-
EveryFriday: "every-friday",
|
|
36101
|
-
Monthly: "monthly",
|
|
36102
|
-
Never: "never"
|
|
36103
|
-
};
|
|
36104
|
-
BalanceTransferFrequency$inboundSchema = inboundSchema(BalanceTransferFrequency);
|
|
36105
|
-
BalanceTransferFrequency$outboundSchema = outboundSchema(BalanceTransferFrequency);
|
|
36106
|
-
});
|
|
36107
|
-
|
|
36108
36163
|
// src/models/balancetransferpartytype.ts
|
|
36109
36164
|
var BalanceTransferPartyType, BalanceTransferPartyType$inboundSchema, BalanceTransferPartyType$outboundSchema;
|
|
36110
36165
|
var init_balancetransferpartytype = __esm(() => {
|
|
@@ -36256,19 +36311,6 @@ var init_capturemoderesponse = __esm(() => {
|
|
|
36256
36311
|
CaptureModeResponse$outboundSchema = outboundSchema(CaptureModeResponse);
|
|
36257
36312
|
});
|
|
36258
36313
|
|
|
36259
|
-
// src/models/capturestatus.ts
|
|
36260
|
-
var CaptureStatus, CaptureStatus$inboundSchema, CaptureStatus$outboundSchema;
|
|
36261
|
-
var init_capturestatus = __esm(() => {
|
|
36262
|
-
init_enums();
|
|
36263
|
-
CaptureStatus = {
|
|
36264
|
-
Pending: "pending",
|
|
36265
|
-
Succeeded: "succeeded",
|
|
36266
|
-
Failed: "failed"
|
|
36267
|
-
};
|
|
36268
|
-
CaptureStatus$inboundSchema = inboundSchema(CaptureStatus);
|
|
36269
|
-
CaptureStatus$outboundSchema = outboundSchema(CaptureStatus);
|
|
36270
|
-
});
|
|
36271
|
-
|
|
36272
36314
|
// src/models/metadata.ts
|
|
36273
36315
|
var Metadata$inboundSchema, Metadata$outboundSchema;
|
|
36274
36316
|
var init_metadata = __esm(() => {
|
|
@@ -36318,16 +36360,31 @@ var init_urlnullable = __esm(() => {
|
|
|
36318
36360
|
});
|
|
36319
36361
|
|
|
36320
36362
|
// src/models/captureresponse.ts
|
|
36321
|
-
var CaptureResponseLinks$inboundSchema, CaptureResponseLinks$outboundSchema, CaptureResponse$inboundSchema, CaptureResponse$outboundSchema;
|
|
36363
|
+
var CaptureResponseStatus, CaptureResponseSettlementAmount$inboundSchema, CaptureResponseSettlementAmount$outboundSchema, CaptureResponseStatus$inboundSchema, CaptureResponseStatus$outboundSchema, CaptureResponseLinks$inboundSchema, CaptureResponseLinks$outboundSchema, CaptureResponse$inboundSchema, CaptureResponse$outboundSchema;
|
|
36322
36364
|
var init_captureresponse = __esm(() => {
|
|
36323
36365
|
init_esm();
|
|
36324
36366
|
init_primitives();
|
|
36367
|
+
init_enums();
|
|
36325
36368
|
init_amountnullable();
|
|
36326
|
-
init_capturestatus();
|
|
36327
36369
|
init_metadata();
|
|
36328
36370
|
init_mode();
|
|
36329
36371
|
init_url2();
|
|
36330
36372
|
init_urlnullable();
|
|
36373
|
+
CaptureResponseStatus = {
|
|
36374
|
+
Pending: "pending",
|
|
36375
|
+
Succeeded: "succeeded",
|
|
36376
|
+
Failed: "failed"
|
|
36377
|
+
};
|
|
36378
|
+
CaptureResponseSettlementAmount$inboundSchema = objectType({
|
|
36379
|
+
currency: stringType(),
|
|
36380
|
+
value: stringType()
|
|
36381
|
+
});
|
|
36382
|
+
CaptureResponseSettlementAmount$outboundSchema = objectType({
|
|
36383
|
+
currency: stringType(),
|
|
36384
|
+
value: stringType()
|
|
36385
|
+
});
|
|
36386
|
+
CaptureResponseStatus$inboundSchema = inboundSchema(CaptureResponseStatus);
|
|
36387
|
+
CaptureResponseStatus$outboundSchema = outboundSchema(CaptureResponseStatus);
|
|
36331
36388
|
CaptureResponseLinks$inboundSchema = objectType({
|
|
36332
36389
|
self: Url$inboundSchema,
|
|
36333
36390
|
payment: Url$inboundSchema,
|
|
@@ -36348,12 +36405,12 @@ var init_captureresponse = __esm(() => {
|
|
|
36348
36405
|
mode: Mode$inboundSchema,
|
|
36349
36406
|
description: stringType().optional(),
|
|
36350
36407
|
amount: nullableType(AmountNullable$inboundSchema),
|
|
36351
|
-
settlementAmount: nullableType(
|
|
36352
|
-
status:
|
|
36408
|
+
settlementAmount: nullableType(lazyType(() => CaptureResponseSettlementAmount$inboundSchema)).optional(),
|
|
36409
|
+
status: CaptureResponseStatus$inboundSchema,
|
|
36353
36410
|
metadata: nullableType(Metadata$inboundSchema).optional(),
|
|
36354
36411
|
paymentId: stringType(),
|
|
36355
|
-
shipmentId: stringType().optional(),
|
|
36356
|
-
settlementId: stringType().optional(),
|
|
36412
|
+
shipmentId: nullableType(stringType()).optional(),
|
|
36413
|
+
settlementId: nullableType(stringType()).optional(),
|
|
36357
36414
|
createdAt: stringType(),
|
|
36358
36415
|
_links: lazyType(() => CaptureResponseLinks$inboundSchema)
|
|
36359
36416
|
}).transform((v2) => {
|
|
@@ -36367,12 +36424,12 @@ var init_captureresponse = __esm(() => {
|
|
|
36367
36424
|
mode: Mode$outboundSchema,
|
|
36368
36425
|
description: stringType().optional(),
|
|
36369
36426
|
amount: nullableType(AmountNullable$outboundSchema),
|
|
36370
|
-
settlementAmount: nullableType(
|
|
36371
|
-
status:
|
|
36427
|
+
settlementAmount: nullableType(lazyType(() => CaptureResponseSettlementAmount$outboundSchema)).optional(),
|
|
36428
|
+
status: CaptureResponseStatus$outboundSchema,
|
|
36372
36429
|
metadata: nullableType(Metadata$outboundSchema).optional(),
|
|
36373
36430
|
paymentId: stringType(),
|
|
36374
|
-
shipmentId: stringType().optional(),
|
|
36375
|
-
settlementId: stringType().optional(),
|
|
36431
|
+
shipmentId: nullableType(stringType()).optional(),
|
|
36432
|
+
settlementId: nullableType(stringType()).optional(),
|
|
36376
36433
|
createdAt: stringType(),
|
|
36377
36434
|
links: lazyType(() => CaptureResponseLinks$outboundSchema)
|
|
36378
36435
|
}).transform((v2) => {
|
|
@@ -36551,259 +36608,61 @@ var init_paymentmethod = __esm(() => {
|
|
|
36551
36608
|
});
|
|
36552
36609
|
|
|
36553
36610
|
// src/models/subtotals.ts
|
|
36554
|
-
var
|
|
36611
|
+
var SubTotals$inboundSchema, SubTotals$outboundSchema;
|
|
36555
36612
|
var init_subtotals = __esm(() => {
|
|
36556
36613
|
init_esm();
|
|
36614
|
+
init_balancecardaudience();
|
|
36615
|
+
init_balancecardissuer();
|
|
36616
|
+
init_balancecardregion();
|
|
36617
|
+
init_balancefeetype();
|
|
36618
|
+
init_balanceprepaymentparttype();
|
|
36619
|
+
init_balancetransactiontype();
|
|
36557
36620
|
init_paymentmethod();
|
|
36558
|
-
SubTotalsCardIssuer = {
|
|
36559
|
-
Amex: "amex",
|
|
36560
|
-
Maestro: "maestro",
|
|
36561
|
-
CarteBancaire: "carte-bancaire",
|
|
36562
|
-
Other: "other"
|
|
36563
|
-
};
|
|
36564
|
-
SubTotalsCardAudience = {
|
|
36565
|
-
Corporate: "corporate",
|
|
36566
|
-
Other: "other"
|
|
36567
|
-
};
|
|
36568
|
-
SubTotalsCardRegion = {
|
|
36569
|
-
IntraEea: "intra-eea",
|
|
36570
|
-
IntraEu: "intra-eu",
|
|
36571
|
-
Domestic: "domestic",
|
|
36572
|
-
Other: "other"
|
|
36573
|
-
};
|
|
36574
|
-
SubTotalsFeeType = {
|
|
36575
|
-
PaymentFee: "payment-fee",
|
|
36576
|
-
DirectDebitFailureFee: "direct-debit-failure-fee",
|
|
36577
|
-
UnauthorizedDirectDebitFee: "unauthorized-direct-debit-fee",
|
|
36578
|
-
BankChargedDirectDebitFailureFee: "bank-charged-direct-debit-failure-fee",
|
|
36579
|
-
PartnerCommission: "partner-commission",
|
|
36580
|
-
ApplicationFee: "application-fee",
|
|
36581
|
-
CaptureFee: "capture-fee",
|
|
36582
|
-
RefundFee: "refund-fee",
|
|
36583
|
-
ChargebackFee: "chargeback-fee",
|
|
36584
|
-
PaymentNotificationFee: "payment-notification-fee",
|
|
36585
|
-
TransferNotificationFee: "transfer-notification-fee",
|
|
36586
|
-
PayoutFee: "payout-fee",
|
|
36587
|
-
FeeDiscount: "fee-discount",
|
|
36588
|
-
FeeReimbursement: "fee-reimbursement",
|
|
36589
|
-
PlatformVolumeFee: "platform-volume-fee",
|
|
36590
|
-
PlatformConnectedOrganizationsFee: "platform-connected-organizations-fee",
|
|
36591
|
-
BalanceChargeFee: "balance-charge-fee",
|
|
36592
|
-
ThreedsAuthenticationAttemptFee: "3ds-authentication-attempt-fee",
|
|
36593
|
-
TerminalMonthlyFee: "terminal-monthly-fee",
|
|
36594
|
-
AcceptanceRiskFee: "acceptance-risk-fee",
|
|
36595
|
-
TopUpFee: "top-up-fee",
|
|
36596
|
-
PaymentGatewayFee: "payment-gateway-fee",
|
|
36597
|
-
MastercardSpecialtyMerchantProgramProcessingFee: "mastercard-specialty-merchant-program-processing-fee",
|
|
36598
|
-
MastercardSpecialtyMerchantProgramRegistrationFee: "mastercard-specialty-merchant-program-registration-fee",
|
|
36599
|
-
VisaIntegrityRiskProgramProcessingFee: "visa-integrity-risk-program-processing-fee",
|
|
36600
|
-
VisaIntegrityRiskProgramRegistrationFee: "visa-integrity-risk-program-registration-fee",
|
|
36601
|
-
MinimumInvoiceAmountFee: "minimum-invoice-amount-fee"
|
|
36602
|
-
};
|
|
36603
|
-
SubTotalsPrepaymentPartType = {
|
|
36604
|
-
Fee: "fee",
|
|
36605
|
-
FeeReimbursement: "fee-reimbursement",
|
|
36606
|
-
FeeDiscount: "fee-discount",
|
|
36607
|
-
FeeVat: "fee-vat",
|
|
36608
|
-
FeeRoundingCompensation: "fee-rounding-compensation"
|
|
36609
|
-
};
|
|
36610
|
-
SubTotalsTransactionType = {
|
|
36611
|
-
Payment: "payment",
|
|
36612
|
-
SplitPayment: "split-payment",
|
|
36613
|
-
FailedPayment: "failed-payment",
|
|
36614
|
-
FailedPlatformSplitPayment: "failed-platform-split-payment",
|
|
36615
|
-
FailedSplitPaymentCompensation: "failed-split-payment-compensation",
|
|
36616
|
-
Capture: "capture",
|
|
36617
|
-
SplitTransaction: "split-transaction",
|
|
36618
|
-
Refund: "refund",
|
|
36619
|
-
PlatformPaymentRefund: "platform-payment-refund",
|
|
36620
|
-
ReturnedPlatformPaymentRefund: "returned-platform-payment-refund",
|
|
36621
|
-
RefundCompensation: "refund-compensation",
|
|
36622
|
-
ReturnedRefundCompensation: "returned-refund-compensation",
|
|
36623
|
-
ReturnedRefund: "returned-refund",
|
|
36624
|
-
Chargeback: "chargeback",
|
|
36625
|
-
ChargebackReversal: "chargeback-reversal",
|
|
36626
|
-
ChargebackCompensation: "chargeback-compensation",
|
|
36627
|
-
ReversedChargebackCompensation: "reversed-chargeback-compensation",
|
|
36628
|
-
PlatformPaymentChargeback: "platform-payment-chargeback",
|
|
36629
|
-
ReversedPlatformPaymentChargeback: "reversed-platform-payment-chargeback",
|
|
36630
|
-
FeePrepayment: "fee-prepayment",
|
|
36631
|
-
OutgoingTransfer: "outgoing-transfer",
|
|
36632
|
-
IncomingTransfer: "incoming-transfer",
|
|
36633
|
-
CanceledTransfer: "canceled-transfer",
|
|
36634
|
-
ReturnedTransfer: "returned-transfer",
|
|
36635
|
-
BalanceReserve: "balance-reserve",
|
|
36636
|
-
BalanceReserveReturn: "balance-reserve-return",
|
|
36637
|
-
InvoiceRoundingCompensation: "invoice-rounding-compensation",
|
|
36638
|
-
RollingReserveHold: "rolling-reserve-hold",
|
|
36639
|
-
RollingReserveRelease: "rolling-reserve-release",
|
|
36640
|
-
BalanceCorrection: "balance-correction",
|
|
36641
|
-
Repayment: "repayment",
|
|
36642
|
-
Loan: "loan",
|
|
36643
|
-
BalanceTopup: "balance-topup",
|
|
36644
|
-
CashCollateralIssuance: "cash-collateral-issuance';",
|
|
36645
|
-
CashCollateralRelease: "cash-collateral-release",
|
|
36646
|
-
PendingRollingReserve: "pending-rolling-reserve",
|
|
36647
|
-
ToBeReleasedRollingReserve: "to-be-released-rolling-reserve",
|
|
36648
|
-
HeldRollingReserve: "held-rolling-reserve",
|
|
36649
|
-
ReleasedRollingReserve: "released-rolling-reserve"
|
|
36650
|
-
};
|
|
36651
|
-
SubTotalsCardIssuer$inboundSchema = nativeEnumType(SubTotalsCardIssuer);
|
|
36652
|
-
SubTotalsCardIssuer$outboundSchema = SubTotalsCardIssuer$inboundSchema;
|
|
36653
|
-
SubTotalsCardAudience$inboundSchema = nativeEnumType(SubTotalsCardAudience);
|
|
36654
|
-
SubTotalsCardAudience$outboundSchema = SubTotalsCardAudience$inboundSchema;
|
|
36655
|
-
SubTotalsCardRegion$inboundSchema = nativeEnumType(SubTotalsCardRegion);
|
|
36656
|
-
SubTotalsCardRegion$outboundSchema = SubTotalsCardRegion$inboundSchema;
|
|
36657
|
-
SubTotalsFeeType$inboundSchema = nativeEnumType(SubTotalsFeeType);
|
|
36658
|
-
SubTotalsFeeType$outboundSchema = SubTotalsFeeType$inboundSchema;
|
|
36659
|
-
SubTotalsPrepaymentPartType$inboundSchema = nativeEnumType(SubTotalsPrepaymentPartType);
|
|
36660
|
-
SubTotalsPrepaymentPartType$outboundSchema = SubTotalsPrepaymentPartType$inboundSchema;
|
|
36661
|
-
SubTotalsTransactionType$inboundSchema = nativeEnumType(SubTotalsTransactionType);
|
|
36662
|
-
SubTotalsTransactionType$outboundSchema = SubTotalsTransactionType$inboundSchema;
|
|
36663
36621
|
SubTotals$inboundSchema = objectType({
|
|
36664
36622
|
count: numberType().int().optional(),
|
|
36665
36623
|
method: nullableType(PaymentMethod$inboundSchema).optional(),
|
|
36666
|
-
cardIssuer:
|
|
36667
|
-
cardAudience:
|
|
36668
|
-
cardRegion:
|
|
36669
|
-
feeType:
|
|
36670
|
-
prepaymentPartType:
|
|
36671
|
-
transactionType:
|
|
36624
|
+
cardIssuer: BalanceCardIssuer$inboundSchema.optional(),
|
|
36625
|
+
cardAudience: BalanceCardAudience$inboundSchema.optional(),
|
|
36626
|
+
cardRegion: BalanceCardRegion$inboundSchema.optional(),
|
|
36627
|
+
feeType: BalanceFeeType$inboundSchema.optional(),
|
|
36628
|
+
prepaymentPartType: BalancePrepaymentPartType$inboundSchema.optional(),
|
|
36629
|
+
transactionType: BalanceTransactionType$inboundSchema.optional()
|
|
36672
36630
|
});
|
|
36673
36631
|
SubTotals$outboundSchema = objectType({
|
|
36674
36632
|
count: numberType().int().optional(),
|
|
36675
36633
|
method: nullableType(PaymentMethod$outboundSchema).optional(),
|
|
36676
|
-
cardIssuer:
|
|
36677
|
-
cardAudience:
|
|
36678
|
-
cardRegion:
|
|
36679
|
-
feeType:
|
|
36680
|
-
prepaymentPartType:
|
|
36681
|
-
transactionType:
|
|
36634
|
+
cardIssuer: BalanceCardIssuer$outboundSchema.optional(),
|
|
36635
|
+
cardAudience: BalanceCardAudience$outboundSchema.optional(),
|
|
36636
|
+
cardRegion: BalanceCardRegion$outboundSchema.optional(),
|
|
36637
|
+
feeType: BalanceFeeType$outboundSchema.optional(),
|
|
36638
|
+
prepaymentPartType: BalancePrepaymentPartType$outboundSchema.optional(),
|
|
36639
|
+
transactionType: BalanceTransactionType$outboundSchema.optional()
|
|
36682
36640
|
});
|
|
36683
36641
|
});
|
|
36684
36642
|
|
|
36685
36643
|
// src/models/componentssubtotals.ts
|
|
36686
|
-
var
|
|
36644
|
+
var ComponentsSubTotals$inboundSchema, ComponentsSubTotals$outboundSchema;
|
|
36687
36645
|
var init_componentssubtotals = __esm(() => {
|
|
36688
36646
|
init_esm();
|
|
36689
36647
|
init_primitives();
|
|
36648
|
+
init_balancecardaudience();
|
|
36649
|
+
init_balancecardissuer();
|
|
36650
|
+
init_balancecardregion();
|
|
36651
|
+
init_balancefeetype();
|
|
36652
|
+
init_balanceprepaymentparttype();
|
|
36653
|
+
init_balancetransactiontype();
|
|
36690
36654
|
init_paymentmethod();
|
|
36691
36655
|
init_subtotals();
|
|
36692
|
-
ComponentsSubTotalsCardIssuer = {
|
|
36693
|
-
Amex: "amex",
|
|
36694
|
-
Maestro: "maestro",
|
|
36695
|
-
CarteBancaire: "carte-bancaire",
|
|
36696
|
-
Other: "other"
|
|
36697
|
-
};
|
|
36698
|
-
ComponentsSubTotalsCardAudience = {
|
|
36699
|
-
Corporate: "corporate",
|
|
36700
|
-
Other: "other"
|
|
36701
|
-
};
|
|
36702
|
-
ComponentsSubTotalsCardRegion = {
|
|
36703
|
-
IntraEea: "intra-eea",
|
|
36704
|
-
IntraEu: "intra-eu",
|
|
36705
|
-
Domestic: "domestic",
|
|
36706
|
-
Other: "other"
|
|
36707
|
-
};
|
|
36708
|
-
ComponentsSubTotalsFeeType = {
|
|
36709
|
-
PaymentFee: "payment-fee",
|
|
36710
|
-
DirectDebitFailureFee: "direct-debit-failure-fee",
|
|
36711
|
-
UnauthorizedDirectDebitFee: "unauthorized-direct-debit-fee",
|
|
36712
|
-
BankChargedDirectDebitFailureFee: "bank-charged-direct-debit-failure-fee",
|
|
36713
|
-
PartnerCommission: "partner-commission",
|
|
36714
|
-
ApplicationFee: "application-fee",
|
|
36715
|
-
CaptureFee: "capture-fee",
|
|
36716
|
-
RefundFee: "refund-fee",
|
|
36717
|
-
ChargebackFee: "chargeback-fee",
|
|
36718
|
-
PaymentNotificationFee: "payment-notification-fee",
|
|
36719
|
-
TransferNotificationFee: "transfer-notification-fee",
|
|
36720
|
-
PayoutFee: "payout-fee",
|
|
36721
|
-
FeeDiscount: "fee-discount",
|
|
36722
|
-
FeeReimbursement: "fee-reimbursement",
|
|
36723
|
-
PlatformVolumeFee: "platform-volume-fee",
|
|
36724
|
-
PlatformConnectedOrganizationsFee: "platform-connected-organizations-fee",
|
|
36725
|
-
BalanceChargeFee: "balance-charge-fee",
|
|
36726
|
-
ThreedsAuthenticationAttemptFee: "3ds-authentication-attempt-fee",
|
|
36727
|
-
TerminalMonthlyFee: "terminal-monthly-fee",
|
|
36728
|
-
AcceptanceRiskFee: "acceptance-risk-fee",
|
|
36729
|
-
TopUpFee: "top-up-fee",
|
|
36730
|
-
PaymentGatewayFee: "payment-gateway-fee",
|
|
36731
|
-
MastercardSpecialtyMerchantProgramProcessingFee: "mastercard-specialty-merchant-program-processing-fee",
|
|
36732
|
-
MastercardSpecialtyMerchantProgramRegistrationFee: "mastercard-specialty-merchant-program-registration-fee",
|
|
36733
|
-
VisaIntegrityRiskProgramProcessingFee: "visa-integrity-risk-program-processing-fee",
|
|
36734
|
-
VisaIntegrityRiskProgramRegistrationFee: "visa-integrity-risk-program-registration-fee",
|
|
36735
|
-
MinimumInvoiceAmountFee: "minimum-invoice-amount-fee"
|
|
36736
|
-
};
|
|
36737
|
-
ComponentsSubTotalsPrepaymentPartType = {
|
|
36738
|
-
Fee: "fee",
|
|
36739
|
-
FeeReimbursement: "fee-reimbursement",
|
|
36740
|
-
FeeDiscount: "fee-discount",
|
|
36741
|
-
FeeVat: "fee-vat",
|
|
36742
|
-
FeeRoundingCompensation: "fee-rounding-compensation"
|
|
36743
|
-
};
|
|
36744
|
-
ComponentsSubTotalsTransactionType = {
|
|
36745
|
-
Payment: "payment",
|
|
36746
|
-
SplitPayment: "split-payment",
|
|
36747
|
-
FailedPayment: "failed-payment",
|
|
36748
|
-
FailedPlatformSplitPayment: "failed-platform-split-payment",
|
|
36749
|
-
FailedSplitPaymentCompensation: "failed-split-payment-compensation",
|
|
36750
|
-
Capture: "capture",
|
|
36751
|
-
SplitTransaction: "split-transaction",
|
|
36752
|
-
Refund: "refund",
|
|
36753
|
-
PlatformPaymentRefund: "platform-payment-refund",
|
|
36754
|
-
ReturnedPlatformPaymentRefund: "returned-platform-payment-refund",
|
|
36755
|
-
RefundCompensation: "refund-compensation",
|
|
36756
|
-
ReturnedRefundCompensation: "returned-refund-compensation",
|
|
36757
|
-
ReturnedRefund: "returned-refund",
|
|
36758
|
-
Chargeback: "chargeback",
|
|
36759
|
-
ChargebackReversal: "chargeback-reversal",
|
|
36760
|
-
ChargebackCompensation: "chargeback-compensation",
|
|
36761
|
-
ReversedChargebackCompensation: "reversed-chargeback-compensation",
|
|
36762
|
-
PlatformPaymentChargeback: "platform-payment-chargeback",
|
|
36763
|
-
ReversedPlatformPaymentChargeback: "reversed-platform-payment-chargeback",
|
|
36764
|
-
FeePrepayment: "fee-prepayment",
|
|
36765
|
-
OutgoingTransfer: "outgoing-transfer",
|
|
36766
|
-
IncomingTransfer: "incoming-transfer",
|
|
36767
|
-
CanceledTransfer: "canceled-transfer",
|
|
36768
|
-
ReturnedTransfer: "returned-transfer",
|
|
36769
|
-
BalanceReserve: "balance-reserve",
|
|
36770
|
-
BalanceReserveReturn: "balance-reserve-return",
|
|
36771
|
-
InvoiceRoundingCompensation: "invoice-rounding-compensation",
|
|
36772
|
-
RollingReserveHold: "rolling-reserve-hold",
|
|
36773
|
-
RollingReserveRelease: "rolling-reserve-release",
|
|
36774
|
-
BalanceCorrection: "balance-correction",
|
|
36775
|
-
Repayment: "repayment",
|
|
36776
|
-
Loan: "loan",
|
|
36777
|
-
BalanceTopup: "balance-topup",
|
|
36778
|
-
CashCollateralIssuance: "cash-collateral-issuance';",
|
|
36779
|
-
CashCollateralRelease: "cash-collateral-release",
|
|
36780
|
-
PendingRollingReserve: "pending-rolling-reserve",
|
|
36781
|
-
ToBeReleasedRollingReserve: "to-be-released-rolling-reserve",
|
|
36782
|
-
HeldRollingReserve: "held-rolling-reserve",
|
|
36783
|
-
ReleasedRollingReserve: "released-rolling-reserve"
|
|
36784
|
-
};
|
|
36785
|
-
ComponentsSubTotalsCardIssuer$inboundSchema = nativeEnumType(ComponentsSubTotalsCardIssuer);
|
|
36786
|
-
ComponentsSubTotalsCardIssuer$outboundSchema = ComponentsSubTotalsCardIssuer$inboundSchema;
|
|
36787
|
-
ComponentsSubTotalsCardAudience$inboundSchema = nativeEnumType(ComponentsSubTotalsCardAudience);
|
|
36788
|
-
ComponentsSubTotalsCardAudience$outboundSchema = ComponentsSubTotalsCardAudience$inboundSchema;
|
|
36789
|
-
ComponentsSubTotalsCardRegion$inboundSchema = nativeEnumType(ComponentsSubTotalsCardRegion);
|
|
36790
|
-
ComponentsSubTotalsCardRegion$outboundSchema = ComponentsSubTotalsCardRegion$inboundSchema;
|
|
36791
|
-
ComponentsSubTotalsFeeType$inboundSchema = nativeEnumType(ComponentsSubTotalsFeeType);
|
|
36792
|
-
ComponentsSubTotalsFeeType$outboundSchema = ComponentsSubTotalsFeeType$inboundSchema;
|
|
36793
|
-
ComponentsSubTotalsPrepaymentPartType$inboundSchema = nativeEnumType(ComponentsSubTotalsPrepaymentPartType);
|
|
36794
|
-
ComponentsSubTotalsPrepaymentPartType$outboundSchema = ComponentsSubTotalsPrepaymentPartType$inboundSchema;
|
|
36795
|
-
ComponentsSubTotalsTransactionType$inboundSchema = nativeEnumType(ComponentsSubTotalsTransactionType);
|
|
36796
|
-
ComponentsSubTotalsTransactionType$outboundSchema = ComponentsSubTotalsTransactionType$inboundSchema;
|
|
36797
36656
|
ComponentsSubTotals$inboundSchema = objectType({
|
|
36798
36657
|
"sub-totals": nullableType(arrayType(SubTotals$inboundSchema)).optional(),
|
|
36799
36658
|
count: numberType().int().optional(),
|
|
36800
36659
|
method: nullableType(PaymentMethod$inboundSchema).optional(),
|
|
36801
|
-
cardIssuer:
|
|
36802
|
-
cardAudience:
|
|
36803
|
-
cardRegion:
|
|
36804
|
-
feeType:
|
|
36805
|
-
prepaymentPartType:
|
|
36806
|
-
transactionType:
|
|
36660
|
+
cardIssuer: BalanceCardIssuer$inboundSchema.optional(),
|
|
36661
|
+
cardAudience: BalanceCardAudience$inboundSchema.optional(),
|
|
36662
|
+
cardRegion: BalanceCardRegion$inboundSchema.optional(),
|
|
36663
|
+
feeType: BalanceFeeType$inboundSchema.optional(),
|
|
36664
|
+
prepaymentPartType: BalancePrepaymentPartType$inboundSchema.optional(),
|
|
36665
|
+
transactionType: BalanceTransactionType$inboundSchema.optional()
|
|
36807
36666
|
}).transform((v2) => {
|
|
36808
36667
|
return remap(v2, {
|
|
36809
36668
|
"sub-totals": "subTotals"
|
|
@@ -36813,12 +36672,12 @@ var init_componentssubtotals = __esm(() => {
|
|
|
36813
36672
|
subTotals: nullableType(arrayType(SubTotals$outboundSchema)).optional(),
|
|
36814
36673
|
count: numberType().int().optional(),
|
|
36815
36674
|
method: nullableType(PaymentMethod$outboundSchema).optional(),
|
|
36816
|
-
cardIssuer:
|
|
36817
|
-
cardAudience:
|
|
36818
|
-
cardRegion:
|
|
36819
|
-
feeType:
|
|
36820
|
-
prepaymentPartType:
|
|
36821
|
-
transactionType:
|
|
36675
|
+
cardIssuer: BalanceCardIssuer$outboundSchema.optional(),
|
|
36676
|
+
cardAudience: BalanceCardAudience$outboundSchema.optional(),
|
|
36677
|
+
cardRegion: BalanceCardRegion$outboundSchema.optional(),
|
|
36678
|
+
feeType: BalanceFeeType$outboundSchema.optional(),
|
|
36679
|
+
prepaymentPartType: BalancePrepaymentPartType$outboundSchema.optional(),
|
|
36680
|
+
transactionType: BalanceTransactionType$outboundSchema.optional()
|
|
36822
36681
|
}).transform((v2) => {
|
|
36823
36682
|
return remap(v2, {
|
|
36824
36683
|
subTotals: "sub-totals"
|
|
@@ -37000,20 +36859,59 @@ var init_deletevaluessalesinvoice = __esm(() => {
|
|
|
37000
36859
|
DeleteValuesSalesInvoice$outboundSchema = objectType({
|
|
37001
36860
|
testmode: nullableType(booleanType()).optional()
|
|
37002
36861
|
});
|
|
37003
|
-
});
|
|
37004
|
-
|
|
37005
|
-
// src/models/entitybalance.ts
|
|
37006
|
-
var TransferDestination$inboundSchema, TransferDestination$outboundSchema, EntityBalanceLinks$inboundSchema, EntityBalanceLinks$outboundSchema, EntityBalance$inboundSchema, EntityBalance$outboundSchema;
|
|
37007
|
-
var init_entitybalance = __esm(() => {
|
|
37008
|
-
init_esm();
|
|
37009
|
-
init_primitives();
|
|
37010
|
-
|
|
37011
|
-
|
|
37012
|
-
|
|
37013
|
-
|
|
37014
|
-
|
|
37015
|
-
|
|
37016
|
-
|
|
36862
|
+
});
|
|
36863
|
+
|
|
36864
|
+
// src/models/entitybalance.ts
|
|
36865
|
+
var Currency, EntityBalanceStatus, TransferFrequency, Currency$inboundSchema, Currency$outboundSchema, EntityBalanceStatus$inboundSchema, EntityBalanceStatus$outboundSchema, TransferFrequency$inboundSchema, TransferFrequency$outboundSchema, TransferThreshold$inboundSchema, TransferThreshold$outboundSchema, TransferDestination$inboundSchema, TransferDestination$outboundSchema, AvailableAmount$inboundSchema, AvailableAmount$outboundSchema, PendingAmount$inboundSchema, PendingAmount$outboundSchema, EntityBalanceLinks$inboundSchema, EntityBalanceLinks$outboundSchema, EntityBalance$inboundSchema, EntityBalance$outboundSchema;
|
|
36866
|
+
var init_entitybalance = __esm(() => {
|
|
36867
|
+
init_esm();
|
|
36868
|
+
init_primitives();
|
|
36869
|
+
init_enums();
|
|
36870
|
+
init_balancetransferdestinationtype();
|
|
36871
|
+
init_mode();
|
|
36872
|
+
init_url2();
|
|
36873
|
+
Currency = {
|
|
36874
|
+
Eur: "EUR",
|
|
36875
|
+
Gbp: "GBP",
|
|
36876
|
+
Chf: "CHF",
|
|
36877
|
+
Dkk: "DKK",
|
|
36878
|
+
Nok: "NOK",
|
|
36879
|
+
Pln: "PLN",
|
|
36880
|
+
Sek: "SEK",
|
|
36881
|
+
Usd: "USD",
|
|
36882
|
+
Czk: "CZK",
|
|
36883
|
+
Huf: "HUF",
|
|
36884
|
+
Aud: "AUD",
|
|
36885
|
+
Cad: "CAD"
|
|
36886
|
+
};
|
|
36887
|
+
EntityBalanceStatus = {
|
|
36888
|
+
Active: "active",
|
|
36889
|
+
Inactive: "inactive"
|
|
36890
|
+
};
|
|
36891
|
+
TransferFrequency = {
|
|
36892
|
+
Daily: "daily",
|
|
36893
|
+
EveryMonday: "every-monday",
|
|
36894
|
+
EveryTuesday: "every-tuesday",
|
|
36895
|
+
EveryWednesday: "every-wednesday",
|
|
36896
|
+
EveryThursday: "every-thursday",
|
|
36897
|
+
EveryFriday: "every-friday",
|
|
36898
|
+
Monthly: "monthly",
|
|
36899
|
+
Never: "never"
|
|
36900
|
+
};
|
|
36901
|
+
Currency$inboundSchema = inboundSchema(Currency);
|
|
36902
|
+
Currency$outboundSchema = outboundSchema(Currency);
|
|
36903
|
+
EntityBalanceStatus$inboundSchema = inboundSchema(EntityBalanceStatus);
|
|
36904
|
+
EntityBalanceStatus$outboundSchema = outboundSchema(EntityBalanceStatus);
|
|
36905
|
+
TransferFrequency$inboundSchema = inboundSchema(TransferFrequency);
|
|
36906
|
+
TransferFrequency$outboundSchema = outboundSchema(TransferFrequency);
|
|
36907
|
+
TransferThreshold$inboundSchema = objectType({
|
|
36908
|
+
currency: stringType(),
|
|
36909
|
+
value: stringType()
|
|
36910
|
+
});
|
|
36911
|
+
TransferThreshold$outboundSchema = objectType({
|
|
36912
|
+
currency: stringType(),
|
|
36913
|
+
value: stringType()
|
|
36914
|
+
});
|
|
37017
36915
|
TransferDestination$inboundSchema = objectType({
|
|
37018
36916
|
type: BalanceTransferDestinationType$inboundSchema.optional(),
|
|
37019
36917
|
bankAccount: stringType().optional(),
|
|
@@ -37024,6 +36922,22 @@ var init_entitybalance = __esm(() => {
|
|
|
37024
36922
|
bankAccount: stringType().optional(),
|
|
37025
36923
|
beneficiaryName: stringType().optional()
|
|
37026
36924
|
});
|
|
36925
|
+
AvailableAmount$inboundSchema = objectType({
|
|
36926
|
+
currency: stringType(),
|
|
36927
|
+
value: stringType()
|
|
36928
|
+
});
|
|
36929
|
+
AvailableAmount$outboundSchema = objectType({
|
|
36930
|
+
currency: stringType(),
|
|
36931
|
+
value: stringType()
|
|
36932
|
+
});
|
|
36933
|
+
PendingAmount$inboundSchema = objectType({
|
|
36934
|
+
currency: stringType(),
|
|
36935
|
+
value: stringType()
|
|
36936
|
+
});
|
|
36937
|
+
PendingAmount$outboundSchema = objectType({
|
|
36938
|
+
currency: stringType(),
|
|
36939
|
+
value: stringType()
|
|
36940
|
+
});
|
|
37027
36941
|
EntityBalanceLinks$inboundSchema = objectType({
|
|
37028
36942
|
self: Url$inboundSchema.optional(),
|
|
37029
36943
|
documentation: Url$inboundSchema.optional()
|
|
@@ -37037,15 +36951,15 @@ var init_entitybalance = __esm(() => {
|
|
|
37037
36951
|
id: stringType(),
|
|
37038
36952
|
mode: Mode$inboundSchema,
|
|
37039
36953
|
createdAt: stringType(),
|
|
37040
|
-
currency:
|
|
36954
|
+
currency: Currency$inboundSchema,
|
|
37041
36955
|
description: stringType(),
|
|
37042
|
-
status:
|
|
37043
|
-
transferFrequency:
|
|
37044
|
-
transferThreshold:
|
|
36956
|
+
status: EntityBalanceStatus$inboundSchema,
|
|
36957
|
+
transferFrequency: TransferFrequency$inboundSchema.optional(),
|
|
36958
|
+
transferThreshold: lazyType(() => TransferThreshold$inboundSchema).optional(),
|
|
37045
36959
|
transferReference: nullableType(stringType()).optional(),
|
|
37046
36960
|
transferDestination: nullableType(lazyType(() => TransferDestination$inboundSchema)).optional(),
|
|
37047
|
-
availableAmount:
|
|
37048
|
-
pendingAmount:
|
|
36961
|
+
availableAmount: lazyType(() => AvailableAmount$inboundSchema),
|
|
36962
|
+
pendingAmount: lazyType(() => PendingAmount$inboundSchema),
|
|
37049
36963
|
_links: lazyType(() => EntityBalanceLinks$inboundSchema)
|
|
37050
36964
|
}).transform((v2) => {
|
|
37051
36965
|
return remap(v2, {
|
|
@@ -37057,15 +36971,15 @@ var init_entitybalance = __esm(() => {
|
|
|
37057
36971
|
id: stringType(),
|
|
37058
36972
|
mode: Mode$outboundSchema,
|
|
37059
36973
|
createdAt: stringType(),
|
|
37060
|
-
currency:
|
|
36974
|
+
currency: Currency$outboundSchema,
|
|
37061
36975
|
description: stringType(),
|
|
37062
|
-
status:
|
|
37063
|
-
transferFrequency:
|
|
37064
|
-
transferThreshold:
|
|
36976
|
+
status: EntityBalanceStatus$outboundSchema,
|
|
36977
|
+
transferFrequency: TransferFrequency$outboundSchema.optional(),
|
|
36978
|
+
transferThreshold: lazyType(() => TransferThreshold$outboundSchema).optional(),
|
|
37065
36979
|
transferReference: nullableType(stringType()).optional(),
|
|
37066
36980
|
transferDestination: nullableType(lazyType(() => TransferDestination$outboundSchema)).optional(),
|
|
37067
|
-
availableAmount:
|
|
37068
|
-
pendingAmount:
|
|
36981
|
+
availableAmount: lazyType(() => AvailableAmount$outboundSchema),
|
|
36982
|
+
pendingAmount: lazyType(() => PendingAmount$outboundSchema),
|
|
37069
36983
|
links: lazyType(() => EntityBalanceLinks$outboundSchema)
|
|
37070
36984
|
}).transform((v2) => {
|
|
37071
36985
|
return remap(v2, {
|
|
@@ -37783,7 +37697,6 @@ var init_entitybalancetransfer = __esm(() => {
|
|
|
37783
37697
|
init_balancetransfercategory();
|
|
37784
37698
|
init_entitybalancetransferparty();
|
|
37785
37699
|
EntityBalanceTransfer$inboundSchema = objectType({
|
|
37786
|
-
id: stringType(),
|
|
37787
37700
|
amount: Amount$inboundSchema,
|
|
37788
37701
|
source: EntityBalanceTransferParty$inboundSchema,
|
|
37789
37702
|
destination: EntityBalanceTransferParty$inboundSchema,
|
|
@@ -37792,7 +37705,6 @@ var init_entitybalancetransfer = __esm(() => {
|
|
|
37792
37705
|
testmode: nullableType(booleanType()).optional()
|
|
37793
37706
|
});
|
|
37794
37707
|
EntityBalanceTransfer$outboundSchema = objectType({
|
|
37795
|
-
id: stringType(),
|
|
37796
37708
|
amount: Amount$outboundSchema,
|
|
37797
37709
|
source: EntityBalanceTransferParty$outboundSchema,
|
|
37798
37710
|
destination: EntityBalanceTransferParty$outboundSchema,
|
|
@@ -37930,41 +37842,35 @@ var EntityCapture$inboundSchema, EntityCapture$outboundSchema;
|
|
|
37930
37842
|
var init_entitycapture = __esm(() => {
|
|
37931
37843
|
init_esm();
|
|
37932
37844
|
init_amountnullable();
|
|
37933
|
-
init_capturestatus();
|
|
37934
37845
|
init_metadata();
|
|
37935
37846
|
EntityCapture$inboundSchema = objectType({
|
|
37936
|
-
id: stringType().optional(),
|
|
37937
37847
|
description: stringType().optional(),
|
|
37938
37848
|
amount: nullableType(AmountNullable$inboundSchema).optional(),
|
|
37939
|
-
|
|
37940
|
-
status: CaptureStatus$inboundSchema.optional(),
|
|
37941
|
-
metadata: nullableType(Metadata$inboundSchema).optional(),
|
|
37942
|
-
paymentId: stringType().optional(),
|
|
37943
|
-
shipmentId: stringType().optional(),
|
|
37944
|
-
settlementId: stringType().optional()
|
|
37849
|
+
metadata: nullableType(Metadata$inboundSchema).optional()
|
|
37945
37850
|
});
|
|
37946
37851
|
EntityCapture$outboundSchema = objectType({
|
|
37947
|
-
id: stringType().optional(),
|
|
37948
37852
|
description: stringType().optional(),
|
|
37949
37853
|
amount: nullableType(AmountNullable$outboundSchema).optional(),
|
|
37950
|
-
|
|
37951
|
-
status: CaptureStatus$outboundSchema.optional(),
|
|
37952
|
-
metadata: nullableType(Metadata$outboundSchema).optional(),
|
|
37953
|
-
paymentId: stringType().optional(),
|
|
37954
|
-
shipmentId: stringType().optional(),
|
|
37955
|
-
settlementId: stringType().optional()
|
|
37854
|
+
metadata: nullableType(Metadata$outboundSchema).optional()
|
|
37956
37855
|
});
|
|
37957
37856
|
});
|
|
37958
37857
|
|
|
37959
37858
|
// src/models/entitychargeback.ts
|
|
37960
|
-
var Reason$inboundSchema, Reason$outboundSchema, EntityChargebackLinks$inboundSchema, EntityChargebackLinks$outboundSchema, EntityChargeback$inboundSchema, EntityChargeback$outboundSchema;
|
|
37859
|
+
var EntityChargebackSettlementAmount$inboundSchema, EntityChargebackSettlementAmount$outboundSchema, Reason$inboundSchema, Reason$outboundSchema, EntityChargebackLinks$inboundSchema, EntityChargebackLinks$outboundSchema, EntityChargeback$inboundSchema, EntityChargeback$outboundSchema;
|
|
37961
37860
|
var init_entitychargeback = __esm(() => {
|
|
37962
37861
|
init_esm();
|
|
37963
37862
|
init_primitives();
|
|
37964
37863
|
init_amount();
|
|
37965
|
-
init_amountnullable();
|
|
37966
37864
|
init_url2();
|
|
37967
37865
|
init_urlnullable();
|
|
37866
|
+
EntityChargebackSettlementAmount$inboundSchema = objectType({
|
|
37867
|
+
currency: stringType(),
|
|
37868
|
+
value: stringType()
|
|
37869
|
+
});
|
|
37870
|
+
EntityChargebackSettlementAmount$outboundSchema = objectType({
|
|
37871
|
+
currency: stringType(),
|
|
37872
|
+
value: stringType()
|
|
37873
|
+
});
|
|
37968
37874
|
Reason$inboundSchema = objectType({
|
|
37969
37875
|
code: stringType(),
|
|
37970
37876
|
description: stringType()
|
|
@@ -37989,10 +37895,10 @@ var init_entitychargeback = __esm(() => {
|
|
|
37989
37895
|
resource: stringType(),
|
|
37990
37896
|
id: stringType(),
|
|
37991
37897
|
amount: Amount$inboundSchema,
|
|
37992
|
-
settlementAmount: nullableType(
|
|
37898
|
+
settlementAmount: nullableType(lazyType(() => EntityChargebackSettlementAmount$inboundSchema)).optional(),
|
|
37993
37899
|
reason: nullableType(lazyType(() => Reason$inboundSchema)).optional(),
|
|
37994
37900
|
paymentId: stringType(),
|
|
37995
|
-
settlementId: stringType().optional(),
|
|
37901
|
+
settlementId: nullableType(stringType()).optional(),
|
|
37996
37902
|
createdAt: stringType(),
|
|
37997
37903
|
reversedAt: nullableType(stringType()).optional(),
|
|
37998
37904
|
_links: lazyType(() => EntityChargebackLinks$inboundSchema)
|
|
@@ -38005,10 +37911,10 @@ var init_entitychargeback = __esm(() => {
|
|
|
38005
37911
|
resource: stringType(),
|
|
38006
37912
|
id: stringType(),
|
|
38007
37913
|
amount: Amount$outboundSchema,
|
|
38008
|
-
settlementAmount: nullableType(
|
|
37914
|
+
settlementAmount: nullableType(lazyType(() => EntityChargebackSettlementAmount$outboundSchema)).optional(),
|
|
38009
37915
|
reason: nullableType(lazyType(() => Reason$outboundSchema)).optional(),
|
|
38010
37916
|
paymentId: stringType(),
|
|
38011
|
-
settlementId: stringType().optional(),
|
|
37917
|
+
settlementId: nullableType(stringType()).optional(),
|
|
38012
37918
|
createdAt: stringType(),
|
|
38013
37919
|
reversedAt: nullableType(stringType()).optional(),
|
|
38014
37920
|
links: lazyType(() => EntityChargebackLinks$outboundSchema)
|
|
@@ -38026,7 +37932,6 @@ var init_entitycustomer = __esm(() => {
|
|
|
38026
37932
|
init_localeresponse();
|
|
38027
37933
|
init_metadata();
|
|
38028
37934
|
EntityCustomer$inboundSchema = objectType({
|
|
38029
|
-
id: stringType().optional(),
|
|
38030
37935
|
name: nullableType(stringType()).optional(),
|
|
38031
37936
|
email: nullableType(stringType()).optional(),
|
|
38032
37937
|
locale: nullableType(LocaleResponse$inboundSchema).optional(),
|
|
@@ -38034,7 +37939,6 @@ var init_entitycustomer = __esm(() => {
|
|
|
38034
37939
|
testmode: nullableType(booleanType()).optional()
|
|
38035
37940
|
});
|
|
38036
37941
|
EntityCustomer$outboundSchema = objectType({
|
|
38037
|
-
id: stringType().optional(),
|
|
38038
37942
|
name: nullableType(stringType()).optional(),
|
|
38039
37943
|
email: nullableType(stringType()).optional(),
|
|
38040
37944
|
locale: nullableType(LocaleResponse$outboundSchema).optional(),
|
|
@@ -38079,27 +37983,45 @@ var init_entityevent = __esm(() => {
|
|
|
38079
37983
|
});
|
|
38080
37984
|
});
|
|
38081
37985
|
|
|
38082
|
-
// src/models/invoicestatus.ts
|
|
38083
|
-
var InvoiceStatus, InvoiceStatus$inboundSchema, InvoiceStatus$outboundSchema;
|
|
38084
|
-
var init_invoicestatus = __esm(() => {
|
|
38085
|
-
init_enums();
|
|
38086
|
-
InvoiceStatus = {
|
|
38087
|
-
Open: "open",
|
|
38088
|
-
Paid: "paid",
|
|
38089
|
-
Overdue: "overdue"
|
|
38090
|
-
};
|
|
38091
|
-
InvoiceStatus$inboundSchema = inboundSchema(InvoiceStatus);
|
|
38092
|
-
InvoiceStatus$outboundSchema = outboundSchema(InvoiceStatus);
|
|
38093
|
-
});
|
|
38094
|
-
|
|
38095
37986
|
// src/models/entityinvoice.ts
|
|
38096
|
-
var EntityInvoiceLine$inboundSchema, EntityInvoiceLine$outboundSchema, EntityInvoiceLinks$inboundSchema, EntityInvoiceLinks$outboundSchema, EntityInvoice$inboundSchema, EntityInvoice$outboundSchema;
|
|
37987
|
+
var EntityInvoiceStatus, EntityInvoiceStatus$inboundSchema, EntityInvoiceStatus$outboundSchema, NetAmount$inboundSchema, NetAmount$outboundSchema, VatAmount$inboundSchema, VatAmount$outboundSchema, GrossAmount$inboundSchema, GrossAmount$outboundSchema, EntityInvoiceLine$inboundSchema, EntityInvoiceLine$outboundSchema, EntityInvoiceLinks$inboundSchema, EntityInvoiceLinks$outboundSchema, EntityInvoice$inboundSchema, EntityInvoice$outboundSchema;
|
|
38097
37988
|
var init_entityinvoice = __esm(() => {
|
|
38098
37989
|
init_esm();
|
|
38099
37990
|
init_primitives();
|
|
37991
|
+
init_enums();
|
|
38100
37992
|
init_amount();
|
|
38101
|
-
init_invoicestatus();
|
|
38102
37993
|
init_url2();
|
|
37994
|
+
EntityInvoiceStatus = {
|
|
37995
|
+
Open: "open",
|
|
37996
|
+
Paid: "paid",
|
|
37997
|
+
Overdue: "overdue"
|
|
37998
|
+
};
|
|
37999
|
+
EntityInvoiceStatus$inboundSchema = inboundSchema(EntityInvoiceStatus);
|
|
38000
|
+
EntityInvoiceStatus$outboundSchema = outboundSchema(EntityInvoiceStatus);
|
|
38001
|
+
NetAmount$inboundSchema = objectType({
|
|
38002
|
+
currency: stringType(),
|
|
38003
|
+
value: stringType()
|
|
38004
|
+
});
|
|
38005
|
+
NetAmount$outboundSchema = objectType({
|
|
38006
|
+
currency: stringType(),
|
|
38007
|
+
value: stringType()
|
|
38008
|
+
});
|
|
38009
|
+
VatAmount$inboundSchema = objectType({
|
|
38010
|
+
currency: stringType(),
|
|
38011
|
+
value: stringType()
|
|
38012
|
+
});
|
|
38013
|
+
VatAmount$outboundSchema = objectType({
|
|
38014
|
+
currency: stringType(),
|
|
38015
|
+
value: stringType()
|
|
38016
|
+
});
|
|
38017
|
+
GrossAmount$inboundSchema = objectType({
|
|
38018
|
+
currency: stringType(),
|
|
38019
|
+
value: stringType()
|
|
38020
|
+
});
|
|
38021
|
+
GrossAmount$outboundSchema = objectType({
|
|
38022
|
+
currency: stringType(),
|
|
38023
|
+
value: stringType()
|
|
38024
|
+
});
|
|
38103
38025
|
EntityInvoiceLine$inboundSchema = objectType({
|
|
38104
38026
|
period: stringType(),
|
|
38105
38027
|
description: stringType(),
|
|
@@ -38129,10 +38051,10 @@ var init_entityinvoice = __esm(() => {
|
|
|
38129
38051
|
id: stringType(),
|
|
38130
38052
|
reference: stringType(),
|
|
38131
38053
|
vatNumber: nullableType(stringType()),
|
|
38132
|
-
status:
|
|
38133
|
-
netAmount:
|
|
38134
|
-
vatAmount:
|
|
38135
|
-
grossAmount:
|
|
38054
|
+
status: EntityInvoiceStatus$inboundSchema,
|
|
38055
|
+
netAmount: lazyType(() => NetAmount$inboundSchema),
|
|
38056
|
+
vatAmount: lazyType(() => VatAmount$inboundSchema),
|
|
38057
|
+
grossAmount: lazyType(() => GrossAmount$inboundSchema),
|
|
38136
38058
|
lines: arrayType(lazyType(() => EntityInvoiceLine$inboundSchema)),
|
|
38137
38059
|
issuedAt: stringType(),
|
|
38138
38060
|
paidAt: nullableType(stringType()).optional(),
|
|
@@ -38148,10 +38070,10 @@ var init_entityinvoice = __esm(() => {
|
|
|
38148
38070
|
id: stringType(),
|
|
38149
38071
|
reference: stringType(),
|
|
38150
38072
|
vatNumber: nullableType(stringType()),
|
|
38151
|
-
status:
|
|
38152
|
-
netAmount:
|
|
38153
|
-
vatAmount:
|
|
38154
|
-
grossAmount:
|
|
38073
|
+
status: EntityInvoiceStatus$outboundSchema,
|
|
38074
|
+
netAmount: lazyType(() => NetAmount$outboundSchema),
|
|
38075
|
+
vatAmount: lazyType(() => VatAmount$outboundSchema),
|
|
38076
|
+
grossAmount: lazyType(() => GrossAmount$outboundSchema),
|
|
38155
38077
|
lines: arrayType(lazyType(() => EntityInvoiceLine$outboundSchema)),
|
|
38156
38078
|
issuedAt: stringType(),
|
|
38157
38079
|
paidAt: nullableType(stringType()).optional(),
|
|
@@ -38164,11 +38086,30 @@ var init_entityinvoice = __esm(() => {
|
|
|
38164
38086
|
});
|
|
38165
38087
|
});
|
|
38166
38088
|
|
|
38167
|
-
// src/models/
|
|
38168
|
-
var
|
|
38169
|
-
var
|
|
38089
|
+
// src/models/methodstatus.ts
|
|
38090
|
+
var MethodStatus, MethodStatus$inboundSchema, MethodStatus$outboundSchema;
|
|
38091
|
+
var init_methodstatus = __esm(() => {
|
|
38170
38092
|
init_enums();
|
|
38171
|
-
|
|
38093
|
+
MethodStatus = {
|
|
38094
|
+
Activated: "activated",
|
|
38095
|
+
PendingBoarding: "pending-boarding",
|
|
38096
|
+
PendingReview: "pending-review",
|
|
38097
|
+
PendingExternal: "pending-external",
|
|
38098
|
+
Rejected: "rejected"
|
|
38099
|
+
};
|
|
38100
|
+
MethodStatus$inboundSchema = inboundSchema(MethodStatus);
|
|
38101
|
+
MethodStatus$outboundSchema = outboundSchema(MethodStatus);
|
|
38102
|
+
});
|
|
38103
|
+
|
|
38104
|
+
// src/models/entitymethod.ts
|
|
38105
|
+
var EntityMethodId, EntityMethodId$inboundSchema, EntityMethodId$outboundSchema, EntityMethodMinimumAmount$inboundSchema, EntityMethodMinimumAmount$outboundSchema, EntityMethodMaximumAmount$inboundSchema, EntityMethodMaximumAmount$outboundSchema, EntityMethodImage$inboundSchema, EntityMethodImage$outboundSchema, EntityMethodIssuerImage$inboundSchema, EntityMethodIssuerImage$outboundSchema, EntityMethodIssuer$inboundSchema, EntityMethodIssuer$outboundSchema, EntityMethodLinks$inboundSchema, EntityMethodLinks$outboundSchema, EntityMethod$inboundSchema, EntityMethod$outboundSchema;
|
|
38106
|
+
var init_entitymethod = __esm(() => {
|
|
38107
|
+
init_esm();
|
|
38108
|
+
init_primitives();
|
|
38109
|
+
init_enums();
|
|
38110
|
+
init_methodstatus();
|
|
38111
|
+
init_url2();
|
|
38112
|
+
EntityMethodId = {
|
|
38172
38113
|
Alma: "alma",
|
|
38173
38114
|
Applepay: "applepay",
|
|
38174
38115
|
Bacs: "bacs",
|
|
@@ -38208,35 +38149,24 @@ var init_methodresponse = __esm(() => {
|
|
|
38208
38149
|
Klarnapaynow: "klarnapaynow",
|
|
38209
38150
|
Klarnasliceit: "klarnasliceit"
|
|
38210
38151
|
};
|
|
38211
|
-
|
|
38212
|
-
|
|
38213
|
-
|
|
38214
|
-
|
|
38215
|
-
|
|
38216
|
-
|
|
38217
|
-
|
|
38218
|
-
|
|
38219
|
-
|
|
38220
|
-
|
|
38221
|
-
|
|
38222
|
-
|
|
38223
|
-
|
|
38224
|
-
|
|
38225
|
-
|
|
38226
|
-
|
|
38227
|
-
|
|
38228
|
-
});
|
|
38229
|
-
|
|
38230
|
-
// src/models/entitymethod.ts
|
|
38231
|
-
var EntityMethodImage$inboundSchema, EntityMethodImage$outboundSchema, EntityMethodIssuerImage$inboundSchema, EntityMethodIssuerImage$outboundSchema, EntityMethodIssuer$inboundSchema, EntityMethodIssuer$outboundSchema, EntityMethodLinks$inboundSchema, EntityMethodLinks$outboundSchema, EntityMethod$inboundSchema, EntityMethod$outboundSchema;
|
|
38232
|
-
var init_entitymethod = __esm(() => {
|
|
38233
|
-
init_esm();
|
|
38234
|
-
init_primitives();
|
|
38235
|
-
init_amount();
|
|
38236
|
-
init_amountnullable();
|
|
38237
|
-
init_methodresponse();
|
|
38238
|
-
init_methodstatus();
|
|
38239
|
-
init_url2();
|
|
38152
|
+
EntityMethodId$inboundSchema = inboundSchema(EntityMethodId);
|
|
38153
|
+
EntityMethodId$outboundSchema = outboundSchema(EntityMethodId);
|
|
38154
|
+
EntityMethodMinimumAmount$inboundSchema = objectType({
|
|
38155
|
+
currency: stringType(),
|
|
38156
|
+
value: stringType()
|
|
38157
|
+
});
|
|
38158
|
+
EntityMethodMinimumAmount$outboundSchema = objectType({
|
|
38159
|
+
currency: stringType(),
|
|
38160
|
+
value: stringType()
|
|
38161
|
+
});
|
|
38162
|
+
EntityMethodMaximumAmount$inboundSchema = objectType({
|
|
38163
|
+
currency: stringType(),
|
|
38164
|
+
value: stringType()
|
|
38165
|
+
});
|
|
38166
|
+
EntityMethodMaximumAmount$outboundSchema = objectType({
|
|
38167
|
+
currency: stringType(),
|
|
38168
|
+
value: stringType()
|
|
38169
|
+
});
|
|
38240
38170
|
EntityMethodImage$inboundSchema = objectType({
|
|
38241
38171
|
size1x: stringType(),
|
|
38242
38172
|
size2x: stringType(),
|
|
@@ -38279,10 +38209,10 @@ var init_entitymethod = __esm(() => {
|
|
|
38279
38209
|
});
|
|
38280
38210
|
EntityMethod$inboundSchema = objectType({
|
|
38281
38211
|
resource: stringType(),
|
|
38282
|
-
id: nullableType(
|
|
38212
|
+
id: nullableType(EntityMethodId$inboundSchema),
|
|
38283
38213
|
description: stringType(),
|
|
38284
|
-
minimumAmount:
|
|
38285
|
-
maximumAmount: nullableType(
|
|
38214
|
+
minimumAmount: lazyType(() => EntityMethodMinimumAmount$inboundSchema),
|
|
38215
|
+
maximumAmount: nullableType(lazyType(() => EntityMethodMaximumAmount$inboundSchema)),
|
|
38286
38216
|
image: lazyType(() => EntityMethodImage$inboundSchema),
|
|
38287
38217
|
status: MethodStatus$inboundSchema,
|
|
38288
38218
|
issuers: arrayType(lazyType(() => EntityMethodIssuer$inboundSchema)).optional(),
|
|
@@ -38294,10 +38224,10 @@ var init_entitymethod = __esm(() => {
|
|
|
38294
38224
|
});
|
|
38295
38225
|
EntityMethod$outboundSchema = objectType({
|
|
38296
38226
|
resource: stringType(),
|
|
38297
|
-
id: nullableType(
|
|
38227
|
+
id: nullableType(EntityMethodId$outboundSchema),
|
|
38298
38228
|
description: stringType(),
|
|
38299
|
-
minimumAmount:
|
|
38300
|
-
maximumAmount: nullableType(
|
|
38229
|
+
minimumAmount: lazyType(() => EntityMethodMinimumAmount$outboundSchema),
|
|
38230
|
+
maximumAmount: nullableType(lazyType(() => EntityMethodMaximumAmount$outboundSchema)),
|
|
38301
38231
|
image: lazyType(() => EntityMethodImage$outboundSchema),
|
|
38302
38232
|
status: MethodStatus$outboundSchema,
|
|
38303
38233
|
issuers: arrayType(lazyType(() => EntityMethodIssuer$outboundSchema)).optional(),
|
|
@@ -38310,15 +38240,72 @@ var init_entitymethod = __esm(() => {
|
|
|
38310
38240
|
});
|
|
38311
38241
|
|
|
38312
38242
|
// src/models/entitymethodall.ts
|
|
38313
|
-
var EntityMethodAllImage$inboundSchema, EntityMethodAllImage$outboundSchema, EntityMethodAllIssuerImage$inboundSchema, EntityMethodAllIssuerImage$outboundSchema, EntityMethodAllIssuer$inboundSchema, EntityMethodAllIssuer$outboundSchema, EntityMethodAllLinks$inboundSchema, EntityMethodAllLinks$outboundSchema, Pricing$inboundSchema, Pricing$outboundSchema, EntityMethodAll$inboundSchema, EntityMethodAll$outboundSchema;
|
|
38243
|
+
var EntityMethodAllId, EntityMethodAllId$inboundSchema, EntityMethodAllId$outboundSchema, EntityMethodAllMinimumAmount$inboundSchema, EntityMethodAllMinimumAmount$outboundSchema, EntityMethodAllMaximumAmount$inboundSchema, EntityMethodAllMaximumAmount$outboundSchema, EntityMethodAllImage$inboundSchema, EntityMethodAllImage$outboundSchema, EntityMethodAllIssuerImage$inboundSchema, EntityMethodAllIssuerImage$outboundSchema, EntityMethodAllIssuer$inboundSchema, EntityMethodAllIssuer$outboundSchema, EntityMethodAllLinks$inboundSchema, EntityMethodAllLinks$outboundSchema, Pricing$inboundSchema, Pricing$outboundSchema, EntityMethodAll$inboundSchema, EntityMethodAll$outboundSchema;
|
|
38314
38244
|
var init_entitymethodall = __esm(() => {
|
|
38315
38245
|
init_esm();
|
|
38316
38246
|
init_primitives();
|
|
38247
|
+
init_enums();
|
|
38317
38248
|
init_amount();
|
|
38318
|
-
init_amountnullable();
|
|
38319
|
-
init_methodresponse();
|
|
38320
38249
|
init_methodstatus();
|
|
38321
38250
|
init_url2();
|
|
38251
|
+
EntityMethodAllId = {
|
|
38252
|
+
Alma: "alma",
|
|
38253
|
+
Applepay: "applepay",
|
|
38254
|
+
Bacs: "bacs",
|
|
38255
|
+
Bancomatpay: "bancomatpay",
|
|
38256
|
+
Bancontact: "bancontact",
|
|
38257
|
+
Banktransfer: "banktransfer",
|
|
38258
|
+
Belfius: "belfius",
|
|
38259
|
+
Billie: "billie",
|
|
38260
|
+
Bizum: "bizum",
|
|
38261
|
+
Blik: "blik",
|
|
38262
|
+
Creditcard: "creditcard",
|
|
38263
|
+
Directdebit: "directdebit",
|
|
38264
|
+
Eps: "eps",
|
|
38265
|
+
Giftcard: "giftcard",
|
|
38266
|
+
Ideal: "ideal",
|
|
38267
|
+
In3: "in3",
|
|
38268
|
+
Kbc: "kbc",
|
|
38269
|
+
Klarna: "klarna",
|
|
38270
|
+
Mbway: "mbway",
|
|
38271
|
+
Mobilepay: "mobilepay",
|
|
38272
|
+
Multibanco: "multibanco",
|
|
38273
|
+
Mybank: "mybank",
|
|
38274
|
+
Paybybank: "paybybank",
|
|
38275
|
+
Payconiq: "payconiq",
|
|
38276
|
+
Paypal: "paypal",
|
|
38277
|
+
Paysafecard: "paysafecard",
|
|
38278
|
+
Pointofsale: "pointofsale",
|
|
38279
|
+
Przelewy24: "przelewy24",
|
|
38280
|
+
Riverty: "riverty",
|
|
38281
|
+
Satispay: "satispay",
|
|
38282
|
+
Swish: "swish",
|
|
38283
|
+
Trustly: "trustly",
|
|
38284
|
+
Twint: "twint",
|
|
38285
|
+
Vipps: "vipps",
|
|
38286
|
+
Voucher: "voucher",
|
|
38287
|
+
Klarnapaylater: "klarnapaylater",
|
|
38288
|
+
Klarnapaynow: "klarnapaynow",
|
|
38289
|
+
Klarnasliceit: "klarnasliceit"
|
|
38290
|
+
};
|
|
38291
|
+
EntityMethodAllId$inboundSchema = inboundSchema(EntityMethodAllId);
|
|
38292
|
+
EntityMethodAllId$outboundSchema = outboundSchema(EntityMethodAllId);
|
|
38293
|
+
EntityMethodAllMinimumAmount$inboundSchema = objectType({
|
|
38294
|
+
currency: stringType(),
|
|
38295
|
+
value: stringType()
|
|
38296
|
+
});
|
|
38297
|
+
EntityMethodAllMinimumAmount$outboundSchema = objectType({
|
|
38298
|
+
currency: stringType(),
|
|
38299
|
+
value: stringType()
|
|
38300
|
+
});
|
|
38301
|
+
EntityMethodAllMaximumAmount$inboundSchema = objectType({
|
|
38302
|
+
currency: stringType(),
|
|
38303
|
+
value: stringType()
|
|
38304
|
+
});
|
|
38305
|
+
EntityMethodAllMaximumAmount$outboundSchema = objectType({
|
|
38306
|
+
currency: stringType(),
|
|
38307
|
+
value: stringType()
|
|
38308
|
+
});
|
|
38322
38309
|
EntityMethodAllImage$inboundSchema = objectType({
|
|
38323
38310
|
size1x: stringType(),
|
|
38324
38311
|
size2x: stringType(),
|
|
@@ -38373,10 +38360,10 @@ var init_entitymethodall = __esm(() => {
|
|
|
38373
38360
|
});
|
|
38374
38361
|
EntityMethodAll$inboundSchema = objectType({
|
|
38375
38362
|
resource: stringType(),
|
|
38376
|
-
id: nullableType(
|
|
38363
|
+
id: nullableType(EntityMethodAllId$inboundSchema),
|
|
38377
38364
|
description: stringType(),
|
|
38378
|
-
minimumAmount:
|
|
38379
|
-
maximumAmount: nullableType(
|
|
38365
|
+
minimumAmount: lazyType(() => EntityMethodAllMinimumAmount$inboundSchema),
|
|
38366
|
+
maximumAmount: nullableType(lazyType(() => EntityMethodAllMaximumAmount$inboundSchema)),
|
|
38380
38367
|
image: lazyType(() => EntityMethodAllImage$inboundSchema),
|
|
38381
38368
|
status: MethodStatus$inboundSchema,
|
|
38382
38369
|
issuers: arrayType(lazyType(() => EntityMethodAllIssuer$inboundSchema)).optional(),
|
|
@@ -38389,10 +38376,10 @@ var init_entitymethodall = __esm(() => {
|
|
|
38389
38376
|
});
|
|
38390
38377
|
EntityMethodAll$outboundSchema = objectType({
|
|
38391
38378
|
resource: stringType(),
|
|
38392
|
-
id: nullableType(
|
|
38379
|
+
id: nullableType(EntityMethodAllId$outboundSchema),
|
|
38393
38380
|
description: stringType(),
|
|
38394
|
-
minimumAmount:
|
|
38395
|
-
maximumAmount: nullableType(
|
|
38381
|
+
minimumAmount: lazyType(() => EntityMethodAllMinimumAmount$outboundSchema),
|
|
38382
|
+
maximumAmount: nullableType(lazyType(() => EntityMethodAllMaximumAmount$outboundSchema)),
|
|
38396
38383
|
image: lazyType(() => EntityMethodAllImage$outboundSchema),
|
|
38397
38384
|
status: MethodStatus$outboundSchema,
|
|
38398
38385
|
issuers: arrayType(lazyType(() => EntityMethodAllIssuer$outboundSchema)).optional(),
|
|
@@ -38405,26 +38392,20 @@ var init_entitymethodall = __esm(() => {
|
|
|
38405
38392
|
});
|
|
38406
38393
|
});
|
|
38407
38394
|
|
|
38408
|
-
// src/models/onboardingstatus.ts
|
|
38409
|
-
var OnboardingStatus, OnboardingStatus$inboundSchema, OnboardingStatus$outboundSchema;
|
|
38410
|
-
var init_onboardingstatus = __esm(() => {
|
|
38411
|
-
init_enums();
|
|
38412
|
-
OnboardingStatus = {
|
|
38413
|
-
NeedsData: "needs-data",
|
|
38414
|
-
InReview: "in-review",
|
|
38415
|
-
Completed: "completed"
|
|
38416
|
-
};
|
|
38417
|
-
OnboardingStatus$inboundSchema = inboundSchema(OnboardingStatus);
|
|
38418
|
-
OnboardingStatus$outboundSchema = outboundSchema(OnboardingStatus);
|
|
38419
|
-
});
|
|
38420
|
-
|
|
38421
38395
|
// src/models/entityonboardingstatus.ts
|
|
38422
|
-
var EntityOnboardingStatusLinks$inboundSchema, EntityOnboardingStatusLinks$outboundSchema, EntityOnboardingStatus$inboundSchema, EntityOnboardingStatus$outboundSchema;
|
|
38396
|
+
var EntityOnboardingStatusStatus, EntityOnboardingStatusStatus$inboundSchema, EntityOnboardingStatusStatus$outboundSchema, EntityOnboardingStatusLinks$inboundSchema, EntityOnboardingStatusLinks$outboundSchema, EntityOnboardingStatus$inboundSchema, EntityOnboardingStatus$outboundSchema;
|
|
38423
38397
|
var init_entityonboardingstatus = __esm(() => {
|
|
38424
38398
|
init_esm();
|
|
38425
38399
|
init_primitives();
|
|
38426
|
-
|
|
38400
|
+
init_enums();
|
|
38427
38401
|
init_url2();
|
|
38402
|
+
EntityOnboardingStatusStatus = {
|
|
38403
|
+
NeedsData: "needs-data",
|
|
38404
|
+
InReview: "in-review",
|
|
38405
|
+
Completed: "completed"
|
|
38406
|
+
};
|
|
38407
|
+
EntityOnboardingStatusStatus$inboundSchema = inboundSchema(EntityOnboardingStatusStatus);
|
|
38408
|
+
EntityOnboardingStatusStatus$outboundSchema = outboundSchema(EntityOnboardingStatusStatus);
|
|
38428
38409
|
EntityOnboardingStatusLinks$inboundSchema = objectType({
|
|
38429
38410
|
self: Url$inboundSchema.optional(),
|
|
38430
38411
|
dashboard: Url$inboundSchema.optional(),
|
|
@@ -38440,7 +38421,7 @@ var init_entityonboardingstatus = __esm(() => {
|
|
|
38440
38421
|
EntityOnboardingStatus$inboundSchema = objectType({
|
|
38441
38422
|
resource: stringType(),
|
|
38442
38423
|
name: stringType(),
|
|
38443
|
-
status:
|
|
38424
|
+
status: EntityOnboardingStatusStatus$inboundSchema,
|
|
38444
38425
|
canReceivePayments: booleanType(),
|
|
38445
38426
|
canReceiveSettlements: booleanType(),
|
|
38446
38427
|
signedUpAt: stringType(),
|
|
@@ -38453,7 +38434,7 @@ var init_entityonboardingstatus = __esm(() => {
|
|
|
38453
38434
|
EntityOnboardingStatus$outboundSchema = objectType({
|
|
38454
38435
|
resource: stringType(),
|
|
38455
38436
|
name: stringType(),
|
|
38456
|
-
status:
|
|
38437
|
+
status: EntityOnboardingStatusStatus$outboundSchema,
|
|
38457
38438
|
canReceivePayments: booleanType(),
|
|
38458
38439
|
canReceiveSettlements: booleanType(),
|
|
38459
38440
|
signedUpAt: stringType(),
|
|
@@ -38479,14 +38460,41 @@ var init_organizationvatregulation = __esm(() => {
|
|
|
38479
38460
|
});
|
|
38480
38461
|
|
|
38481
38462
|
// src/models/entityorganization.ts
|
|
38482
|
-
var EntityOrganizationLinks$inboundSchema, EntityOrganizationLinks$outboundSchema, EntityOrganization$inboundSchema, EntityOrganization$outboundSchema;
|
|
38463
|
+
var EntityOrganizationLocale, EntityOrganizationLocale$inboundSchema, EntityOrganizationLocale$outboundSchema, EntityOrganizationLinks$inboundSchema, EntityOrganizationLinks$outboundSchema, EntityOrganization$inboundSchema, EntityOrganization$outboundSchema;
|
|
38483
38464
|
var init_entityorganization = __esm(() => {
|
|
38484
38465
|
init_esm();
|
|
38485
38466
|
init_primitives();
|
|
38467
|
+
init_enums();
|
|
38486
38468
|
init_address();
|
|
38487
|
-
init_localeresponse();
|
|
38488
38469
|
init_organizationvatregulation();
|
|
38489
38470
|
init_url2();
|
|
38471
|
+
EntityOrganizationLocale = {
|
|
38472
|
+
EnUS: "en_US",
|
|
38473
|
+
EnGB: "en_GB",
|
|
38474
|
+
NLNL: "nl_NL",
|
|
38475
|
+
NlBE: "nl_BE",
|
|
38476
|
+
DEDE: "de_DE",
|
|
38477
|
+
DeAT: "de_AT",
|
|
38478
|
+
DeCH: "de_CH",
|
|
38479
|
+
FRFR: "fr_FR",
|
|
38480
|
+
FrBE: "fr_BE",
|
|
38481
|
+
ESES: "es_ES",
|
|
38482
|
+
CaES: "ca_ES",
|
|
38483
|
+
PTPT: "pt_PT",
|
|
38484
|
+
ITIT: "it_IT",
|
|
38485
|
+
NbNO: "nb_NO",
|
|
38486
|
+
SvSE: "sv_SE",
|
|
38487
|
+
FIFI: "fi_FI",
|
|
38488
|
+
DaDK: "da_DK",
|
|
38489
|
+
ISIS: "is_IS",
|
|
38490
|
+
HUHU: "hu_HU",
|
|
38491
|
+
PLPL: "pl_PL",
|
|
38492
|
+
LVLV: "lv_LV",
|
|
38493
|
+
LTLT: "lt_LT",
|
|
38494
|
+
Null: "null"
|
|
38495
|
+
};
|
|
38496
|
+
EntityOrganizationLocale$inboundSchema = inboundSchema(EntityOrganizationLocale);
|
|
38497
|
+
EntityOrganizationLocale$outboundSchema = outboundSchema(EntityOrganizationLocale);
|
|
38490
38498
|
EntityOrganizationLinks$inboundSchema = objectType({
|
|
38491
38499
|
self: Url$inboundSchema.optional(),
|
|
38492
38500
|
dashboard: Url$inboundSchema.optional(),
|
|
@@ -38502,7 +38510,7 @@ var init_entityorganization = __esm(() => {
|
|
|
38502
38510
|
id: stringType(),
|
|
38503
38511
|
name: stringType(),
|
|
38504
38512
|
email: stringType(),
|
|
38505
|
-
locale: nullableType(
|
|
38513
|
+
locale: nullableType(EntityOrganizationLocale$inboundSchema),
|
|
38506
38514
|
address: Address$inboundSchema,
|
|
38507
38515
|
registrationNumber: stringType(),
|
|
38508
38516
|
vatNumber: nullableType(stringType()).optional(),
|
|
@@ -38518,7 +38526,7 @@ var init_entityorganization = __esm(() => {
|
|
|
38518
38526
|
id: stringType(),
|
|
38519
38527
|
name: stringType(),
|
|
38520
38528
|
email: stringType(),
|
|
38521
|
-
locale: nullableType(
|
|
38529
|
+
locale: nullableType(EntityOrganizationLocale$outboundSchema),
|
|
38522
38530
|
address: Address$outboundSchema,
|
|
38523
38531
|
registrationNumber: stringType(),
|
|
38524
38532
|
vatNumber: nullableType(stringType()).optional(),
|
|
@@ -38567,7 +38575,6 @@ var init_entitypaymentroute = __esm(() => {
|
|
|
38567
38575
|
payment: Url$outboundSchema
|
|
38568
38576
|
});
|
|
38569
38577
|
EntityPaymentRoute$inboundSchema = objectType({
|
|
38570
|
-
id: stringType(),
|
|
38571
38578
|
amount: Amount$inboundSchema,
|
|
38572
38579
|
destination: lazyType(() => EntityPaymentRouteDestination$inboundSchema),
|
|
38573
38580
|
releaseDate: nullableType(stringType()).optional(),
|
|
@@ -38578,7 +38585,6 @@ var init_entitypaymentroute = __esm(() => {
|
|
|
38578
38585
|
});
|
|
38579
38586
|
});
|
|
38580
38587
|
EntityPaymentRoute$outboundSchema = objectType({
|
|
38581
|
-
id: stringType(),
|
|
38582
38588
|
amount: Amount$outboundSchema,
|
|
38583
38589
|
destination: lazyType(() => EntityPaymentRouteDestination$outboundSchema),
|
|
38584
38590
|
releaseDate: nullableType(stringType()).optional(),
|
|
@@ -38705,47 +38711,36 @@ var init_refundexternalreferencetyperesponse = __esm(() => {
|
|
|
38705
38711
|
RefundExternalReferenceTypeResponse$outboundSchema = outboundSchema(RefundExternalReferenceTypeResponse);
|
|
38706
38712
|
});
|
|
38707
38713
|
|
|
38708
|
-
// src/models/refundroutingreversalssourcetype.ts
|
|
38709
|
-
var RefundRoutingReversalsSourceType, RefundRoutingReversalsSourceType$inboundSchema, RefundRoutingReversalsSourceType$outboundSchema;
|
|
38710
|
-
var init_refundroutingreversalssourcetype = __esm(() => {
|
|
38711
|
-
init_esm();
|
|
38712
|
-
RefundRoutingReversalsSourceType = {
|
|
38713
|
-
Organization: "organization"
|
|
38714
|
-
};
|
|
38715
|
-
RefundRoutingReversalsSourceType$inboundSchema = nativeEnumType(RefundRoutingReversalsSourceType);
|
|
38716
|
-
RefundRoutingReversalsSourceType$outboundSchema = RefundRoutingReversalsSourceType$inboundSchema;
|
|
38717
|
-
});
|
|
38718
|
-
|
|
38719
|
-
// src/models/refundstatus.ts
|
|
38720
|
-
var RefundStatus, RefundStatus$inboundSchema, RefundStatus$outboundSchema;
|
|
38721
|
-
var init_refundstatus = __esm(() => {
|
|
38722
|
-
init_enums();
|
|
38723
|
-
RefundStatus = {
|
|
38724
|
-
Queued: "queued",
|
|
38725
|
-
Pending: "pending",
|
|
38726
|
-
Processing: "processing",
|
|
38727
|
-
Refunded: "refunded",
|
|
38728
|
-
Failed: "failed",
|
|
38729
|
-
Canceled: "canceled"
|
|
38730
|
-
};
|
|
38731
|
-
RefundStatus$inboundSchema = inboundSchema(RefundStatus);
|
|
38732
|
-
RefundStatus$outboundSchema = outboundSchema(RefundStatus);
|
|
38733
|
-
});
|
|
38734
|
-
|
|
38735
38714
|
// src/models/entityrefundresponse.ts
|
|
38736
|
-
var EntityRefundResponseExternalReference$inboundSchema, EntityRefundResponseExternalReference$outboundSchema, EntityRefundResponseSource$inboundSchema, EntityRefundResponseSource$outboundSchema, EntityRefundResponseRoutingReversal$inboundSchema, EntityRefundResponseRoutingReversal$outboundSchema, EntityRefundResponseLinks$inboundSchema, EntityRefundResponseLinks$outboundSchema, EntityRefundResponse$inboundSchema, EntityRefundResponse$outboundSchema;
|
|
38715
|
+
var EntityRefundResponseStatus, EntityRefundResponseSettlementAmount$inboundSchema, EntityRefundResponseSettlementAmount$outboundSchema, EntityRefundResponseStatus$inboundSchema, EntityRefundResponseStatus$outboundSchema, EntityRefundResponseExternalReference$inboundSchema, EntityRefundResponseExternalReference$outboundSchema, EntityRefundResponseSource$inboundSchema, EntityRefundResponseSource$outboundSchema, EntityRefundResponseRoutingReversal$inboundSchema, EntityRefundResponseRoutingReversal$outboundSchema, EntityRefundResponseLinks$inboundSchema, EntityRefundResponseLinks$outboundSchema, EntityRefundResponse$inboundSchema, EntityRefundResponse$outboundSchema;
|
|
38737
38716
|
var init_entityrefundresponse = __esm(() => {
|
|
38738
38717
|
init_esm();
|
|
38739
38718
|
init_primitives();
|
|
38719
|
+
init_enums();
|
|
38740
38720
|
init_amount();
|
|
38741
|
-
init_amountnullable();
|
|
38742
38721
|
init_metadata();
|
|
38743
38722
|
init_mode();
|
|
38744
38723
|
init_refundexternalreferencetyperesponse();
|
|
38745
|
-
init_refundroutingreversalssourcetype();
|
|
38746
|
-
init_refundstatus();
|
|
38747
38724
|
init_url2();
|
|
38748
38725
|
init_urlnullable();
|
|
38726
|
+
EntityRefundResponseStatus = {
|
|
38727
|
+
Queued: "queued",
|
|
38728
|
+
Pending: "pending",
|
|
38729
|
+
Processing: "processing",
|
|
38730
|
+
Refunded: "refunded",
|
|
38731
|
+
Failed: "failed",
|
|
38732
|
+
Canceled: "canceled"
|
|
38733
|
+
};
|
|
38734
|
+
EntityRefundResponseSettlementAmount$inboundSchema = objectType({
|
|
38735
|
+
currency: stringType(),
|
|
38736
|
+
value: stringType()
|
|
38737
|
+
});
|
|
38738
|
+
EntityRefundResponseSettlementAmount$outboundSchema = objectType({
|
|
38739
|
+
currency: stringType(),
|
|
38740
|
+
value: stringType()
|
|
38741
|
+
});
|
|
38742
|
+
EntityRefundResponseStatus$inboundSchema = inboundSchema(EntityRefundResponseStatus);
|
|
38743
|
+
EntityRefundResponseStatus$outboundSchema = outboundSchema(EntityRefundResponseStatus);
|
|
38749
38744
|
EntityRefundResponseExternalReference$inboundSchema = objectType({
|
|
38750
38745
|
type: RefundExternalReferenceTypeResponse$inboundSchema.optional(),
|
|
38751
38746
|
id: stringType().optional()
|
|
@@ -38755,11 +38750,9 @@ var init_entityrefundresponse = __esm(() => {
|
|
|
38755
38750
|
id: stringType().optional()
|
|
38756
38751
|
});
|
|
38757
38752
|
EntityRefundResponseSource$inboundSchema = objectType({
|
|
38758
|
-
type: RefundRoutingReversalsSourceType$inboundSchema.optional(),
|
|
38759
38753
|
organizationId: stringType().optional()
|
|
38760
38754
|
});
|
|
38761
38755
|
EntityRefundResponseSource$outboundSchema = objectType({
|
|
38762
|
-
type: RefundRoutingReversalsSourceType$outboundSchema.optional(),
|
|
38763
38756
|
organizationId: stringType().optional()
|
|
38764
38757
|
});
|
|
38765
38758
|
EntityRefundResponseRoutingReversal$inboundSchema = objectType({
|
|
@@ -38788,11 +38781,11 @@ var init_entityrefundresponse = __esm(() => {
|
|
|
38788
38781
|
mode: Mode$inboundSchema,
|
|
38789
38782
|
description: stringType(),
|
|
38790
38783
|
amount: Amount$inboundSchema,
|
|
38791
|
-
settlementAmount: nullableType(
|
|
38784
|
+
settlementAmount: nullableType(lazyType(() => EntityRefundResponseSettlementAmount$inboundSchema)).optional(),
|
|
38792
38785
|
metadata: nullableType(Metadata$inboundSchema),
|
|
38793
38786
|
paymentId: stringType().optional(),
|
|
38794
|
-
settlementId: stringType().optional(),
|
|
38795
|
-
status:
|
|
38787
|
+
settlementId: nullableType(stringType()).optional(),
|
|
38788
|
+
status: EntityRefundResponseStatus$inboundSchema,
|
|
38796
38789
|
createdAt: stringType(),
|
|
38797
38790
|
externalReference: lazyType(() => EntityRefundResponseExternalReference$inboundSchema).optional(),
|
|
38798
38791
|
routingReversals: nullableType(arrayType(lazyType(() => EntityRefundResponseRoutingReversal$inboundSchema))).optional(),
|
|
@@ -38808,11 +38801,11 @@ var init_entityrefundresponse = __esm(() => {
|
|
|
38808
38801
|
mode: Mode$outboundSchema,
|
|
38809
38802
|
description: stringType(),
|
|
38810
38803
|
amount: Amount$outboundSchema,
|
|
38811
|
-
settlementAmount: nullableType(
|
|
38804
|
+
settlementAmount: nullableType(lazyType(() => EntityRefundResponseSettlementAmount$outboundSchema)).optional(),
|
|
38812
38805
|
metadata: nullableType(Metadata$outboundSchema),
|
|
38813
38806
|
paymentId: stringType().optional(),
|
|
38814
|
-
settlementId: stringType().optional(),
|
|
38815
|
-
status:
|
|
38807
|
+
settlementId: nullableType(stringType()).optional(),
|
|
38808
|
+
status: EntityRefundResponseStatus$outboundSchema,
|
|
38816
38809
|
createdAt: stringType(),
|
|
38817
38810
|
externalReference: lazyType(() => EntityRefundResponseExternalReference$outboundSchema).optional(),
|
|
38818
38811
|
routingReversals: nullableType(arrayType(lazyType(() => EntityRefundResponseRoutingReversal$outboundSchema))).optional(),
|
|
@@ -38839,16 +38832,12 @@ var init_entityroute = __esm(() => {
|
|
|
38839
38832
|
organizationId: stringType()
|
|
38840
38833
|
});
|
|
38841
38834
|
EntityRoute$inboundSchema = objectType({
|
|
38842
|
-
id: stringType().optional(),
|
|
38843
|
-
paymentId: stringType().optional(),
|
|
38844
38835
|
amount: Amount$inboundSchema.optional(),
|
|
38845
38836
|
description: stringType().optional(),
|
|
38846
38837
|
destination: lazyType(() => EntityRouteDestination$inboundSchema).optional(),
|
|
38847
38838
|
testmode: nullableType(booleanType()).optional()
|
|
38848
38839
|
});
|
|
38849
38840
|
EntityRoute$outboundSchema = objectType({
|
|
38850
|
-
id: stringType().optional(),
|
|
38851
|
-
paymentId: stringType().optional(),
|
|
38852
38841
|
amount: Amount$outboundSchema.optional(),
|
|
38853
38842
|
description: stringType().optional(),
|
|
38854
38843
|
destination: lazyType(() => EntityRouteDestination$outboundSchema).optional(),
|
|
@@ -39080,7 +39069,6 @@ var init_salesinvoicevatscheme = __esm(() => {
|
|
|
39080
39069
|
var EntitySalesInvoiceMetadata$inboundSchema, EntitySalesInvoiceMetadata$outboundSchema, EntitySalesInvoice$inboundSchema, EntitySalesInvoice$outboundSchema;
|
|
39081
39070
|
var init_entitysalesinvoice = __esm(() => {
|
|
39082
39071
|
init_esm();
|
|
39083
|
-
init_amount();
|
|
39084
39072
|
init_salesinvoicediscount();
|
|
39085
39073
|
init_salesinvoiceemaildetails();
|
|
39086
39074
|
init_salesinvoicelineitem();
|
|
@@ -39093,7 +39081,6 @@ var init_entitysalesinvoice = __esm(() => {
|
|
|
39093
39081
|
EntitySalesInvoiceMetadata$inboundSchema = objectType({});
|
|
39094
39082
|
EntitySalesInvoiceMetadata$outboundSchema = objectType({});
|
|
39095
39083
|
EntitySalesInvoice$inboundSchema = objectType({
|
|
39096
|
-
id: stringType().optional(),
|
|
39097
39084
|
testmode: nullableType(booleanType()).optional(),
|
|
39098
39085
|
profileId: nullableType(stringType()).optional(),
|
|
39099
39086
|
status: SalesInvoiceStatus$inboundSchema.optional(),
|
|
@@ -39109,15 +39096,9 @@ var init_entitysalesinvoice = __esm(() => {
|
|
|
39109
39096
|
recipientIdentifier: stringType().optional(),
|
|
39110
39097
|
recipient: nullableType(SalesInvoiceRecipient$inboundSchema).optional(),
|
|
39111
39098
|
lines: nullableType(arrayType(SalesInvoiceLineItem$inboundSchema)).optional(),
|
|
39112
|
-
discount: nullableType(SalesInvoiceDiscount$inboundSchema).optional()
|
|
39113
|
-
amountDue: Amount$inboundSchema.optional(),
|
|
39114
|
-
subtotalAmount: Amount$inboundSchema.optional(),
|
|
39115
|
-
totalAmount: Amount$inboundSchema.optional(),
|
|
39116
|
-
totalVatAmount: Amount$inboundSchema.optional(),
|
|
39117
|
-
discountedSubtotalAmount: Amount$inboundSchema.optional()
|
|
39099
|
+
discount: nullableType(SalesInvoiceDiscount$inboundSchema).optional()
|
|
39118
39100
|
});
|
|
39119
39101
|
EntitySalesInvoice$outboundSchema = objectType({
|
|
39120
|
-
id: stringType().optional(),
|
|
39121
39102
|
testmode: nullableType(booleanType()).optional(),
|
|
39122
39103
|
profileId: nullableType(stringType()).optional(),
|
|
39123
39104
|
status: SalesInvoiceStatus$outboundSchema.optional(),
|
|
@@ -39133,12 +39114,7 @@ var init_entitysalesinvoice = __esm(() => {
|
|
|
39133
39114
|
recipientIdentifier: stringType().optional(),
|
|
39134
39115
|
recipient: nullableType(SalesInvoiceRecipient$outboundSchema).optional(),
|
|
39135
39116
|
lines: nullableType(arrayType(SalesInvoiceLineItem$outboundSchema)).optional(),
|
|
39136
|
-
discount: nullableType(SalesInvoiceDiscount$outboundSchema).optional()
|
|
39137
|
-
amountDue: Amount$outboundSchema.optional(),
|
|
39138
|
-
subtotalAmount: Amount$outboundSchema.optional(),
|
|
39139
|
-
totalAmount: Amount$outboundSchema.optional(),
|
|
39140
|
-
totalVatAmount: Amount$outboundSchema.optional(),
|
|
39141
|
-
discountedSubtotalAmount: Amount$outboundSchema.optional()
|
|
39117
|
+
discount: nullableType(SalesInvoiceDiscount$outboundSchema).optional()
|
|
39142
39118
|
});
|
|
39143
39119
|
});
|
|
39144
39120
|
|
|
@@ -39349,11 +39325,10 @@ var init_salesinvoicevatschemeresponse = __esm(() => {
|
|
|
39349
39325
|
});
|
|
39350
39326
|
|
|
39351
39327
|
// src/models/entitysalesinvoiceresponse.ts
|
|
39352
|
-
var EntitySalesInvoiceResponseMetadata$inboundSchema, EntitySalesInvoiceResponseMetadata$outboundSchema, EntitySalesInvoiceResponseLinks$inboundSchema, EntitySalesInvoiceResponseLinks$outboundSchema, EntitySalesInvoiceResponse$inboundSchema, EntitySalesInvoiceResponse$outboundSchema;
|
|
39328
|
+
var EntitySalesInvoiceResponseMetadata$inboundSchema, EntitySalesInvoiceResponseMetadata$outboundSchema, AmountDue$inboundSchema, AmountDue$outboundSchema, SubtotalAmount$inboundSchema, SubtotalAmount$outboundSchema, TotalAmount$inboundSchema, TotalAmount$outboundSchema, TotalVatAmount$inboundSchema, TotalVatAmount$outboundSchema, DiscountedSubtotalAmount$inboundSchema, DiscountedSubtotalAmount$outboundSchema, EntitySalesInvoiceResponseLinks$inboundSchema, EntitySalesInvoiceResponseLinks$outboundSchema, EntitySalesInvoiceResponse$inboundSchema, EntitySalesInvoiceResponse$outboundSchema;
|
|
39353
39329
|
var init_entitysalesinvoiceresponse = __esm(() => {
|
|
39354
39330
|
init_esm();
|
|
39355
39331
|
init_primitives();
|
|
39356
|
-
init_amount();
|
|
39357
39332
|
init_salesinvoicediscountresponse();
|
|
39358
39333
|
init_salesinvoiceemaildetails();
|
|
39359
39334
|
init_salesinvoicelineitemresponse();
|
|
@@ -39366,6 +39341,46 @@ var init_entitysalesinvoiceresponse = __esm(() => {
|
|
|
39366
39341
|
init_url2();
|
|
39367
39342
|
EntitySalesInvoiceResponseMetadata$inboundSchema = objectType({});
|
|
39368
39343
|
EntitySalesInvoiceResponseMetadata$outboundSchema = objectType({});
|
|
39344
|
+
AmountDue$inboundSchema = objectType({
|
|
39345
|
+
currency: stringType(),
|
|
39346
|
+
value: stringType()
|
|
39347
|
+
});
|
|
39348
|
+
AmountDue$outboundSchema = objectType({
|
|
39349
|
+
currency: stringType(),
|
|
39350
|
+
value: stringType()
|
|
39351
|
+
});
|
|
39352
|
+
SubtotalAmount$inboundSchema = objectType({
|
|
39353
|
+
currency: stringType(),
|
|
39354
|
+
value: stringType()
|
|
39355
|
+
});
|
|
39356
|
+
SubtotalAmount$outboundSchema = objectType({
|
|
39357
|
+
currency: stringType(),
|
|
39358
|
+
value: stringType()
|
|
39359
|
+
});
|
|
39360
|
+
TotalAmount$inboundSchema = objectType({
|
|
39361
|
+
currency: stringType(),
|
|
39362
|
+
value: stringType()
|
|
39363
|
+
});
|
|
39364
|
+
TotalAmount$outboundSchema = objectType({
|
|
39365
|
+
currency: stringType(),
|
|
39366
|
+
value: stringType()
|
|
39367
|
+
});
|
|
39368
|
+
TotalVatAmount$inboundSchema = objectType({
|
|
39369
|
+
currency: stringType(),
|
|
39370
|
+
value: stringType()
|
|
39371
|
+
});
|
|
39372
|
+
TotalVatAmount$outboundSchema = objectType({
|
|
39373
|
+
currency: stringType(),
|
|
39374
|
+
value: stringType()
|
|
39375
|
+
});
|
|
39376
|
+
DiscountedSubtotalAmount$inboundSchema = objectType({
|
|
39377
|
+
currency: stringType(),
|
|
39378
|
+
value: stringType()
|
|
39379
|
+
});
|
|
39380
|
+
DiscountedSubtotalAmount$outboundSchema = objectType({
|
|
39381
|
+
currency: stringType(),
|
|
39382
|
+
value: stringType()
|
|
39383
|
+
});
|
|
39369
39384
|
EntitySalesInvoiceResponseLinks$inboundSchema = objectType({
|
|
39370
39385
|
self: Url$inboundSchema.optional(),
|
|
39371
39386
|
invoicePayment: Url$inboundSchema.optional(),
|
|
@@ -39400,11 +39415,11 @@ var init_entitysalesinvoiceresponse = __esm(() => {
|
|
|
39400
39415
|
recipient: nullableType(SalesInvoiceRecipientResponse$inboundSchema).optional(),
|
|
39401
39416
|
lines: nullableType(arrayType(SalesInvoiceLineItemResponse$inboundSchema)).optional(),
|
|
39402
39417
|
discount: nullableType(SalesInvoiceDiscountResponse$inboundSchema).optional(),
|
|
39403
|
-
amountDue:
|
|
39404
|
-
subtotalAmount:
|
|
39405
|
-
totalAmount:
|
|
39406
|
-
totalVatAmount:
|
|
39407
|
-
discountedSubtotalAmount:
|
|
39418
|
+
amountDue: lazyType(() => AmountDue$inboundSchema).optional(),
|
|
39419
|
+
subtotalAmount: lazyType(() => SubtotalAmount$inboundSchema).optional(),
|
|
39420
|
+
totalAmount: lazyType(() => TotalAmount$inboundSchema).optional(),
|
|
39421
|
+
totalVatAmount: lazyType(() => TotalVatAmount$inboundSchema).optional(),
|
|
39422
|
+
discountedSubtotalAmount: lazyType(() => DiscountedSubtotalAmount$inboundSchema).optional(),
|
|
39408
39423
|
createdAt: stringType().optional(),
|
|
39409
39424
|
issuedAt: nullableType(stringType()).optional(),
|
|
39410
39425
|
paidAt: nullableType(stringType()).optional(),
|
|
@@ -39433,11 +39448,11 @@ var init_entitysalesinvoiceresponse = __esm(() => {
|
|
|
39433
39448
|
recipient: nullableType(SalesInvoiceRecipientResponse$outboundSchema).optional(),
|
|
39434
39449
|
lines: nullableType(arrayType(SalesInvoiceLineItemResponse$outboundSchema)).optional(),
|
|
39435
39450
|
discount: nullableType(SalesInvoiceDiscountResponse$outboundSchema).optional(),
|
|
39436
|
-
amountDue:
|
|
39437
|
-
subtotalAmount:
|
|
39438
|
-
totalAmount:
|
|
39439
|
-
totalVatAmount:
|
|
39440
|
-
discountedSubtotalAmount:
|
|
39451
|
+
amountDue: lazyType(() => AmountDue$outboundSchema).optional(),
|
|
39452
|
+
subtotalAmount: lazyType(() => SubtotalAmount$outboundSchema).optional(),
|
|
39453
|
+
totalAmount: lazyType(() => TotalAmount$outboundSchema).optional(),
|
|
39454
|
+
totalVatAmount: lazyType(() => TotalVatAmount$outboundSchema).optional(),
|
|
39455
|
+
discountedSubtotalAmount: lazyType(() => DiscountedSubtotalAmount$outboundSchema).optional(),
|
|
39441
39456
|
createdAt: stringType().optional(),
|
|
39442
39457
|
issuedAt: nullableType(stringType()).optional(),
|
|
39443
39458
|
paidAt: nullableType(stringType()).optional(),
|
|
@@ -39450,31 +39465,33 @@ var init_entitysalesinvoiceresponse = __esm(() => {
|
|
|
39450
39465
|
});
|
|
39451
39466
|
});
|
|
39452
39467
|
|
|
39453
|
-
// src/models/settlementstatus.ts
|
|
39454
|
-
var SettlementStatus, SettlementStatus$inboundSchema, SettlementStatus$outboundSchema;
|
|
39455
|
-
var init_settlementstatus = __esm(() => {
|
|
39456
|
-
init_enums();
|
|
39457
|
-
SettlementStatus = {
|
|
39458
|
-
Open: "open",
|
|
39459
|
-
Pending: "pending",
|
|
39460
|
-
Paidout: "paidout",
|
|
39461
|
-
Failed: "failed"
|
|
39462
|
-
};
|
|
39463
|
-
SettlementStatus$inboundSchema = inboundSchema(SettlementStatus);
|
|
39464
|
-
SettlementStatus$outboundSchema = outboundSchema(SettlementStatus);
|
|
39465
|
-
});
|
|
39466
|
-
|
|
39467
39468
|
// src/models/entitysettlement.ts
|
|
39468
|
-
var Rate$inboundSchema, Rate$outboundSchema, Cost$inboundSchema, Cost$outboundSchema, Revenue$inboundSchema, Revenue$outboundSchema, Periods$inboundSchema, Periods$outboundSchema, EntitySettlementLinks$inboundSchema, EntitySettlementLinks$outboundSchema, EntitySettlement$inboundSchema, EntitySettlement$outboundSchema;
|
|
39469
|
+
var EntitySettlementStatus, EntitySettlementStatus$inboundSchema, EntitySettlementStatus$outboundSchema, EntitySettlementAmount$inboundSchema, EntitySettlementAmount$outboundSchema, Rate$inboundSchema, Rate$outboundSchema, Cost$inboundSchema, Cost$outboundSchema, Revenue$inboundSchema, Revenue$outboundSchema, Periods$inboundSchema, Periods$outboundSchema, EntitySettlementLinks$inboundSchema, EntitySettlementLinks$outboundSchema, EntitySettlement$inboundSchema, EntitySettlement$outboundSchema;
|
|
39469
39470
|
var init_entitysettlement = __esm(() => {
|
|
39470
39471
|
init_esm();
|
|
39471
39472
|
init_primitives();
|
|
39473
|
+
init_enums();
|
|
39472
39474
|
init_amount();
|
|
39473
39475
|
init_amountnullable();
|
|
39474
39476
|
init_paymentmethod();
|
|
39475
|
-
init_settlementstatus();
|
|
39476
39477
|
init_url2();
|
|
39477
39478
|
init_urlnullable();
|
|
39479
|
+
EntitySettlementStatus = {
|
|
39480
|
+
Open: "open",
|
|
39481
|
+
Pending: "pending",
|
|
39482
|
+
Paidout: "paidout",
|
|
39483
|
+
Failed: "failed"
|
|
39484
|
+
};
|
|
39485
|
+
EntitySettlementStatus$inboundSchema = inboundSchema(EntitySettlementStatus);
|
|
39486
|
+
EntitySettlementStatus$outboundSchema = outboundSchema(EntitySettlementStatus);
|
|
39487
|
+
EntitySettlementAmount$inboundSchema = objectType({
|
|
39488
|
+
currency: stringType(),
|
|
39489
|
+
value: stringType()
|
|
39490
|
+
});
|
|
39491
|
+
EntitySettlementAmount$outboundSchema = objectType({
|
|
39492
|
+
currency: stringType(),
|
|
39493
|
+
value: stringType()
|
|
39494
|
+
});
|
|
39478
39495
|
Rate$inboundSchema = objectType({
|
|
39479
39496
|
fixed: Amount$inboundSchema.optional(),
|
|
39480
39497
|
percentage: stringType().optional()
|
|
@@ -39553,10 +39570,10 @@ var init_entitysettlement = __esm(() => {
|
|
|
39553
39570
|
createdAt: stringType().optional(),
|
|
39554
39571
|
reference: nullableType(stringType()).optional(),
|
|
39555
39572
|
settledAt: nullableType(stringType()).optional(),
|
|
39556
|
-
status:
|
|
39557
|
-
amount:
|
|
39573
|
+
status: EntitySettlementStatus$inboundSchema,
|
|
39574
|
+
amount: lazyType(() => EntitySettlementAmount$inboundSchema),
|
|
39558
39575
|
balanceId: stringType(),
|
|
39559
|
-
invoiceId: stringType().optional(),
|
|
39576
|
+
invoiceId: nullableType(stringType()).optional(),
|
|
39560
39577
|
periods: recordType(recordType(lazyType(() => Periods$inboundSchema))).optional(),
|
|
39561
39578
|
_links: lazyType(() => EntitySettlementLinks$inboundSchema)
|
|
39562
39579
|
}).transform((v2) => {
|
|
@@ -39570,10 +39587,10 @@ var init_entitysettlement = __esm(() => {
|
|
|
39570
39587
|
createdAt: stringType().optional(),
|
|
39571
39588
|
reference: nullableType(stringType()).optional(),
|
|
39572
39589
|
settledAt: nullableType(stringType()).optional(),
|
|
39573
|
-
status:
|
|
39574
|
-
amount:
|
|
39590
|
+
status: EntitySettlementStatus$outboundSchema,
|
|
39591
|
+
amount: lazyType(() => EntitySettlementAmount$outboundSchema),
|
|
39575
39592
|
balanceId: stringType(),
|
|
39576
|
-
invoiceId: stringType().optional(),
|
|
39593
|
+
invoiceId: nullableType(stringType()).optional(),
|
|
39577
39594
|
periods: recordType(recordType(lazyType(() => Periods$outboundSchema))).optional(),
|
|
39578
39595
|
links: lazyType(() => EntitySettlementLinks$outboundSchema)
|
|
39579
39596
|
}).transform((v2) => {
|
|
@@ -39611,29 +39628,23 @@ var init_terminalmodel = __esm(() => {
|
|
|
39611
39628
|
TerminalModel$outboundSchema = outboundSchema(TerminalModel);
|
|
39612
39629
|
});
|
|
39613
39630
|
|
|
39614
|
-
// src/models/terminalstatus.ts
|
|
39615
|
-
var TerminalStatus, TerminalStatus$inboundSchema, TerminalStatus$outboundSchema;
|
|
39616
|
-
var init_terminalstatus = __esm(() => {
|
|
39617
|
-
init_enums();
|
|
39618
|
-
TerminalStatus = {
|
|
39619
|
-
Pending: "pending",
|
|
39620
|
-
Active: "active",
|
|
39621
|
-
Inactive: "inactive"
|
|
39622
|
-
};
|
|
39623
|
-
TerminalStatus$inboundSchema = inboundSchema(TerminalStatus);
|
|
39624
|
-
TerminalStatus$outboundSchema = outboundSchema(TerminalStatus);
|
|
39625
|
-
});
|
|
39626
|
-
|
|
39627
39631
|
// src/models/entityterminal.ts
|
|
39628
|
-
var EntityTerminalLinks$inboundSchema, EntityTerminalLinks$outboundSchema, EntityTerminal$inboundSchema, EntityTerminal$outboundSchema;
|
|
39632
|
+
var EntityTerminalStatus, EntityTerminalStatus$inboundSchema, EntityTerminalStatus$outboundSchema, EntityTerminalLinks$inboundSchema, EntityTerminalLinks$outboundSchema, EntityTerminal$inboundSchema, EntityTerminal$outboundSchema;
|
|
39629
39633
|
var init_entityterminal = __esm(() => {
|
|
39630
39634
|
init_esm();
|
|
39631
39635
|
init_primitives();
|
|
39636
|
+
init_enums();
|
|
39632
39637
|
init_mode();
|
|
39633
39638
|
init_terminalbrand();
|
|
39634
39639
|
init_terminalmodel();
|
|
39635
|
-
init_terminalstatus();
|
|
39636
39640
|
init_url2();
|
|
39641
|
+
EntityTerminalStatus = {
|
|
39642
|
+
Pending: "pending",
|
|
39643
|
+
Active: "active",
|
|
39644
|
+
Inactive: "inactive"
|
|
39645
|
+
};
|
|
39646
|
+
EntityTerminalStatus$inboundSchema = inboundSchema(EntityTerminalStatus);
|
|
39647
|
+
EntityTerminalStatus$outboundSchema = outboundSchema(EntityTerminalStatus);
|
|
39637
39648
|
EntityTerminalLinks$inboundSchema = objectType({
|
|
39638
39649
|
self: Url$inboundSchema,
|
|
39639
39650
|
documentation: Url$inboundSchema
|
|
@@ -39647,7 +39658,7 @@ var init_entityterminal = __esm(() => {
|
|
|
39647
39658
|
id: stringType(),
|
|
39648
39659
|
mode: Mode$inboundSchema,
|
|
39649
39660
|
description: stringType(),
|
|
39650
|
-
status:
|
|
39661
|
+
status: EntityTerminalStatus$inboundSchema,
|
|
39651
39662
|
brand: nullableType(TerminalBrand$inboundSchema),
|
|
39652
39663
|
model: nullableType(TerminalModel$inboundSchema),
|
|
39653
39664
|
serialNumber: nullableType(stringType()),
|
|
@@ -39666,7 +39677,7 @@ var init_entityterminal = __esm(() => {
|
|
|
39666
39677
|
id: stringType(),
|
|
39667
39678
|
mode: Mode$outboundSchema,
|
|
39668
39679
|
description: stringType(),
|
|
39669
|
-
status:
|
|
39680
|
+
status: EntityTerminalStatus$outboundSchema,
|
|
39670
39681
|
brand: nullableType(TerminalBrand$outboundSchema),
|
|
39671
39682
|
model: nullableType(TerminalModel$outboundSchema),
|
|
39672
39683
|
serialNumber: nullableType(stringType()),
|
|
@@ -39990,28 +40001,22 @@ var init_profilereviewstatusresponse = __esm(() => {
|
|
|
39990
40001
|
ProfileReviewStatusResponse$outboundSchema = outboundSchema(ProfileReviewStatusResponse);
|
|
39991
40002
|
});
|
|
39992
40003
|
|
|
39993
|
-
// src/models/profilestatus.ts
|
|
39994
|
-
var ProfileStatus, ProfileStatus$inboundSchema, ProfileStatus$outboundSchema;
|
|
39995
|
-
var init_profilestatus = __esm(() => {
|
|
39996
|
-
init_enums();
|
|
39997
|
-
ProfileStatus = {
|
|
39998
|
-
Unverified: "unverified",
|
|
39999
|
-
Verified: "verified",
|
|
40000
|
-
Blocked: "blocked"
|
|
40001
|
-
};
|
|
40002
|
-
ProfileStatus$inboundSchema = inboundSchema(ProfileStatus);
|
|
40003
|
-
ProfileStatus$outboundSchema = outboundSchema(ProfileStatus);
|
|
40004
|
-
});
|
|
40005
|
-
|
|
40006
40004
|
// src/models/profileresponse.ts
|
|
40007
|
-
var Review$inboundSchema, Review$outboundSchema, ProfileResponseLinks$inboundSchema, ProfileResponseLinks$outboundSchema, ProfileResponse$inboundSchema, ProfileResponse$outboundSchema;
|
|
40005
|
+
var ProfileResponseStatus, ProfileResponseStatus$inboundSchema, ProfileResponseStatus$outboundSchema, Review$inboundSchema, Review$outboundSchema, ProfileResponseLinks$inboundSchema, ProfileResponseLinks$outboundSchema, ProfileResponse$inboundSchema, ProfileResponse$outboundSchema;
|
|
40008
40006
|
var init_profileresponse = __esm(() => {
|
|
40009
40007
|
init_esm();
|
|
40010
40008
|
init_primitives();
|
|
40009
|
+
init_enums();
|
|
40011
40010
|
init_mode();
|
|
40012
40011
|
init_profilereviewstatusresponse();
|
|
40013
|
-
init_profilestatus();
|
|
40014
40012
|
init_url2();
|
|
40013
|
+
ProfileResponseStatus = {
|
|
40014
|
+
Unverified: "unverified",
|
|
40015
|
+
Verified: "verified",
|
|
40016
|
+
Blocked: "blocked"
|
|
40017
|
+
};
|
|
40018
|
+
ProfileResponseStatus$inboundSchema = inboundSchema(ProfileResponseStatus);
|
|
40019
|
+
ProfileResponseStatus$outboundSchema = outboundSchema(ProfileResponseStatus);
|
|
40015
40020
|
Review$inboundSchema = objectType({
|
|
40016
40021
|
status: ProfileReviewStatusResponse$inboundSchema.optional()
|
|
40017
40022
|
});
|
|
@@ -40049,7 +40054,7 @@ var init_profileresponse = __esm(() => {
|
|
|
40049
40054
|
description: stringType().optional(),
|
|
40050
40055
|
countriesOfActivity: arrayType(stringType()).optional(),
|
|
40051
40056
|
businessCategory: stringType(),
|
|
40052
|
-
status:
|
|
40057
|
+
status: ProfileResponseStatus$inboundSchema,
|
|
40053
40058
|
review: lazyType(() => Review$inboundSchema).optional(),
|
|
40054
40059
|
createdAt: stringType(),
|
|
40055
40060
|
_links: lazyType(() => ProfileResponseLinks$inboundSchema)
|
|
@@ -40069,7 +40074,7 @@ var init_profileresponse = __esm(() => {
|
|
|
40069
40074
|
description: stringType().optional(),
|
|
40070
40075
|
countriesOfActivity: arrayType(stringType()).optional(),
|
|
40071
40076
|
businessCategory: stringType(),
|
|
40072
|
-
status:
|
|
40077
|
+
status: ProfileResponseStatus$outboundSchema,
|
|
40073
40078
|
review: lazyType(() => Review$outboundSchema).optional(),
|
|
40074
40079
|
createdAt: stringType(),
|
|
40075
40080
|
links: lazyType(() => ProfileResponseLinks$outboundSchema)
|
|
@@ -40081,14 +40086,25 @@ var init_profileresponse = __esm(() => {
|
|
|
40081
40086
|
});
|
|
40082
40087
|
|
|
40083
40088
|
// src/models/entitywebhookevent.ts
|
|
40084
|
-
var Entity$inboundSchema, Entity$outboundSchema, Embedded$inboundSchema, Embedded$outboundSchema, EntityWebhookEventLinks$inboundSchema, EntityWebhookEventLinks$outboundSchema, EntityWebhookEvent$inboundSchema, EntityWebhookEvent$outboundSchema;
|
|
40089
|
+
var EntityWebhookEventWebhookEventTypes, EntityWebhookEventWebhookEventTypes$inboundSchema, EntityWebhookEventWebhookEventTypes$outboundSchema, Entity$inboundSchema, Entity$outboundSchema, Embedded$inboundSchema, Embedded$outboundSchema, EntityWebhookEventLinks$inboundSchema, EntityWebhookEventLinks$outboundSchema, EntityWebhookEvent$inboundSchema, EntityWebhookEvent$outboundSchema;
|
|
40085
40090
|
var init_entitywebhookevent = __esm(() => {
|
|
40086
40091
|
init_esm();
|
|
40087
40092
|
init_primitives();
|
|
40093
|
+
init_enums();
|
|
40088
40094
|
init_paymentlinkresponse();
|
|
40089
40095
|
init_profileresponse();
|
|
40090
40096
|
init_url2();
|
|
40091
|
-
|
|
40097
|
+
EntityWebhookEventWebhookEventTypes = {
|
|
40098
|
+
PaymentLinkPaid: "payment-link.paid",
|
|
40099
|
+
BalanceTransactionCreated: "balance-transaction.created",
|
|
40100
|
+
SalesInvoiceCreated: "sales-invoice.created",
|
|
40101
|
+
SalesInvoiceIssued: "sales-invoice.issued",
|
|
40102
|
+
SalesInvoiceCanceled: "sales-invoice.canceled",
|
|
40103
|
+
SalesInvoicePaid: "sales-invoice.paid",
|
|
40104
|
+
Wildcard: "*"
|
|
40105
|
+
};
|
|
40106
|
+
EntityWebhookEventWebhookEventTypes$inboundSchema = inboundSchema(EntityWebhookEventWebhookEventTypes);
|
|
40107
|
+
EntityWebhookEventWebhookEventTypes$outboundSchema = outboundSchema(EntityWebhookEventWebhookEventTypes);
|
|
40092
40108
|
Entity$inboundSchema = unionType([PaymentLinkResponse$inboundSchema, ProfileResponse$inboundSchema]);
|
|
40093
40109
|
Entity$outboundSchema = unionType([
|
|
40094
40110
|
PaymentLinkResponse$outboundSchema,
|
|
@@ -40119,7 +40135,7 @@ var init_entitywebhookevent = __esm(() => {
|
|
|
40119
40135
|
EntityWebhookEvent$inboundSchema = objectType({
|
|
40120
40136
|
resource: stringType(),
|
|
40121
40137
|
id: stringType(),
|
|
40122
|
-
type:
|
|
40138
|
+
type: EntityWebhookEventWebhookEventTypes$inboundSchema,
|
|
40123
40139
|
entityId: stringType(),
|
|
40124
40140
|
createdAt: stringType(),
|
|
40125
40141
|
_embedded: nullableType(lazyType(() => Embedded$inboundSchema)).optional(),
|
|
@@ -40134,7 +40150,7 @@ var init_entitywebhookevent = __esm(() => {
|
|
|
40134
40150
|
EntityWebhookEvent$outboundSchema = objectType({
|
|
40135
40151
|
resource: stringType(),
|
|
40136
40152
|
id: stringType(),
|
|
40137
|
-
webhookEventTypes:
|
|
40153
|
+
webhookEventTypes: EntityWebhookEventWebhookEventTypes$outboundSchema,
|
|
40138
40154
|
entityId: stringType(),
|
|
40139
40155
|
createdAt: stringType(),
|
|
40140
40156
|
embedded: nullableType(lazyType(() => Embedded$outboundSchema)).optional(),
|
|
@@ -40285,25 +40301,11 @@ var init_mandatemethodresponse = __esm(() => {
|
|
|
40285
40301
|
MandateMethodResponse$outboundSchema = outboundSchema(MandateMethodResponse);
|
|
40286
40302
|
});
|
|
40287
40303
|
|
|
40288
|
-
// src/models/mandatestatus.ts
|
|
40289
|
-
var MandateStatus, MandateStatus$inboundSchema, MandateStatus$outboundSchema;
|
|
40290
|
-
var init_mandatestatus = __esm(() => {
|
|
40291
|
-
init_enums();
|
|
40292
|
-
MandateStatus = {
|
|
40293
|
-
Valid: "valid",
|
|
40294
|
-
Pending: "pending",
|
|
40295
|
-
Invalid: "invalid"
|
|
40296
|
-
};
|
|
40297
|
-
MandateStatus$inboundSchema = inboundSchema(MandateStatus);
|
|
40298
|
-
MandateStatus$outboundSchema = outboundSchema(MandateStatus);
|
|
40299
|
-
});
|
|
40300
|
-
|
|
40301
40304
|
// src/models/mandaterequest.ts
|
|
40302
40305
|
var MandateRequest$inboundSchema, MandateRequest$outboundSchema;
|
|
40303
40306
|
var init_mandaterequest = __esm(() => {
|
|
40304
40307
|
init_esm();
|
|
40305
40308
|
init_mandatemethod();
|
|
40306
|
-
init_mandatestatus();
|
|
40307
40309
|
MandateRequest$inboundSchema = objectType({
|
|
40308
40310
|
id: stringType().optional(),
|
|
40309
40311
|
method: MandateMethod$inboundSchema,
|
|
@@ -40315,8 +40317,6 @@ var init_mandaterequest = __esm(() => {
|
|
|
40315
40317
|
mandateReference: nullableType(stringType()).optional(),
|
|
40316
40318
|
paypalBillingAgreementId: nullableType(stringType()).optional(),
|
|
40317
40319
|
payPalVaultId: nullableType(stringType()).optional(),
|
|
40318
|
-
status: MandateStatus$inboundSchema.optional(),
|
|
40319
|
-
customerId: stringType().optional(),
|
|
40320
40320
|
testmode: nullableType(booleanType()).optional()
|
|
40321
40321
|
});
|
|
40322
40322
|
MandateRequest$outboundSchema = objectType({
|
|
@@ -40330,22 +40330,25 @@ var init_mandaterequest = __esm(() => {
|
|
|
40330
40330
|
mandateReference: nullableType(stringType()).optional(),
|
|
40331
40331
|
paypalBillingAgreementId: nullableType(stringType()).optional(),
|
|
40332
40332
|
payPalVaultId: nullableType(stringType()).optional(),
|
|
40333
|
-
status: MandateStatus$outboundSchema.optional(),
|
|
40334
|
-
customerId: stringType().optional(),
|
|
40335
40333
|
testmode: nullableType(booleanType()).optional()
|
|
40336
40334
|
});
|
|
40337
40335
|
});
|
|
40338
40336
|
|
|
40339
40337
|
// src/models/mandateresponse.ts
|
|
40340
|
-
var MandateResponseDetails$inboundSchema, MandateResponseDetails$outboundSchema, MandateResponseLinks$inboundSchema, MandateResponseLinks$outboundSchema, MandateResponse$inboundSchema, MandateResponse$outboundSchema;
|
|
40338
|
+
var MandateResponseStatus, MandateResponseDetails$inboundSchema, MandateResponseDetails$outboundSchema, MandateResponseStatus$inboundSchema, MandateResponseStatus$outboundSchema, MandateResponseLinks$inboundSchema, MandateResponseLinks$outboundSchema, MandateResponse$inboundSchema, MandateResponse$outboundSchema;
|
|
40341
40339
|
var init_mandateresponse = __esm(() => {
|
|
40342
40340
|
init_esm();
|
|
40343
40341
|
init_primitives();
|
|
40342
|
+
init_enums();
|
|
40344
40343
|
init_mandatedetailscardlabelresponse();
|
|
40345
40344
|
init_mandatemethodresponse();
|
|
40346
|
-
init_mandatestatus();
|
|
40347
40345
|
init_mode();
|
|
40348
40346
|
init_url2();
|
|
40347
|
+
MandateResponseStatus = {
|
|
40348
|
+
Valid: "valid",
|
|
40349
|
+
Pending: "pending",
|
|
40350
|
+
Invalid: "invalid"
|
|
40351
|
+
};
|
|
40349
40352
|
MandateResponseDetails$inboundSchema = objectType({
|
|
40350
40353
|
consumerName: nullableType(stringType()).optional(),
|
|
40351
40354
|
consumerAccount: nullableType(stringType()).optional(),
|
|
@@ -40366,6 +40369,8 @@ var init_mandateresponse = __esm(() => {
|
|
|
40366
40369
|
cardLabel: nullableType(MandateDetailsCardLabelResponse$outboundSchema).optional(),
|
|
40367
40370
|
cardFingerprint: nullableType(stringType()).optional()
|
|
40368
40371
|
});
|
|
40372
|
+
MandateResponseStatus$inboundSchema = inboundSchema(MandateResponseStatus);
|
|
40373
|
+
MandateResponseStatus$outboundSchema = outboundSchema(MandateResponseStatus);
|
|
40369
40374
|
MandateResponseLinks$inboundSchema = objectType({
|
|
40370
40375
|
self: Url$inboundSchema,
|
|
40371
40376
|
customer: Url$inboundSchema,
|
|
@@ -40384,7 +40389,7 @@ var init_mandateresponse = __esm(() => {
|
|
|
40384
40389
|
details: lazyType(() => MandateResponseDetails$inboundSchema),
|
|
40385
40390
|
signatureDate: nullableType(stringType()),
|
|
40386
40391
|
mandateReference: nullableType(stringType()),
|
|
40387
|
-
status:
|
|
40392
|
+
status: MandateResponseStatus$inboundSchema,
|
|
40388
40393
|
customerId: stringType(),
|
|
40389
40394
|
createdAt: stringType(),
|
|
40390
40395
|
_links: lazyType(() => MandateResponseLinks$inboundSchema)
|
|
@@ -40401,7 +40406,7 @@ var init_mandateresponse = __esm(() => {
|
|
|
40401
40406
|
details: lazyType(() => MandateResponseDetails$outboundSchema),
|
|
40402
40407
|
signatureDate: nullableType(stringType()),
|
|
40403
40408
|
mandateReference: nullableType(stringType()),
|
|
40404
|
-
status:
|
|
40409
|
+
status: MandateResponseStatus$outboundSchema,
|
|
40405
40410
|
customerId: stringType(),
|
|
40406
40411
|
createdAt: stringType(),
|
|
40407
40412
|
links: lazyType(() => MandateResponseLinks$outboundSchema)
|
|
@@ -40480,6 +40485,54 @@ var init_methodresourceparameter = __esm(() => {
|
|
|
40480
40485
|
MethodResourceParameter$outboundSchema = MethodResourceParameter$inboundSchema;
|
|
40481
40486
|
});
|
|
40482
40487
|
|
|
40488
|
+
// src/models/methodresponse.ts
|
|
40489
|
+
var MethodResponse, MethodResponse$inboundSchema, MethodResponse$outboundSchema;
|
|
40490
|
+
var init_methodresponse = __esm(() => {
|
|
40491
|
+
init_enums();
|
|
40492
|
+
MethodResponse = {
|
|
40493
|
+
Alma: "alma",
|
|
40494
|
+
Applepay: "applepay",
|
|
40495
|
+
Bacs: "bacs",
|
|
40496
|
+
Bancomatpay: "bancomatpay",
|
|
40497
|
+
Bancontact: "bancontact",
|
|
40498
|
+
Banktransfer: "banktransfer",
|
|
40499
|
+
Belfius: "belfius",
|
|
40500
|
+
Billie: "billie",
|
|
40501
|
+
Bizum: "bizum",
|
|
40502
|
+
Blik: "blik",
|
|
40503
|
+
Creditcard: "creditcard",
|
|
40504
|
+
Directdebit: "directdebit",
|
|
40505
|
+
Eps: "eps",
|
|
40506
|
+
Giftcard: "giftcard",
|
|
40507
|
+
Ideal: "ideal",
|
|
40508
|
+
In3: "in3",
|
|
40509
|
+
Kbc: "kbc",
|
|
40510
|
+
Klarna: "klarna",
|
|
40511
|
+
Mbway: "mbway",
|
|
40512
|
+
Mobilepay: "mobilepay",
|
|
40513
|
+
Multibanco: "multibanco",
|
|
40514
|
+
Mybank: "mybank",
|
|
40515
|
+
Paybybank: "paybybank",
|
|
40516
|
+
Payconiq: "payconiq",
|
|
40517
|
+
Paypal: "paypal",
|
|
40518
|
+
Paysafecard: "paysafecard",
|
|
40519
|
+
Pointofsale: "pointofsale",
|
|
40520
|
+
Przelewy24: "przelewy24",
|
|
40521
|
+
Riverty: "riverty",
|
|
40522
|
+
Satispay: "satispay",
|
|
40523
|
+
Swish: "swish",
|
|
40524
|
+
Trustly: "trustly",
|
|
40525
|
+
Twint: "twint",
|
|
40526
|
+
Vipps: "vipps",
|
|
40527
|
+
Voucher: "voucher",
|
|
40528
|
+
Klarnapaylater: "klarnapaylater",
|
|
40529
|
+
Klarnapaynow: "klarnapaynow",
|
|
40530
|
+
Klarnasliceit: "klarnasliceit"
|
|
40531
|
+
};
|
|
40532
|
+
MethodResponse$inboundSchema = inboundSchema(MethodResponse);
|
|
40533
|
+
MethodResponse$outboundSchema = outboundSchema(MethodResponse);
|
|
40534
|
+
});
|
|
40535
|
+
|
|
40483
40536
|
// src/models/onboardingvatregulation.ts
|
|
40484
40537
|
var OnboardingVatRegulation, OnboardingVatRegulation$inboundSchema, OnboardingVatRegulation$outboundSchema;
|
|
40485
40538
|
var init_onboardingvatregulation = __esm(() => {
|
|
@@ -40930,14 +40983,8 @@ var init_paymentrequest = __esm(() => {
|
|
|
40930
40983
|
entityType: stringType().optional()
|
|
40931
40984
|
});
|
|
40932
40985
|
PaymentRequest$inboundSchema = objectType({
|
|
40933
|
-
id: stringType().optional(),
|
|
40934
40986
|
description: stringType(),
|
|
40935
40987
|
amount: Amount$inboundSchema,
|
|
40936
|
-
amountRefunded: Amount$inboundSchema.optional(),
|
|
40937
|
-
amountRemaining: Amount$inboundSchema.optional(),
|
|
40938
|
-
amountCaptured: Amount$inboundSchema.optional(),
|
|
40939
|
-
amountChargedBack: Amount$inboundSchema.optional(),
|
|
40940
|
-
settlementAmount: Amount$inboundSchema.optional(),
|
|
40941
40988
|
redirectUrl: nullableType(stringType()),
|
|
40942
40989
|
cancelUrl: nullableType(stringType()).optional(),
|
|
40943
40990
|
webhookUrl: nullableType(stringType()).optional(),
|
|
@@ -40954,12 +41001,9 @@ var init_paymentrequest = __esm(() => {
|
|
|
40954
41001
|
applicationFee: nullableType(lazyType(() => PaymentRequestApplicationFee$inboundSchema)).optional(),
|
|
40955
41002
|
routing: nullableType(arrayType(EntityPaymentRoute$inboundSchema)).optional(),
|
|
40956
41003
|
sequenceType: SequenceType$inboundSchema.optional(),
|
|
40957
|
-
|
|
40958
|
-
mandateId: stringType().optional(),
|
|
41004
|
+
mandateId: nullableType(stringType()).optional(),
|
|
40959
41005
|
customerId: stringType().optional(),
|
|
40960
41006
|
profileId: stringType().optional(),
|
|
40961
|
-
settlementId: stringType().optional(),
|
|
40962
|
-
orderId: stringType().optional(),
|
|
40963
41007
|
dueDate: stringType().optional(),
|
|
40964
41008
|
testmode: nullableType(booleanType()).optional(),
|
|
40965
41009
|
applePayPaymentToken: stringType().optional(),
|
|
@@ -40975,14 +41019,8 @@ var init_paymentrequest = __esm(() => {
|
|
|
40975
41019
|
terminalId: stringType().optional()
|
|
40976
41020
|
});
|
|
40977
41021
|
PaymentRequest$outboundSchema = objectType({
|
|
40978
|
-
id: stringType().optional(),
|
|
40979
41022
|
description: stringType(),
|
|
40980
41023
|
amount: Amount$outboundSchema,
|
|
40981
|
-
amountRefunded: Amount$outboundSchema.optional(),
|
|
40982
|
-
amountRemaining: Amount$outboundSchema.optional(),
|
|
40983
|
-
amountCaptured: Amount$outboundSchema.optional(),
|
|
40984
|
-
amountChargedBack: Amount$outboundSchema.optional(),
|
|
40985
|
-
settlementAmount: Amount$outboundSchema.optional(),
|
|
40986
41024
|
redirectUrl: nullableType(stringType()),
|
|
40987
41025
|
cancelUrl: nullableType(stringType()).optional(),
|
|
40988
41026
|
webhookUrl: nullableType(stringType()).optional(),
|
|
@@ -40999,12 +41037,9 @@ var init_paymentrequest = __esm(() => {
|
|
|
40999
41037
|
applicationFee: nullableType(lazyType(() => PaymentRequestApplicationFee$outboundSchema)).optional(),
|
|
41000
41038
|
routing: nullableType(arrayType(EntityPaymentRoute$outboundSchema)).optional(),
|
|
41001
41039
|
sequenceType: SequenceType$outboundSchema.optional(),
|
|
41002
|
-
|
|
41003
|
-
mandateId: stringType().optional(),
|
|
41040
|
+
mandateId: nullableType(stringType()).optional(),
|
|
41004
41041
|
customerId: stringType().optional(),
|
|
41005
41042
|
profileId: stringType().optional(),
|
|
41006
|
-
settlementId: stringType().optional(),
|
|
41007
|
-
orderId: stringType().optional(),
|
|
41008
41043
|
dueDate: stringType().optional(),
|
|
41009
41044
|
testmode: nullableType(booleanType()).optional(),
|
|
41010
41045
|
applePayPaymentToken: stringType().optional(),
|
|
@@ -41021,23 +41056,6 @@ var init_paymentrequest = __esm(() => {
|
|
|
41021
41056
|
});
|
|
41022
41057
|
});
|
|
41023
41058
|
|
|
41024
|
-
// src/models/paymentstatus.ts
|
|
41025
|
-
var PaymentStatus, PaymentStatus$inboundSchema, PaymentStatus$outboundSchema;
|
|
41026
|
-
var init_paymentstatus = __esm(() => {
|
|
41027
|
-
init_enums();
|
|
41028
|
-
PaymentStatus = {
|
|
41029
|
-
Open: "open",
|
|
41030
|
-
Pending: "pending",
|
|
41031
|
-
Authorized: "authorized",
|
|
41032
|
-
Paid: "paid",
|
|
41033
|
-
Canceled: "canceled",
|
|
41034
|
-
Expired: "expired",
|
|
41035
|
-
Failed: "failed"
|
|
41036
|
-
};
|
|
41037
|
-
PaymentStatus$inboundSchema = inboundSchema(PaymentStatus);
|
|
41038
|
-
PaymentStatus$outboundSchema = outboundSchema(PaymentStatus);
|
|
41039
|
-
});
|
|
41040
|
-
|
|
41041
41059
|
// src/models/sequencetyperesponse.ts
|
|
41042
41060
|
var SequenceTypeResponse, SequenceTypeResponse$inboundSchema, SequenceTypeResponse$outboundSchema;
|
|
41043
41061
|
var init_sequencetyperesponse = __esm(() => {
|
|
@@ -41186,10 +41204,11 @@ var init_statusreason = __esm(() => {
|
|
|
41186
41204
|
});
|
|
41187
41205
|
|
|
41188
41206
|
// src/models/paymentresponse.ts
|
|
41189
|
-
var PaymentResponseLine$inboundSchema, PaymentResponseLine$outboundSchema, PaymentResponseBillingAddress$inboundSchema, PaymentResponseBillingAddress$outboundSchema, PaymentResponseApplicationFee$inboundSchema, PaymentResponseApplicationFee$outboundSchema, Receipt$inboundSchema, Receipt$outboundSchema, QrCode$inboundSchema, QrCode$outboundSchema, PaymentResponseDetails$inboundSchema, PaymentResponseDetails$outboundSchema, PaymentResponseLinks$inboundSchema, PaymentResponseLinks$outboundSchema, PaymentResponse$inboundSchema, PaymentResponse$outboundSchema;
|
|
41207
|
+
var PaymentResponseStatus, AmountRefunded$inboundSchema, AmountRefunded$outboundSchema, AmountRemaining$inboundSchema, AmountRemaining$outboundSchema, AmountCaptured$inboundSchema, AmountCaptured$outboundSchema, AmountChargedBack$inboundSchema, AmountChargedBack$outboundSchema, PaymentResponseSettlementAmount$inboundSchema, PaymentResponseSettlementAmount$outboundSchema, PaymentResponseLine$inboundSchema, PaymentResponseLine$outboundSchema, PaymentResponseBillingAddress$inboundSchema, PaymentResponseBillingAddress$outboundSchema, PaymentResponseApplicationFee$inboundSchema, PaymentResponseApplicationFee$outboundSchema, PaymentResponseStatus$inboundSchema, PaymentResponseStatus$outboundSchema, Receipt$inboundSchema, Receipt$outboundSchema, QrCode$inboundSchema, QrCode$outboundSchema, PaymentResponseDetails$inboundSchema, PaymentResponseDetails$outboundSchema, PaymentResponseLinks$inboundSchema, PaymentResponseLinks$outboundSchema, PaymentResponse$inboundSchema, PaymentResponse$outboundSchema;
|
|
41190
41208
|
var init_paymentresponse = __esm(() => {
|
|
41191
41209
|
init_esm();
|
|
41192
41210
|
init_primitives();
|
|
41211
|
+
init_enums();
|
|
41193
41212
|
init_rfcdate();
|
|
41194
41213
|
init_amount();
|
|
41195
41214
|
init_amountnullable();
|
|
@@ -41212,11 +41231,59 @@ var init_paymentresponse = __esm(() => {
|
|
|
41212
41231
|
init_paymentdetailssellerprotectionresponse();
|
|
41213
41232
|
init_paymentdetailswalletresponse();
|
|
41214
41233
|
init_paymentlinetyperesponse();
|
|
41215
|
-
init_paymentstatus();
|
|
41216
41234
|
init_recurringlineitem();
|
|
41217
41235
|
init_sequencetyperesponse();
|
|
41218
41236
|
init_statusreason();
|
|
41219
41237
|
init_url2();
|
|
41238
|
+
PaymentResponseStatus = {
|
|
41239
|
+
Open: "open",
|
|
41240
|
+
Pending: "pending",
|
|
41241
|
+
Authorized: "authorized",
|
|
41242
|
+
Paid: "paid",
|
|
41243
|
+
Canceled: "canceled",
|
|
41244
|
+
Expired: "expired",
|
|
41245
|
+
Failed: "failed"
|
|
41246
|
+
};
|
|
41247
|
+
AmountRefunded$inboundSchema = objectType({
|
|
41248
|
+
currency: stringType(),
|
|
41249
|
+
value: stringType()
|
|
41250
|
+
});
|
|
41251
|
+
AmountRefunded$outboundSchema = objectType({
|
|
41252
|
+
currency: stringType(),
|
|
41253
|
+
value: stringType()
|
|
41254
|
+
});
|
|
41255
|
+
AmountRemaining$inboundSchema = objectType({
|
|
41256
|
+
currency: stringType(),
|
|
41257
|
+
value: stringType()
|
|
41258
|
+
});
|
|
41259
|
+
AmountRemaining$outboundSchema = objectType({
|
|
41260
|
+
currency: stringType(),
|
|
41261
|
+
value: stringType()
|
|
41262
|
+
});
|
|
41263
|
+
AmountCaptured$inboundSchema = objectType({
|
|
41264
|
+
currency: stringType(),
|
|
41265
|
+
value: stringType()
|
|
41266
|
+
});
|
|
41267
|
+
AmountCaptured$outboundSchema = objectType({
|
|
41268
|
+
currency: stringType(),
|
|
41269
|
+
value: stringType()
|
|
41270
|
+
});
|
|
41271
|
+
AmountChargedBack$inboundSchema = objectType({
|
|
41272
|
+
currency: stringType(),
|
|
41273
|
+
value: stringType()
|
|
41274
|
+
});
|
|
41275
|
+
AmountChargedBack$outboundSchema = objectType({
|
|
41276
|
+
currency: stringType(),
|
|
41277
|
+
value: stringType()
|
|
41278
|
+
});
|
|
41279
|
+
PaymentResponseSettlementAmount$inboundSchema = objectType({
|
|
41280
|
+
currency: stringType(),
|
|
41281
|
+
value: stringType()
|
|
41282
|
+
});
|
|
41283
|
+
PaymentResponseSettlementAmount$outboundSchema = objectType({
|
|
41284
|
+
currency: stringType(),
|
|
41285
|
+
value: stringType()
|
|
41286
|
+
});
|
|
41220
41287
|
PaymentResponseLine$inboundSchema = objectType({
|
|
41221
41288
|
type: PaymentLineTypeResponse$inboundSchema.optional(),
|
|
41222
41289
|
description: stringType(),
|
|
@@ -41285,6 +41352,8 @@ var init_paymentresponse = __esm(() => {
|
|
|
41285
41352
|
amount: Amount$outboundSchema.optional(),
|
|
41286
41353
|
description: stringType().optional()
|
|
41287
41354
|
});
|
|
41355
|
+
PaymentResponseStatus$inboundSchema = inboundSchema(PaymentResponseStatus);
|
|
41356
|
+
PaymentResponseStatus$outboundSchema = outboundSchema(PaymentResponseStatus);
|
|
41288
41357
|
Receipt$inboundSchema = objectType({
|
|
41289
41358
|
authorizationCode: nullableType(stringType()).optional(),
|
|
41290
41359
|
applicationIdentifier: nullableType(stringType()).optional(),
|
|
@@ -41459,11 +41528,11 @@ var init_paymentresponse = __esm(() => {
|
|
|
41459
41528
|
mode: Mode$inboundSchema,
|
|
41460
41529
|
description: stringType(),
|
|
41461
41530
|
amount: Amount$inboundSchema,
|
|
41462
|
-
amountRefunded:
|
|
41463
|
-
amountRemaining:
|
|
41464
|
-
amountCaptured:
|
|
41465
|
-
amountChargedBack:
|
|
41466
|
-
settlementAmount:
|
|
41531
|
+
amountRefunded: lazyType(() => AmountRefunded$inboundSchema).optional(),
|
|
41532
|
+
amountRemaining: lazyType(() => AmountRemaining$inboundSchema).optional(),
|
|
41533
|
+
amountCaptured: lazyType(() => AmountCaptured$inboundSchema).optional(),
|
|
41534
|
+
amountChargedBack: lazyType(() => AmountChargedBack$inboundSchema).optional(),
|
|
41535
|
+
settlementAmount: lazyType(() => PaymentResponseSettlementAmount$inboundSchema).optional(),
|
|
41467
41536
|
redirectUrl: nullableType(stringType()).optional(),
|
|
41468
41537
|
cancelUrl: nullableType(stringType()).optional(),
|
|
41469
41538
|
webhookUrl: nullableType(stringType()).optional(),
|
|
@@ -41481,13 +41550,13 @@ var init_paymentresponse = __esm(() => {
|
|
|
41481
41550
|
applicationFee: nullableType(lazyType(() => PaymentResponseApplicationFee$inboundSchema)).optional(),
|
|
41482
41551
|
routing: nullableType(arrayType(EntityPaymentRouteResponse$inboundSchema)).optional(),
|
|
41483
41552
|
sequenceType: SequenceTypeResponse$inboundSchema,
|
|
41484
|
-
subscriptionId: stringType().optional(),
|
|
41485
|
-
mandateId: stringType().optional(),
|
|
41553
|
+
subscriptionId: nullableType(stringType()).optional(),
|
|
41554
|
+
mandateId: nullableType(stringType()).optional(),
|
|
41486
41555
|
customerId: stringType().optional(),
|
|
41487
41556
|
profileId: stringType(),
|
|
41488
|
-
settlementId: stringType().optional(),
|
|
41489
|
-
orderId: stringType().optional(),
|
|
41490
|
-
status:
|
|
41557
|
+
settlementId: nullableType(stringType()).optional(),
|
|
41558
|
+
orderId: nullableType(stringType()).optional(),
|
|
41559
|
+
status: PaymentResponseStatus$inboundSchema,
|
|
41491
41560
|
statusReason: nullableType(StatusReason$inboundSchema).optional(),
|
|
41492
41561
|
isCancelable: nullableType(booleanType()).optional(),
|
|
41493
41562
|
details: nullableType(lazyType(() => PaymentResponseDetails$inboundSchema)).optional(),
|
|
@@ -41510,11 +41579,11 @@ var init_paymentresponse = __esm(() => {
|
|
|
41510
41579
|
mode: Mode$outboundSchema,
|
|
41511
41580
|
description: stringType(),
|
|
41512
41581
|
amount: Amount$outboundSchema,
|
|
41513
|
-
amountRefunded:
|
|
41514
|
-
amountRemaining:
|
|
41515
|
-
amountCaptured:
|
|
41516
|
-
amountChargedBack:
|
|
41517
|
-
settlementAmount:
|
|
41582
|
+
amountRefunded: lazyType(() => AmountRefunded$outboundSchema).optional(),
|
|
41583
|
+
amountRemaining: lazyType(() => AmountRemaining$outboundSchema).optional(),
|
|
41584
|
+
amountCaptured: lazyType(() => AmountCaptured$outboundSchema).optional(),
|
|
41585
|
+
amountChargedBack: lazyType(() => AmountChargedBack$outboundSchema).optional(),
|
|
41586
|
+
settlementAmount: lazyType(() => PaymentResponseSettlementAmount$outboundSchema).optional(),
|
|
41518
41587
|
redirectUrl: nullableType(stringType()).optional(),
|
|
41519
41588
|
cancelUrl: nullableType(stringType()).optional(),
|
|
41520
41589
|
webhookUrl: nullableType(stringType()).optional(),
|
|
@@ -41532,13 +41601,13 @@ var init_paymentresponse = __esm(() => {
|
|
|
41532
41601
|
applicationFee: nullableType(lazyType(() => PaymentResponseApplicationFee$outboundSchema)).optional(),
|
|
41533
41602
|
routing: nullableType(arrayType(EntityPaymentRouteResponse$outboundSchema)).optional(),
|
|
41534
41603
|
sequenceType: SequenceTypeResponse$outboundSchema,
|
|
41535
|
-
subscriptionId: stringType().optional(),
|
|
41536
|
-
mandateId: stringType().optional(),
|
|
41604
|
+
subscriptionId: nullableType(stringType()).optional(),
|
|
41605
|
+
mandateId: nullableType(stringType()).optional(),
|
|
41537
41606
|
customerId: stringType().optional(),
|
|
41538
41607
|
profileId: stringType(),
|
|
41539
|
-
settlementId: stringType().optional(),
|
|
41540
|
-
orderId: stringType().optional(),
|
|
41541
|
-
status:
|
|
41608
|
+
settlementId: nullableType(stringType()).optional(),
|
|
41609
|
+
orderId: nullableType(stringType()).optional(),
|
|
41610
|
+
status: PaymentResponseStatus$outboundSchema,
|
|
41542
41611
|
statusReason: nullableType(StatusReason$outboundSchema).optional(),
|
|
41543
41612
|
isCancelable: nullableType(booleanType()).optional(),
|
|
41544
41613
|
details: nullableType(lazyType(() => PaymentResponseDetails$outboundSchema)).optional(),
|
|
@@ -41561,7 +41630,6 @@ var init_paymentresponse = __esm(() => {
|
|
|
41561
41630
|
var ProfileRequest$inboundSchema, ProfileRequest$outboundSchema;
|
|
41562
41631
|
var init_profilerequest = __esm(() => {
|
|
41563
41632
|
init_esm();
|
|
41564
|
-
init_profilestatus();
|
|
41565
41633
|
ProfileRequest$inboundSchema = objectType({
|
|
41566
41634
|
name: stringType(),
|
|
41567
41635
|
website: stringType(),
|
|
@@ -41569,8 +41637,7 @@ var init_profilerequest = __esm(() => {
|
|
|
41569
41637
|
phone: stringType(),
|
|
41570
41638
|
description: stringType().optional(),
|
|
41571
41639
|
countriesOfActivity: arrayType(stringType()).optional(),
|
|
41572
|
-
businessCategory: stringType().optional()
|
|
41573
|
-
status: ProfileStatus$inboundSchema.optional()
|
|
41640
|
+
businessCategory: stringType().optional()
|
|
41574
41641
|
});
|
|
41575
41642
|
ProfileRequest$outboundSchema = objectType({
|
|
41576
41643
|
name: stringType(),
|
|
@@ -41579,8 +41646,7 @@ var init_profilerequest = __esm(() => {
|
|
|
41579
41646
|
phone: stringType(),
|
|
41580
41647
|
description: stringType().optional(),
|
|
41581
41648
|
countriesOfActivity: arrayType(stringType()).optional(),
|
|
41582
|
-
businessCategory: stringType().optional()
|
|
41583
|
-
status: ProfileStatus$outboundSchema.optional()
|
|
41649
|
+
businessCategory: stringType().optional()
|
|
41584
41650
|
});
|
|
41585
41651
|
});
|
|
41586
41652
|
|
|
@@ -41596,15 +41662,15 @@ var init_refundexternalreferencetype = __esm(() => {
|
|
|
41596
41662
|
});
|
|
41597
41663
|
|
|
41598
41664
|
// src/models/refundrequest.ts
|
|
41599
|
-
var RefundRequestExternalReference$inboundSchema, RefundRequestExternalReference$outboundSchema, RefundRequestSource$inboundSchema, RefundRequestSource$outboundSchema, RefundRequestRoutingReversal$inboundSchema, RefundRequestRoutingReversal$outboundSchema, RefundRequest$inboundSchema, RefundRequest$outboundSchema;
|
|
41665
|
+
var Type, RefundRequestExternalReference$inboundSchema, RefundRequestExternalReference$outboundSchema, Type$inboundSchema, Type$outboundSchema, RefundRequestSource$inboundSchema, RefundRequestSource$outboundSchema, RefundRequestRoutingReversal$inboundSchema, RefundRequestRoutingReversal$outboundSchema, RefundRequest$inboundSchema, RefundRequest$outboundSchema;
|
|
41600
41666
|
var init_refundrequest = __esm(() => {
|
|
41601
41667
|
init_esm();
|
|
41602
41668
|
init_amount();
|
|
41603
|
-
init_amountnullable();
|
|
41604
41669
|
init_metadata();
|
|
41605
41670
|
init_refundexternalreferencetype();
|
|
41606
|
-
|
|
41607
|
-
|
|
41671
|
+
Type = {
|
|
41672
|
+
Organization: "organization"
|
|
41673
|
+
};
|
|
41608
41674
|
RefundRequestExternalReference$inboundSchema = objectType({
|
|
41609
41675
|
type: RefundExternalReferenceType$inboundSchema.optional(),
|
|
41610
41676
|
id: stringType().optional()
|
|
@@ -41613,12 +41679,14 @@ var init_refundrequest = __esm(() => {
|
|
|
41613
41679
|
type: RefundExternalReferenceType$outboundSchema.optional(),
|
|
41614
41680
|
id: stringType().optional()
|
|
41615
41681
|
});
|
|
41682
|
+
Type$inboundSchema = nativeEnumType(Type);
|
|
41683
|
+
Type$outboundSchema = Type$inboundSchema;
|
|
41616
41684
|
RefundRequestSource$inboundSchema = objectType({
|
|
41617
|
-
type:
|
|
41685
|
+
type: Type$inboundSchema.optional(),
|
|
41618
41686
|
organizationId: stringType().optional()
|
|
41619
41687
|
});
|
|
41620
41688
|
RefundRequestSource$outboundSchema = objectType({
|
|
41621
|
-
type:
|
|
41689
|
+
type: Type$outboundSchema.optional(),
|
|
41622
41690
|
organizationId: stringType().optional()
|
|
41623
41691
|
});
|
|
41624
41692
|
RefundRequestRoutingReversal$inboundSchema = objectType({
|
|
@@ -41630,28 +41698,18 @@ var init_refundrequest = __esm(() => {
|
|
|
41630
41698
|
source: lazyType(() => RefundRequestSource$outboundSchema).optional()
|
|
41631
41699
|
});
|
|
41632
41700
|
RefundRequest$inboundSchema = objectType({
|
|
41633
|
-
id: stringType(),
|
|
41634
41701
|
description: stringType(),
|
|
41635
41702
|
amount: Amount$inboundSchema,
|
|
41636
|
-
settlementAmount: nullableType(AmountNullable$inboundSchema).optional(),
|
|
41637
41703
|
metadata: nullableType(Metadata$inboundSchema),
|
|
41638
|
-
paymentId: stringType().optional(),
|
|
41639
|
-
settlementId: stringType().optional(),
|
|
41640
|
-
status: RefundStatus$inboundSchema,
|
|
41641
41704
|
externalReference: lazyType(() => RefundRequestExternalReference$inboundSchema).optional(),
|
|
41642
41705
|
reverseRouting: nullableType(booleanType()).optional(),
|
|
41643
41706
|
routingReversals: nullableType(arrayType(lazyType(() => RefundRequestRoutingReversal$inboundSchema))).optional(),
|
|
41644
41707
|
testmode: nullableType(booleanType()).optional()
|
|
41645
41708
|
});
|
|
41646
41709
|
RefundRequest$outboundSchema = objectType({
|
|
41647
|
-
id: stringType(),
|
|
41648
41710
|
description: stringType(),
|
|
41649
41711
|
amount: Amount$outboundSchema,
|
|
41650
|
-
settlementAmount: nullableType(AmountNullable$outboundSchema).optional(),
|
|
41651
41712
|
metadata: nullableType(Metadata$outboundSchema),
|
|
41652
|
-
paymentId: stringType().optional(),
|
|
41653
|
-
settlementId: stringType().optional(),
|
|
41654
|
-
status: RefundStatus$outboundSchema,
|
|
41655
41713
|
externalReference: lazyType(() => RefundRequestExternalReference$outboundSchema).optional(),
|
|
41656
41714
|
reverseRouting: nullableType(booleanType()).optional(),
|
|
41657
41715
|
routingReversals: nullableType(arrayType(lazyType(() => RefundRequestRoutingReversal$outboundSchema))).optional(),
|
|
@@ -41817,21 +41875,6 @@ var init_subscriptionmethodresponse = __esm(() => {
|
|
|
41817
41875
|
SubscriptionMethodResponse$outboundSchema = outboundSchema(SubscriptionMethodResponse);
|
|
41818
41876
|
});
|
|
41819
41877
|
|
|
41820
|
-
// src/models/subscriptionstatus.ts
|
|
41821
|
-
var SubscriptionStatus, SubscriptionStatus$inboundSchema, SubscriptionStatus$outboundSchema;
|
|
41822
|
-
var init_subscriptionstatus = __esm(() => {
|
|
41823
|
-
init_enums();
|
|
41824
|
-
SubscriptionStatus = {
|
|
41825
|
-
Pending: "pending",
|
|
41826
|
-
Active: "active",
|
|
41827
|
-
Canceled: "canceled",
|
|
41828
|
-
Suspended: "suspended",
|
|
41829
|
-
Completed: "completed"
|
|
41830
|
-
};
|
|
41831
|
-
SubscriptionStatus$inboundSchema = inboundSchema(SubscriptionStatus);
|
|
41832
|
-
SubscriptionStatus$outboundSchema = outboundSchema(SubscriptionStatus);
|
|
41833
|
-
});
|
|
41834
|
-
|
|
41835
41878
|
// src/models/subscriptionrequest.ts
|
|
41836
41879
|
var SubscriptionRequestApplicationFee$inboundSchema, SubscriptionRequestApplicationFee$outboundSchema, SubscriptionRequest$inboundSchema, SubscriptionRequest$outboundSchema;
|
|
41837
41880
|
var init_subscriptionrequest = __esm(() => {
|
|
@@ -41839,7 +41882,6 @@ var init_subscriptionrequest = __esm(() => {
|
|
|
41839
41882
|
init_amount();
|
|
41840
41883
|
init_metadata();
|
|
41841
41884
|
init_subscriptionmethod();
|
|
41842
|
-
init_subscriptionstatus();
|
|
41843
41885
|
SubscriptionRequestApplicationFee$inboundSchema = objectType({
|
|
41844
41886
|
amount: Amount$inboundSchema,
|
|
41845
41887
|
description: stringType()
|
|
@@ -41849,8 +41891,6 @@ var init_subscriptionrequest = __esm(() => {
|
|
|
41849
41891
|
description: stringType()
|
|
41850
41892
|
});
|
|
41851
41893
|
SubscriptionRequest$inboundSchema = objectType({
|
|
41852
|
-
id: stringType().optional(),
|
|
41853
|
-
status: SubscriptionStatus$inboundSchema.optional(),
|
|
41854
41894
|
amount: Amount$inboundSchema.optional(),
|
|
41855
41895
|
times: nullableType(numberType().int()).optional(),
|
|
41856
41896
|
interval: stringType().optional(),
|
|
@@ -41860,13 +41900,10 @@ var init_subscriptionrequest = __esm(() => {
|
|
|
41860
41900
|
applicationFee: lazyType(() => SubscriptionRequestApplicationFee$inboundSchema).optional(),
|
|
41861
41901
|
metadata: nullableType(Metadata$inboundSchema).optional(),
|
|
41862
41902
|
webhookUrl: stringType().optional(),
|
|
41863
|
-
customerId: stringType().optional(),
|
|
41864
41903
|
mandateId: stringType().optional(),
|
|
41865
41904
|
testmode: nullableType(booleanType()).optional()
|
|
41866
41905
|
});
|
|
41867
41906
|
SubscriptionRequest$outboundSchema = objectType({
|
|
41868
|
-
id: stringType().optional(),
|
|
41869
|
-
status: SubscriptionStatus$outboundSchema.optional(),
|
|
41870
41907
|
amount: Amount$outboundSchema.optional(),
|
|
41871
41908
|
times: nullableType(numberType().int()).optional(),
|
|
41872
41909
|
interval: stringType().optional(),
|
|
@@ -41876,24 +41913,32 @@ var init_subscriptionrequest = __esm(() => {
|
|
|
41876
41913
|
applicationFee: lazyType(() => SubscriptionRequestApplicationFee$outboundSchema).optional(),
|
|
41877
41914
|
metadata: nullableType(Metadata$outboundSchema).optional(),
|
|
41878
41915
|
webhookUrl: stringType().optional(),
|
|
41879
|
-
customerId: stringType().optional(),
|
|
41880
41916
|
mandateId: stringType().optional(),
|
|
41881
41917
|
testmode: nullableType(booleanType()).optional()
|
|
41882
41918
|
});
|
|
41883
41919
|
});
|
|
41884
41920
|
|
|
41885
41921
|
// src/models/subscriptionresponse.ts
|
|
41886
|
-
var SubscriptionResponseApplicationFee$inboundSchema, SubscriptionResponseApplicationFee$outboundSchema, SubscriptionResponseLinks$inboundSchema, SubscriptionResponseLinks$outboundSchema, SubscriptionResponse$inboundSchema, SubscriptionResponse$outboundSchema;
|
|
41922
|
+
var SubscriptionResponseStatus, SubscriptionResponseStatus$inboundSchema, SubscriptionResponseStatus$outboundSchema, SubscriptionResponseApplicationFee$inboundSchema, SubscriptionResponseApplicationFee$outboundSchema, SubscriptionResponseLinks$inboundSchema, SubscriptionResponseLinks$outboundSchema, SubscriptionResponse$inboundSchema, SubscriptionResponse$outboundSchema;
|
|
41887
41923
|
var init_subscriptionresponse = __esm(() => {
|
|
41888
41924
|
init_esm();
|
|
41889
41925
|
init_primitives();
|
|
41926
|
+
init_enums();
|
|
41890
41927
|
init_amount();
|
|
41891
41928
|
init_metadata();
|
|
41892
41929
|
init_mode();
|
|
41893
41930
|
init_subscriptionmethodresponse();
|
|
41894
|
-
init_subscriptionstatus();
|
|
41895
41931
|
init_url2();
|
|
41896
41932
|
init_urlnullable();
|
|
41933
|
+
SubscriptionResponseStatus = {
|
|
41934
|
+
Pending: "pending",
|
|
41935
|
+
Active: "active",
|
|
41936
|
+
Canceled: "canceled",
|
|
41937
|
+
Suspended: "suspended",
|
|
41938
|
+
Completed: "completed"
|
|
41939
|
+
};
|
|
41940
|
+
SubscriptionResponseStatus$inboundSchema = inboundSchema(SubscriptionResponseStatus);
|
|
41941
|
+
SubscriptionResponseStatus$outboundSchema = outboundSchema(SubscriptionResponseStatus);
|
|
41897
41942
|
SubscriptionResponseApplicationFee$inboundSchema = objectType({
|
|
41898
41943
|
amount: Amount$inboundSchema,
|
|
41899
41944
|
description: stringType()
|
|
@@ -41922,7 +41967,7 @@ var init_subscriptionresponse = __esm(() => {
|
|
|
41922
41967
|
resource: stringType(),
|
|
41923
41968
|
id: stringType(),
|
|
41924
41969
|
mode: Mode$inboundSchema,
|
|
41925
|
-
status:
|
|
41970
|
+
status: SubscriptionResponseStatus$inboundSchema,
|
|
41926
41971
|
amount: Amount$inboundSchema,
|
|
41927
41972
|
times: nullableType(numberType().int()),
|
|
41928
41973
|
timesRemaining: nullableType(numberType().int()),
|
|
@@ -41948,7 +41993,7 @@ var init_subscriptionresponse = __esm(() => {
|
|
|
41948
41993
|
resource: stringType(),
|
|
41949
41994
|
id: stringType(),
|
|
41950
41995
|
mode: Mode$outboundSchema,
|
|
41951
|
-
status:
|
|
41996
|
+
status: SubscriptionResponseStatus$outboundSchema,
|
|
41952
41997
|
amount: Amount$outboundSchema,
|
|
41953
41998
|
times: nullableType(numberType().int()),
|
|
41954
41999
|
timesRemaining: nullableType(numberType().int()),
|
|
@@ -42014,13 +42059,16 @@ var init_models = __esm(() => {
|
|
|
42014
42059
|
init_address();
|
|
42015
42060
|
init_amount();
|
|
42016
42061
|
init_amountnullable();
|
|
42062
|
+
init_balancecardaudience();
|
|
42063
|
+
init_balancecardissuer();
|
|
42064
|
+
init_balancecardregion();
|
|
42065
|
+
init_balancefeetype();
|
|
42066
|
+
init_balanceprepaymentparttype();
|
|
42017
42067
|
init_balancereportgrouping();
|
|
42018
|
-
init_balancestatus();
|
|
42019
42068
|
init_balancetransactiontype();
|
|
42020
42069
|
init_balancetransfercategory();
|
|
42021
42070
|
init_balancetransfercategoryresponse();
|
|
42022
42071
|
init_balancetransferdestinationtype();
|
|
42023
|
-
init_balancetransferfrequency();
|
|
42024
42072
|
init_balancetransferpartytype();
|
|
42025
42073
|
init_balancetransferpartytyperesponse();
|
|
42026
42074
|
init_balancetransferstatus();
|
|
@@ -42032,7 +42080,6 @@ var init_models = __esm(() => {
|
|
|
42032
42080
|
init_capturemode();
|
|
42033
42081
|
init_capturemoderesponse();
|
|
42034
42082
|
init_captureresponse();
|
|
42035
|
-
init_capturestatus();
|
|
42036
42083
|
init_clientlinkrequest();
|
|
42037
42084
|
init_clientlinkresponse();
|
|
42038
42085
|
init_componentssubtotals();
|
|
@@ -42070,7 +42117,6 @@ var init_models = __esm(() => {
|
|
|
42070
42117
|
init_entitywebhook();
|
|
42071
42118
|
init_entitywebhookevent();
|
|
42072
42119
|
init_errorresponse();
|
|
42073
|
-
init_invoicestatus();
|
|
42074
42120
|
init_linecategories();
|
|
42075
42121
|
init_linecategoriesresponse();
|
|
42076
42122
|
init_listlinks();
|
|
@@ -42081,7 +42127,6 @@ var init_models = __esm(() => {
|
|
|
42081
42127
|
init_mandatemethodresponse();
|
|
42082
42128
|
init_mandaterequest();
|
|
42083
42129
|
init_mandateresponse();
|
|
42084
|
-
init_mandatestatus();
|
|
42085
42130
|
init_metadata();
|
|
42086
42131
|
init_method();
|
|
42087
42132
|
init_methodincludewalletsparameter();
|
|
@@ -42089,7 +42134,6 @@ var init_models = __esm(() => {
|
|
|
42089
42134
|
init_methodresponse();
|
|
42090
42135
|
init_methodstatus();
|
|
42091
42136
|
init_mode();
|
|
42092
|
-
init_onboardingstatus();
|
|
42093
42137
|
init_onboardingvatregulation();
|
|
42094
42138
|
init_organizationvatregulation();
|
|
42095
42139
|
init_paymentaddress();
|
|
@@ -42115,17 +42159,13 @@ var init_models = __esm(() => {
|
|
|
42115
42159
|
init_paymentmethod();
|
|
42116
42160
|
init_paymentrequest();
|
|
42117
42161
|
init_paymentresponse();
|
|
42118
|
-
init_paymentstatus();
|
|
42119
42162
|
init_profilerequest();
|
|
42120
42163
|
init_profileresponse();
|
|
42121
42164
|
init_profilereviewstatusresponse();
|
|
42122
|
-
init_profilestatus();
|
|
42123
42165
|
init_recurringlineitem();
|
|
42124
42166
|
init_refundexternalreferencetype();
|
|
42125
42167
|
init_refundexternalreferencetyperesponse();
|
|
42126
42168
|
init_refundrequest();
|
|
42127
|
-
init_refundroutingreversalssourcetype();
|
|
42128
|
-
init_refundstatus();
|
|
42129
42169
|
init_routecreateresponse();
|
|
42130
42170
|
init_routedestinationtype();
|
|
42131
42171
|
init_routedestinationtyperesponse();
|
|
@@ -42158,7 +42198,6 @@ var init_models = __esm(() => {
|
|
|
42158
42198
|
init_security2();
|
|
42159
42199
|
init_sequencetype();
|
|
42160
42200
|
init_sequencetyperesponse();
|
|
42161
|
-
init_settlementstatus();
|
|
42162
42201
|
init_sorting();
|
|
42163
42202
|
init_statusreason();
|
|
42164
42203
|
init_subgroup();
|
|
@@ -42166,11 +42205,9 @@ var init_models = __esm(() => {
|
|
|
42166
42205
|
init_subscriptionmethodresponse();
|
|
42167
42206
|
init_subscriptionrequest();
|
|
42168
42207
|
init_subscriptionresponse();
|
|
42169
|
-
init_subscriptionstatus();
|
|
42170
42208
|
init_subtotals();
|
|
42171
42209
|
init_terminalbrand();
|
|
42172
42210
|
init_terminalmodel();
|
|
42173
|
-
init_terminalstatus();
|
|
42174
42211
|
init_updatevaluessalesinvoice();
|
|
42175
42212
|
init_url2();
|
|
42176
42213
|
init_urlnullable();
|
|
@@ -42553,7 +42590,6 @@ var init_createpaymentlink = __esm(() => {
|
|
|
42553
42590
|
description: stringType()
|
|
42554
42591
|
});
|
|
42555
42592
|
CreatePaymentLinkRequestBody$inboundSchema = objectType({
|
|
42556
|
-
id: stringType().optional(),
|
|
42557
42593
|
description: stringType(),
|
|
42558
42594
|
amount: nullableType(AmountNullable$inboundSchema).optional(),
|
|
42559
42595
|
minimumAmount: nullableType(AmountNullable$inboundSchema).optional(),
|
|
@@ -42572,7 +42608,6 @@ var init_createpaymentlink = __esm(() => {
|
|
|
42572
42608
|
testmode: nullableType(booleanType()).optional()
|
|
42573
42609
|
});
|
|
42574
42610
|
CreatePaymentLinkRequestBody$outboundSchema = objectType({
|
|
42575
|
-
id: stringType().optional(),
|
|
42576
42611
|
description: stringType(),
|
|
42577
42612
|
amount: nullableType(AmountNullable$outboundSchema).optional(),
|
|
42578
42613
|
minimumAmount: nullableType(AmountNullable$outboundSchema).optional(),
|
|
@@ -58957,7 +58992,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
58957
58992
|
function createMCPServer(deps) {
|
|
58958
58993
|
const server = new McpServer({
|
|
58959
58994
|
name: "Client",
|
|
58960
|
-
version: "0.8.
|
|
58995
|
+
version: "0.8.5"
|
|
58961
58996
|
});
|
|
58962
58997
|
const client = new ClientCore({
|
|
58963
58998
|
security: deps.security,
|
|
@@ -60385,7 +60420,7 @@ var routes = an({
|
|
|
60385
60420
|
var app = He(routes, {
|
|
60386
60421
|
name: "mcp",
|
|
60387
60422
|
versionInfo: {
|
|
60388
|
-
currentVersion: "0.8.
|
|
60423
|
+
currentVersion: "0.8.5"
|
|
60389
60424
|
}
|
|
60390
60425
|
});
|
|
60391
60426
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -60393,5 +60428,5 @@ export {
|
|
|
60393
60428
|
app
|
|
60394
60429
|
};
|
|
60395
60430
|
|
|
60396
|
-
//# debugId=
|
|
60431
|
+
//# debugId=31CC90D02280866964756E2164756E21
|
|
60397
60432
|
//# sourceMappingURL=mcp-server.js.map
|