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
|
@@ -42,7 +42,7 @@ export type Review = {
|
|
|
42
42
|
/**
|
|
43
43
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
44
44
|
*/
|
|
45
|
-
export type
|
|
45
|
+
export type ProfileResponseLinks = {
|
|
46
46
|
/**
|
|
47
47
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
48
48
|
*/
|
|
@@ -77,7 +77,7 @@ export type EntityProfileResponseLinks = {
|
|
|
77
77
|
documentation?: Url | undefined;
|
|
78
78
|
};
|
|
79
79
|
|
|
80
|
-
export type
|
|
80
|
+
export type ProfileResponse = {
|
|
81
81
|
/**
|
|
82
82
|
* Indicates the response contains a profile object. Will always contain the string `profile` for this endpoint.
|
|
83
83
|
*/
|
|
@@ -155,7 +155,7 @@ export type EntityProfileResponse = {
|
|
|
155
155
|
/**
|
|
156
156
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
157
157
|
*/
|
|
158
|
-
links?:
|
|
158
|
+
links?: ProfileResponseLinks | undefined;
|
|
159
159
|
};
|
|
160
160
|
|
|
161
161
|
/** @internal */
|
|
@@ -206,8 +206,8 @@ export function reviewFromJSON(
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
/** @internal */
|
|
209
|
-
export const
|
|
210
|
-
|
|
209
|
+
export const ProfileResponseLinks$inboundSchema: z.ZodType<
|
|
210
|
+
ProfileResponseLinks,
|
|
211
211
|
z.ZodTypeDef,
|
|
212
212
|
unknown
|
|
213
213
|
> = z.object({
|
|
@@ -222,7 +222,7 @@ export const EntityProfileResponseLinks$inboundSchema: z.ZodType<
|
|
|
222
222
|
});
|
|
223
223
|
|
|
224
224
|
/** @internal */
|
|
225
|
-
export type
|
|
225
|
+
export type ProfileResponseLinks$Outbound = {
|
|
226
226
|
self?: Url$Outbound | undefined;
|
|
227
227
|
dashboard?: Url$Outbound | undefined;
|
|
228
228
|
chargebacks?: Url$Outbound | undefined;
|
|
@@ -234,10 +234,10 @@ export type EntityProfileResponseLinks$Outbound = {
|
|
|
234
234
|
};
|
|
235
235
|
|
|
236
236
|
/** @internal */
|
|
237
|
-
export const
|
|
238
|
-
|
|
237
|
+
export const ProfileResponseLinks$outboundSchema: z.ZodType<
|
|
238
|
+
ProfileResponseLinks$Outbound,
|
|
239
239
|
z.ZodTypeDef,
|
|
240
|
-
|
|
240
|
+
ProfileResponseLinks
|
|
241
241
|
> = z.object({
|
|
242
242
|
self: Url$outboundSchema.optional(),
|
|
243
243
|
dashboard: Url$outboundSchema.optional(),
|
|
@@ -253,36 +253,36 @@ export const EntityProfileResponseLinks$outboundSchema: z.ZodType<
|
|
|
253
253
|
* @internal
|
|
254
254
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
255
255
|
*/
|
|
256
|
-
export namespace
|
|
257
|
-
/** @deprecated use `
|
|
258
|
-
export const inboundSchema =
|
|
259
|
-
/** @deprecated use `
|
|
260
|
-
export const outboundSchema =
|
|
261
|
-
/** @deprecated use `
|
|
262
|
-
export type Outbound =
|
|
256
|
+
export namespace ProfileResponseLinks$ {
|
|
257
|
+
/** @deprecated use `ProfileResponseLinks$inboundSchema` instead. */
|
|
258
|
+
export const inboundSchema = ProfileResponseLinks$inboundSchema;
|
|
259
|
+
/** @deprecated use `ProfileResponseLinks$outboundSchema` instead. */
|
|
260
|
+
export const outboundSchema = ProfileResponseLinks$outboundSchema;
|
|
261
|
+
/** @deprecated use `ProfileResponseLinks$Outbound` instead. */
|
|
262
|
+
export type Outbound = ProfileResponseLinks$Outbound;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
export function
|
|
266
|
-
|
|
265
|
+
export function profileResponseLinksToJSON(
|
|
266
|
+
profileResponseLinks: ProfileResponseLinks,
|
|
267
267
|
): string {
|
|
268
268
|
return JSON.stringify(
|
|
269
|
-
|
|
269
|
+
ProfileResponseLinks$outboundSchema.parse(profileResponseLinks),
|
|
270
270
|
);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
export function
|
|
273
|
+
export function profileResponseLinksFromJSON(
|
|
274
274
|
jsonString: string,
|
|
275
|
-
): SafeParseResult<
|
|
275
|
+
): SafeParseResult<ProfileResponseLinks, SDKValidationError> {
|
|
276
276
|
return safeParse(
|
|
277
277
|
jsonString,
|
|
278
|
-
(x) =>
|
|
279
|
-
`Failed to parse '
|
|
278
|
+
(x) => ProfileResponseLinks$inboundSchema.parse(JSON.parse(x)),
|
|
279
|
+
`Failed to parse 'ProfileResponseLinks' from JSON`,
|
|
280
280
|
);
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
/** @internal */
|
|
284
|
-
export const
|
|
285
|
-
|
|
284
|
+
export const ProfileResponse$inboundSchema: z.ZodType<
|
|
285
|
+
ProfileResponse,
|
|
286
286
|
z.ZodTypeDef,
|
|
287
287
|
unknown
|
|
288
288
|
> = z.object({
|
|
@@ -299,7 +299,7 @@ export const EntityProfileResponse$inboundSchema: z.ZodType<
|
|
|
299
299
|
status: ProfileStatus$inboundSchema.optional(),
|
|
300
300
|
review: z.lazy(() => Review$inboundSchema).optional(),
|
|
301
301
|
createdAt: z.string().optional(),
|
|
302
|
-
_links: z.lazy(() =>
|
|
302
|
+
_links: z.lazy(() => ProfileResponseLinks$inboundSchema).optional(),
|
|
303
303
|
}).transform((v) => {
|
|
304
304
|
return remap$(v, {
|
|
305
305
|
"_links": "links",
|
|
@@ -307,7 +307,7 @@ export const EntityProfileResponse$inboundSchema: z.ZodType<
|
|
|
307
307
|
});
|
|
308
308
|
|
|
309
309
|
/** @internal */
|
|
310
|
-
export type
|
|
310
|
+
export type ProfileResponse$Outbound = {
|
|
311
311
|
resource?: string | undefined;
|
|
312
312
|
id?: string | undefined;
|
|
313
313
|
mode?: string | undefined;
|
|
@@ -321,14 +321,14 @@ export type EntityProfileResponse$Outbound = {
|
|
|
321
321
|
status?: string | undefined;
|
|
322
322
|
review?: Review$Outbound | undefined;
|
|
323
323
|
createdAt?: string | undefined;
|
|
324
|
-
_links?:
|
|
324
|
+
_links?: ProfileResponseLinks$Outbound | undefined;
|
|
325
325
|
};
|
|
326
326
|
|
|
327
327
|
/** @internal */
|
|
328
|
-
export const
|
|
329
|
-
|
|
328
|
+
export const ProfileResponse$outboundSchema: z.ZodType<
|
|
329
|
+
ProfileResponse$Outbound,
|
|
330
330
|
z.ZodTypeDef,
|
|
331
|
-
|
|
331
|
+
ProfileResponse
|
|
332
332
|
> = z.object({
|
|
333
333
|
resource: z.string().optional(),
|
|
334
334
|
id: z.string().optional(),
|
|
@@ -343,7 +343,7 @@ export const EntityProfileResponse$outboundSchema: z.ZodType<
|
|
|
343
343
|
status: ProfileStatus$outboundSchema.optional(),
|
|
344
344
|
review: z.lazy(() => Review$outboundSchema).optional(),
|
|
345
345
|
createdAt: z.string().optional(),
|
|
346
|
-
links: z.lazy(() =>
|
|
346
|
+
links: z.lazy(() => ProfileResponseLinks$outboundSchema).optional(),
|
|
347
347
|
}).transform((v) => {
|
|
348
348
|
return remap$(v, {
|
|
349
349
|
links: "_links",
|
|
@@ -354,29 +354,27 @@ export const EntityProfileResponse$outboundSchema: z.ZodType<
|
|
|
354
354
|
* @internal
|
|
355
355
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
356
356
|
*/
|
|
357
|
-
export namespace
|
|
358
|
-
/** @deprecated use `
|
|
359
|
-
export const inboundSchema =
|
|
360
|
-
/** @deprecated use `
|
|
361
|
-
export const outboundSchema =
|
|
362
|
-
/** @deprecated use `
|
|
363
|
-
export type Outbound =
|
|
357
|
+
export namespace ProfileResponse$ {
|
|
358
|
+
/** @deprecated use `ProfileResponse$inboundSchema` instead. */
|
|
359
|
+
export const inboundSchema = ProfileResponse$inboundSchema;
|
|
360
|
+
/** @deprecated use `ProfileResponse$outboundSchema` instead. */
|
|
361
|
+
export const outboundSchema = ProfileResponse$outboundSchema;
|
|
362
|
+
/** @deprecated use `ProfileResponse$Outbound` instead. */
|
|
363
|
+
export type Outbound = ProfileResponse$Outbound;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
export function
|
|
367
|
-
|
|
366
|
+
export function profileResponseToJSON(
|
|
367
|
+
profileResponse: ProfileResponse,
|
|
368
368
|
): string {
|
|
369
|
-
return JSON.stringify(
|
|
370
|
-
EntityProfileResponse$outboundSchema.parse(entityProfileResponse),
|
|
371
|
-
);
|
|
369
|
+
return JSON.stringify(ProfileResponse$outboundSchema.parse(profileResponse));
|
|
372
370
|
}
|
|
373
371
|
|
|
374
|
-
export function
|
|
372
|
+
export function profileResponseFromJSON(
|
|
375
373
|
jsonString: string,
|
|
376
|
-
): SafeParseResult<
|
|
374
|
+
): SafeParseResult<ProfileResponse, SDKValidationError> {
|
|
377
375
|
return safeParse(
|
|
378
376
|
jsonString,
|
|
379
|
-
(x) =>
|
|
380
|
-
`Failed to parse '
|
|
377
|
+
(x) => ProfileResponse$inboundSchema.parse(JSON.parse(x)),
|
|
378
|
+
`Failed to parse 'ProfileResponse' from JSON`,
|
|
381
379
|
);
|
|
382
380
|
}
|
|
@@ -54,25 +54,25 @@ export type RouteCreateResponse = {
|
|
|
54
54
|
/**
|
|
55
55
|
* Indicates the response contains a route object. Will always contain the string `route` for this endpoint.
|
|
56
56
|
*/
|
|
57
|
-
resource
|
|
58
|
-
id
|
|
59
|
-
paymentId
|
|
57
|
+
resource?: string | undefined;
|
|
58
|
+
id?: string | undefined;
|
|
59
|
+
paymentId?: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
62
62
|
*/
|
|
63
|
-
amount
|
|
63
|
+
amount?: Amount | undefined;
|
|
64
64
|
/**
|
|
65
65
|
* The description of the route. This description is shown in the reports.
|
|
66
66
|
*/
|
|
67
|
-
description
|
|
67
|
+
description?: string | undefined;
|
|
68
68
|
/**
|
|
69
69
|
* The destination of the route.
|
|
70
70
|
*/
|
|
71
|
-
destination
|
|
71
|
+
destination?: RouteCreateResponseDestination | undefined;
|
|
72
72
|
/**
|
|
73
73
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
74
74
|
*/
|
|
75
|
-
links
|
|
75
|
+
links?: RouteCreateResponseLinks | undefined;
|
|
76
76
|
};
|
|
77
77
|
|
|
78
78
|
/** @internal */
|
|
@@ -197,13 +197,14 @@ export const RouteCreateResponse$inboundSchema: z.ZodType<
|
|
|
197
197
|
z.ZodTypeDef,
|
|
198
198
|
unknown
|
|
199
199
|
> = z.object({
|
|
200
|
-
resource: z.string(),
|
|
201
|
-
id: z.string(),
|
|
202
|
-
paymentId: z.string(),
|
|
203
|
-
amount: Amount$inboundSchema,
|
|
204
|
-
description: z.string(),
|
|
205
|
-
destination: z.lazy(() => RouteCreateResponseDestination$inboundSchema)
|
|
206
|
-
|
|
200
|
+
resource: z.string().optional(),
|
|
201
|
+
id: z.string().optional(),
|
|
202
|
+
paymentId: z.string().optional(),
|
|
203
|
+
amount: Amount$inboundSchema.optional(),
|
|
204
|
+
description: z.string().optional(),
|
|
205
|
+
destination: z.lazy(() => RouteCreateResponseDestination$inboundSchema)
|
|
206
|
+
.optional(),
|
|
207
|
+
_links: z.lazy(() => RouteCreateResponseLinks$inboundSchema).optional(),
|
|
207
208
|
}).transform((v) => {
|
|
208
209
|
return remap$(v, {
|
|
209
210
|
"_links": "links",
|
|
@@ -212,13 +213,13 @@ export const RouteCreateResponse$inboundSchema: z.ZodType<
|
|
|
212
213
|
|
|
213
214
|
/** @internal */
|
|
214
215
|
export type RouteCreateResponse$Outbound = {
|
|
215
|
-
resource
|
|
216
|
-
id
|
|
217
|
-
paymentId
|
|
218
|
-
amount
|
|
219
|
-
description
|
|
220
|
-
destination
|
|
221
|
-
_links
|
|
216
|
+
resource?: string | undefined;
|
|
217
|
+
id?: string | undefined;
|
|
218
|
+
paymentId?: string | undefined;
|
|
219
|
+
amount?: Amount$Outbound | undefined;
|
|
220
|
+
description?: string | undefined;
|
|
221
|
+
destination?: RouteCreateResponseDestination$Outbound | undefined;
|
|
222
|
+
_links?: RouteCreateResponseLinks$Outbound | undefined;
|
|
222
223
|
};
|
|
223
224
|
|
|
224
225
|
/** @internal */
|
|
@@ -227,13 +228,14 @@ export const RouteCreateResponse$outboundSchema: z.ZodType<
|
|
|
227
228
|
z.ZodTypeDef,
|
|
228
229
|
RouteCreateResponse
|
|
229
230
|
> = z.object({
|
|
230
|
-
resource: z.string(),
|
|
231
|
-
id: z.string(),
|
|
232
|
-
paymentId: z.string(),
|
|
233
|
-
amount: Amount$outboundSchema,
|
|
234
|
-
description: z.string(),
|
|
235
|
-
destination: z.lazy(() => RouteCreateResponseDestination$outboundSchema)
|
|
236
|
-
|
|
231
|
+
resource: z.string().optional(),
|
|
232
|
+
id: z.string().optional(),
|
|
233
|
+
paymentId: z.string().optional(),
|
|
234
|
+
amount: Amount$outboundSchema.optional(),
|
|
235
|
+
description: z.string().optional(),
|
|
236
|
+
destination: z.lazy(() => RouteCreateResponseDestination$outboundSchema)
|
|
237
|
+
.optional(),
|
|
238
|
+
links: z.lazy(() => RouteCreateResponseLinks$outboundSchema).optional(),
|
|
237
239
|
}).transform((v) => {
|
|
238
240
|
return remap$(v, {
|
|
239
241
|
links: "_links",
|
|
@@ -54,25 +54,25 @@ export type RouteGetResponse = {
|
|
|
54
54
|
/**
|
|
55
55
|
* Indicates the response contains a route object. Will always contain the string `route` for this endpoint.
|
|
56
56
|
*/
|
|
57
|
-
resource
|
|
58
|
-
id
|
|
59
|
-
paymentId
|
|
57
|
+
resource?: string | undefined;
|
|
58
|
+
id?: string | undefined;
|
|
59
|
+
paymentId?: string | undefined;
|
|
60
60
|
/**
|
|
61
61
|
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
62
62
|
*/
|
|
63
|
-
amount
|
|
63
|
+
amount?: Amount | undefined;
|
|
64
64
|
/**
|
|
65
65
|
* The description of the route. This description is shown in the reports.
|
|
66
66
|
*/
|
|
67
|
-
description
|
|
67
|
+
description?: string | undefined;
|
|
68
68
|
/**
|
|
69
69
|
* The destination of the route.
|
|
70
70
|
*/
|
|
71
|
-
destination
|
|
71
|
+
destination?: RouteGetResponseDestination | undefined;
|
|
72
72
|
/**
|
|
73
73
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
74
74
|
*/
|
|
75
|
-
links
|
|
75
|
+
links?: RouteGetResponseLinks | undefined;
|
|
76
76
|
/**
|
|
77
77
|
* The entity's date and time of creation, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
78
78
|
*/
|
|
@@ -201,13 +201,14 @@ export const RouteGetResponse$inboundSchema: z.ZodType<
|
|
|
201
201
|
z.ZodTypeDef,
|
|
202
202
|
unknown
|
|
203
203
|
> = z.object({
|
|
204
|
-
resource: z.string(),
|
|
205
|
-
id: z.string(),
|
|
206
|
-
paymentId: z.string(),
|
|
207
|
-
amount: Amount$inboundSchema,
|
|
208
|
-
description: z.string(),
|
|
209
|
-
destination: z.lazy(() => RouteGetResponseDestination$inboundSchema)
|
|
210
|
-
|
|
204
|
+
resource: z.string().optional(),
|
|
205
|
+
id: z.string().optional(),
|
|
206
|
+
paymentId: z.string().optional(),
|
|
207
|
+
amount: Amount$inboundSchema.optional(),
|
|
208
|
+
description: z.string().optional(),
|
|
209
|
+
destination: z.lazy(() => RouteGetResponseDestination$inboundSchema)
|
|
210
|
+
.optional(),
|
|
211
|
+
_links: z.lazy(() => RouteGetResponseLinks$inboundSchema).optional(),
|
|
211
212
|
createdAt: z.string(),
|
|
212
213
|
}).transform((v) => {
|
|
213
214
|
return remap$(v, {
|
|
@@ -217,13 +218,13 @@ export const RouteGetResponse$inboundSchema: z.ZodType<
|
|
|
217
218
|
|
|
218
219
|
/** @internal */
|
|
219
220
|
export type RouteGetResponse$Outbound = {
|
|
220
|
-
resource
|
|
221
|
-
id
|
|
222
|
-
paymentId
|
|
223
|
-
amount
|
|
224
|
-
description
|
|
225
|
-
destination
|
|
226
|
-
_links
|
|
221
|
+
resource?: string | undefined;
|
|
222
|
+
id?: string | undefined;
|
|
223
|
+
paymentId?: string | undefined;
|
|
224
|
+
amount?: Amount$Outbound | undefined;
|
|
225
|
+
description?: string | undefined;
|
|
226
|
+
destination?: RouteGetResponseDestination$Outbound | undefined;
|
|
227
|
+
_links?: RouteGetResponseLinks$Outbound | undefined;
|
|
227
228
|
createdAt: string;
|
|
228
229
|
};
|
|
229
230
|
|
|
@@ -233,13 +234,14 @@ export const RouteGetResponse$outboundSchema: z.ZodType<
|
|
|
233
234
|
z.ZodTypeDef,
|
|
234
235
|
RouteGetResponse
|
|
235
236
|
> = z.object({
|
|
236
|
-
resource: z.string(),
|
|
237
|
-
id: z.string(),
|
|
238
|
-
paymentId: z.string(),
|
|
239
|
-
amount: Amount$outboundSchema,
|
|
240
|
-
description: z.string(),
|
|
241
|
-
destination: z.lazy(() => RouteGetResponseDestination$outboundSchema)
|
|
242
|
-
|
|
237
|
+
resource: z.string().optional(),
|
|
238
|
+
id: z.string().optional(),
|
|
239
|
+
paymentId: z.string().optional(),
|
|
240
|
+
amount: Amount$outboundSchema.optional(),
|
|
241
|
+
description: z.string().optional(),
|
|
242
|
+
destination: z.lazy(() => RouteGetResponseDestination$outboundSchema)
|
|
243
|
+
.optional(),
|
|
244
|
+
links: z.lazy(() => RouteGetResponseLinks$outboundSchema).optional(),
|
|
243
245
|
createdAt: z.string(),
|
|
244
246
|
}).transform((v) => {
|
|
245
247
|
return remap$(v, {
|
package/src/sdk/clientlinks.ts
CHANGED
|
@@ -70,7 +70,7 @@ export class ClientLinks extends ClientSDK {
|
|
|
70
70
|
async create(
|
|
71
71
|
request?: operations.CreateClientLinkRequest | undefined,
|
|
72
72
|
options?: RequestOptions,
|
|
73
|
-
): Promise<models.
|
|
73
|
+
): Promise<models.ClientLinkResponse> {
|
|
74
74
|
return unwrapAsync(clientLinksCreate(
|
|
75
75
|
this,
|
|
76
76
|
request,
|
package/src/sdk/profiles.ts
CHANGED
|
@@ -26,7 +26,7 @@ export class Profiles extends ClientSDK {
|
|
|
26
26
|
async create(
|
|
27
27
|
request: operations.CreateProfileRequest,
|
|
28
28
|
options?: RequestOptions,
|
|
29
|
-
): Promise<models.
|
|
29
|
+
): Promise<models.ProfileResponse> {
|
|
30
30
|
return unwrapAsync(profilesCreate(
|
|
31
31
|
this,
|
|
32
32
|
request,
|
|
@@ -62,7 +62,7 @@ export class Profiles extends ClientSDK {
|
|
|
62
62
|
async get(
|
|
63
63
|
request: operations.GetProfileRequest,
|
|
64
64
|
options?: RequestOptions,
|
|
65
|
-
): Promise<models.
|
|
65
|
+
): Promise<models.ProfileResponse> {
|
|
66
66
|
return unwrapAsync(profilesGet(
|
|
67
67
|
this,
|
|
68
68
|
request,
|
|
@@ -82,7 +82,7 @@ export class Profiles extends ClientSDK {
|
|
|
82
82
|
async update(
|
|
83
83
|
request: operations.UpdateProfileRequest,
|
|
84
84
|
options?: RequestOptions,
|
|
85
|
-
): Promise<models.
|
|
85
|
+
): Promise<models.ProfileResponse> {
|
|
86
86
|
return unwrapAsync(profilesUpdate(
|
|
87
87
|
this,
|
|
88
88
|
request,
|
|
@@ -120,7 +120,7 @@ export class Profiles extends ClientSDK {
|
|
|
120
120
|
async getCurrent(
|
|
121
121
|
request?: operations.GetCurrentProfileRequest | undefined,
|
|
122
122
|
options?: RequestOptions,
|
|
123
|
-
): Promise<models.
|
|
123
|
+
): Promise<models.ProfileResponse> {
|
|
124
124
|
return unwrapAsync(profilesGetCurrent(
|
|
125
125
|
this,
|
|
126
126
|
request,
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
4
|
-
import { Url, Url$Outbound } from "./url.js";
|
|
5
|
-
/**
|
|
6
|
-
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
7
|
-
*/
|
|
8
|
-
export type EntityClientLinkResponseLinks = {
|
|
9
|
-
/**
|
|
10
|
-
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
11
|
-
*/
|
|
12
|
-
self?: Url | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
15
|
-
*/
|
|
16
|
-
clientLink?: Url | undefined;
|
|
17
|
-
/**
|
|
18
|
-
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
19
|
-
*/
|
|
20
|
-
documentation?: Url | undefined;
|
|
21
|
-
};
|
|
22
|
-
export type EntityClientLinkResponse = {
|
|
23
|
-
/**
|
|
24
|
-
* Indicates the response contains a client link object. Will always contain the string `client-link` for this
|
|
25
|
-
*
|
|
26
|
-
* @remarks
|
|
27
|
-
* endpoint.
|
|
28
|
-
*/
|
|
29
|
-
resource?: string | undefined;
|
|
30
|
-
/**
|
|
31
|
-
* The identifier uniquely referring to this client link. Example: `cl_vZCnNQsV2UtfXxYifWKWH`.
|
|
32
|
-
*/
|
|
33
|
-
id?: string | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
36
|
-
*/
|
|
37
|
-
links?: EntityClientLinkResponseLinks | undefined;
|
|
38
|
-
};
|
|
39
|
-
/** @internal */
|
|
40
|
-
export declare const EntityClientLinkResponseLinks$inboundSchema: z.ZodType<EntityClientLinkResponseLinks, z.ZodTypeDef, unknown>;
|
|
41
|
-
/** @internal */
|
|
42
|
-
export type EntityClientLinkResponseLinks$Outbound = {
|
|
43
|
-
self?: Url$Outbound | undefined;
|
|
44
|
-
clientLink?: Url$Outbound | undefined;
|
|
45
|
-
documentation?: Url$Outbound | undefined;
|
|
46
|
-
};
|
|
47
|
-
/** @internal */
|
|
48
|
-
export declare const EntityClientLinkResponseLinks$outboundSchema: z.ZodType<EntityClientLinkResponseLinks$Outbound, z.ZodTypeDef, EntityClientLinkResponseLinks>;
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
-
*/
|
|
53
|
-
export declare namespace EntityClientLinkResponseLinks$ {
|
|
54
|
-
/** @deprecated use `EntityClientLinkResponseLinks$inboundSchema` instead. */
|
|
55
|
-
const inboundSchema: z.ZodType<EntityClientLinkResponseLinks, z.ZodTypeDef, unknown>;
|
|
56
|
-
/** @deprecated use `EntityClientLinkResponseLinks$outboundSchema` instead. */
|
|
57
|
-
const outboundSchema: z.ZodType<EntityClientLinkResponseLinks$Outbound, z.ZodTypeDef, EntityClientLinkResponseLinks>;
|
|
58
|
-
/** @deprecated use `EntityClientLinkResponseLinks$Outbound` instead. */
|
|
59
|
-
type Outbound = EntityClientLinkResponseLinks$Outbound;
|
|
60
|
-
}
|
|
61
|
-
export declare function entityClientLinkResponseLinksToJSON(entityClientLinkResponseLinks: EntityClientLinkResponseLinks): string;
|
|
62
|
-
export declare function entityClientLinkResponseLinksFromJSON(jsonString: string): SafeParseResult<EntityClientLinkResponseLinks, SDKValidationError>;
|
|
63
|
-
/** @internal */
|
|
64
|
-
export declare const EntityClientLinkResponse$inboundSchema: z.ZodType<EntityClientLinkResponse, z.ZodTypeDef, unknown>;
|
|
65
|
-
/** @internal */
|
|
66
|
-
export type EntityClientLinkResponse$Outbound = {
|
|
67
|
-
resource?: string | undefined;
|
|
68
|
-
id?: string | undefined;
|
|
69
|
-
_links?: EntityClientLinkResponseLinks$Outbound | undefined;
|
|
70
|
-
};
|
|
71
|
-
/** @internal */
|
|
72
|
-
export declare const EntityClientLinkResponse$outboundSchema: z.ZodType<EntityClientLinkResponse$Outbound, z.ZodTypeDef, EntityClientLinkResponse>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
76
|
-
*/
|
|
77
|
-
export declare namespace EntityClientLinkResponse$ {
|
|
78
|
-
/** @deprecated use `EntityClientLinkResponse$inboundSchema` instead. */
|
|
79
|
-
const inboundSchema: z.ZodType<EntityClientLinkResponse, z.ZodTypeDef, unknown>;
|
|
80
|
-
/** @deprecated use `EntityClientLinkResponse$outboundSchema` instead. */
|
|
81
|
-
const outboundSchema: z.ZodType<EntityClientLinkResponse$Outbound, z.ZodTypeDef, EntityClientLinkResponse>;
|
|
82
|
-
/** @deprecated use `EntityClientLinkResponse$Outbound` instead. */
|
|
83
|
-
type Outbound = EntityClientLinkResponse$Outbound;
|
|
84
|
-
}
|
|
85
|
-
export declare function entityClientLinkResponseToJSON(entityClientLinkResponse: EntityClientLinkResponse): string;
|
|
86
|
-
export declare function entityClientLinkResponseFromJSON(jsonString: string): SafeParseResult<EntityClientLinkResponse, SDKValidationError>;
|
|
87
|
-
//# sourceMappingURL=entityclientlinkresponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entityclientlinkresponse.d.ts","sourceRoot":"","sources":["../../../src/models/entityclientlinkresponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.EntityClientLinkResponse$ = exports.EntityClientLinkResponse$outboundSchema = exports.EntityClientLinkResponse$inboundSchema = exports.EntityClientLinkResponseLinks$ = exports.EntityClientLinkResponseLinks$outboundSchema = exports.EntityClientLinkResponseLinks$inboundSchema = void 0;
|
|
40
|
-
exports.entityClientLinkResponseLinksToJSON = entityClientLinkResponseLinksToJSON;
|
|
41
|
-
exports.entityClientLinkResponseLinksFromJSON = entityClientLinkResponseLinksFromJSON;
|
|
42
|
-
exports.entityClientLinkResponseToJSON = entityClientLinkResponseToJSON;
|
|
43
|
-
exports.entityClientLinkResponseFromJSON = entityClientLinkResponseFromJSON;
|
|
44
|
-
const z = __importStar(require("zod"));
|
|
45
|
-
const primitives_js_1 = require("../lib/primitives.js");
|
|
46
|
-
const schemas_js_1 = require("../lib/schemas.js");
|
|
47
|
-
const url_js_1 = require("./url.js");
|
|
48
|
-
/** @internal */
|
|
49
|
-
exports.EntityClientLinkResponseLinks$inboundSchema = z.object({
|
|
50
|
-
self: url_js_1.Url$inboundSchema.optional(),
|
|
51
|
-
clientLink: url_js_1.Url$inboundSchema.optional(),
|
|
52
|
-
documentation: url_js_1.Url$inboundSchema.optional(),
|
|
53
|
-
});
|
|
54
|
-
/** @internal */
|
|
55
|
-
exports.EntityClientLinkResponseLinks$outboundSchema = z.object({
|
|
56
|
-
self: url_js_1.Url$outboundSchema.optional(),
|
|
57
|
-
clientLink: url_js_1.Url$outboundSchema.optional(),
|
|
58
|
-
documentation: url_js_1.Url$outboundSchema.optional(),
|
|
59
|
-
});
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
-
*/
|
|
64
|
-
var EntityClientLinkResponseLinks$;
|
|
65
|
-
(function (EntityClientLinkResponseLinks$) {
|
|
66
|
-
/** @deprecated use `EntityClientLinkResponseLinks$inboundSchema` instead. */
|
|
67
|
-
EntityClientLinkResponseLinks$.inboundSchema = exports.EntityClientLinkResponseLinks$inboundSchema;
|
|
68
|
-
/** @deprecated use `EntityClientLinkResponseLinks$outboundSchema` instead. */
|
|
69
|
-
EntityClientLinkResponseLinks$.outboundSchema = exports.EntityClientLinkResponseLinks$outboundSchema;
|
|
70
|
-
})(EntityClientLinkResponseLinks$ || (exports.EntityClientLinkResponseLinks$ = EntityClientLinkResponseLinks$ = {}));
|
|
71
|
-
function entityClientLinkResponseLinksToJSON(entityClientLinkResponseLinks) {
|
|
72
|
-
return JSON.stringify(exports.EntityClientLinkResponseLinks$outboundSchema.parse(entityClientLinkResponseLinks));
|
|
73
|
-
}
|
|
74
|
-
function entityClientLinkResponseLinksFromJSON(jsonString) {
|
|
75
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EntityClientLinkResponseLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EntityClientLinkResponseLinks' from JSON`);
|
|
76
|
-
}
|
|
77
|
-
/** @internal */
|
|
78
|
-
exports.EntityClientLinkResponse$inboundSchema = z.object({
|
|
79
|
-
resource: z.string().optional(),
|
|
80
|
-
id: z.string().optional(),
|
|
81
|
-
_links: z.lazy(() => exports.EntityClientLinkResponseLinks$inboundSchema).optional(),
|
|
82
|
-
}).transform((v) => {
|
|
83
|
-
return (0, primitives_js_1.remap)(v, {
|
|
84
|
-
"_links": "links",
|
|
85
|
-
});
|
|
86
|
-
});
|
|
87
|
-
/** @internal */
|
|
88
|
-
exports.EntityClientLinkResponse$outboundSchema = z.object({
|
|
89
|
-
resource: z.string().optional(),
|
|
90
|
-
id: z.string().optional(),
|
|
91
|
-
links: z.lazy(() => exports.EntityClientLinkResponseLinks$outboundSchema).optional(),
|
|
92
|
-
}).transform((v) => {
|
|
93
|
-
return (0, primitives_js_1.remap)(v, {
|
|
94
|
-
links: "_links",
|
|
95
|
-
});
|
|
96
|
-
});
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
100
|
-
*/
|
|
101
|
-
var EntityClientLinkResponse$;
|
|
102
|
-
(function (EntityClientLinkResponse$) {
|
|
103
|
-
/** @deprecated use `EntityClientLinkResponse$inboundSchema` instead. */
|
|
104
|
-
EntityClientLinkResponse$.inboundSchema = exports.EntityClientLinkResponse$inboundSchema;
|
|
105
|
-
/** @deprecated use `EntityClientLinkResponse$outboundSchema` instead. */
|
|
106
|
-
EntityClientLinkResponse$.outboundSchema = exports.EntityClientLinkResponse$outboundSchema;
|
|
107
|
-
})(EntityClientLinkResponse$ || (exports.EntityClientLinkResponse$ = EntityClientLinkResponse$ = {}));
|
|
108
|
-
function entityClientLinkResponseToJSON(entityClientLinkResponse) {
|
|
109
|
-
return JSON.stringify(exports.EntityClientLinkResponse$outboundSchema.parse(entityClientLinkResponse));
|
|
110
|
-
}
|
|
111
|
-
function entityClientLinkResponseFromJSON(jsonString) {
|
|
112
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EntityClientLinkResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EntityClientLinkResponse' from JSON`);
|
|
113
|
-
}
|
|
114
|
-
//# sourceMappingURL=entityclientlinkresponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entityclientlinkresponse.js","sourceRoot":"","sources":["../../../src/models/entityclientlinkresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4FH,kFAQC;AAED,sFAQC;AAoDD,wEAMC;AAED,4EAQC;AAhLD,uCAAyB;AACzB,wDAAuD;AACvD,kDAA8C;AAG9C,qCAKkB;AAsClB,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,0BAAiB,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,0BAAiB,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,0BAAiB,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,2BAAkB,CAAC,QAAQ,EAAE;IACnC,UAAU,EAAE,2BAAkB,CAAC,QAAQ,EAAE;IACzC,aAAa,EAAE,2BAAkB,CAAC,QAAQ,EAAE;CAC7C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,6EAA6E;IAChE,4CAAa,GAAG,mDAA2C,CAAC;IACzE,8EAA8E;IACjE,6CAAc,GAAG,oDAA4C,CAAC;AAG7E,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C;AAED,SAAgB,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,oDAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,qCAAqC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mDAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,mDAA2C,CAAC,CAAC,QAAQ,EAAE;CAC7E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,OAAO;KAClB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,oDAA4C,CAAC,CAAC,QAAQ,EAAE;CAC7E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,QAAQ;KAChB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AAGxE,CAAC,EAPgB,yBAAyB,yCAAzB,yBAAyB,QAOzC;AAED,SAAgB,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,+CAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,SAAgB,gCAAgC,CAC9C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,8CAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,CAAC;AACJ,CAAC"}
|