mollie-api-typescript 0.4.0 → 0.4.1
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 +593 -621
- package/bin/mcp-server.js.map +48 -45
- package/dist/commonjs/funcs/clientLinksCreate.d.ts +1 -1
- package/dist/commonjs/funcs/clientLinksCreate.d.ts.map +1 -1
- package/dist/commonjs/funcs/clientLinksCreate.js +1 -1
- package/dist/commonjs/funcs/clientLinksCreate.js.map +1 -1
- package/dist/commonjs/funcs/delayedRoutingCreate.js +1 -3
- package/dist/commonjs/funcs/delayedRoutingCreate.js.map +1 -1
- package/dist/commonjs/funcs/profilesCreate.d.ts +1 -1
- package/dist/commonjs/funcs/profilesCreate.d.ts.map +1 -1
- package/dist/commonjs/funcs/profilesCreate.js +1 -1
- package/dist/commonjs/funcs/profilesCreate.js.map +1 -1
- package/dist/commonjs/funcs/profilesGet.d.ts +1 -1
- package/dist/commonjs/funcs/profilesGet.d.ts.map +1 -1
- package/dist/commonjs/funcs/profilesGet.js +1 -1
- package/dist/commonjs/funcs/profilesGet.js.map +1 -1
- package/dist/commonjs/funcs/profilesGetCurrent.d.ts +1 -1
- package/dist/commonjs/funcs/profilesGetCurrent.d.ts.map +1 -1
- package/dist/commonjs/funcs/profilesGetCurrent.js +1 -1
- package/dist/commonjs/funcs/profilesGetCurrent.js.map +1 -1
- package/dist/commonjs/funcs/profilesUpdate.d.ts +1 -1
- package/dist/commonjs/funcs/profilesUpdate.d.ts.map +1 -1
- package/dist/commonjs/funcs/profilesUpdate.js +1 -1
- package/dist/commonjs/funcs/profilesUpdate.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/address.d.ts +8 -8
- package/dist/commonjs/models/address.d.ts.map +1 -1
- package/dist/commonjs/models/address.js +8 -8
- package/dist/commonjs/models/address.js.map +1 -1
- package/dist/commonjs/models/clientlinkresponse.d.ts +87 -0
- package/dist/commonjs/models/clientlinkresponse.d.ts.map +1 -0
- package/dist/commonjs/models/clientlinkresponse.js +114 -0
- package/dist/commonjs/models/clientlinkresponse.js.map +1 -0
- package/dist/commonjs/models/entitybalance.d.ts +20 -20
- package/dist/commonjs/models/entitybalance.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalance.js +20 -20
- package/dist/commonjs/models/entitybalance.js.map +1 -1
- package/dist/commonjs/models/entitybalancereport.d.ts +16 -16
- package/dist/commonjs/models/entitybalancereport.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalancereport.js +16 -16
- package/dist/commonjs/models/entitybalancereport.js.map +1 -1
- package/dist/commonjs/models/entitybalancetransaction.d.ts +12 -12
- package/dist/commonjs/models/entitybalancetransaction.d.ts.map +1 -1
- package/dist/commonjs/models/entitybalancetransaction.js +12 -12
- package/dist/commonjs/models/entitybalancetransaction.js.map +1 -1
- package/dist/commonjs/models/entitycapability.d.ts +10 -10
- package/dist/commonjs/models/entitycapability.d.ts.map +1 -1
- package/dist/commonjs/models/entitycapability.js +10 -10
- package/dist/commonjs/models/entitycapability.js.map +1 -1
- package/dist/commonjs/models/entitycapabilityrequirement.d.ts +12 -53
- package/dist/commonjs/models/entitycapabilityrequirement.d.ts.map +1 -1
- package/dist/commonjs/models/entitycapabilityrequirement.js +12 -42
- package/dist/commonjs/models/entitycapabilityrequirement.js.map +1 -1
- package/dist/commonjs/models/entityinvoice.d.ts +32 -35
- package/dist/commonjs/models/entityinvoice.d.ts.map +1 -1
- package/dist/commonjs/models/entityinvoice.js +32 -32
- package/dist/commonjs/models/entityinvoice.js.map +1 -1
- package/dist/commonjs/models/entityonboardingstatus.d.ts +14 -14
- package/dist/commonjs/models/entityonboardingstatus.d.ts.map +1 -1
- package/dist/commonjs/models/entityonboardingstatus.js +14 -14
- package/dist/commonjs/models/entityonboardingstatus.js.map +1 -1
- package/dist/commonjs/models/entityorganization.d.ts +16 -19
- package/dist/commonjs/models/entityorganization.d.ts.map +1 -1
- package/dist/commonjs/models/entityorganization.js +16 -16
- package/dist/commonjs/models/entityorganization.js.map +1 -1
- package/dist/commonjs/models/entitypermission.d.ts +10 -10
- package/dist/commonjs/models/entitypermission.d.ts.map +1 -1
- package/dist/commonjs/models/entitypermission.js +10 -10
- package/dist/commonjs/models/entitypermission.js.map +1 -1
- package/dist/commonjs/models/entityroute.d.ts +92 -0
- package/dist/commonjs/models/entityroute.d.ts.map +1 -0
- package/dist/commonjs/models/entityroute.js +110 -0
- package/dist/commonjs/models/entityroute.js.map +1 -0
- package/dist/commonjs/models/entitywebhookevent.d.ts +5 -5
- package/dist/commonjs/models/entitywebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/entitywebhookevent.js +5 -8
- package/dist/commonjs/models/entitywebhookevent.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +6 -3
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +6 -3
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/methodincludewalletsparameter.d.ts +25 -0
- package/dist/commonjs/models/methodincludewalletsparameter.d.ts.map +1 -0
- package/dist/commonjs/models/methodincludewalletsparameter.js +59 -0
- package/dist/commonjs/models/methodincludewalletsparameter.js.map +1 -0
- package/dist/commonjs/models/methodresourceparameter.d.ts +28 -0
- package/dist/commonjs/models/methodresourceparameter.d.ts.map +1 -0
- package/dist/commonjs/models/methodresourceparameter.js +60 -0
- package/dist/commonjs/models/methodresourceparameter.js.map +1 -0
- package/dist/commonjs/models/onboardingvatregulation.d.ts +47 -0
- package/dist/commonjs/models/onboardingvatregulation.d.ts.map +1 -0
- package/dist/commonjs/models/onboardingvatregulation.js +69 -0
- package/dist/commonjs/models/onboardingvatregulation.js.map +1 -0
- package/dist/commonjs/models/operations/getbalancereport.d.ts +3 -48
- package/dist/commonjs/models/operations/getbalancereport.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getbalancereport.js +4 -33
- package/dist/commonjs/models/operations/getbalancereport.js.map +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.js +8 -8
- package/dist/commonjs/models/operations/listallchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listbalances.d.ts +8 -8
- package/dist/commonjs/models/operations/listbalances.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalances.js +8 -8
- package/dist/commonjs/models/operations/listbalances.js.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts +8 -8
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.js +8 -12
- package/dist/commonjs/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/commonjs/models/operations/listcapabilities.d.ts +13 -37
- package/dist/commonjs/models/operations/listcapabilities.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcapabilities.js +11 -40
- package/dist/commonjs/models/operations/listcapabilities.js.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.js +8 -8
- package/dist/commonjs/models/operations/listchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.d.ts +8 -8
- package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.js +8 -8
- package/dist/commonjs/models/operations/listinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listmethods.d.ts +2 -84
- package/dist/commonjs/models/operations/listmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmethods.js +6 -60
- package/dist/commonjs/models/operations/listmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listpermissions.d.ts +8 -8
- package/dist/commonjs/models/operations/listpermissions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpermissions.js +8 -8
- package/dist/commonjs/models/operations/listpermissions.js.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.d.ts +8 -8
- package/dist/commonjs/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.js +8 -8
- package/dist/commonjs/models/operations/listprofiles.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.js +8 -10
- package/dist/commonjs/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/paymentcreateroute.d.ts +2 -2
- package/dist/commonjs/models/operations/paymentcreateroute.d.ts.map +1 -1
- package/dist/commonjs/models/operations/paymentcreateroute.js +4 -4
- package/dist/commonjs/models/operations/paymentcreateroute.js.map +1 -1
- package/dist/commonjs/models/operations/paymentlistroutes.d.ts +8 -8
- package/dist/commonjs/models/operations/paymentlistroutes.d.ts.map +1 -1
- package/dist/commonjs/models/operations/paymentlistroutes.js +8 -8
- package/dist/commonjs/models/operations/paymentlistroutes.js.map +1 -1
- package/dist/commonjs/models/operations/submitonboardingdata.d.ts +1 -46
- package/dist/commonjs/models/operations/submitonboardingdata.d.ts.map +1 -1
- package/dist/commonjs/models/operations/submitonboardingdata.js +5 -31
- package/dist/commonjs/models/operations/submitonboardingdata.js.map +1 -1
- package/dist/commonjs/models/operations/updateprofile.d.ts +0 -46
- package/dist/commonjs/models/operations/updateprofile.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updateprofile.js +1 -28
- package/dist/commonjs/models/operations/updateprofile.js.map +1 -1
- package/dist/commonjs/models/{entityprofileresponse.d.ts → profileresponse.d.ts} +29 -29
- package/dist/commonjs/models/profileresponse.d.ts.map +1 -0
- package/dist/commonjs/models/{entityprofileresponse.js → profileresponse.js} +34 -34
- package/dist/commonjs/models/profileresponse.js.map +1 -0
- package/dist/commonjs/models/routecreateresponse.d.ts +14 -14
- package/dist/commonjs/models/routecreateresponse.d.ts.map +1 -1
- package/dist/commonjs/models/routecreateresponse.js +16 -14
- package/dist/commonjs/models/routecreateresponse.js.map +1 -1
- package/dist/commonjs/models/routegetresponse.d.ts +14 -14
- package/dist/commonjs/models/routegetresponse.d.ts.map +1 -1
- package/dist/commonjs/models/routegetresponse.js +16 -14
- package/dist/commonjs/models/routegetresponse.js.map +1 -1
- package/dist/commonjs/sdk/clientlinks.d.ts +1 -1
- package/dist/commonjs/sdk/clientlinks.d.ts.map +1 -1
- package/dist/commonjs/sdk/profiles.d.ts +4 -4
- package/dist/commonjs/sdk/profiles.d.ts.map +1 -1
- package/dist/esm/funcs/clientLinksCreate.d.ts +1 -1
- package/dist/esm/funcs/clientLinksCreate.d.ts.map +1 -1
- package/dist/esm/funcs/clientLinksCreate.js +1 -1
- package/dist/esm/funcs/clientLinksCreate.js.map +1 -1
- package/dist/esm/funcs/delayedRoutingCreate.js +1 -3
- package/dist/esm/funcs/delayedRoutingCreate.js.map +1 -1
- package/dist/esm/funcs/profilesCreate.d.ts +1 -1
- package/dist/esm/funcs/profilesCreate.d.ts.map +1 -1
- package/dist/esm/funcs/profilesCreate.js +1 -1
- package/dist/esm/funcs/profilesCreate.js.map +1 -1
- package/dist/esm/funcs/profilesGet.d.ts +1 -1
- package/dist/esm/funcs/profilesGet.d.ts.map +1 -1
- package/dist/esm/funcs/profilesGet.js +1 -1
- package/dist/esm/funcs/profilesGet.js.map +1 -1
- package/dist/esm/funcs/profilesGetCurrent.d.ts +1 -1
- package/dist/esm/funcs/profilesGetCurrent.d.ts.map +1 -1
- package/dist/esm/funcs/profilesGetCurrent.js +1 -1
- package/dist/esm/funcs/profilesGetCurrent.js.map +1 -1
- package/dist/esm/funcs/profilesUpdate.d.ts +1 -1
- package/dist/esm/funcs/profilesUpdate.d.ts.map +1 -1
- package/dist/esm/funcs/profilesUpdate.js +1 -1
- package/dist/esm/funcs/profilesUpdate.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/address.d.ts +8 -8
- package/dist/esm/models/address.d.ts.map +1 -1
- package/dist/esm/models/address.js +8 -8
- package/dist/esm/models/address.js.map +1 -1
- package/dist/esm/models/clientlinkresponse.d.ts +87 -0
- package/dist/esm/models/clientlinkresponse.d.ts.map +1 -0
- package/dist/esm/models/clientlinkresponse.js +74 -0
- package/dist/esm/models/clientlinkresponse.js.map +1 -0
- package/dist/esm/models/entitybalance.d.ts +20 -20
- package/dist/esm/models/entitybalance.d.ts.map +1 -1
- package/dist/esm/models/entitybalance.js +20 -20
- package/dist/esm/models/entitybalance.js.map +1 -1
- package/dist/esm/models/entitybalancereport.d.ts +16 -16
- package/dist/esm/models/entitybalancereport.d.ts.map +1 -1
- package/dist/esm/models/entitybalancereport.js +16 -16
- package/dist/esm/models/entitybalancereport.js.map +1 -1
- package/dist/esm/models/entitybalancetransaction.d.ts +12 -12
- package/dist/esm/models/entitybalancetransaction.d.ts.map +1 -1
- package/dist/esm/models/entitybalancetransaction.js +12 -12
- package/dist/esm/models/entitybalancetransaction.js.map +1 -1
- package/dist/esm/models/entitycapability.d.ts +10 -10
- package/dist/esm/models/entitycapability.d.ts.map +1 -1
- package/dist/esm/models/entitycapability.js +10 -10
- package/dist/esm/models/entitycapability.js.map +1 -1
- package/dist/esm/models/entitycapabilityrequirement.d.ts +12 -53
- package/dist/esm/models/entitycapabilityrequirement.d.ts.map +1 -1
- package/dist/esm/models/entitycapabilityrequirement.js +11 -39
- package/dist/esm/models/entitycapabilityrequirement.js.map +1 -1
- package/dist/esm/models/entityinvoice.d.ts +32 -35
- package/dist/esm/models/entityinvoice.d.ts.map +1 -1
- package/dist/esm/models/entityinvoice.js +32 -32
- package/dist/esm/models/entityinvoice.js.map +1 -1
- package/dist/esm/models/entityonboardingstatus.d.ts +14 -14
- package/dist/esm/models/entityonboardingstatus.d.ts.map +1 -1
- package/dist/esm/models/entityonboardingstatus.js +14 -14
- package/dist/esm/models/entityonboardingstatus.js.map +1 -1
- package/dist/esm/models/entityorganization.d.ts +16 -19
- package/dist/esm/models/entityorganization.d.ts.map +1 -1
- package/dist/esm/models/entityorganization.js +16 -16
- package/dist/esm/models/entityorganization.js.map +1 -1
- package/dist/esm/models/entitypermission.d.ts +10 -10
- package/dist/esm/models/entitypermission.d.ts.map +1 -1
- package/dist/esm/models/entitypermission.js +10 -10
- package/dist/esm/models/entitypermission.js.map +1 -1
- package/dist/esm/models/entityroute.d.ts +92 -0
- package/dist/esm/models/entityroute.d.ts.map +1 -0
- package/dist/esm/models/entityroute.js +70 -0
- package/dist/esm/models/entityroute.js.map +1 -0
- package/dist/esm/models/entitywebhookevent.d.ts +5 -5
- package/dist/esm/models/entitywebhookevent.d.ts.map +1 -1
- package/dist/esm/models/entitywebhookevent.js +5 -8
- package/dist/esm/models/entitywebhookevent.js.map +1 -1
- package/dist/esm/models/index.d.ts +6 -3
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +6 -3
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/methodincludewalletsparameter.d.ts +25 -0
- package/dist/esm/models/methodincludewalletsparameter.d.ts.map +1 -0
- package/dist/esm/models/methodincludewalletsparameter.js +23 -0
- package/dist/esm/models/methodincludewalletsparameter.js.map +1 -0
- package/dist/esm/models/methodresourceparameter.d.ts +28 -0
- package/dist/esm/models/methodresourceparameter.d.ts.map +1 -0
- package/dist/esm/models/methodresourceparameter.js +24 -0
- package/dist/esm/models/methodresourceparameter.js.map +1 -0
- package/dist/esm/models/onboardingvatregulation.d.ts +47 -0
- package/dist/esm/models/onboardingvatregulation.d.ts.map +1 -0
- package/dist/esm/models/onboardingvatregulation.js +33 -0
- package/dist/esm/models/onboardingvatregulation.js.map +1 -0
- package/dist/esm/models/operations/getbalancereport.d.ts +3 -48
- package/dist/esm/models/operations/getbalancereport.d.ts.map +1 -1
- package/dist/esm/models/operations/getbalancereport.js +3 -32
- package/dist/esm/models/operations/getbalancereport.js.map +1 -1
- package/dist/esm/models/operations/listallchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listallchargebacks.js +8 -8
- package/dist/esm/models/operations/listallchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listbalances.d.ts +8 -8
- package/dist/esm/models/operations/listbalances.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalances.js +8 -8
- package/dist/esm/models/operations/listbalances.js.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.d.ts +8 -8
- package/dist/esm/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.js +8 -12
- package/dist/esm/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/esm/models/operations/listcapabilities.d.ts +13 -37
- package/dist/esm/models/operations/listcapabilities.d.ts.map +1 -1
- package/dist/esm/models/operations/listcapabilities.js +10 -37
- package/dist/esm/models/operations/listcapabilities.js.map +1 -1
- package/dist/esm/models/operations/listchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listchargebacks.js +8 -8
- package/dist/esm/models/operations/listchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listinvoices.d.ts +8 -8
- package/dist/esm/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listinvoices.js +8 -8
- package/dist/esm/models/operations/listinvoices.js.map +1 -1
- package/dist/esm/models/operations/listmethods.d.ts +2 -84
- package/dist/esm/models/operations/listmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listmethods.js +5 -59
- package/dist/esm/models/operations/listmethods.js.map +1 -1
- package/dist/esm/models/operations/listpermissions.d.ts +8 -8
- package/dist/esm/models/operations/listpermissions.d.ts.map +1 -1
- package/dist/esm/models/operations/listpermissions.js +8 -8
- package/dist/esm/models/operations/listpermissions.js.map +1 -1
- package/dist/esm/models/operations/listprofiles.d.ts +8 -8
- package/dist/esm/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/esm/models/operations/listprofiles.js +8 -8
- package/dist/esm/models/operations/listprofiles.js.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.js +8 -10
- package/dist/esm/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/esm/models/operations/paymentcreateroute.d.ts +2 -2
- package/dist/esm/models/operations/paymentcreateroute.d.ts.map +1 -1
- package/dist/esm/models/operations/paymentcreateroute.js +4 -4
- package/dist/esm/models/operations/paymentcreateroute.js.map +1 -1
- package/dist/esm/models/operations/paymentlistroutes.d.ts +8 -8
- package/dist/esm/models/operations/paymentlistroutes.d.ts.map +1 -1
- package/dist/esm/models/operations/paymentlistroutes.js +8 -8
- package/dist/esm/models/operations/paymentlistroutes.js.map +1 -1
- package/dist/esm/models/operations/submitonboardingdata.d.ts +1 -46
- package/dist/esm/models/operations/submitonboardingdata.d.ts.map +1 -1
- package/dist/esm/models/operations/submitonboardingdata.js +4 -30
- package/dist/esm/models/operations/submitonboardingdata.js.map +1 -1
- package/dist/esm/models/operations/updateprofile.d.ts +0 -46
- package/dist/esm/models/operations/updateprofile.d.ts.map +1 -1
- package/dist/esm/models/operations/updateprofile.js +0 -27
- package/dist/esm/models/operations/updateprofile.js.map +1 -1
- package/dist/esm/models/{entityprofileresponse.d.ts → profileresponse.d.ts} +29 -29
- package/dist/esm/models/profileresponse.d.ts.map +1 -0
- package/dist/esm/models/{entityprofileresponse.js → profileresponse.js} +29 -29
- package/dist/esm/models/profileresponse.js.map +1 -0
- package/dist/esm/models/routecreateresponse.d.ts +14 -14
- package/dist/esm/models/routecreateresponse.d.ts.map +1 -1
- package/dist/esm/models/routecreateresponse.js +16 -14
- package/dist/esm/models/routecreateresponse.js.map +1 -1
- package/dist/esm/models/routegetresponse.d.ts +14 -14
- package/dist/esm/models/routegetresponse.d.ts.map +1 -1
- package/dist/esm/models/routegetresponse.js +16 -14
- package/dist/esm/models/routegetresponse.js.map +1 -1
- package/dist/esm/sdk/clientlinks.d.ts +1 -1
- package/dist/esm/sdk/clientlinks.d.ts.map +1 -1
- package/dist/esm/sdk/profiles.d.ts +4 -4
- package/dist/esm/sdk/profiles.d.ts.map +1 -1
- package/docs/sdks/clientlinks/README.md +1 -1
- package/docs/sdks/delayedrouting/README.md +2 -2
- package/docs/sdks/profiles/README.md +4 -6
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/clientLinksCreate.ts +4 -4
- package/src/funcs/delayedRoutingCreate.ts +1 -3
- package/src/funcs/profilesCreate.ts +4 -4
- package/src/funcs/profilesGet.ts +4 -4
- package/src/funcs/profilesGetCurrent.ts +4 -4
- package/src/funcs/profilesUpdate.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/address.ts +16 -16
- package/src/models/{entityclientlinkresponse.ts → clientlinkresponse.ts} +46 -48
- package/src/models/entitybalance.ts +40 -40
- package/src/models/entitybalancereport.ts +32 -32
- package/src/models/entitybalancetransaction.ts +24 -24
- package/src/models/entitycapability.ts +20 -20
- package/src/models/entitycapabilityrequirement.ts +27 -96
- package/src/models/entityinvoice.ts +64 -67
- package/src/models/entityonboardingstatus.ts +28 -28
- package/src/models/entityorganization.ts +32 -35
- package/src/models/entitypermission.ts +20 -20
- package/src/models/entityroute.ts +179 -0
- package/src/models/entitywebhookevent.ts +14 -20
- package/src/models/index.ts +6 -3
- package/src/models/methodincludewalletsparameter.ts +34 -0
- package/src/models/methodresourceparameter.ts +35 -0
- package/src/models/onboardingvatregulation.ts +52 -0
- package/src/models/operations/getbalancereport.ts +5 -50
- package/src/models/operations/listallchargebacks.ts +16 -16
- package/src/models/operations/listbalances.ts +16 -16
- package/src/models/operations/listbalancetransactions.ts +16 -22
- package/src/models/operations/listcapabilities.ts +23 -78
- package/src/models/operations/listchargebacks.ts +16 -16
- package/src/models/operations/listinvoices.ts +16 -16
- package/src/models/operations/listmethods.ts +7 -92
- package/src/models/operations/listpermissions.ts +16 -16
- package/src/models/operations/listprofiles.ts +16 -16
- package/src/models/operations/listsettlementchargebacks.ts +16 -18
- package/src/models/operations/paymentcreateroute.ts +6 -6
- package/src/models/operations/paymentlistroutes.ts +16 -16
- package/src/models/operations/submitonboardingdata.ts +5 -48
- package/src/models/operations/updateprofile.ts +0 -49
- package/src/models/{entityprofileresponse.ts → profileresponse.ts} +46 -48
- package/src/models/routecreateresponse.ts +30 -28
- package/src/models/routegetresponse.ts +30 -28
- package/src/sdk/clientlinks.ts +1 -1
- package/src/sdk/profiles.ts +4 -4
- package/dist/commonjs/models/entityclientlinkresponse.d.ts +0 -87
- package/dist/commonjs/models/entityclientlinkresponse.d.ts.map +0 -1
- package/dist/commonjs/models/entityclientlinkresponse.js +0 -114
- package/dist/commonjs/models/entityclientlinkresponse.js.map +0 -1
- package/dist/commonjs/models/entityprofileresponse.d.ts.map +0 -1
- package/dist/commonjs/models/entityprofileresponse.js.map +0 -1
- package/dist/commonjs/models/routecreaterequest.d.ts +0 -92
- package/dist/commonjs/models/routecreaterequest.d.ts.map +0 -1
- package/dist/commonjs/models/routecreaterequest.js +0 -112
- package/dist/commonjs/models/routecreaterequest.js.map +0 -1
- package/dist/esm/models/entityclientlinkresponse.d.ts +0 -87
- package/dist/esm/models/entityclientlinkresponse.d.ts.map +0 -1
- package/dist/esm/models/entityclientlinkresponse.js +0 -74
- package/dist/esm/models/entityclientlinkresponse.js.map +0 -1
- package/dist/esm/models/entityprofileresponse.d.ts.map +0 -1
- package/dist/esm/models/entityprofileresponse.js.map +0 -1
- package/dist/esm/models/routecreaterequest.d.ts +0 -92
- package/dist/esm/models/routecreaterequest.d.ts.map +0 -1
- package/dist/esm/models/routecreaterequest.js +0 -72
- package/dist/esm/models/routecreaterequest.js.map +0 -1
- package/src/models/routecreaterequest.ts +0 -187
package/bin/mcp-server.js
CHANGED
|
@@ -34295,9 +34295,9 @@ var init_config = __esm(() => {
|
|
|
34295
34295
|
SDK_METADATA = {
|
|
34296
34296
|
language: "typescript",
|
|
34297
34297
|
openapiDocVersion: "1.0.0",
|
|
34298
|
-
sdkVersion: "0.4.
|
|
34299
|
-
genVersion: "2.727.
|
|
34300
|
-
userAgent: "speakeasy-sdk/typescript 0.4.
|
|
34298
|
+
sdkVersion: "0.4.1",
|
|
34299
|
+
genVersion: "2.727.9",
|
|
34300
|
+
userAgent: "speakeasy-sdk/typescript 0.4.1 2.727.9 1.0.0 mollie-api-typescript"
|
|
34301
34301
|
};
|
|
34302
34302
|
});
|
|
34303
34303
|
|
|
@@ -35785,16 +35785,16 @@ var Address$inboundSchema, Address$outboundSchema, Address$;
|
|
|
35785
35785
|
var init_address = __esm(() => {
|
|
35786
35786
|
init_esm();
|
|
35787
35787
|
Address$inboundSchema = objectType({
|
|
35788
|
-
streetAndNumber: stringType()
|
|
35789
|
-
postalCode: stringType()
|
|
35790
|
-
city: stringType()
|
|
35791
|
-
country: stringType()
|
|
35788
|
+
streetAndNumber: stringType(),
|
|
35789
|
+
postalCode: stringType(),
|
|
35790
|
+
city: stringType(),
|
|
35791
|
+
country: stringType()
|
|
35792
35792
|
});
|
|
35793
35793
|
Address$outboundSchema = objectType({
|
|
35794
|
-
streetAndNumber: stringType()
|
|
35795
|
-
postalCode: stringType()
|
|
35796
|
-
city: stringType()
|
|
35797
|
-
country: stringType()
|
|
35794
|
+
streetAndNumber: stringType(),
|
|
35795
|
+
postalCode: stringType(),
|
|
35796
|
+
city: stringType(),
|
|
35797
|
+
country: stringType()
|
|
35798
35798
|
});
|
|
35799
35799
|
((Address$) => {
|
|
35800
35800
|
Address$.inboundSchema = Address$inboundSchema;
|
|
@@ -36451,6 +36451,50 @@ var init_captureresponse = __esm(() => {
|
|
|
36451
36451
|
})(CaptureResponse$ ||= {});
|
|
36452
36452
|
});
|
|
36453
36453
|
|
|
36454
|
+
// src/models/clientlinkresponse.ts
|
|
36455
|
+
var ClientLinkResponseLinks$inboundSchema, ClientLinkResponseLinks$outboundSchema, ClientLinkResponseLinks$, ClientLinkResponse$inboundSchema, ClientLinkResponse$outboundSchema, ClientLinkResponse$;
|
|
36456
|
+
var init_clientlinkresponse = __esm(() => {
|
|
36457
|
+
init_esm();
|
|
36458
|
+
init_primitives();
|
|
36459
|
+
init_url2();
|
|
36460
|
+
ClientLinkResponseLinks$inboundSchema = objectType({
|
|
36461
|
+
self: Url$inboundSchema.optional(),
|
|
36462
|
+
clientLink: Url$inboundSchema.optional(),
|
|
36463
|
+
documentation: Url$inboundSchema.optional()
|
|
36464
|
+
});
|
|
36465
|
+
ClientLinkResponseLinks$outboundSchema = objectType({
|
|
36466
|
+
self: Url$outboundSchema.optional(),
|
|
36467
|
+
clientLink: Url$outboundSchema.optional(),
|
|
36468
|
+
documentation: Url$outboundSchema.optional()
|
|
36469
|
+
});
|
|
36470
|
+
((ClientLinkResponseLinks$) => {
|
|
36471
|
+
ClientLinkResponseLinks$.inboundSchema = ClientLinkResponseLinks$inboundSchema;
|
|
36472
|
+
ClientLinkResponseLinks$.outboundSchema = ClientLinkResponseLinks$outboundSchema;
|
|
36473
|
+
})(ClientLinkResponseLinks$ ||= {});
|
|
36474
|
+
ClientLinkResponse$inboundSchema = objectType({
|
|
36475
|
+
resource: stringType().optional(),
|
|
36476
|
+
id: stringType().optional(),
|
|
36477
|
+
_links: lazyType(() => ClientLinkResponseLinks$inboundSchema).optional()
|
|
36478
|
+
}).transform((v2) => {
|
|
36479
|
+
return remap(v2, {
|
|
36480
|
+
_links: "links"
|
|
36481
|
+
});
|
|
36482
|
+
});
|
|
36483
|
+
ClientLinkResponse$outboundSchema = objectType({
|
|
36484
|
+
resource: stringType().optional(),
|
|
36485
|
+
id: stringType().optional(),
|
|
36486
|
+
links: lazyType(() => ClientLinkResponseLinks$outboundSchema).optional()
|
|
36487
|
+
}).transform((v2) => {
|
|
36488
|
+
return remap(v2, {
|
|
36489
|
+
links: "_links"
|
|
36490
|
+
});
|
|
36491
|
+
});
|
|
36492
|
+
((ClientLinkResponse$) => {
|
|
36493
|
+
ClientLinkResponse$.inboundSchema = ClientLinkResponse$inboundSchema;
|
|
36494
|
+
ClientLinkResponse$.outboundSchema = ClientLinkResponse$outboundSchema;
|
|
36495
|
+
})(ClientLinkResponse$ ||= {});
|
|
36496
|
+
});
|
|
36497
|
+
|
|
36454
36498
|
// src/models/paymentmethod.ts
|
|
36455
36499
|
var PaymentMethod, PaymentMethod$inboundSchema, PaymentMethod$outboundSchema, PaymentMethod$;
|
|
36456
36500
|
var init_paymentmethod = __esm(() => {
|
|
@@ -37148,40 +37192,40 @@ var init_entitybalance = __esm(() => {
|
|
|
37148
37192
|
EntityBalanceLinks$.outboundSchema = EntityBalanceLinks$outboundSchema;
|
|
37149
37193
|
})(EntityBalanceLinks$ ||= {});
|
|
37150
37194
|
EntityBalance$inboundSchema = objectType({
|
|
37151
|
-
resource: stringType()
|
|
37152
|
-
id: stringType()
|
|
37153
|
-
mode: Mode$inboundSchema
|
|
37154
|
-
createdAt: stringType()
|
|
37155
|
-
currency: Currencies$inboundSchema
|
|
37156
|
-
description: stringType()
|
|
37157
|
-
status: BalanceStatus$inboundSchema
|
|
37195
|
+
resource: stringType(),
|
|
37196
|
+
id: stringType(),
|
|
37197
|
+
mode: Mode$inboundSchema,
|
|
37198
|
+
createdAt: stringType(),
|
|
37199
|
+
currency: Currencies$inboundSchema,
|
|
37200
|
+
description: stringType(),
|
|
37201
|
+
status: BalanceStatus$inboundSchema,
|
|
37158
37202
|
transferFrequency: BalanceTransferFrequency$inboundSchema.optional(),
|
|
37159
37203
|
transferThreshold: Amount$inboundSchema.optional(),
|
|
37160
37204
|
transferReference: nullableType(stringType()).optional(),
|
|
37161
37205
|
transferDestination: nullableType(lazyType(() => TransferDestination$inboundSchema)).optional(),
|
|
37162
|
-
availableAmount: Amount$inboundSchema
|
|
37163
|
-
pendingAmount: Amount$inboundSchema
|
|
37164
|
-
_links: lazyType(() => EntityBalanceLinks$inboundSchema)
|
|
37206
|
+
availableAmount: Amount$inboundSchema,
|
|
37207
|
+
pendingAmount: Amount$inboundSchema,
|
|
37208
|
+
_links: lazyType(() => EntityBalanceLinks$inboundSchema)
|
|
37165
37209
|
}).transform((v2) => {
|
|
37166
37210
|
return remap(v2, {
|
|
37167
37211
|
_links: "links"
|
|
37168
37212
|
});
|
|
37169
37213
|
});
|
|
37170
37214
|
EntityBalance$outboundSchema = objectType({
|
|
37171
|
-
resource: stringType()
|
|
37172
|
-
id: stringType()
|
|
37173
|
-
mode: Mode$outboundSchema
|
|
37174
|
-
createdAt: stringType()
|
|
37175
|
-
currency: Currencies$outboundSchema
|
|
37176
|
-
description: stringType()
|
|
37177
|
-
status: BalanceStatus$outboundSchema
|
|
37215
|
+
resource: stringType(),
|
|
37216
|
+
id: stringType(),
|
|
37217
|
+
mode: Mode$outboundSchema,
|
|
37218
|
+
createdAt: stringType(),
|
|
37219
|
+
currency: Currencies$outboundSchema,
|
|
37220
|
+
description: stringType(),
|
|
37221
|
+
status: BalanceStatus$outboundSchema,
|
|
37178
37222
|
transferFrequency: BalanceTransferFrequency$outboundSchema.optional(),
|
|
37179
37223
|
transferThreshold: Amount$outboundSchema.optional(),
|
|
37180
37224
|
transferReference: nullableType(stringType()).optional(),
|
|
37181
37225
|
transferDestination: nullableType(lazyType(() => TransferDestination$outboundSchema)).optional(),
|
|
37182
|
-
availableAmount: Amount$outboundSchema
|
|
37183
|
-
pendingAmount: Amount$outboundSchema
|
|
37184
|
-
links: lazyType(() => EntityBalanceLinks$outboundSchema)
|
|
37226
|
+
availableAmount: Amount$outboundSchema,
|
|
37227
|
+
pendingAmount: Amount$outboundSchema,
|
|
37228
|
+
links: lazyType(() => EntityBalanceLinks$outboundSchema)
|
|
37185
37229
|
}).transform((v2) => {
|
|
37186
37230
|
return remap(v2, {
|
|
37187
37231
|
links: "_links"
|
|
@@ -37442,28 +37486,28 @@ var init_entitybalancereport = __esm(() => {
|
|
|
37442
37486
|
EntityBalanceReportLinks$.outboundSchema = EntityBalanceReportLinks$outboundSchema;
|
|
37443
37487
|
})(EntityBalanceReportLinks$ ||= {});
|
|
37444
37488
|
EntityBalanceReport$inboundSchema = objectType({
|
|
37445
|
-
resource: stringType()
|
|
37446
|
-
balanceId: stringType()
|
|
37447
|
-
timeZone: stringType()
|
|
37448
|
-
from: stringType()
|
|
37449
|
-
until: stringType()
|
|
37450
|
-
grouping: BalanceReportGrouping$inboundSchema
|
|
37451
|
-
totals: lazyType(() => Totals$inboundSchema)
|
|
37452
|
-
_links: lazyType(() => EntityBalanceReportLinks$inboundSchema)
|
|
37489
|
+
resource: stringType(),
|
|
37490
|
+
balanceId: stringType(),
|
|
37491
|
+
timeZone: stringType(),
|
|
37492
|
+
from: stringType(),
|
|
37493
|
+
until: stringType(),
|
|
37494
|
+
grouping: BalanceReportGrouping$inboundSchema,
|
|
37495
|
+
totals: lazyType(() => Totals$inboundSchema),
|
|
37496
|
+
_links: lazyType(() => EntityBalanceReportLinks$inboundSchema)
|
|
37453
37497
|
}).transform((v2) => {
|
|
37454
37498
|
return remap(v2, {
|
|
37455
37499
|
_links: "links"
|
|
37456
37500
|
});
|
|
37457
37501
|
});
|
|
37458
37502
|
EntityBalanceReport$outboundSchema = objectType({
|
|
37459
|
-
resource: stringType()
|
|
37460
|
-
balanceId: stringType()
|
|
37461
|
-
timeZone: stringType()
|
|
37462
|
-
from: stringType()
|
|
37463
|
-
until: stringType()
|
|
37464
|
-
grouping: BalanceReportGrouping$outboundSchema
|
|
37465
|
-
totals: lazyType(() => Totals$outboundSchema)
|
|
37466
|
-
links: lazyType(() => EntityBalanceReportLinks$outboundSchema)
|
|
37503
|
+
resource: stringType(),
|
|
37504
|
+
balanceId: stringType(),
|
|
37505
|
+
timeZone: stringType(),
|
|
37506
|
+
from: stringType(),
|
|
37507
|
+
until: stringType(),
|
|
37508
|
+
grouping: BalanceReportGrouping$outboundSchema,
|
|
37509
|
+
totals: lazyType(() => Totals$outboundSchema),
|
|
37510
|
+
links: lazyType(() => EntityBalanceReportLinks$outboundSchema)
|
|
37467
37511
|
}).transform((v2) => {
|
|
37468
37512
|
return remap(v2, {
|
|
37469
37513
|
links: "_links"
|
|
@@ -38048,24 +38092,24 @@ var init_entitybalancetransaction = __esm(() => {
|
|
|
38048
38092
|
Context$.outboundSchema = Context$outboundSchema;
|
|
38049
38093
|
})(Context$ ||= {});
|
|
38050
38094
|
EntityBalanceTransaction$inboundSchema = objectType({
|
|
38051
|
-
resource: stringType()
|
|
38052
|
-
id: stringType()
|
|
38053
|
-
type: BalanceTransactionType$inboundSchema
|
|
38054
|
-
resultAmount: Amount$inboundSchema
|
|
38055
|
-
initialAmount: Amount$inboundSchema
|
|
38095
|
+
resource: stringType(),
|
|
38096
|
+
id: stringType(),
|
|
38097
|
+
type: BalanceTransactionType$inboundSchema,
|
|
38098
|
+
resultAmount: Amount$inboundSchema,
|
|
38099
|
+
initialAmount: Amount$inboundSchema,
|
|
38056
38100
|
deductions: nullableType(AmountNullable$inboundSchema).optional(),
|
|
38057
38101
|
context: lazyType(() => Context$inboundSchema).optional(),
|
|
38058
|
-
createdAt: stringType()
|
|
38102
|
+
createdAt: stringType()
|
|
38059
38103
|
});
|
|
38060
38104
|
EntityBalanceTransaction$outboundSchema = objectType({
|
|
38061
|
-
resource: stringType()
|
|
38062
|
-
id: stringType()
|
|
38063
|
-
type: BalanceTransactionType$outboundSchema
|
|
38064
|
-
resultAmount: Amount$outboundSchema
|
|
38065
|
-
initialAmount: Amount$outboundSchema
|
|
38105
|
+
resource: stringType(),
|
|
38106
|
+
id: stringType(),
|
|
38107
|
+
type: BalanceTransactionType$outboundSchema,
|
|
38108
|
+
resultAmount: Amount$outboundSchema,
|
|
38109
|
+
initialAmount: Amount$outboundSchema,
|
|
38066
38110
|
deductions: nullableType(AmountNullable$outboundSchema).optional(),
|
|
38067
38111
|
context: lazyType(() => Context$outboundSchema).optional(),
|
|
38068
|
-
createdAt: stringType()
|
|
38112
|
+
createdAt: stringType()
|
|
38069
38113
|
});
|
|
38070
38114
|
((EntityBalanceTransaction$) => {
|
|
38071
38115
|
EntityBalanceTransaction$.inboundSchema = EntityBalanceTransaction$inboundSchema;
|
|
@@ -38203,48 +38247,37 @@ var init_entitybalancetransferresponse = __esm(() => {
|
|
|
38203
38247
|
});
|
|
38204
38248
|
|
|
38205
38249
|
// src/models/entitycapabilityrequirement.ts
|
|
38206
|
-
var
|
|
38250
|
+
var EntityCapabilityRequirementLinks$inboundSchema, EntityCapabilityRequirementLinks$outboundSchema, EntityCapabilityRequirementLinks$, EntityCapabilityRequirement$inboundSchema, EntityCapabilityRequirement$outboundSchema, EntityCapabilityRequirement$;
|
|
38207
38251
|
var init_entitycapabilityrequirement = __esm(() => {
|
|
38208
38252
|
init_esm();
|
|
38209
38253
|
init_primitives();
|
|
38210
38254
|
init_capabilityrequirementstatus();
|
|
38211
|
-
|
|
38212
|
-
href: stringType().optional(),
|
|
38213
|
-
type: stringType().optional()
|
|
38214
|
-
});
|
|
38215
|
-
Dashboard$outboundSchema = objectType({
|
|
38216
|
-
href: stringType().optional(),
|
|
38217
|
-
type: stringType().optional()
|
|
38218
|
-
});
|
|
38219
|
-
((Dashboard$) => {
|
|
38220
|
-
Dashboard$.inboundSchema = Dashboard$inboundSchema;
|
|
38221
|
-
Dashboard$.outboundSchema = Dashboard$outboundSchema;
|
|
38222
|
-
})(Dashboard$ ||= {});
|
|
38255
|
+
init_url2();
|
|
38223
38256
|
EntityCapabilityRequirementLinks$inboundSchema = objectType({
|
|
38224
|
-
dashboard:
|
|
38257
|
+
dashboard: Url$inboundSchema.optional()
|
|
38225
38258
|
});
|
|
38226
38259
|
EntityCapabilityRequirementLinks$outboundSchema = objectType({
|
|
38227
|
-
dashboard:
|
|
38260
|
+
dashboard: Url$outboundSchema.optional()
|
|
38228
38261
|
});
|
|
38229
38262
|
((EntityCapabilityRequirementLinks$) => {
|
|
38230
38263
|
EntityCapabilityRequirementLinks$.inboundSchema = EntityCapabilityRequirementLinks$inboundSchema;
|
|
38231
38264
|
EntityCapabilityRequirementLinks$.outboundSchema = EntityCapabilityRequirementLinks$outboundSchema;
|
|
38232
38265
|
})(EntityCapabilityRequirementLinks$ ||= {});
|
|
38233
38266
|
EntityCapabilityRequirement$inboundSchema = objectType({
|
|
38234
|
-
id: stringType()
|
|
38235
|
-
status: CapabilityRequirementStatus$inboundSchema
|
|
38236
|
-
dueDate: nullableType(stringType())
|
|
38237
|
-
_links: lazyType(() => EntityCapabilityRequirementLinks$inboundSchema)
|
|
38267
|
+
id: stringType(),
|
|
38268
|
+
status: CapabilityRequirementStatus$inboundSchema,
|
|
38269
|
+
dueDate: nullableType(stringType()),
|
|
38270
|
+
_links: lazyType(() => EntityCapabilityRequirementLinks$inboundSchema)
|
|
38238
38271
|
}).transform((v2) => {
|
|
38239
38272
|
return remap(v2, {
|
|
38240
38273
|
_links: "links"
|
|
38241
38274
|
});
|
|
38242
38275
|
});
|
|
38243
38276
|
EntityCapabilityRequirement$outboundSchema = objectType({
|
|
38244
|
-
id: stringType()
|
|
38245
|
-
status: CapabilityRequirementStatus$outboundSchema
|
|
38246
|
-
dueDate: nullableType(stringType())
|
|
38247
|
-
links: lazyType(() => EntityCapabilityRequirementLinks$outboundSchema)
|
|
38277
|
+
id: stringType(),
|
|
38278
|
+
status: CapabilityRequirementStatus$outboundSchema,
|
|
38279
|
+
dueDate: nullableType(stringType()),
|
|
38280
|
+
links: lazyType(() => EntityCapabilityRequirementLinks$outboundSchema)
|
|
38248
38281
|
}).transform((v2) => {
|
|
38249
38282
|
return remap(v2, {
|
|
38250
38283
|
links: "_links"
|
|
@@ -38264,18 +38297,18 @@ var init_entitycapability = __esm(() => {
|
|
|
38264
38297
|
init_capabilitystatusreason();
|
|
38265
38298
|
init_entitycapabilityrequirement();
|
|
38266
38299
|
EntityCapability$inboundSchema = objectType({
|
|
38267
|
-
resource: stringType()
|
|
38268
|
-
name: stringType()
|
|
38269
|
-
status: CapabilityStatus$inboundSchema
|
|
38270
|
-
statusReason: CapabilityStatusReason$inboundSchema
|
|
38271
|
-
requirements: arrayType(EntityCapabilityRequirement$inboundSchema)
|
|
38300
|
+
resource: stringType(),
|
|
38301
|
+
name: stringType(),
|
|
38302
|
+
status: CapabilityStatus$inboundSchema,
|
|
38303
|
+
statusReason: nullableType(CapabilityStatusReason$inboundSchema),
|
|
38304
|
+
requirements: arrayType(EntityCapabilityRequirement$inboundSchema)
|
|
38272
38305
|
});
|
|
38273
38306
|
EntityCapability$outboundSchema = objectType({
|
|
38274
|
-
resource: stringType()
|
|
38275
|
-
name: stringType()
|
|
38276
|
-
status: CapabilityStatus$outboundSchema
|
|
38277
|
-
statusReason: CapabilityStatusReason$outboundSchema
|
|
38278
|
-
requirements: arrayType(EntityCapabilityRequirement$outboundSchema)
|
|
38307
|
+
resource: stringType(),
|
|
38308
|
+
name: stringType(),
|
|
38309
|
+
status: CapabilityStatus$outboundSchema,
|
|
38310
|
+
statusReason: nullableType(CapabilityStatusReason$outboundSchema),
|
|
38311
|
+
requirements: arrayType(EntityCapabilityRequirement$outboundSchema)
|
|
38279
38312
|
});
|
|
38280
38313
|
((EntityCapability$) => {
|
|
38281
38314
|
EntityCapability$.inboundSchema = EntityCapability$inboundSchema;
|
|
@@ -38450,50 +38483,6 @@ var init_entityclientlink = __esm(() => {
|
|
|
38450
38483
|
})(EntityClientLink$ ||= {});
|
|
38451
38484
|
});
|
|
38452
38485
|
|
|
38453
|
-
// src/models/entityclientlinkresponse.ts
|
|
38454
|
-
var EntityClientLinkResponseLinks$inboundSchema, EntityClientLinkResponseLinks$outboundSchema, EntityClientLinkResponseLinks$, EntityClientLinkResponse$inboundSchema, EntityClientLinkResponse$outboundSchema, EntityClientLinkResponse$;
|
|
38455
|
-
var init_entityclientlinkresponse = __esm(() => {
|
|
38456
|
-
init_esm();
|
|
38457
|
-
init_primitives();
|
|
38458
|
-
init_url2();
|
|
38459
|
-
EntityClientLinkResponseLinks$inboundSchema = objectType({
|
|
38460
|
-
self: Url$inboundSchema.optional(),
|
|
38461
|
-
clientLink: Url$inboundSchema.optional(),
|
|
38462
|
-
documentation: Url$inboundSchema.optional()
|
|
38463
|
-
});
|
|
38464
|
-
EntityClientLinkResponseLinks$outboundSchema = objectType({
|
|
38465
|
-
self: Url$outboundSchema.optional(),
|
|
38466
|
-
clientLink: Url$outboundSchema.optional(),
|
|
38467
|
-
documentation: Url$outboundSchema.optional()
|
|
38468
|
-
});
|
|
38469
|
-
((EntityClientLinkResponseLinks$) => {
|
|
38470
|
-
EntityClientLinkResponseLinks$.inboundSchema = EntityClientLinkResponseLinks$inboundSchema;
|
|
38471
|
-
EntityClientLinkResponseLinks$.outboundSchema = EntityClientLinkResponseLinks$outboundSchema;
|
|
38472
|
-
})(EntityClientLinkResponseLinks$ ||= {});
|
|
38473
|
-
EntityClientLinkResponse$inboundSchema = objectType({
|
|
38474
|
-
resource: stringType().optional(),
|
|
38475
|
-
id: stringType().optional(),
|
|
38476
|
-
_links: lazyType(() => EntityClientLinkResponseLinks$inboundSchema).optional()
|
|
38477
|
-
}).transform((v2) => {
|
|
38478
|
-
return remap(v2, {
|
|
38479
|
-
_links: "links"
|
|
38480
|
-
});
|
|
38481
|
-
});
|
|
38482
|
-
EntityClientLinkResponse$outboundSchema = objectType({
|
|
38483
|
-
resource: stringType().optional(),
|
|
38484
|
-
id: stringType().optional(),
|
|
38485
|
-
links: lazyType(() => EntityClientLinkResponseLinks$outboundSchema).optional()
|
|
38486
|
-
}).transform((v2) => {
|
|
38487
|
-
return remap(v2, {
|
|
38488
|
-
links: "_links"
|
|
38489
|
-
});
|
|
38490
|
-
});
|
|
38491
|
-
((EntityClientLinkResponse$) => {
|
|
38492
|
-
EntityClientLinkResponse$.inboundSchema = EntityClientLinkResponse$inboundSchema;
|
|
38493
|
-
EntityClientLinkResponse$.outboundSchema = EntityClientLinkResponse$outboundSchema;
|
|
38494
|
-
})(EntityClientLinkResponse$ ||= {});
|
|
38495
|
-
});
|
|
38496
|
-
|
|
38497
38486
|
// src/models/entitycustomer.ts
|
|
38498
38487
|
var EntityCustomer$inboundSchema, EntityCustomer$outboundSchema, EntityCustomer$;
|
|
38499
38488
|
var init_entitycustomer = __esm(() => {
|
|
@@ -38598,18 +38587,18 @@ var init_entityinvoice = __esm(() => {
|
|
|
38598
38587
|
init_invoicestatus();
|
|
38599
38588
|
init_url2();
|
|
38600
38589
|
EntityInvoiceLine$inboundSchema = objectType({
|
|
38601
|
-
period: stringType()
|
|
38602
|
-
description: stringType()
|
|
38603
|
-
count: numberType().int()
|
|
38604
|
-
vatPercentage: numberType().int()
|
|
38605
|
-
amount: Amount$inboundSchema
|
|
38590
|
+
period: stringType(),
|
|
38591
|
+
description: stringType(),
|
|
38592
|
+
count: numberType().int(),
|
|
38593
|
+
vatPercentage: numberType().int(),
|
|
38594
|
+
amount: Amount$inboundSchema
|
|
38606
38595
|
});
|
|
38607
38596
|
EntityInvoiceLine$outboundSchema = objectType({
|
|
38608
|
-
period: stringType()
|
|
38609
|
-
description: stringType()
|
|
38610
|
-
count: numberType().int()
|
|
38611
|
-
vatPercentage: numberType().int()
|
|
38612
|
-
amount: Amount$outboundSchema
|
|
38597
|
+
period: stringType(),
|
|
38598
|
+
description: stringType(),
|
|
38599
|
+
count: numberType().int(),
|
|
38600
|
+
vatPercentage: numberType().int(),
|
|
38601
|
+
amount: Amount$outboundSchema
|
|
38613
38602
|
});
|
|
38614
38603
|
((EntityInvoiceLine$) => {
|
|
38615
38604
|
EntityInvoiceLine$.inboundSchema = EntityInvoiceLine$inboundSchema;
|
|
@@ -38630,38 +38619,38 @@ var init_entityinvoice = __esm(() => {
|
|
|
38630
38619
|
EntityInvoiceLinks$.outboundSchema = EntityInvoiceLinks$outboundSchema;
|
|
38631
38620
|
})(EntityInvoiceLinks$ ||= {});
|
|
38632
38621
|
EntityInvoice$inboundSchema = objectType({
|
|
38633
|
-
resource: stringType()
|
|
38634
|
-
id: stringType()
|
|
38635
|
-
reference: stringType()
|
|
38636
|
-
vatNumber: nullableType(stringType())
|
|
38637
|
-
status: InvoiceStatus$inboundSchema
|
|
38638
|
-
netAmount: Amount$inboundSchema
|
|
38639
|
-
vatAmount: Amount$inboundSchema
|
|
38640
|
-
grossAmount: Amount$inboundSchema
|
|
38641
|
-
lines: arrayType(lazyType(() => EntityInvoiceLine$inboundSchema))
|
|
38642
|
-
issuedAt: stringType()
|
|
38622
|
+
resource: stringType(),
|
|
38623
|
+
id: stringType(),
|
|
38624
|
+
reference: stringType(),
|
|
38625
|
+
vatNumber: nullableType(stringType()),
|
|
38626
|
+
status: InvoiceStatus$inboundSchema,
|
|
38627
|
+
netAmount: Amount$inboundSchema,
|
|
38628
|
+
vatAmount: Amount$inboundSchema,
|
|
38629
|
+
grossAmount: Amount$inboundSchema,
|
|
38630
|
+
lines: arrayType(lazyType(() => EntityInvoiceLine$inboundSchema)),
|
|
38631
|
+
issuedAt: stringType(),
|
|
38643
38632
|
paidAt: nullableType(stringType()).optional(),
|
|
38644
38633
|
dueAt: nullableType(stringType()).optional(),
|
|
38645
|
-
_links: lazyType(() => EntityInvoiceLinks$inboundSchema)
|
|
38634
|
+
_links: lazyType(() => EntityInvoiceLinks$inboundSchema)
|
|
38646
38635
|
}).transform((v2) => {
|
|
38647
38636
|
return remap(v2, {
|
|
38648
38637
|
_links: "links"
|
|
38649
38638
|
});
|
|
38650
38639
|
});
|
|
38651
38640
|
EntityInvoice$outboundSchema = objectType({
|
|
38652
|
-
resource: stringType()
|
|
38653
|
-
id: stringType()
|
|
38654
|
-
reference: stringType()
|
|
38655
|
-
vatNumber: nullableType(stringType())
|
|
38656
|
-
status: InvoiceStatus$outboundSchema
|
|
38657
|
-
netAmount: Amount$outboundSchema
|
|
38658
|
-
vatAmount: Amount$outboundSchema
|
|
38659
|
-
grossAmount: Amount$outboundSchema
|
|
38660
|
-
lines: arrayType(lazyType(() => EntityInvoiceLine$outboundSchema))
|
|
38661
|
-
issuedAt: stringType()
|
|
38641
|
+
resource: stringType(),
|
|
38642
|
+
id: stringType(),
|
|
38643
|
+
reference: stringType(),
|
|
38644
|
+
vatNumber: nullableType(stringType()),
|
|
38645
|
+
status: InvoiceStatus$outboundSchema,
|
|
38646
|
+
netAmount: Amount$outboundSchema,
|
|
38647
|
+
vatAmount: Amount$outboundSchema,
|
|
38648
|
+
grossAmount: Amount$outboundSchema,
|
|
38649
|
+
lines: arrayType(lazyType(() => EntityInvoiceLine$outboundSchema)),
|
|
38650
|
+
issuedAt: stringType(),
|
|
38662
38651
|
paidAt: nullableType(stringType()).optional(),
|
|
38663
38652
|
dueAt: nullableType(stringType()).optional(),
|
|
38664
|
-
links: lazyType(() => EntityInvoiceLinks$outboundSchema)
|
|
38653
|
+
links: lazyType(() => EntityInvoiceLinks$outboundSchema)
|
|
38665
38654
|
}).transform((v2) => {
|
|
38666
38655
|
return remap(v2, {
|
|
38667
38656
|
links: "_links"
|
|
@@ -39107,26 +39096,26 @@ var init_entityonboardingstatus = __esm(() => {
|
|
|
39107
39096
|
EntityOnboardingStatusLinks$.outboundSchema = EntityOnboardingStatusLinks$outboundSchema;
|
|
39108
39097
|
})(EntityOnboardingStatusLinks$ ||= {});
|
|
39109
39098
|
EntityOnboardingStatus$inboundSchema = objectType({
|
|
39110
|
-
resource: stringType()
|
|
39111
|
-
name: stringType()
|
|
39112
|
-
status: OnboardingStatus$inboundSchema
|
|
39113
|
-
canReceivePayments: booleanType()
|
|
39114
|
-
canReceiveSettlements: booleanType()
|
|
39115
|
-
signedUpAt: stringType()
|
|
39116
|
-
_links: lazyType(() => EntityOnboardingStatusLinks$inboundSchema)
|
|
39099
|
+
resource: stringType(),
|
|
39100
|
+
name: stringType(),
|
|
39101
|
+
status: OnboardingStatus$inboundSchema,
|
|
39102
|
+
canReceivePayments: booleanType(),
|
|
39103
|
+
canReceiveSettlements: booleanType(),
|
|
39104
|
+
signedUpAt: stringType(),
|
|
39105
|
+
_links: lazyType(() => EntityOnboardingStatusLinks$inboundSchema)
|
|
39117
39106
|
}).transform((v2) => {
|
|
39118
39107
|
return remap(v2, {
|
|
39119
39108
|
_links: "links"
|
|
39120
39109
|
});
|
|
39121
39110
|
});
|
|
39122
39111
|
EntityOnboardingStatus$outboundSchema = objectType({
|
|
39123
|
-
resource: stringType()
|
|
39124
|
-
name: stringType()
|
|
39125
|
-
status: OnboardingStatus$outboundSchema
|
|
39126
|
-
canReceivePayments: booleanType()
|
|
39127
|
-
canReceiveSettlements: booleanType()
|
|
39128
|
-
signedUpAt: stringType()
|
|
39129
|
-
links: lazyType(() => EntityOnboardingStatusLinks$outboundSchema)
|
|
39112
|
+
resource: stringType(),
|
|
39113
|
+
name: stringType(),
|
|
39114
|
+
status: OnboardingStatus$outboundSchema,
|
|
39115
|
+
canReceivePayments: booleanType(),
|
|
39116
|
+
canReceiveSettlements: booleanType(),
|
|
39117
|
+
signedUpAt: stringType(),
|
|
39118
|
+
links: lazyType(() => EntityOnboardingStatusLinks$outboundSchema)
|
|
39130
39119
|
}).transform((v2) => {
|
|
39131
39120
|
return remap(v2, {
|
|
39132
39121
|
links: "_links"
|
|
@@ -39185,32 +39174,32 @@ var init_entityorganization = __esm(() => {
|
|
|
39185
39174
|
EntityOrganizationLinks$.outboundSchema = EntityOrganizationLinks$outboundSchema;
|
|
39186
39175
|
})(EntityOrganizationLinks$ ||= {});
|
|
39187
39176
|
EntityOrganization$inboundSchema = objectType({
|
|
39188
|
-
resource: stringType()
|
|
39189
|
-
id: stringType()
|
|
39190
|
-
name: stringType()
|
|
39191
|
-
email: stringType()
|
|
39192
|
-
locale: nullableType(LocaleResponse$inboundSchema)
|
|
39193
|
-
address: Address$inboundSchema
|
|
39194
|
-
registrationNumber: stringType()
|
|
39177
|
+
resource: stringType(),
|
|
39178
|
+
id: stringType(),
|
|
39179
|
+
name: stringType(),
|
|
39180
|
+
email: stringType(),
|
|
39181
|
+
locale: nullableType(LocaleResponse$inboundSchema),
|
|
39182
|
+
address: Address$inboundSchema,
|
|
39183
|
+
registrationNumber: stringType(),
|
|
39195
39184
|
vatNumber: nullableType(stringType()).optional(),
|
|
39196
39185
|
vatRegulation: nullableType(OrganizationVatRegulation$inboundSchema).optional(),
|
|
39197
|
-
_links: lazyType(() => EntityOrganizationLinks$inboundSchema)
|
|
39186
|
+
_links: lazyType(() => EntityOrganizationLinks$inboundSchema)
|
|
39198
39187
|
}).transform((v2) => {
|
|
39199
39188
|
return remap(v2, {
|
|
39200
39189
|
_links: "links"
|
|
39201
39190
|
});
|
|
39202
39191
|
});
|
|
39203
39192
|
EntityOrganization$outboundSchema = objectType({
|
|
39204
|
-
resource: stringType()
|
|
39205
|
-
id: stringType()
|
|
39206
|
-
name: stringType()
|
|
39207
|
-
email: stringType()
|
|
39208
|
-
locale: nullableType(LocaleResponse$outboundSchema)
|
|
39209
|
-
address: Address$outboundSchema
|
|
39210
|
-
registrationNumber: stringType()
|
|
39193
|
+
resource: stringType(),
|
|
39194
|
+
id: stringType(),
|
|
39195
|
+
name: stringType(),
|
|
39196
|
+
email: stringType(),
|
|
39197
|
+
locale: nullableType(LocaleResponse$outboundSchema),
|
|
39198
|
+
address: Address$outboundSchema,
|
|
39199
|
+
registrationNumber: stringType(),
|
|
39211
39200
|
vatNumber: nullableType(stringType()).optional(),
|
|
39212
39201
|
vatRegulation: nullableType(OrganizationVatRegulation$outboundSchema).optional(),
|
|
39213
|
-
links: lazyType(() => EntityOrganizationLinks$outboundSchema)
|
|
39202
|
+
links: lazyType(() => EntityOrganizationLinks$outboundSchema)
|
|
39214
39203
|
}).transform((v2) => {
|
|
39215
39204
|
return remap(v2, {
|
|
39216
39205
|
links: "_links"
|
|
@@ -39404,22 +39393,22 @@ var init_entitypermission = __esm(() => {
|
|
|
39404
39393
|
EntityPermissionLinks$.outboundSchema = EntityPermissionLinks$outboundSchema;
|
|
39405
39394
|
})(EntityPermissionLinks$ ||= {});
|
|
39406
39395
|
EntityPermission$inboundSchema = objectType({
|
|
39407
|
-
resource: stringType()
|
|
39408
|
-
id: stringType()
|
|
39409
|
-
description: stringType()
|
|
39410
|
-
granted: booleanType()
|
|
39411
|
-
_links: lazyType(() => EntityPermissionLinks$inboundSchema)
|
|
39396
|
+
resource: stringType(),
|
|
39397
|
+
id: stringType(),
|
|
39398
|
+
description: stringType(),
|
|
39399
|
+
granted: booleanType(),
|
|
39400
|
+
_links: lazyType(() => EntityPermissionLinks$inboundSchema)
|
|
39412
39401
|
}).transform((v2) => {
|
|
39413
39402
|
return remap(v2, {
|
|
39414
39403
|
_links: "links"
|
|
39415
39404
|
});
|
|
39416
39405
|
});
|
|
39417
39406
|
EntityPermission$outboundSchema = objectType({
|
|
39418
|
-
resource: stringType()
|
|
39419
|
-
id: stringType()
|
|
39420
|
-
description: stringType()
|
|
39421
|
-
granted: booleanType()
|
|
39422
|
-
links: lazyType(() => EntityPermissionLinks$outboundSchema)
|
|
39407
|
+
resource: stringType(),
|
|
39408
|
+
id: stringType(),
|
|
39409
|
+
description: stringType(),
|
|
39410
|
+
granted: booleanType(),
|
|
39411
|
+
links: lazyType(() => EntityPermissionLinks$outboundSchema)
|
|
39423
39412
|
}).transform((v2) => {
|
|
39424
39413
|
return remap(v2, {
|
|
39425
39414
|
links: "_links"
|
|
@@ -39485,117 +39474,6 @@ var init_entityprofile = __esm(() => {
|
|
|
39485
39474
|
})(EntityProfile$ ||= {});
|
|
39486
39475
|
});
|
|
39487
39476
|
|
|
39488
|
-
// src/models/profilereviewstatusresponse.ts
|
|
39489
|
-
var ProfileReviewStatusResponse, ProfileReviewStatusResponse$inboundSchema, ProfileReviewStatusResponse$outboundSchema, ProfileReviewStatusResponse$;
|
|
39490
|
-
var init_profilereviewstatusresponse = __esm(() => {
|
|
39491
|
-
init_esm();
|
|
39492
|
-
ProfileReviewStatusResponse = {
|
|
39493
|
-
Pending: "pending",
|
|
39494
|
-
Rejected: "rejected"
|
|
39495
|
-
};
|
|
39496
|
-
ProfileReviewStatusResponse$inboundSchema = unionType([
|
|
39497
|
-
nativeEnumType(ProfileReviewStatusResponse),
|
|
39498
|
-
stringType().transform(catchUnrecognizedEnum)
|
|
39499
|
-
]);
|
|
39500
|
-
ProfileReviewStatusResponse$outboundSchema = unionType([
|
|
39501
|
-
nativeEnumType(ProfileReviewStatusResponse),
|
|
39502
|
-
stringType().and(custom())
|
|
39503
|
-
]);
|
|
39504
|
-
((ProfileReviewStatusResponse$) => {
|
|
39505
|
-
ProfileReviewStatusResponse$.inboundSchema = ProfileReviewStatusResponse$inboundSchema;
|
|
39506
|
-
ProfileReviewStatusResponse$.outboundSchema = ProfileReviewStatusResponse$outboundSchema;
|
|
39507
|
-
})(ProfileReviewStatusResponse$ ||= {});
|
|
39508
|
-
});
|
|
39509
|
-
|
|
39510
|
-
// src/models/entityprofileresponse.ts
|
|
39511
|
-
var Review$inboundSchema, Review$outboundSchema, Review$, EntityProfileResponseLinks$inboundSchema, EntityProfileResponseLinks$outboundSchema, EntityProfileResponseLinks$, EntityProfileResponse$inboundSchema, EntityProfileResponse$outboundSchema, EntityProfileResponse$;
|
|
39512
|
-
var init_entityprofileresponse = __esm(() => {
|
|
39513
|
-
init_esm();
|
|
39514
|
-
init_primitives();
|
|
39515
|
-
init_mode();
|
|
39516
|
-
init_profilereviewstatusresponse();
|
|
39517
|
-
init_profilestatus();
|
|
39518
|
-
init_url2();
|
|
39519
|
-
Review$inboundSchema = objectType({
|
|
39520
|
-
status: ProfileReviewStatusResponse$inboundSchema.optional()
|
|
39521
|
-
});
|
|
39522
|
-
Review$outboundSchema = objectType({
|
|
39523
|
-
status: ProfileReviewStatusResponse$outboundSchema.optional()
|
|
39524
|
-
});
|
|
39525
|
-
((Review$) => {
|
|
39526
|
-
Review$.inboundSchema = Review$inboundSchema;
|
|
39527
|
-
Review$.outboundSchema = Review$outboundSchema;
|
|
39528
|
-
})(Review$ ||= {});
|
|
39529
|
-
EntityProfileResponseLinks$inboundSchema = objectType({
|
|
39530
|
-
self: Url$inboundSchema.optional(),
|
|
39531
|
-
dashboard: Url$inboundSchema.optional(),
|
|
39532
|
-
chargebacks: Url$inboundSchema.optional(),
|
|
39533
|
-
methods: Url$inboundSchema.optional(),
|
|
39534
|
-
payments: Url$inboundSchema.optional(),
|
|
39535
|
-
refunds: Url$inboundSchema.optional(),
|
|
39536
|
-
checkoutPreviewUrl: Url$inboundSchema.optional(),
|
|
39537
|
-
documentation: Url$inboundSchema.optional()
|
|
39538
|
-
});
|
|
39539
|
-
EntityProfileResponseLinks$outboundSchema = objectType({
|
|
39540
|
-
self: Url$outboundSchema.optional(),
|
|
39541
|
-
dashboard: Url$outboundSchema.optional(),
|
|
39542
|
-
chargebacks: Url$outboundSchema.optional(),
|
|
39543
|
-
methods: Url$outboundSchema.optional(),
|
|
39544
|
-
payments: Url$outboundSchema.optional(),
|
|
39545
|
-
refunds: Url$outboundSchema.optional(),
|
|
39546
|
-
checkoutPreviewUrl: Url$outboundSchema.optional(),
|
|
39547
|
-
documentation: Url$outboundSchema.optional()
|
|
39548
|
-
});
|
|
39549
|
-
((EntityProfileResponseLinks$) => {
|
|
39550
|
-
EntityProfileResponseLinks$.inboundSchema = EntityProfileResponseLinks$inboundSchema;
|
|
39551
|
-
EntityProfileResponseLinks$.outboundSchema = EntityProfileResponseLinks$outboundSchema;
|
|
39552
|
-
})(EntityProfileResponseLinks$ ||= {});
|
|
39553
|
-
EntityProfileResponse$inboundSchema = objectType({
|
|
39554
|
-
resource: stringType().optional(),
|
|
39555
|
-
id: stringType().optional(),
|
|
39556
|
-
mode: Mode$inboundSchema.optional(),
|
|
39557
|
-
name: stringType().optional(),
|
|
39558
|
-
website: stringType().optional(),
|
|
39559
|
-
email: stringType().optional(),
|
|
39560
|
-
phone: stringType().optional(),
|
|
39561
|
-
description: stringType().optional(),
|
|
39562
|
-
countriesOfActivity: arrayType(stringType()).optional(),
|
|
39563
|
-
businessCategory: stringType().optional(),
|
|
39564
|
-
status: ProfileStatus$inboundSchema.optional(),
|
|
39565
|
-
review: lazyType(() => Review$inboundSchema).optional(),
|
|
39566
|
-
createdAt: stringType().optional(),
|
|
39567
|
-
_links: lazyType(() => EntityProfileResponseLinks$inboundSchema).optional()
|
|
39568
|
-
}).transform((v2) => {
|
|
39569
|
-
return remap(v2, {
|
|
39570
|
-
_links: "links"
|
|
39571
|
-
});
|
|
39572
|
-
});
|
|
39573
|
-
EntityProfileResponse$outboundSchema = objectType({
|
|
39574
|
-
resource: stringType().optional(),
|
|
39575
|
-
id: stringType().optional(),
|
|
39576
|
-
mode: Mode$outboundSchema.optional(),
|
|
39577
|
-
name: stringType().optional(),
|
|
39578
|
-
website: stringType().optional(),
|
|
39579
|
-
email: stringType().optional(),
|
|
39580
|
-
phone: stringType().optional(),
|
|
39581
|
-
description: stringType().optional(),
|
|
39582
|
-
countriesOfActivity: arrayType(stringType()).optional(),
|
|
39583
|
-
businessCategory: stringType().optional(),
|
|
39584
|
-
status: ProfileStatus$outboundSchema.optional(),
|
|
39585
|
-
review: lazyType(() => Review$outboundSchema).optional(),
|
|
39586
|
-
createdAt: stringType().optional(),
|
|
39587
|
-
links: lazyType(() => EntityProfileResponseLinks$outboundSchema).optional()
|
|
39588
|
-
}).transform((v2) => {
|
|
39589
|
-
return remap(v2, {
|
|
39590
|
-
links: "_links"
|
|
39591
|
-
});
|
|
39592
|
-
});
|
|
39593
|
-
((EntityProfileResponse$) => {
|
|
39594
|
-
EntityProfileResponse$.inboundSchema = EntityProfileResponse$inboundSchema;
|
|
39595
|
-
EntityProfileResponse$.outboundSchema = EntityProfileResponse$outboundSchema;
|
|
39596
|
-
})(EntityProfileResponse$ ||= {});
|
|
39597
|
-
});
|
|
39598
|
-
|
|
39599
39477
|
// src/models/refundexternalreferencetype.ts
|
|
39600
39478
|
var RefundExternalReferenceType, RefundExternalReferenceType$inboundSchema, RefundExternalReferenceType$outboundSchema, RefundExternalReferenceType$;
|
|
39601
39479
|
var init_refundexternalreferencetype = __esm(() => {
|
|
@@ -39865,6 +39743,46 @@ var init_entityrefundresponse = __esm(() => {
|
|
|
39865
39743
|
})(EntityRefundResponse$ ||= {});
|
|
39866
39744
|
});
|
|
39867
39745
|
|
|
39746
|
+
// src/models/entityroute.ts
|
|
39747
|
+
var EntityRouteDestination$inboundSchema, EntityRouteDestination$outboundSchema, EntityRouteDestination$, EntityRoute$inboundSchema, EntityRoute$outboundSchema, EntityRoute$;
|
|
39748
|
+
var init_entityroute = __esm(() => {
|
|
39749
|
+
init_esm();
|
|
39750
|
+
init_amount();
|
|
39751
|
+
init_routedestinationtyperesponse();
|
|
39752
|
+
EntityRouteDestination$inboundSchema = objectType({
|
|
39753
|
+
type: RouteDestinationTypeResponse$inboundSchema,
|
|
39754
|
+
organizationId: stringType()
|
|
39755
|
+
});
|
|
39756
|
+
EntityRouteDestination$outboundSchema = objectType({
|
|
39757
|
+
type: RouteDestinationTypeResponse$outboundSchema,
|
|
39758
|
+
organizationId: stringType()
|
|
39759
|
+
});
|
|
39760
|
+
((EntityRouteDestination$) => {
|
|
39761
|
+
EntityRouteDestination$.inboundSchema = EntityRouteDestination$inboundSchema;
|
|
39762
|
+
EntityRouteDestination$.outboundSchema = EntityRouteDestination$outboundSchema;
|
|
39763
|
+
})(EntityRouteDestination$ ||= {});
|
|
39764
|
+
EntityRoute$inboundSchema = objectType({
|
|
39765
|
+
id: stringType().optional(),
|
|
39766
|
+
paymentId: stringType().optional(),
|
|
39767
|
+
amount: Amount$inboundSchema.optional(),
|
|
39768
|
+
description: stringType().optional(),
|
|
39769
|
+
destination: lazyType(() => EntityRouteDestination$inboundSchema).optional(),
|
|
39770
|
+
testmode: nullableType(booleanType()).optional()
|
|
39771
|
+
});
|
|
39772
|
+
EntityRoute$outboundSchema = objectType({
|
|
39773
|
+
id: stringType().optional(),
|
|
39774
|
+
paymentId: stringType().optional(),
|
|
39775
|
+
amount: Amount$outboundSchema.optional(),
|
|
39776
|
+
description: stringType().optional(),
|
|
39777
|
+
destination: lazyType(() => EntityRouteDestination$outboundSchema).optional(),
|
|
39778
|
+
testmode: nullableType(booleanType()).optional()
|
|
39779
|
+
});
|
|
39780
|
+
((EntityRoute$) => {
|
|
39781
|
+
EntityRoute$.inboundSchema = EntityRoute$inboundSchema;
|
|
39782
|
+
EntityRoute$.outboundSchema = EntityRoute$outboundSchema;
|
|
39783
|
+
})(EntityRoute$ ||= {});
|
|
39784
|
+
});
|
|
39785
|
+
|
|
39868
39786
|
// src/models/salesinvoicediscounttype.ts
|
|
39869
39787
|
var SalesInvoiceDiscountType, SalesInvoiceDiscountType$inboundSchema, SalesInvoiceDiscountType$outboundSchema, SalesInvoiceDiscountType$;
|
|
39870
39788
|
var init_salesinvoicediscounttype = __esm(() => {
|
|
@@ -41175,74 +41093,185 @@ var init_paymentlinkresponse = __esm(() => {
|
|
|
41175
41093
|
self: Url$inboundSchema,
|
|
41176
41094
|
paymentLink: Url$inboundSchema
|
|
41177
41095
|
});
|
|
41178
|
-
PaymentLinkResponseLinks$outboundSchema = objectType({
|
|
41179
|
-
self: Url$outboundSchema,
|
|
41180
|
-
paymentLink: Url$outboundSchema
|
|
41096
|
+
PaymentLinkResponseLinks$outboundSchema = objectType({
|
|
41097
|
+
self: Url$outboundSchema,
|
|
41098
|
+
paymentLink: Url$outboundSchema
|
|
41099
|
+
});
|
|
41100
|
+
((PaymentLinkResponseLinks$) => {
|
|
41101
|
+
PaymentLinkResponseLinks$.inboundSchema = PaymentLinkResponseLinks$inboundSchema;
|
|
41102
|
+
PaymentLinkResponseLinks$.outboundSchema = PaymentLinkResponseLinks$outboundSchema;
|
|
41103
|
+
})(PaymentLinkResponseLinks$ ||= {});
|
|
41104
|
+
PaymentLinkResponse$inboundSchema = objectType({
|
|
41105
|
+
resource: stringType().optional(),
|
|
41106
|
+
id: stringType().optional(),
|
|
41107
|
+
mode: Mode$inboundSchema.optional(),
|
|
41108
|
+
description: stringType().optional(),
|
|
41109
|
+
amount: nullableType(AmountNullable$inboundSchema).optional(),
|
|
41110
|
+
minimumAmount: nullableType(AmountNullable$inboundSchema).optional(),
|
|
41111
|
+
archived: booleanType().optional(),
|
|
41112
|
+
redirectUrl: nullableType(stringType()).optional(),
|
|
41113
|
+
webhookUrl: nullableType(stringType()).optional(),
|
|
41114
|
+
lines: nullableType(arrayType(PaymentLineItemResponse$inboundSchema)).optional(),
|
|
41115
|
+
billingAddress: PaymentAddress$inboundSchema.optional(),
|
|
41116
|
+
shippingAddress: PaymentAddress$inboundSchema.optional(),
|
|
41117
|
+
profileId: nullableType(stringType()).optional(),
|
|
41118
|
+
reusable: nullableType(booleanType()).optional(),
|
|
41119
|
+
createdAt: stringType().optional(),
|
|
41120
|
+
paidAt: nullableType(stringType()).optional(),
|
|
41121
|
+
expiresAt: nullableType(stringType()).optional(),
|
|
41122
|
+
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41123
|
+
applicationFee: lazyType(() => PaymentLinkResponseApplicationFee$inboundSchema).optional(),
|
|
41124
|
+
sequenceType: PaymentLinkSequenceTypeResponse$inboundSchema.optional(),
|
|
41125
|
+
customerId: nullableType(stringType()).optional(),
|
|
41126
|
+
_links: lazyType(() => PaymentLinkResponseLinks$inboundSchema).optional()
|
|
41127
|
+
}).transform((v2) => {
|
|
41128
|
+
return remap(v2, {
|
|
41129
|
+
_links: "links"
|
|
41130
|
+
});
|
|
41131
|
+
});
|
|
41132
|
+
PaymentLinkResponse$outboundSchema = objectType({
|
|
41133
|
+
resource: stringType().optional(),
|
|
41134
|
+
id: stringType().optional(),
|
|
41135
|
+
mode: Mode$outboundSchema.optional(),
|
|
41136
|
+
description: stringType().optional(),
|
|
41137
|
+
amount: nullableType(AmountNullable$outboundSchema).optional(),
|
|
41138
|
+
minimumAmount: nullableType(AmountNullable$outboundSchema).optional(),
|
|
41139
|
+
archived: booleanType().optional(),
|
|
41140
|
+
redirectUrl: nullableType(stringType()).optional(),
|
|
41141
|
+
webhookUrl: nullableType(stringType()).optional(),
|
|
41142
|
+
lines: nullableType(arrayType(PaymentLineItemResponse$outboundSchema)).optional(),
|
|
41143
|
+
billingAddress: PaymentAddress$outboundSchema.optional(),
|
|
41144
|
+
shippingAddress: PaymentAddress$outboundSchema.optional(),
|
|
41145
|
+
profileId: nullableType(stringType()).optional(),
|
|
41146
|
+
reusable: nullableType(booleanType()).optional(),
|
|
41147
|
+
createdAt: stringType().optional(),
|
|
41148
|
+
paidAt: nullableType(stringType()).optional(),
|
|
41149
|
+
expiresAt: nullableType(stringType()).optional(),
|
|
41150
|
+
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41151
|
+
applicationFee: lazyType(() => PaymentLinkResponseApplicationFee$outboundSchema).optional(),
|
|
41152
|
+
sequenceType: PaymentLinkSequenceTypeResponse$outboundSchema.optional(),
|
|
41153
|
+
customerId: nullableType(stringType()).optional(),
|
|
41154
|
+
links: lazyType(() => PaymentLinkResponseLinks$outboundSchema).optional()
|
|
41155
|
+
}).transform((v2) => {
|
|
41156
|
+
return remap(v2, {
|
|
41157
|
+
links: "_links"
|
|
41158
|
+
});
|
|
41159
|
+
});
|
|
41160
|
+
((PaymentLinkResponse$) => {
|
|
41161
|
+
PaymentLinkResponse$.inboundSchema = PaymentLinkResponse$inboundSchema;
|
|
41162
|
+
PaymentLinkResponse$.outboundSchema = PaymentLinkResponse$outboundSchema;
|
|
41163
|
+
})(PaymentLinkResponse$ ||= {});
|
|
41164
|
+
});
|
|
41165
|
+
|
|
41166
|
+
// src/models/profilereviewstatusresponse.ts
|
|
41167
|
+
var ProfileReviewStatusResponse, ProfileReviewStatusResponse$inboundSchema, ProfileReviewStatusResponse$outboundSchema, ProfileReviewStatusResponse$;
|
|
41168
|
+
var init_profilereviewstatusresponse = __esm(() => {
|
|
41169
|
+
init_esm();
|
|
41170
|
+
ProfileReviewStatusResponse = {
|
|
41171
|
+
Pending: "pending",
|
|
41172
|
+
Rejected: "rejected"
|
|
41173
|
+
};
|
|
41174
|
+
ProfileReviewStatusResponse$inboundSchema = unionType([
|
|
41175
|
+
nativeEnumType(ProfileReviewStatusResponse),
|
|
41176
|
+
stringType().transform(catchUnrecognizedEnum)
|
|
41177
|
+
]);
|
|
41178
|
+
ProfileReviewStatusResponse$outboundSchema = unionType([
|
|
41179
|
+
nativeEnumType(ProfileReviewStatusResponse),
|
|
41180
|
+
stringType().and(custom())
|
|
41181
|
+
]);
|
|
41182
|
+
((ProfileReviewStatusResponse$) => {
|
|
41183
|
+
ProfileReviewStatusResponse$.inboundSchema = ProfileReviewStatusResponse$inboundSchema;
|
|
41184
|
+
ProfileReviewStatusResponse$.outboundSchema = ProfileReviewStatusResponse$outboundSchema;
|
|
41185
|
+
})(ProfileReviewStatusResponse$ ||= {});
|
|
41186
|
+
});
|
|
41187
|
+
|
|
41188
|
+
// src/models/profileresponse.ts
|
|
41189
|
+
var Review$inboundSchema, Review$outboundSchema, Review$, ProfileResponseLinks$inboundSchema, ProfileResponseLinks$outboundSchema, ProfileResponseLinks$, ProfileResponse$inboundSchema, ProfileResponse$outboundSchema, ProfileResponse$;
|
|
41190
|
+
var init_profileresponse = __esm(() => {
|
|
41191
|
+
init_esm();
|
|
41192
|
+
init_primitives();
|
|
41193
|
+
init_mode();
|
|
41194
|
+
init_profilereviewstatusresponse();
|
|
41195
|
+
init_profilestatus();
|
|
41196
|
+
init_url2();
|
|
41197
|
+
Review$inboundSchema = objectType({
|
|
41198
|
+
status: ProfileReviewStatusResponse$inboundSchema.optional()
|
|
41199
|
+
});
|
|
41200
|
+
Review$outboundSchema = objectType({
|
|
41201
|
+
status: ProfileReviewStatusResponse$outboundSchema.optional()
|
|
41202
|
+
});
|
|
41203
|
+
((Review$) => {
|
|
41204
|
+
Review$.inboundSchema = Review$inboundSchema;
|
|
41205
|
+
Review$.outboundSchema = Review$outboundSchema;
|
|
41206
|
+
})(Review$ ||= {});
|
|
41207
|
+
ProfileResponseLinks$inboundSchema = objectType({
|
|
41208
|
+
self: Url$inboundSchema.optional(),
|
|
41209
|
+
dashboard: Url$inboundSchema.optional(),
|
|
41210
|
+
chargebacks: Url$inboundSchema.optional(),
|
|
41211
|
+
methods: Url$inboundSchema.optional(),
|
|
41212
|
+
payments: Url$inboundSchema.optional(),
|
|
41213
|
+
refunds: Url$inboundSchema.optional(),
|
|
41214
|
+
checkoutPreviewUrl: Url$inboundSchema.optional(),
|
|
41215
|
+
documentation: Url$inboundSchema.optional()
|
|
41216
|
+
});
|
|
41217
|
+
ProfileResponseLinks$outboundSchema = objectType({
|
|
41218
|
+
self: Url$outboundSchema.optional(),
|
|
41219
|
+
dashboard: Url$outboundSchema.optional(),
|
|
41220
|
+
chargebacks: Url$outboundSchema.optional(),
|
|
41221
|
+
methods: Url$outboundSchema.optional(),
|
|
41222
|
+
payments: Url$outboundSchema.optional(),
|
|
41223
|
+
refunds: Url$outboundSchema.optional(),
|
|
41224
|
+
checkoutPreviewUrl: Url$outboundSchema.optional(),
|
|
41225
|
+
documentation: Url$outboundSchema.optional()
|
|
41181
41226
|
});
|
|
41182
|
-
((
|
|
41183
|
-
|
|
41184
|
-
|
|
41185
|
-
})(
|
|
41186
|
-
|
|
41227
|
+
((ProfileResponseLinks$) => {
|
|
41228
|
+
ProfileResponseLinks$.inboundSchema = ProfileResponseLinks$inboundSchema;
|
|
41229
|
+
ProfileResponseLinks$.outboundSchema = ProfileResponseLinks$outboundSchema;
|
|
41230
|
+
})(ProfileResponseLinks$ ||= {});
|
|
41231
|
+
ProfileResponse$inboundSchema = objectType({
|
|
41187
41232
|
resource: stringType().optional(),
|
|
41188
41233
|
id: stringType().optional(),
|
|
41189
41234
|
mode: Mode$inboundSchema.optional(),
|
|
41235
|
+
name: stringType().optional(),
|
|
41236
|
+
website: stringType().optional(),
|
|
41237
|
+
email: stringType().optional(),
|
|
41238
|
+
phone: stringType().optional(),
|
|
41190
41239
|
description: stringType().optional(),
|
|
41191
|
-
|
|
41192
|
-
|
|
41193
|
-
|
|
41194
|
-
|
|
41195
|
-
webhookUrl: nullableType(stringType()).optional(),
|
|
41196
|
-
lines: nullableType(arrayType(PaymentLineItemResponse$inboundSchema)).optional(),
|
|
41197
|
-
billingAddress: PaymentAddress$inboundSchema.optional(),
|
|
41198
|
-
shippingAddress: PaymentAddress$inboundSchema.optional(),
|
|
41199
|
-
profileId: nullableType(stringType()).optional(),
|
|
41200
|
-
reusable: nullableType(booleanType()).optional(),
|
|
41240
|
+
countriesOfActivity: arrayType(stringType()).optional(),
|
|
41241
|
+
businessCategory: stringType().optional(),
|
|
41242
|
+
status: ProfileStatus$inboundSchema.optional(),
|
|
41243
|
+
review: lazyType(() => Review$inboundSchema).optional(),
|
|
41201
41244
|
createdAt: stringType().optional(),
|
|
41202
|
-
|
|
41203
|
-
expiresAt: nullableType(stringType()).optional(),
|
|
41204
|
-
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41205
|
-
applicationFee: lazyType(() => PaymentLinkResponseApplicationFee$inboundSchema).optional(),
|
|
41206
|
-
sequenceType: PaymentLinkSequenceTypeResponse$inboundSchema.optional(),
|
|
41207
|
-
customerId: nullableType(stringType()).optional(),
|
|
41208
|
-
_links: lazyType(() => PaymentLinkResponseLinks$inboundSchema).optional()
|
|
41245
|
+
_links: lazyType(() => ProfileResponseLinks$inboundSchema).optional()
|
|
41209
41246
|
}).transform((v2) => {
|
|
41210
41247
|
return remap(v2, {
|
|
41211
41248
|
_links: "links"
|
|
41212
41249
|
});
|
|
41213
41250
|
});
|
|
41214
|
-
|
|
41251
|
+
ProfileResponse$outboundSchema = objectType({
|
|
41215
41252
|
resource: stringType().optional(),
|
|
41216
41253
|
id: stringType().optional(),
|
|
41217
41254
|
mode: Mode$outboundSchema.optional(),
|
|
41255
|
+
name: stringType().optional(),
|
|
41256
|
+
website: stringType().optional(),
|
|
41257
|
+
email: stringType().optional(),
|
|
41258
|
+
phone: stringType().optional(),
|
|
41218
41259
|
description: stringType().optional(),
|
|
41219
|
-
|
|
41220
|
-
|
|
41221
|
-
|
|
41222
|
-
|
|
41223
|
-
webhookUrl: nullableType(stringType()).optional(),
|
|
41224
|
-
lines: nullableType(arrayType(PaymentLineItemResponse$outboundSchema)).optional(),
|
|
41225
|
-
billingAddress: PaymentAddress$outboundSchema.optional(),
|
|
41226
|
-
shippingAddress: PaymentAddress$outboundSchema.optional(),
|
|
41227
|
-
profileId: nullableType(stringType()).optional(),
|
|
41228
|
-
reusable: nullableType(booleanType()).optional(),
|
|
41260
|
+
countriesOfActivity: arrayType(stringType()).optional(),
|
|
41261
|
+
businessCategory: stringType().optional(),
|
|
41262
|
+
status: ProfileStatus$outboundSchema.optional(),
|
|
41263
|
+
review: lazyType(() => Review$outboundSchema).optional(),
|
|
41229
41264
|
createdAt: stringType().optional(),
|
|
41230
|
-
|
|
41231
|
-
expiresAt: nullableType(stringType()).optional(),
|
|
41232
|
-
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41233
|
-
applicationFee: lazyType(() => PaymentLinkResponseApplicationFee$outboundSchema).optional(),
|
|
41234
|
-
sequenceType: PaymentLinkSequenceTypeResponse$outboundSchema.optional(),
|
|
41235
|
-
customerId: nullableType(stringType()).optional(),
|
|
41236
|
-
links: lazyType(() => PaymentLinkResponseLinks$outboundSchema).optional()
|
|
41265
|
+
links: lazyType(() => ProfileResponseLinks$outboundSchema).optional()
|
|
41237
41266
|
}).transform((v2) => {
|
|
41238
41267
|
return remap(v2, {
|
|
41239
41268
|
links: "_links"
|
|
41240
41269
|
});
|
|
41241
41270
|
});
|
|
41242
|
-
((
|
|
41243
|
-
|
|
41244
|
-
|
|
41245
|
-
})(
|
|
41271
|
+
((ProfileResponse$) => {
|
|
41272
|
+
ProfileResponse$.inboundSchema = ProfileResponse$inboundSchema;
|
|
41273
|
+
ProfileResponse$.outboundSchema = ProfileResponse$outboundSchema;
|
|
41274
|
+
})(ProfileResponse$ ||= {});
|
|
41246
41275
|
});
|
|
41247
41276
|
|
|
41248
41277
|
// src/models/entitywebhookevent.ts
|
|
@@ -41250,17 +41279,14 @@ var Entity$inboundSchema, Entity$outboundSchema, Entity$, Embedded$inboundSchema
|
|
|
41250
41279
|
var init_entitywebhookevent = __esm(() => {
|
|
41251
41280
|
init_esm();
|
|
41252
41281
|
init_primitives();
|
|
41253
|
-
init_entityprofileresponse();
|
|
41254
41282
|
init_paymentlinkresponse();
|
|
41283
|
+
init_profileresponse();
|
|
41255
41284
|
init_url2();
|
|
41256
41285
|
init_webhookeventtypes();
|
|
41257
|
-
Entity$inboundSchema = unionType([
|
|
41258
|
-
PaymentLinkResponse$inboundSchema,
|
|
41259
|
-
EntityProfileResponse$inboundSchema
|
|
41260
|
-
]);
|
|
41286
|
+
Entity$inboundSchema = unionType([PaymentLinkResponse$inboundSchema, ProfileResponse$inboundSchema]);
|
|
41261
41287
|
Entity$outboundSchema = unionType([
|
|
41262
41288
|
PaymentLinkResponse$outboundSchema,
|
|
41263
|
-
|
|
41289
|
+
ProfileResponse$outboundSchema
|
|
41264
41290
|
]);
|
|
41265
41291
|
((Entity$) => {
|
|
41266
41292
|
Entity$.inboundSchema = Entity$inboundSchema;
|
|
@@ -41269,13 +41295,13 @@ var init_entitywebhookevent = __esm(() => {
|
|
|
41269
41295
|
Embedded$inboundSchema = objectType({
|
|
41270
41296
|
entity: unionType([
|
|
41271
41297
|
PaymentLinkResponse$inboundSchema,
|
|
41272
|
-
|
|
41298
|
+
ProfileResponse$inboundSchema
|
|
41273
41299
|
]).optional()
|
|
41274
41300
|
});
|
|
41275
41301
|
Embedded$outboundSchema = objectType({
|
|
41276
41302
|
entity: unionType([
|
|
41277
41303
|
PaymentLinkResponse$outboundSchema,
|
|
41278
|
-
|
|
41304
|
+
ProfileResponse$outboundSchema
|
|
41279
41305
|
]).optional()
|
|
41280
41306
|
});
|
|
41281
41307
|
((Embedded$) => {
|
|
@@ -41687,6 +41713,54 @@ var init_method = __esm(() => {
|
|
|
41687
41713
|
})(Method$ ||= {});
|
|
41688
41714
|
});
|
|
41689
41715
|
|
|
41716
|
+
// src/models/methodincludewalletsparameter.ts
|
|
41717
|
+
var MethodIncludeWalletsParameter, MethodIncludeWalletsParameter$inboundSchema, MethodIncludeWalletsParameter$outboundSchema, MethodIncludeWalletsParameter$;
|
|
41718
|
+
var init_methodincludewalletsparameter = __esm(() => {
|
|
41719
|
+
init_esm();
|
|
41720
|
+
MethodIncludeWalletsParameter = {
|
|
41721
|
+
Applepay: "applepay"
|
|
41722
|
+
};
|
|
41723
|
+
MethodIncludeWalletsParameter$inboundSchema = nativeEnumType(MethodIncludeWalletsParameter);
|
|
41724
|
+
MethodIncludeWalletsParameter$outboundSchema = MethodIncludeWalletsParameter$inboundSchema;
|
|
41725
|
+
((MethodIncludeWalletsParameter$) => {
|
|
41726
|
+
MethodIncludeWalletsParameter$.inboundSchema = MethodIncludeWalletsParameter$inboundSchema;
|
|
41727
|
+
MethodIncludeWalletsParameter$.outboundSchema = MethodIncludeWalletsParameter$outboundSchema;
|
|
41728
|
+
})(MethodIncludeWalletsParameter$ ||= {});
|
|
41729
|
+
});
|
|
41730
|
+
|
|
41731
|
+
// src/models/methodresourceparameter.ts
|
|
41732
|
+
var MethodResourceParameter, MethodResourceParameter$inboundSchema, MethodResourceParameter$outboundSchema, MethodResourceParameter$;
|
|
41733
|
+
var init_methodresourceparameter = __esm(() => {
|
|
41734
|
+
init_esm();
|
|
41735
|
+
MethodResourceParameter = {
|
|
41736
|
+
Payments: "payments",
|
|
41737
|
+
Orders: "orders"
|
|
41738
|
+
};
|
|
41739
|
+
MethodResourceParameter$inboundSchema = nativeEnumType(MethodResourceParameter);
|
|
41740
|
+
MethodResourceParameter$outboundSchema = MethodResourceParameter$inboundSchema;
|
|
41741
|
+
((MethodResourceParameter$) => {
|
|
41742
|
+
MethodResourceParameter$.inboundSchema = MethodResourceParameter$inboundSchema;
|
|
41743
|
+
MethodResourceParameter$.outboundSchema = MethodResourceParameter$outboundSchema;
|
|
41744
|
+
})(MethodResourceParameter$ ||= {});
|
|
41745
|
+
});
|
|
41746
|
+
|
|
41747
|
+
// src/models/onboardingvatregulation.ts
|
|
41748
|
+
var OnboardingVatRegulation, OnboardingVatRegulation$inboundSchema, OnboardingVatRegulation$outboundSchema, OnboardingVatRegulation$;
|
|
41749
|
+
var init_onboardingvatregulation = __esm(() => {
|
|
41750
|
+
init_esm();
|
|
41751
|
+
OnboardingVatRegulation = {
|
|
41752
|
+
Dutch: "dutch",
|
|
41753
|
+
British: "british",
|
|
41754
|
+
Shifted: "shifted"
|
|
41755
|
+
};
|
|
41756
|
+
OnboardingVatRegulation$inboundSchema = nativeEnumType(OnboardingVatRegulation);
|
|
41757
|
+
OnboardingVatRegulation$outboundSchema = OnboardingVatRegulation$inboundSchema;
|
|
41758
|
+
((OnboardingVatRegulation$) => {
|
|
41759
|
+
OnboardingVatRegulation$.inboundSchema = OnboardingVatRegulation$inboundSchema;
|
|
41760
|
+
OnboardingVatRegulation$.outboundSchema = OnboardingVatRegulation$outboundSchema;
|
|
41761
|
+
})(OnboardingVatRegulation$ ||= {});
|
|
41762
|
+
});
|
|
41763
|
+
|
|
41690
41764
|
// src/models/paymentdetailscardauditionresponse.ts
|
|
41691
41765
|
var PaymentDetailsCardAuditionResponse, PaymentDetailsCardAuditionResponse$inboundSchema, PaymentDetailsCardAuditionResponse$outboundSchema, PaymentDetailsCardAuditionResponse$;
|
|
41692
41766
|
var init_paymentdetailscardauditionresponse = __esm(() => {
|
|
@@ -42908,46 +42982,6 @@ var init_paymentresponse = __esm(() => {
|
|
|
42908
42982
|
})(PaymentResponse$ ||= {});
|
|
42909
42983
|
});
|
|
42910
42984
|
|
|
42911
|
-
// src/models/routecreaterequest.ts
|
|
42912
|
-
var RouteCreateRequestDestination$inboundSchema, RouteCreateRequestDestination$outboundSchema, RouteCreateRequestDestination$, RouteCreateRequest$inboundSchema, RouteCreateRequest$outboundSchema, RouteCreateRequest$;
|
|
42913
|
-
var init_routecreaterequest = __esm(() => {
|
|
42914
|
-
init_esm();
|
|
42915
|
-
init_amount();
|
|
42916
|
-
init_routedestinationtype();
|
|
42917
|
-
RouteCreateRequestDestination$inboundSchema = objectType({
|
|
42918
|
-
type: RouteDestinationType$inboundSchema,
|
|
42919
|
-
organizationId: stringType()
|
|
42920
|
-
});
|
|
42921
|
-
RouteCreateRequestDestination$outboundSchema = objectType({
|
|
42922
|
-
type: RouteDestinationType$outboundSchema,
|
|
42923
|
-
organizationId: stringType()
|
|
42924
|
-
});
|
|
42925
|
-
((RouteCreateRequestDestination$) => {
|
|
42926
|
-
RouteCreateRequestDestination$.inboundSchema = RouteCreateRequestDestination$inboundSchema;
|
|
42927
|
-
RouteCreateRequestDestination$.outboundSchema = RouteCreateRequestDestination$outboundSchema;
|
|
42928
|
-
})(RouteCreateRequestDestination$ ||= {});
|
|
42929
|
-
RouteCreateRequest$inboundSchema = objectType({
|
|
42930
|
-
id: stringType().optional(),
|
|
42931
|
-
paymentId: stringType().optional(),
|
|
42932
|
-
amount: Amount$inboundSchema.optional(),
|
|
42933
|
-
description: stringType().optional(),
|
|
42934
|
-
destination: lazyType(() => RouteCreateRequestDestination$inboundSchema).optional(),
|
|
42935
|
-
testmode: nullableType(booleanType()).optional()
|
|
42936
|
-
});
|
|
42937
|
-
RouteCreateRequest$outboundSchema = objectType({
|
|
42938
|
-
id: stringType().optional(),
|
|
42939
|
-
paymentId: stringType().optional(),
|
|
42940
|
-
amount: Amount$outboundSchema.optional(),
|
|
42941
|
-
description: stringType().optional(),
|
|
42942
|
-
destination: lazyType(() => RouteCreateRequestDestination$outboundSchema).optional(),
|
|
42943
|
-
testmode: nullableType(booleanType()).optional()
|
|
42944
|
-
});
|
|
42945
|
-
((RouteCreateRequest$) => {
|
|
42946
|
-
RouteCreateRequest$.inboundSchema = RouteCreateRequest$inboundSchema;
|
|
42947
|
-
RouteCreateRequest$.outboundSchema = RouteCreateRequest$outboundSchema;
|
|
42948
|
-
})(RouteCreateRequest$ ||= {});
|
|
42949
|
-
});
|
|
42950
|
-
|
|
42951
42985
|
// src/models/routecreateresponse.ts
|
|
42952
42986
|
var RouteCreateResponseDestination$inboundSchema, RouteCreateResponseDestination$outboundSchema, RouteCreateResponseDestination$, RouteCreateResponseLinks$inboundSchema, RouteCreateResponseLinks$outboundSchema, RouteCreateResponseLinks$, RouteCreateResponse$inboundSchema, RouteCreateResponse$outboundSchema, RouteCreateResponse$;
|
|
42953
42987
|
var init_routecreateresponse = __esm(() => {
|
|
@@ -42981,26 +43015,26 @@ var init_routecreateresponse = __esm(() => {
|
|
|
42981
43015
|
RouteCreateResponseLinks$.outboundSchema = RouteCreateResponseLinks$outboundSchema;
|
|
42982
43016
|
})(RouteCreateResponseLinks$ ||= {});
|
|
42983
43017
|
RouteCreateResponse$inboundSchema = objectType({
|
|
42984
|
-
resource: stringType(),
|
|
42985
|
-
id: stringType(),
|
|
42986
|
-
paymentId: stringType(),
|
|
42987
|
-
amount: Amount$inboundSchema,
|
|
42988
|
-
description: stringType(),
|
|
42989
|
-
destination: lazyType(() => RouteCreateResponseDestination$inboundSchema),
|
|
42990
|
-
_links: lazyType(() => RouteCreateResponseLinks$inboundSchema)
|
|
43018
|
+
resource: stringType().optional(),
|
|
43019
|
+
id: stringType().optional(),
|
|
43020
|
+
paymentId: stringType().optional(),
|
|
43021
|
+
amount: Amount$inboundSchema.optional(),
|
|
43022
|
+
description: stringType().optional(),
|
|
43023
|
+
destination: lazyType(() => RouteCreateResponseDestination$inboundSchema).optional(),
|
|
43024
|
+
_links: lazyType(() => RouteCreateResponseLinks$inboundSchema).optional()
|
|
42991
43025
|
}).transform((v2) => {
|
|
42992
43026
|
return remap(v2, {
|
|
42993
43027
|
_links: "links"
|
|
42994
43028
|
});
|
|
42995
43029
|
});
|
|
42996
43030
|
RouteCreateResponse$outboundSchema = objectType({
|
|
42997
|
-
resource: stringType(),
|
|
42998
|
-
id: stringType(),
|
|
42999
|
-
paymentId: stringType(),
|
|
43000
|
-
amount: Amount$outboundSchema,
|
|
43001
|
-
description: stringType(),
|
|
43002
|
-
destination: lazyType(() => RouteCreateResponseDestination$outboundSchema),
|
|
43003
|
-
links: lazyType(() => RouteCreateResponseLinks$outboundSchema)
|
|
43031
|
+
resource: stringType().optional(),
|
|
43032
|
+
id: stringType().optional(),
|
|
43033
|
+
paymentId: stringType().optional(),
|
|
43034
|
+
amount: Amount$outboundSchema.optional(),
|
|
43035
|
+
description: stringType().optional(),
|
|
43036
|
+
destination: lazyType(() => RouteCreateResponseDestination$outboundSchema).optional(),
|
|
43037
|
+
links: lazyType(() => RouteCreateResponseLinks$outboundSchema).optional()
|
|
43004
43038
|
}).transform((v2) => {
|
|
43005
43039
|
return remap(v2, {
|
|
43006
43040
|
links: "_links"
|
|
@@ -43045,13 +43079,13 @@ var init_routegetresponse = __esm(() => {
|
|
|
43045
43079
|
RouteGetResponseLinks$.outboundSchema = RouteGetResponseLinks$outboundSchema;
|
|
43046
43080
|
})(RouteGetResponseLinks$ ||= {});
|
|
43047
43081
|
RouteGetResponse$inboundSchema = objectType({
|
|
43048
|
-
resource: stringType(),
|
|
43049
|
-
id: stringType(),
|
|
43050
|
-
paymentId: stringType(),
|
|
43051
|
-
amount: Amount$inboundSchema,
|
|
43052
|
-
description: stringType(),
|
|
43053
|
-
destination: lazyType(() => RouteGetResponseDestination$inboundSchema),
|
|
43054
|
-
_links: lazyType(() => RouteGetResponseLinks$inboundSchema),
|
|
43082
|
+
resource: stringType().optional(),
|
|
43083
|
+
id: stringType().optional(),
|
|
43084
|
+
paymentId: stringType().optional(),
|
|
43085
|
+
amount: Amount$inboundSchema.optional(),
|
|
43086
|
+
description: stringType().optional(),
|
|
43087
|
+
destination: lazyType(() => RouteGetResponseDestination$inboundSchema).optional(),
|
|
43088
|
+
_links: lazyType(() => RouteGetResponseLinks$inboundSchema).optional(),
|
|
43055
43089
|
createdAt: stringType()
|
|
43056
43090
|
}).transform((v2) => {
|
|
43057
43091
|
return remap(v2, {
|
|
@@ -43059,13 +43093,13 @@ var init_routegetresponse = __esm(() => {
|
|
|
43059
43093
|
});
|
|
43060
43094
|
});
|
|
43061
43095
|
RouteGetResponse$outboundSchema = objectType({
|
|
43062
|
-
resource: stringType(),
|
|
43063
|
-
id: stringType(),
|
|
43064
|
-
paymentId: stringType(),
|
|
43065
|
-
amount: Amount$outboundSchema,
|
|
43066
|
-
description: stringType(),
|
|
43067
|
-
destination: lazyType(() => RouteGetResponseDestination$outboundSchema),
|
|
43068
|
-
links: lazyType(() => RouteGetResponseLinks$outboundSchema),
|
|
43096
|
+
resource: stringType().optional(),
|
|
43097
|
+
id: stringType().optional(),
|
|
43098
|
+
paymentId: stringType().optional(),
|
|
43099
|
+
amount: Amount$outboundSchema.optional(),
|
|
43100
|
+
description: stringType().optional(),
|
|
43101
|
+
destination: lazyType(() => RouteGetResponseDestination$outboundSchema).optional(),
|
|
43102
|
+
links: lazyType(() => RouteGetResponseLinks$outboundSchema).optional(),
|
|
43069
43103
|
createdAt: stringType()
|
|
43070
43104
|
}).transform((v2) => {
|
|
43071
43105
|
return remap(v2, {
|
|
@@ -43386,6 +43420,7 @@ var init_models = __esm(() => {
|
|
|
43386
43420
|
init_capturemoderesponse();
|
|
43387
43421
|
init_captureresponse();
|
|
43388
43422
|
init_capturestatus();
|
|
43423
|
+
init_clientlinkresponse();
|
|
43389
43424
|
init_componentssubtotals();
|
|
43390
43425
|
init_createwebhook();
|
|
43391
43426
|
init_currencies();
|
|
@@ -43403,7 +43438,6 @@ var init_models = __esm(() => {
|
|
|
43403
43438
|
init_entitycapture();
|
|
43404
43439
|
init_entitychargeback();
|
|
43405
43440
|
init_entityclientlink();
|
|
43406
|
-
init_entityclientlinkresponse();
|
|
43407
43441
|
init_entitycustomer();
|
|
43408
43442
|
init_entityevent();
|
|
43409
43443
|
init_entityinvoice();
|
|
@@ -43416,9 +43450,9 @@ var init_models = __esm(() => {
|
|
|
43416
43450
|
init_entitypaymentrouteresponse();
|
|
43417
43451
|
init_entitypermission();
|
|
43418
43452
|
init_entityprofile();
|
|
43419
|
-
init_entityprofileresponse();
|
|
43420
43453
|
init_entityrefund();
|
|
43421
43454
|
init_entityrefundresponse();
|
|
43455
|
+
init_entityroute();
|
|
43422
43456
|
init_entitysalesinvoice();
|
|
43423
43457
|
init_entitysalesinvoiceresponse();
|
|
43424
43458
|
init_entitysettlement();
|
|
@@ -43441,10 +43475,13 @@ var init_models = __esm(() => {
|
|
|
43441
43475
|
init_mandatestatus();
|
|
43442
43476
|
init_metadata();
|
|
43443
43477
|
init_method();
|
|
43478
|
+
init_methodincludewalletsparameter();
|
|
43479
|
+
init_methodresourceparameter();
|
|
43444
43480
|
init_methodresponse();
|
|
43445
43481
|
init_methodstatus();
|
|
43446
43482
|
init_mode();
|
|
43447
43483
|
init_onboardingstatus();
|
|
43484
|
+
init_onboardingvatregulation();
|
|
43448
43485
|
init_organizationvatregulation();
|
|
43449
43486
|
init_paymentaddress();
|
|
43450
43487
|
init_paymentdetailscardauditionresponse();
|
|
@@ -43468,6 +43505,7 @@ var init_models = __esm(() => {
|
|
|
43468
43505
|
init_paymentrequest();
|
|
43469
43506
|
init_paymentresponse();
|
|
43470
43507
|
init_paymentstatus();
|
|
43508
|
+
init_profileresponse();
|
|
43471
43509
|
init_profilereviewstatusresponse();
|
|
43472
43510
|
init_profilestatus();
|
|
43473
43511
|
init_recurringlineitem();
|
|
@@ -43475,7 +43513,6 @@ var init_models = __esm(() => {
|
|
|
43475
43513
|
init_refundexternalreferencetyperesponse();
|
|
43476
43514
|
init_refundroutingreversalssourcetype();
|
|
43477
43515
|
init_refundstatus();
|
|
43478
|
-
init_routecreaterequest();
|
|
43479
43516
|
init_routecreateresponse();
|
|
43480
43517
|
init_routedestinationtype();
|
|
43481
43518
|
init_routedestinationtyperesponse();
|
|
@@ -44407,25 +44444,16 @@ var init_getbalance = __esm(() => {
|
|
|
44407
44444
|
});
|
|
44408
44445
|
|
|
44409
44446
|
// src/models/operations/getbalancereport.ts
|
|
44410
|
-
var
|
|
44447
|
+
var GetBalanceReportRequest$inboundSchema, GetBalanceReportRequest$outboundSchema, GetBalanceReportRequest$;
|
|
44411
44448
|
var init_getbalancereport = __esm(() => {
|
|
44412
44449
|
init_esm();
|
|
44413
44450
|
init_primitives();
|
|
44414
|
-
|
|
44415
|
-
StatusBalances: "status-balances",
|
|
44416
|
-
TransactionCategories: "transaction-categories"
|
|
44417
|
-
};
|
|
44418
|
-
Grouping$inboundSchema = nativeEnumType(Grouping);
|
|
44419
|
-
Grouping$outboundSchema = Grouping$inboundSchema;
|
|
44420
|
-
((Grouping$) => {
|
|
44421
|
-
Grouping$.inboundSchema = Grouping$inboundSchema;
|
|
44422
|
-
Grouping$.outboundSchema = Grouping$outboundSchema;
|
|
44423
|
-
})(Grouping$ ||= {});
|
|
44451
|
+
init_models();
|
|
44424
44452
|
GetBalanceReportRequest$inboundSchema = objectType({
|
|
44425
44453
|
balanceId: stringType(),
|
|
44426
44454
|
from: stringType(),
|
|
44427
44455
|
until: stringType(),
|
|
44428
|
-
grouping:
|
|
44456
|
+
grouping: BalanceReportGrouping$inboundSchema.optional(),
|
|
44429
44457
|
testmode: nullableType(booleanType()).optional(),
|
|
44430
44458
|
"idempotency-key": stringType().optional()
|
|
44431
44459
|
}).transform((v2) => {
|
|
@@ -44437,7 +44465,7 @@ var init_getbalancereport = __esm(() => {
|
|
|
44437
44465
|
balanceId: stringType(),
|
|
44438
44466
|
from: stringType(),
|
|
44439
44467
|
until: stringType(),
|
|
44440
|
-
grouping:
|
|
44468
|
+
grouping: BalanceReportGrouping$outboundSchema.optional(),
|
|
44441
44469
|
testmode: nullableType(booleanType()).optional(),
|
|
44442
44470
|
idempotencyKey: stringType().optional()
|
|
44443
44471
|
}).transform((v2) => {
|
|
@@ -45542,19 +45570,19 @@ var init_listallchargebacks = __esm(() => {
|
|
|
45542
45570
|
ListAllChargebacksRequest$.outboundSchema = ListAllChargebacksRequest$outboundSchema;
|
|
45543
45571
|
})(ListAllChargebacksRequest$ ||= {});
|
|
45544
45572
|
ListAllChargebacksEmbedded$inboundSchema = objectType({
|
|
45545
|
-
chargebacks: arrayType(EntityChargeback$inboundSchema)
|
|
45573
|
+
chargebacks: arrayType(EntityChargeback$inboundSchema)
|
|
45546
45574
|
});
|
|
45547
45575
|
ListAllChargebacksEmbedded$outboundSchema = objectType({
|
|
45548
|
-
chargebacks: arrayType(EntityChargeback$outboundSchema)
|
|
45576
|
+
chargebacks: arrayType(EntityChargeback$outboundSchema)
|
|
45549
45577
|
});
|
|
45550
45578
|
((ListAllChargebacksEmbedded$) => {
|
|
45551
45579
|
ListAllChargebacksEmbedded$.inboundSchema = ListAllChargebacksEmbedded$inboundSchema;
|
|
45552
45580
|
ListAllChargebacksEmbedded$.outboundSchema = ListAllChargebacksEmbedded$outboundSchema;
|
|
45553
45581
|
})(ListAllChargebacksEmbedded$ ||= {});
|
|
45554
45582
|
ListAllChargebacksResponse$inboundSchema = objectType({
|
|
45555
|
-
count: numberType().int()
|
|
45556
|
-
_embedded: lazyType(() => ListAllChargebacksEmbedded$inboundSchema)
|
|
45557
|
-
_links: ListLinks$inboundSchema
|
|
45583
|
+
count: numberType().int(),
|
|
45584
|
+
_embedded: lazyType(() => ListAllChargebacksEmbedded$inboundSchema),
|
|
45585
|
+
_links: ListLinks$inboundSchema
|
|
45558
45586
|
}).transform((v2) => {
|
|
45559
45587
|
return remap(v2, {
|
|
45560
45588
|
_embedded: "embedded",
|
|
@@ -45562,9 +45590,9 @@ var init_listallchargebacks = __esm(() => {
|
|
|
45562
45590
|
});
|
|
45563
45591
|
});
|
|
45564
45592
|
ListAllChargebacksResponse$outboundSchema = objectType({
|
|
45565
|
-
count: numberType().int()
|
|
45566
|
-
embedded: lazyType(() => ListAllChargebacksEmbedded$outboundSchema)
|
|
45567
|
-
links: ListLinks$outboundSchema
|
|
45593
|
+
count: numberType().int(),
|
|
45594
|
+
embedded: lazyType(() => ListAllChargebacksEmbedded$outboundSchema),
|
|
45595
|
+
links: ListLinks$outboundSchema
|
|
45568
45596
|
}).transform((v2) => {
|
|
45569
45597
|
return remap(v2, {
|
|
45570
45598
|
embedded: "_embedded",
|
|
@@ -45834,19 +45862,19 @@ var init_listbalances = __esm(() => {
|
|
|
45834
45862
|
ListBalancesRequest$.outboundSchema = ListBalancesRequest$outboundSchema;
|
|
45835
45863
|
})(ListBalancesRequest$ ||= {});
|
|
45836
45864
|
ListBalancesEmbedded$inboundSchema = objectType({
|
|
45837
|
-
balances: arrayType(EntityBalance$inboundSchema)
|
|
45865
|
+
balances: arrayType(EntityBalance$inboundSchema)
|
|
45838
45866
|
});
|
|
45839
45867
|
ListBalancesEmbedded$outboundSchema = objectType({
|
|
45840
|
-
balances: arrayType(EntityBalance$outboundSchema)
|
|
45868
|
+
balances: arrayType(EntityBalance$outboundSchema)
|
|
45841
45869
|
});
|
|
45842
45870
|
((ListBalancesEmbedded$) => {
|
|
45843
45871
|
ListBalancesEmbedded$.inboundSchema = ListBalancesEmbedded$inboundSchema;
|
|
45844
45872
|
ListBalancesEmbedded$.outboundSchema = ListBalancesEmbedded$outboundSchema;
|
|
45845
45873
|
})(ListBalancesEmbedded$ ||= {});
|
|
45846
45874
|
ListBalancesResponse$inboundSchema = objectType({
|
|
45847
|
-
count: numberType().int()
|
|
45848
|
-
_embedded: lazyType(() => ListBalancesEmbedded$inboundSchema)
|
|
45849
|
-
_links: ListLinks$inboundSchema
|
|
45875
|
+
count: numberType().int(),
|
|
45876
|
+
_embedded: lazyType(() => ListBalancesEmbedded$inboundSchema),
|
|
45877
|
+
_links: ListLinks$inboundSchema
|
|
45850
45878
|
}).transform((v2) => {
|
|
45851
45879
|
return remap(v2, {
|
|
45852
45880
|
_embedded: "embedded",
|
|
@@ -45854,9 +45882,9 @@ var init_listbalances = __esm(() => {
|
|
|
45854
45882
|
});
|
|
45855
45883
|
});
|
|
45856
45884
|
ListBalancesResponse$outboundSchema = objectType({
|
|
45857
|
-
count: numberType().int()
|
|
45858
|
-
embedded: lazyType(() => ListBalancesEmbedded$outboundSchema)
|
|
45859
|
-
links: ListLinks$outboundSchema
|
|
45885
|
+
count: numberType().int(),
|
|
45886
|
+
embedded: lazyType(() => ListBalancesEmbedded$outboundSchema),
|
|
45887
|
+
links: ListLinks$outboundSchema
|
|
45860
45888
|
}).transform((v2) => {
|
|
45861
45889
|
return remap(v2, {
|
|
45862
45890
|
embedded: "_embedded",
|
|
@@ -45902,14 +45930,14 @@ var init_listbalancetransactions = __esm(() => {
|
|
|
45902
45930
|
ListBalanceTransactionsRequest$.outboundSchema = ListBalanceTransactionsRequest$outboundSchema;
|
|
45903
45931
|
})(ListBalanceTransactionsRequest$ ||= {});
|
|
45904
45932
|
ListBalanceTransactionsEmbedded$inboundSchema = objectType({
|
|
45905
|
-
balance_transactions: arrayType(EntityBalanceTransaction$inboundSchema)
|
|
45933
|
+
balance_transactions: arrayType(EntityBalanceTransaction$inboundSchema)
|
|
45906
45934
|
}).transform((v2) => {
|
|
45907
45935
|
return remap(v2, {
|
|
45908
45936
|
balance_transactions: "balanceTransactions"
|
|
45909
45937
|
});
|
|
45910
45938
|
});
|
|
45911
45939
|
ListBalanceTransactionsEmbedded$outboundSchema = objectType({
|
|
45912
|
-
balanceTransactions: arrayType(EntityBalanceTransaction$outboundSchema)
|
|
45940
|
+
balanceTransactions: arrayType(EntityBalanceTransaction$outboundSchema)
|
|
45913
45941
|
}).transform((v2) => {
|
|
45914
45942
|
return remap(v2, {
|
|
45915
45943
|
balanceTransactions: "balance_transactions"
|
|
@@ -45920,9 +45948,9 @@ var init_listbalancetransactions = __esm(() => {
|
|
|
45920
45948
|
ListBalanceTransactionsEmbedded$.outboundSchema = ListBalanceTransactionsEmbedded$outboundSchema;
|
|
45921
45949
|
})(ListBalanceTransactionsEmbedded$ ||= {});
|
|
45922
45950
|
ListBalanceTransactionsResponse$inboundSchema = objectType({
|
|
45923
|
-
count: numberType().int()
|
|
45924
|
-
_embedded: lazyType(() => ListBalanceTransactionsEmbedded$inboundSchema)
|
|
45925
|
-
_links: ListLinks$inboundSchema
|
|
45951
|
+
count: numberType().int(),
|
|
45952
|
+
_embedded: lazyType(() => ListBalanceTransactionsEmbedded$inboundSchema),
|
|
45953
|
+
_links: ListLinks$inboundSchema
|
|
45926
45954
|
}).transform((v2) => {
|
|
45927
45955
|
return remap(v2, {
|
|
45928
45956
|
_embedded: "embedded",
|
|
@@ -45930,9 +45958,9 @@ var init_listbalancetransactions = __esm(() => {
|
|
|
45930
45958
|
});
|
|
45931
45959
|
});
|
|
45932
45960
|
ListBalanceTransactionsResponse$outboundSchema = objectType({
|
|
45933
|
-
count: numberType().int()
|
|
45934
|
-
embedded: lazyType(() => ListBalanceTransactionsEmbedded$outboundSchema)
|
|
45935
|
-
links: ListLinks$outboundSchema
|
|
45961
|
+
count: numberType().int(),
|
|
45962
|
+
embedded: lazyType(() => ListBalanceTransactionsEmbedded$outboundSchema),
|
|
45963
|
+
links: ListLinks$outboundSchema
|
|
45936
45964
|
}).transform((v2) => {
|
|
45937
45965
|
return remap(v2, {
|
|
45938
45966
|
embedded: "_embedded",
|
|
@@ -45946,7 +45974,7 @@ var init_listbalancetransactions = __esm(() => {
|
|
|
45946
45974
|
});
|
|
45947
45975
|
|
|
45948
45976
|
// src/models/operations/listcapabilities.ts
|
|
45949
|
-
var ListCapabilitiesRequest$inboundSchema, ListCapabilitiesRequest$outboundSchema, ListCapabilitiesRequest$, ListCapabilitiesEmbedded$inboundSchema, ListCapabilitiesEmbedded$outboundSchema, ListCapabilitiesEmbedded$,
|
|
45977
|
+
var ListCapabilitiesRequest$inboundSchema, ListCapabilitiesRequest$outboundSchema, ListCapabilitiesRequest$, ListCapabilitiesEmbedded$inboundSchema, ListCapabilitiesEmbedded$outboundSchema, ListCapabilitiesEmbedded$, ListCapabilitiesLinks$inboundSchema, ListCapabilitiesLinks$outboundSchema, ListCapabilitiesLinks$, ListCapabilitiesResponse$inboundSchema, ListCapabilitiesResponse$outboundSchema, ListCapabilitiesResponse$;
|
|
45950
45978
|
var init_listcapabilities = __esm(() => {
|
|
45951
45979
|
init_esm();
|
|
45952
45980
|
init_primitives();
|
|
@@ -45970,41 +45998,29 @@ var init_listcapabilities = __esm(() => {
|
|
|
45970
45998
|
ListCapabilitiesRequest$.outboundSchema = ListCapabilitiesRequest$outboundSchema;
|
|
45971
45999
|
})(ListCapabilitiesRequest$ ||= {});
|
|
45972
46000
|
ListCapabilitiesEmbedded$inboundSchema = objectType({
|
|
45973
|
-
capabilities: arrayType(EntityCapability$inboundSchema)
|
|
46001
|
+
capabilities: arrayType(EntityCapability$inboundSchema)
|
|
45974
46002
|
});
|
|
45975
46003
|
ListCapabilitiesEmbedded$outboundSchema = objectType({
|
|
45976
|
-
capabilities: arrayType(EntityCapability$outboundSchema)
|
|
46004
|
+
capabilities: arrayType(EntityCapability$outboundSchema)
|
|
45977
46005
|
});
|
|
45978
46006
|
((ListCapabilitiesEmbedded$) => {
|
|
45979
46007
|
ListCapabilitiesEmbedded$.inboundSchema = ListCapabilitiesEmbedded$inboundSchema;
|
|
45980
46008
|
ListCapabilitiesEmbedded$.outboundSchema = ListCapabilitiesEmbedded$outboundSchema;
|
|
45981
46009
|
})(ListCapabilitiesEmbedded$ ||= {});
|
|
45982
|
-
Documentation$inboundSchema2 = objectType({
|
|
45983
|
-
href: stringType().optional(),
|
|
45984
|
-
type: stringType().optional()
|
|
45985
|
-
});
|
|
45986
|
-
Documentation$outboundSchema2 = objectType({
|
|
45987
|
-
href: stringType().optional(),
|
|
45988
|
-
type: stringType().optional()
|
|
45989
|
-
});
|
|
45990
|
-
((Documentation$) => {
|
|
45991
|
-
Documentation$.inboundSchema = Documentation$inboundSchema2;
|
|
45992
|
-
Documentation$.outboundSchema = Documentation$outboundSchema2;
|
|
45993
|
-
})(Documentation$2 ||= {});
|
|
45994
46010
|
ListCapabilitiesLinks$inboundSchema = objectType({
|
|
45995
|
-
documentation:
|
|
46011
|
+
documentation: Url$inboundSchema.optional()
|
|
45996
46012
|
});
|
|
45997
46013
|
ListCapabilitiesLinks$outboundSchema = objectType({
|
|
45998
|
-
documentation:
|
|
46014
|
+
documentation: Url$outboundSchema.optional()
|
|
45999
46015
|
});
|
|
46000
46016
|
((ListCapabilitiesLinks$) => {
|
|
46001
46017
|
ListCapabilitiesLinks$.inboundSchema = ListCapabilitiesLinks$inboundSchema;
|
|
46002
46018
|
ListCapabilitiesLinks$.outboundSchema = ListCapabilitiesLinks$outboundSchema;
|
|
46003
46019
|
})(ListCapabilitiesLinks$ ||= {});
|
|
46004
46020
|
ListCapabilitiesResponse$inboundSchema = objectType({
|
|
46005
|
-
count: numberType().int()
|
|
46006
|
-
_embedded: lazyType(() => ListCapabilitiesEmbedded$inboundSchema)
|
|
46007
|
-
_links: lazyType(() => ListCapabilitiesLinks$inboundSchema)
|
|
46021
|
+
count: numberType().int(),
|
|
46022
|
+
_embedded: lazyType(() => ListCapabilitiesEmbedded$inboundSchema),
|
|
46023
|
+
_links: lazyType(() => ListCapabilitiesLinks$inboundSchema)
|
|
46008
46024
|
}).transform((v2) => {
|
|
46009
46025
|
return remap(v2, {
|
|
46010
46026
|
_embedded: "embedded",
|
|
@@ -46012,9 +46028,9 @@ var init_listcapabilities = __esm(() => {
|
|
|
46012
46028
|
});
|
|
46013
46029
|
});
|
|
46014
46030
|
ListCapabilitiesResponse$outboundSchema = objectType({
|
|
46015
|
-
count: numberType().int()
|
|
46016
|
-
embedded: lazyType(() => ListCapabilitiesEmbedded$outboundSchema)
|
|
46017
|
-
links: lazyType(() => ListCapabilitiesLinks$outboundSchema)
|
|
46031
|
+
count: numberType().int(),
|
|
46032
|
+
embedded: lazyType(() => ListCapabilitiesEmbedded$outboundSchema),
|
|
46033
|
+
links: lazyType(() => ListCapabilitiesLinks$outboundSchema)
|
|
46018
46034
|
}).transform((v2) => {
|
|
46019
46035
|
return remap(v2, {
|
|
46020
46036
|
embedded: "_embedded",
|
|
@@ -46132,19 +46148,19 @@ var init_listchargebacks = __esm(() => {
|
|
|
46132
46148
|
ListChargebacksRequest$.outboundSchema = ListChargebacksRequest$outboundSchema;
|
|
46133
46149
|
})(ListChargebacksRequest$ ||= {});
|
|
46134
46150
|
ListChargebacksEmbedded$inboundSchema = objectType({
|
|
46135
|
-
chargebacks: arrayType(EntityChargeback$inboundSchema)
|
|
46151
|
+
chargebacks: arrayType(EntityChargeback$inboundSchema)
|
|
46136
46152
|
});
|
|
46137
46153
|
ListChargebacksEmbedded$outboundSchema = objectType({
|
|
46138
|
-
chargebacks: arrayType(EntityChargeback$outboundSchema)
|
|
46154
|
+
chargebacks: arrayType(EntityChargeback$outboundSchema)
|
|
46139
46155
|
});
|
|
46140
46156
|
((ListChargebacksEmbedded$) => {
|
|
46141
46157
|
ListChargebacksEmbedded$.inboundSchema = ListChargebacksEmbedded$inboundSchema;
|
|
46142
46158
|
ListChargebacksEmbedded$.outboundSchema = ListChargebacksEmbedded$outboundSchema;
|
|
46143
46159
|
})(ListChargebacksEmbedded$ ||= {});
|
|
46144
46160
|
ListChargebacksResponse$inboundSchema = objectType({
|
|
46145
|
-
count: numberType().int()
|
|
46146
|
-
_embedded: lazyType(() => ListChargebacksEmbedded$inboundSchema)
|
|
46147
|
-
_links: ListLinks$inboundSchema
|
|
46161
|
+
count: numberType().int(),
|
|
46162
|
+
_embedded: lazyType(() => ListChargebacksEmbedded$inboundSchema),
|
|
46163
|
+
_links: ListLinks$inboundSchema
|
|
46148
46164
|
}).transform((v2) => {
|
|
46149
46165
|
return remap(v2, {
|
|
46150
46166
|
_embedded: "embedded",
|
|
@@ -46152,9 +46168,9 @@ var init_listchargebacks = __esm(() => {
|
|
|
46152
46168
|
});
|
|
46153
46169
|
});
|
|
46154
46170
|
ListChargebacksResponse$outboundSchema = objectType({
|
|
46155
|
-
count: numberType().int()
|
|
46156
|
-
embedded: lazyType(() => ListChargebacksEmbedded$outboundSchema)
|
|
46157
|
-
links: ListLinks$outboundSchema
|
|
46171
|
+
count: numberType().int(),
|
|
46172
|
+
embedded: lazyType(() => ListChargebacksEmbedded$outboundSchema),
|
|
46173
|
+
links: ListLinks$outboundSchema
|
|
46158
46174
|
}).transform((v2) => {
|
|
46159
46175
|
return remap(v2, {
|
|
46160
46176
|
embedded: "_embedded",
|
|
@@ -46562,19 +46578,19 @@ var init_listinvoices = __esm(() => {
|
|
|
46562
46578
|
Invoice$.outboundSchema = Invoice$outboundSchema;
|
|
46563
46579
|
})(Invoice$ ||= {});
|
|
46564
46580
|
ListInvoicesEmbedded$inboundSchema = objectType({
|
|
46565
|
-
invoices: arrayType(lazyType(() => Invoice$inboundSchema))
|
|
46581
|
+
invoices: arrayType(lazyType(() => Invoice$inboundSchema))
|
|
46566
46582
|
});
|
|
46567
46583
|
ListInvoicesEmbedded$outboundSchema = objectType({
|
|
46568
|
-
invoices: arrayType(lazyType(() => Invoice$outboundSchema))
|
|
46584
|
+
invoices: arrayType(lazyType(() => Invoice$outboundSchema))
|
|
46569
46585
|
});
|
|
46570
46586
|
((ListInvoicesEmbedded$) => {
|
|
46571
46587
|
ListInvoicesEmbedded$.inboundSchema = ListInvoicesEmbedded$inboundSchema;
|
|
46572
46588
|
ListInvoicesEmbedded$.outboundSchema = ListInvoicesEmbedded$outboundSchema;
|
|
46573
46589
|
})(ListInvoicesEmbedded$ ||= {});
|
|
46574
46590
|
ListInvoicesResponse$inboundSchema = objectType({
|
|
46575
|
-
count: numberType().int()
|
|
46576
|
-
_embedded: lazyType(() => ListInvoicesEmbedded$inboundSchema)
|
|
46577
|
-
_links: ListLinks$inboundSchema
|
|
46591
|
+
count: numberType().int(),
|
|
46592
|
+
_embedded: lazyType(() => ListInvoicesEmbedded$inboundSchema),
|
|
46593
|
+
_links: ListLinks$inboundSchema
|
|
46578
46594
|
}).transform((v2) => {
|
|
46579
46595
|
return remap(v2, {
|
|
46580
46596
|
_embedded: "embedded",
|
|
@@ -46582,9 +46598,9 @@ var init_listinvoices = __esm(() => {
|
|
|
46582
46598
|
});
|
|
46583
46599
|
});
|
|
46584
46600
|
ListInvoicesResponse$outboundSchema = objectType({
|
|
46585
|
-
count: numberType().int()
|
|
46586
|
-
embedded: lazyType(() => ListInvoicesEmbedded$outboundSchema)
|
|
46587
|
-
links: ListLinks$outboundSchema
|
|
46601
|
+
count: numberType().int(),
|
|
46602
|
+
embedded: lazyType(() => ListInvoicesEmbedded$outboundSchema),
|
|
46603
|
+
links: ListLinks$outboundSchema
|
|
46588
46604
|
}).transform((v2) => {
|
|
46589
46605
|
return remap(v2, {
|
|
46590
46606
|
embedded: "_embedded",
|
|
@@ -46668,37 +46684,18 @@ var init_listmandates = __esm(() => {
|
|
|
46668
46684
|
});
|
|
46669
46685
|
|
|
46670
46686
|
// src/models/operations/listmethods.ts
|
|
46671
|
-
var
|
|
46687
|
+
var ListMethodsRequest$inboundSchema, ListMethodsRequest$outboundSchema, ListMethodsRequest$, ListMethodsEmbedded$inboundSchema, ListMethodsEmbedded$outboundSchema, ListMethodsEmbedded$, ListMethodsLinks$inboundSchema, ListMethodsLinks$outboundSchema, ListMethodsLinks$, ListMethodsResponse$inboundSchema, ListMethodsResponse$outboundSchema, ListMethodsResponse$;
|
|
46672
46688
|
var init_listmethods = __esm(() => {
|
|
46673
46689
|
init_esm();
|
|
46674
46690
|
init_primitives();
|
|
46675
46691
|
init_models();
|
|
46676
|
-
Resource = {
|
|
46677
|
-
Payments: "payments",
|
|
46678
|
-
Orders: "orders"
|
|
46679
|
-
};
|
|
46680
|
-
IncludeWallets = {
|
|
46681
|
-
Applepay: "applepay"
|
|
46682
|
-
};
|
|
46683
|
-
Resource$inboundSchema = nativeEnumType(Resource);
|
|
46684
|
-
Resource$outboundSchema = Resource$inboundSchema;
|
|
46685
|
-
((Resource$) => {
|
|
46686
|
-
Resource$.inboundSchema = Resource$inboundSchema;
|
|
46687
|
-
Resource$.outboundSchema = Resource$outboundSchema;
|
|
46688
|
-
})(Resource$ ||= {});
|
|
46689
|
-
IncludeWallets$inboundSchema = nativeEnumType(IncludeWallets);
|
|
46690
|
-
IncludeWallets$outboundSchema = IncludeWallets$inboundSchema;
|
|
46691
|
-
((IncludeWallets$) => {
|
|
46692
|
-
IncludeWallets$.inboundSchema = IncludeWallets$inboundSchema;
|
|
46693
|
-
IncludeWallets$.outboundSchema = IncludeWallets$outboundSchema;
|
|
46694
|
-
})(IncludeWallets$ ||= {});
|
|
46695
46692
|
ListMethodsRequest$inboundSchema = objectType({
|
|
46696
46693
|
sequenceType: SequenceType$inboundSchema.optional(),
|
|
46697
46694
|
locale: LocaleParameter$inboundSchema.optional(),
|
|
46698
46695
|
amount: Amount$inboundSchema.optional(),
|
|
46699
|
-
resource:
|
|
46696
|
+
resource: MethodResourceParameter$inboundSchema.optional(),
|
|
46700
46697
|
billingCountry: stringType().optional(),
|
|
46701
|
-
includeWallets:
|
|
46698
|
+
includeWallets: MethodIncludeWalletsParameter$inboundSchema.optional(),
|
|
46702
46699
|
orderLineCategories: LineCategories$inboundSchema.optional(),
|
|
46703
46700
|
profileId: stringType().optional(),
|
|
46704
46701
|
include: nullableType(stringType()).optional(),
|
|
@@ -46713,9 +46710,9 @@ var init_listmethods = __esm(() => {
|
|
|
46713
46710
|
sequenceType: SequenceType$outboundSchema.optional(),
|
|
46714
46711
|
locale: LocaleParameter$outboundSchema.optional(),
|
|
46715
46712
|
amount: Amount$outboundSchema.optional(),
|
|
46716
|
-
resource:
|
|
46713
|
+
resource: MethodResourceParameter$outboundSchema.optional(),
|
|
46717
46714
|
billingCountry: stringType().optional(),
|
|
46718
|
-
includeWallets:
|
|
46715
|
+
includeWallets: MethodIncludeWalletsParameter$outboundSchema.optional(),
|
|
46719
46716
|
orderLineCategories: LineCategories$outboundSchema.optional(),
|
|
46720
46717
|
profileId: stringType().optional(),
|
|
46721
46718
|
include: nullableType(stringType()).optional(),
|
|
@@ -46947,10 +46944,10 @@ var init_listpermissions = __esm(() => {
|
|
|
46947
46944
|
ListPermissionsRequest$.outboundSchema = ListPermissionsRequest$outboundSchema;
|
|
46948
46945
|
})(ListPermissionsRequest$ ||= {});
|
|
46949
46946
|
ListPermissionsEmbedded$inboundSchema = objectType({
|
|
46950
|
-
permissions: arrayType(EntityPermission$inboundSchema)
|
|
46947
|
+
permissions: arrayType(EntityPermission$inboundSchema)
|
|
46951
46948
|
});
|
|
46952
46949
|
ListPermissionsEmbedded$outboundSchema = objectType({
|
|
46953
|
-
permissions: arrayType(EntityPermission$outboundSchema)
|
|
46950
|
+
permissions: arrayType(EntityPermission$outboundSchema)
|
|
46954
46951
|
});
|
|
46955
46952
|
((ListPermissionsEmbedded$) => {
|
|
46956
46953
|
ListPermissionsEmbedded$.inboundSchema = ListPermissionsEmbedded$inboundSchema;
|
|
@@ -46969,9 +46966,9 @@ var init_listpermissions = __esm(() => {
|
|
|
46969
46966
|
ListPermissionsLinks$.outboundSchema = ListPermissionsLinks$outboundSchema;
|
|
46970
46967
|
})(ListPermissionsLinks$ ||= {});
|
|
46971
46968
|
ListPermissionsResponse$inboundSchema = objectType({
|
|
46972
|
-
count: numberType().int()
|
|
46973
|
-
_embedded: lazyType(() => ListPermissionsEmbedded$inboundSchema)
|
|
46974
|
-
_links: lazyType(() => ListPermissionsLinks$inboundSchema)
|
|
46969
|
+
count: numberType().int(),
|
|
46970
|
+
_embedded: lazyType(() => ListPermissionsEmbedded$inboundSchema),
|
|
46971
|
+
_links: lazyType(() => ListPermissionsLinks$inboundSchema)
|
|
46975
46972
|
}).transform((v2) => {
|
|
46976
46973
|
return remap(v2, {
|
|
46977
46974
|
_embedded: "embedded",
|
|
@@ -46979,9 +46976,9 @@ var init_listpermissions = __esm(() => {
|
|
|
46979
46976
|
});
|
|
46980
46977
|
});
|
|
46981
46978
|
ListPermissionsResponse$outboundSchema = objectType({
|
|
46982
|
-
count: numberType().int()
|
|
46983
|
-
embedded: lazyType(() => ListPermissionsEmbedded$outboundSchema)
|
|
46984
|
-
links: lazyType(() => ListPermissionsLinks$outboundSchema)
|
|
46979
|
+
count: numberType().int(),
|
|
46980
|
+
embedded: lazyType(() => ListPermissionsEmbedded$outboundSchema),
|
|
46981
|
+
links: lazyType(() => ListPermissionsLinks$outboundSchema)
|
|
46985
46982
|
}).transform((v2) => {
|
|
46986
46983
|
return remap(v2, {
|
|
46987
46984
|
embedded: "_embedded",
|
|
@@ -47023,19 +47020,19 @@ var init_listprofiles = __esm(() => {
|
|
|
47023
47020
|
ListProfilesRequest$.outboundSchema = ListProfilesRequest$outboundSchema;
|
|
47024
47021
|
})(ListProfilesRequest$ ||= {});
|
|
47025
47022
|
ListProfilesEmbedded$inboundSchema = objectType({
|
|
47026
|
-
profiles: arrayType(
|
|
47023
|
+
profiles: arrayType(ProfileResponse$inboundSchema)
|
|
47027
47024
|
});
|
|
47028
47025
|
ListProfilesEmbedded$outboundSchema = objectType({
|
|
47029
|
-
profiles: arrayType(
|
|
47026
|
+
profiles: arrayType(ProfileResponse$outboundSchema)
|
|
47030
47027
|
});
|
|
47031
47028
|
((ListProfilesEmbedded$) => {
|
|
47032
47029
|
ListProfilesEmbedded$.inboundSchema = ListProfilesEmbedded$inboundSchema;
|
|
47033
47030
|
ListProfilesEmbedded$.outboundSchema = ListProfilesEmbedded$outboundSchema;
|
|
47034
47031
|
})(ListProfilesEmbedded$ ||= {});
|
|
47035
47032
|
ListProfilesResponse$inboundSchema = objectType({
|
|
47036
|
-
count: numberType().int()
|
|
47037
|
-
_embedded: lazyType(() => ListProfilesEmbedded$inboundSchema)
|
|
47038
|
-
_links: ListLinks$inboundSchema
|
|
47033
|
+
count: numberType().int(),
|
|
47034
|
+
_embedded: lazyType(() => ListProfilesEmbedded$inboundSchema),
|
|
47035
|
+
_links: ListLinks$inboundSchema
|
|
47039
47036
|
}).transform((v2) => {
|
|
47040
47037
|
return remap(v2, {
|
|
47041
47038
|
_embedded: "embedded",
|
|
@@ -47043,9 +47040,9 @@ var init_listprofiles = __esm(() => {
|
|
|
47043
47040
|
});
|
|
47044
47041
|
});
|
|
47045
47042
|
ListProfilesResponse$outboundSchema = objectType({
|
|
47046
|
-
count: numberType().int()
|
|
47047
|
-
embedded: lazyType(() => ListProfilesEmbedded$outboundSchema)
|
|
47048
|
-
links: ListLinks$outboundSchema
|
|
47043
|
+
count: numberType().int(),
|
|
47044
|
+
embedded: lazyType(() => ListProfilesEmbedded$outboundSchema),
|
|
47045
|
+
links: ListLinks$outboundSchema
|
|
47049
47046
|
}).transform((v2) => {
|
|
47050
47047
|
return remap(v2, {
|
|
47051
47048
|
embedded: "_embedded",
|
|
@@ -47307,19 +47304,19 @@ var init_listsettlementchargebacks = __esm(() => {
|
|
|
47307
47304
|
ListSettlementChargebacksRequest$.outboundSchema = ListSettlementChargebacksRequest$outboundSchema;
|
|
47308
47305
|
})(ListSettlementChargebacksRequest$ ||= {});
|
|
47309
47306
|
ListSettlementChargebacksEmbedded$inboundSchema = objectType({
|
|
47310
|
-
chargebacks: arrayType(EntityChargeback$inboundSchema)
|
|
47307
|
+
chargebacks: arrayType(EntityChargeback$inboundSchema)
|
|
47311
47308
|
});
|
|
47312
47309
|
ListSettlementChargebacksEmbedded$outboundSchema = objectType({
|
|
47313
|
-
chargebacks: arrayType(EntityChargeback$outboundSchema)
|
|
47310
|
+
chargebacks: arrayType(EntityChargeback$outboundSchema)
|
|
47314
47311
|
});
|
|
47315
47312
|
((ListSettlementChargebacksEmbedded$) => {
|
|
47316
47313
|
ListSettlementChargebacksEmbedded$.inboundSchema = ListSettlementChargebacksEmbedded$inboundSchema;
|
|
47317
47314
|
ListSettlementChargebacksEmbedded$.outboundSchema = ListSettlementChargebacksEmbedded$outboundSchema;
|
|
47318
47315
|
})(ListSettlementChargebacksEmbedded$ ||= {});
|
|
47319
47316
|
ListSettlementChargebacksResponse$inboundSchema = objectType({
|
|
47320
|
-
count: numberType().int()
|
|
47321
|
-
_embedded: lazyType(() => ListSettlementChargebacksEmbedded$inboundSchema)
|
|
47322
|
-
_links: ListLinks$inboundSchema
|
|
47317
|
+
count: numberType().int(),
|
|
47318
|
+
_embedded: lazyType(() => ListSettlementChargebacksEmbedded$inboundSchema),
|
|
47319
|
+
_links: ListLinks$inboundSchema
|
|
47323
47320
|
}).transform((v2) => {
|
|
47324
47321
|
return remap(v2, {
|
|
47325
47322
|
_embedded: "embedded",
|
|
@@ -47327,9 +47324,9 @@ var init_listsettlementchargebacks = __esm(() => {
|
|
|
47327
47324
|
});
|
|
47328
47325
|
});
|
|
47329
47326
|
ListSettlementChargebacksResponse$outboundSchema = objectType({
|
|
47330
|
-
count: numberType().int()
|
|
47331
|
-
embedded: lazyType(() => ListSettlementChargebacksEmbedded$outboundSchema)
|
|
47332
|
-
links: ListLinks$outboundSchema
|
|
47327
|
+
count: numberType().int(),
|
|
47328
|
+
embedded: lazyType(() => ListSettlementChargebacksEmbedded$outboundSchema),
|
|
47329
|
+
links: ListLinks$outboundSchema
|
|
47333
47330
|
}).transform((v2) => {
|
|
47334
47331
|
return remap(v2, {
|
|
47335
47332
|
embedded: "_embedded",
|
|
@@ -47847,21 +47844,21 @@ var init_paymentcreateroute = __esm(() => {
|
|
|
47847
47844
|
PaymentCreateRouteRequest$inboundSchema = objectType({
|
|
47848
47845
|
paymentId: stringType(),
|
|
47849
47846
|
"idempotency-key": stringType().optional(),
|
|
47850
|
-
"route
|
|
47847
|
+
"entity-route": EntityRoute$inboundSchema.optional()
|
|
47851
47848
|
}).transform((v2) => {
|
|
47852
47849
|
return remap(v2, {
|
|
47853
47850
|
"idempotency-key": "idempotencyKey",
|
|
47854
|
-
"route
|
|
47851
|
+
"entity-route": "entityRoute"
|
|
47855
47852
|
});
|
|
47856
47853
|
});
|
|
47857
47854
|
PaymentCreateRouteRequest$outboundSchema = objectType({
|
|
47858
47855
|
paymentId: stringType(),
|
|
47859
47856
|
idempotencyKey: stringType().optional(),
|
|
47860
|
-
|
|
47857
|
+
entityRoute: EntityRoute$outboundSchema.optional()
|
|
47861
47858
|
}).transform((v2) => {
|
|
47862
47859
|
return remap(v2, {
|
|
47863
47860
|
idempotencyKey: "idempotency-key",
|
|
47864
|
-
|
|
47861
|
+
entityRoute: "entity-route"
|
|
47865
47862
|
});
|
|
47866
47863
|
});
|
|
47867
47864
|
((PaymentCreateRouteRequest$) => {
|
|
@@ -47899,10 +47896,10 @@ var init_paymentlistroutes = __esm(() => {
|
|
|
47899
47896
|
PaymentListRoutesRequest$.outboundSchema = PaymentListRoutesRequest$outboundSchema;
|
|
47900
47897
|
})(PaymentListRoutesRequest$ ||= {});
|
|
47901
47898
|
PaymentListRoutesEmbedded$inboundSchema = objectType({
|
|
47902
|
-
routes: arrayType(RouteGetResponse$inboundSchema)
|
|
47899
|
+
routes: arrayType(RouteGetResponse$inboundSchema)
|
|
47903
47900
|
});
|
|
47904
47901
|
PaymentListRoutesEmbedded$outboundSchema = objectType({
|
|
47905
|
-
routes: arrayType(RouteGetResponse$outboundSchema)
|
|
47902
|
+
routes: arrayType(RouteGetResponse$outboundSchema)
|
|
47906
47903
|
});
|
|
47907
47904
|
((PaymentListRoutesEmbedded$) => {
|
|
47908
47905
|
PaymentListRoutesEmbedded$.inboundSchema = PaymentListRoutesEmbedded$inboundSchema;
|
|
@@ -47921,9 +47918,9 @@ var init_paymentlistroutes = __esm(() => {
|
|
|
47921
47918
|
PaymentListRoutesLinks$.outboundSchema = PaymentListRoutesLinks$outboundSchema;
|
|
47922
47919
|
})(PaymentListRoutesLinks$ ||= {});
|
|
47923
47920
|
PaymentListRoutesResponse$inboundSchema = objectType({
|
|
47924
|
-
count: numberType().int()
|
|
47925
|
-
_embedded: lazyType(() => PaymentListRoutesEmbedded$inboundSchema)
|
|
47926
|
-
_links: lazyType(() => PaymentListRoutesLinks$inboundSchema)
|
|
47921
|
+
count: numberType().int(),
|
|
47922
|
+
_embedded: lazyType(() => PaymentListRoutesEmbedded$inboundSchema),
|
|
47923
|
+
_links: lazyType(() => PaymentListRoutesLinks$inboundSchema)
|
|
47927
47924
|
}).transform((v2) => {
|
|
47928
47925
|
return remap(v2, {
|
|
47929
47926
|
_embedded: "embedded",
|
|
@@ -47931,9 +47928,9 @@ var init_paymentlistroutes = __esm(() => {
|
|
|
47931
47928
|
});
|
|
47932
47929
|
});
|
|
47933
47930
|
PaymentListRoutesResponse$outboundSchema = objectType({
|
|
47934
|
-
count: numberType().int()
|
|
47935
|
-
embedded: lazyType(() => PaymentListRoutesEmbedded$outboundSchema)
|
|
47936
|
-
links: lazyType(() => PaymentListRoutesLinks$outboundSchema)
|
|
47931
|
+
count: numberType().int(),
|
|
47932
|
+
embedded: lazyType(() => PaymentListRoutesEmbedded$outboundSchema),
|
|
47933
|
+
links: lazyType(() => PaymentListRoutesLinks$outboundSchema)
|
|
47937
47934
|
}).transform((v2) => {
|
|
47938
47935
|
return remap(v2, {
|
|
47939
47936
|
embedded: "_embedded",
|
|
@@ -48076,35 +48073,24 @@ var init_revokemandate = __esm(() => {
|
|
|
48076
48073
|
});
|
|
48077
48074
|
|
|
48078
48075
|
// src/models/operations/submitonboardingdata.ts
|
|
48079
|
-
var
|
|
48076
|
+
var Organization$inboundSchema, Organization$outboundSchema, Organization$, Profile$inboundSchema, Profile$outboundSchema, Profile$, SubmitOnboardingDataRequestBody$inboundSchema, SubmitOnboardingDataRequestBody$outboundSchema, SubmitOnboardingDataRequestBody$, SubmitOnboardingDataRequest$inboundSchema, SubmitOnboardingDataRequest$outboundSchema, SubmitOnboardingDataRequest$;
|
|
48080
48077
|
var init_submitonboardingdata = __esm(() => {
|
|
48081
48078
|
init_esm();
|
|
48082
48079
|
init_primitives();
|
|
48083
48080
|
init_models();
|
|
48084
|
-
VatRegulation = {
|
|
48085
|
-
Dutch: "dutch",
|
|
48086
|
-
British: "british",
|
|
48087
|
-
Shifted: "shifted"
|
|
48088
|
-
};
|
|
48089
|
-
VatRegulation$inboundSchema = nativeEnumType(VatRegulation);
|
|
48090
|
-
VatRegulation$outboundSchema = VatRegulation$inboundSchema;
|
|
48091
|
-
((VatRegulation$) => {
|
|
48092
|
-
VatRegulation$.inboundSchema = VatRegulation$inboundSchema;
|
|
48093
|
-
VatRegulation$.outboundSchema = VatRegulation$outboundSchema;
|
|
48094
|
-
})(VatRegulation$ ||= {});
|
|
48095
48081
|
Organization$inboundSchema = objectType({
|
|
48096
48082
|
name: stringType().optional(),
|
|
48097
48083
|
address: Address$inboundSchema.optional(),
|
|
48098
48084
|
registrationNumber: stringType().optional(),
|
|
48099
48085
|
vatNumber: nullableType(stringType()).optional(),
|
|
48100
|
-
vatRegulation: nullableType(
|
|
48086
|
+
vatRegulation: nullableType(OnboardingVatRegulation$inboundSchema).optional()
|
|
48101
48087
|
});
|
|
48102
48088
|
Organization$outboundSchema = objectType({
|
|
48103
48089
|
name: stringType().optional(),
|
|
48104
48090
|
address: Address$outboundSchema.optional(),
|
|
48105
48091
|
registrationNumber: stringType().optional(),
|
|
48106
48092
|
vatNumber: nullableType(stringType()).optional(),
|
|
48107
|
-
vatRegulation: nullableType(
|
|
48093
|
+
vatRegulation: nullableType(OnboardingVatRegulation$outboundSchema).optional()
|
|
48108
48094
|
});
|
|
48109
48095
|
((Organization$) => {
|
|
48110
48096
|
Organization$.inboundSchema = Organization$inboundSchema;
|
|
@@ -48364,20 +48350,10 @@ var init_updatepaymentlink = __esm(() => {
|
|
|
48364
48350
|
});
|
|
48365
48351
|
|
|
48366
48352
|
// src/models/operations/updateprofile.ts
|
|
48367
|
-
var
|
|
48353
|
+
var UpdateProfileRequestBody$inboundSchema, UpdateProfileRequestBody$outboundSchema, UpdateProfileRequestBody$, UpdateProfileRequest$inboundSchema, UpdateProfileRequest$outboundSchema, UpdateProfileRequest$;
|
|
48368
48354
|
var init_updateprofile = __esm(() => {
|
|
48369
48355
|
init_esm();
|
|
48370
48356
|
init_primitives();
|
|
48371
|
-
Mode16 = {
|
|
48372
|
-
Live: "live",
|
|
48373
|
-
Test: "test"
|
|
48374
|
-
};
|
|
48375
|
-
Mode$inboundSchema2 = nativeEnumType(Mode16);
|
|
48376
|
-
Mode$outboundSchema2 = Mode$inboundSchema2;
|
|
48377
|
-
((Mode$) => {
|
|
48378
|
-
Mode$.inboundSchema = Mode$inboundSchema2;
|
|
48379
|
-
Mode$.outboundSchema = Mode$outboundSchema2;
|
|
48380
|
-
})(Mode$2 ||= {});
|
|
48381
48357
|
UpdateProfileRequestBody$inboundSchema = objectType({
|
|
48382
48358
|
name: nullableType(stringType()).optional(),
|
|
48383
48359
|
website: nullableType(stringType()).optional(),
|
|
@@ -48385,8 +48361,7 @@ var init_updateprofile = __esm(() => {
|
|
|
48385
48361
|
phone: nullableType(stringType()).optional(),
|
|
48386
48362
|
description: nullableType(stringType()).optional(),
|
|
48387
48363
|
countriesOfActivity: nullableType(arrayType(stringType())).optional(),
|
|
48388
|
-
businessCategory: nullableType(stringType()).optional()
|
|
48389
|
-
mode: nullableType(Mode$inboundSchema2).optional()
|
|
48364
|
+
businessCategory: nullableType(stringType()).optional()
|
|
48390
48365
|
});
|
|
48391
48366
|
UpdateProfileRequestBody$outboundSchema = objectType({
|
|
48392
48367
|
name: nullableType(stringType()).optional(),
|
|
@@ -48395,8 +48370,7 @@ var init_updateprofile = __esm(() => {
|
|
|
48395
48370
|
phone: nullableType(stringType()).optional(),
|
|
48396
48371
|
description: nullableType(stringType()).optional(),
|
|
48397
48372
|
countriesOfActivity: nullableType(arrayType(stringType())).optional(),
|
|
48398
|
-
businessCategory: nullableType(stringType()).optional()
|
|
48399
|
-
mode: nullableType(Mode$outboundSchema2).optional()
|
|
48373
|
+
businessCategory: nullableType(stringType()).optional()
|
|
48400
48374
|
});
|
|
48401
48375
|
((UpdateProfileRequestBody$) => {
|
|
48402
48376
|
UpdateProfileRequestBody$.inboundSchema = UpdateProfileRequestBody$inboundSchema;
|
|
@@ -50688,7 +50662,7 @@ async function $do16(client, request, options) {
|
|
|
50688
50662
|
const responseFields = {
|
|
50689
50663
|
HttpMeta: { Response: response, Request: req }
|
|
50690
50664
|
};
|
|
50691
|
-
const [result] = await match(json(201,
|
|
50665
|
+
const [result] = await match(json(201, ClientLinkResponse$inboundSchema, {
|
|
50692
50666
|
ctype: "application/hal+json"
|
|
50693
50667
|
}), jsonErr([404, 422], ErrorResponse$inboundSchema, {
|
|
50694
50668
|
ctype: "application/hal+json"
|
|
@@ -51936,9 +51910,7 @@ async function $do26(client, request, options) {
|
|
|
51936
51910
|
return [parsed, { status: "invalid" }];
|
|
51937
51911
|
}
|
|
51938
51912
|
const payload = parsed.value;
|
|
51939
|
-
const body = encodeJSON("body", payload["route
|
|
51940
|
-
explode: true
|
|
51941
|
-
});
|
|
51913
|
+
const body = encodeJSON("body", payload["entity-route"], { explode: true });
|
|
51942
51914
|
const pathParams = {
|
|
51943
51915
|
paymentId: encodeSimple("paymentId", payload.paymentId, {
|
|
51944
51916
|
explode: false,
|
|
@@ -55762,7 +55734,7 @@ async function $do56(client, request, options) {
|
|
|
55762
55734
|
const responseFields = {
|
|
55763
55735
|
HttpMeta: { Response: response, Request: req }
|
|
55764
55736
|
};
|
|
55765
|
-
const [result] = await match(json(201,
|
|
55737
|
+
const [result] = await match(json(201, ProfileResponse$inboundSchema, {
|
|
55766
55738
|
ctype: "application/hal+json"
|
|
55767
55739
|
}), jsonErr(422, ErrorResponse$inboundSchema, {
|
|
55768
55740
|
ctype: "application/hal+json"
|
|
@@ -56011,7 +55983,7 @@ async function $do58(client, request, options) {
|
|
|
56011
55983
|
const responseFields = {
|
|
56012
55984
|
HttpMeta: { Response: response, Request: req }
|
|
56013
55985
|
};
|
|
56014
|
-
const [result] = await match(json(200,
|
|
55986
|
+
const [result] = await match(json(200, ProfileResponse$inboundSchema, {
|
|
56015
55987
|
ctype: "application/hal+json"
|
|
56016
55988
|
}), jsonErr([404, 410], ErrorResponse$inboundSchema, {
|
|
56017
55989
|
ctype: "application/hal+json"
|
|
@@ -56124,7 +56096,7 @@ async function $do59(client, request, options) {
|
|
|
56124
56096
|
return [doResult, { status: "request-error", request: req }];
|
|
56125
56097
|
}
|
|
56126
56098
|
const response = doResult.value;
|
|
56127
|
-
const [result] = await match(json(200,
|
|
56099
|
+
const [result] = await match(json(200, ProfileResponse$inboundSchema, {
|
|
56128
56100
|
ctype: "application/hal+json"
|
|
56129
56101
|
}), fail("4XX"), fail("5XX"))(response, req);
|
|
56130
56102
|
if (!result.ok) {
|
|
@@ -56370,7 +56342,7 @@ async function $do61(client, request, options) {
|
|
|
56370
56342
|
const responseFields = {
|
|
56371
56343
|
HttpMeta: { Response: response, Request: req }
|
|
56372
56344
|
};
|
|
56373
|
-
const [result] = await match(json(200,
|
|
56345
|
+
const [result] = await match(json(200, ProfileResponse$inboundSchema, {
|
|
56374
56346
|
ctype: "application/hal+json"
|
|
56375
56347
|
}), jsonErr([404, 410, 422], ErrorResponse$inboundSchema, {
|
|
56376
56348
|
ctype: "application/hal+json"
|
|
@@ -60887,7 +60859,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
60887
60859
|
function createMCPServer(deps) {
|
|
60888
60860
|
const server = new McpServer({
|
|
60889
60861
|
name: "Client",
|
|
60890
|
-
version: "0.4.
|
|
60862
|
+
version: "0.4.1"
|
|
60891
60863
|
});
|
|
60892
60864
|
const client = new ClientCore({
|
|
60893
60865
|
security: deps.security,
|
|
@@ -62282,7 +62254,7 @@ var routes = an({
|
|
|
62282
62254
|
var app = He(routes, {
|
|
62283
62255
|
name: "mcp",
|
|
62284
62256
|
versionInfo: {
|
|
62285
|
-
currentVersion: "0.4.
|
|
62257
|
+
currentVersion: "0.4.1"
|
|
62286
62258
|
}
|
|
62287
62259
|
});
|
|
62288
62260
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -62290,5 +62262,5 @@ export {
|
|
|
62290
62262
|
app
|
|
62291
62263
|
};
|
|
62292
62264
|
|
|
62293
|
-
//# debugId=
|
|
62265
|
+
//# debugId=7AD56604E08126AC64756E2164756E21
|
|
62294
62266
|
//# sourceMappingURL=mcp-server.js.map
|