@financeable/aggregation 0.10.1 → 0.11.0-alpha.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/README.md +109 -0
- package/docs/sdks/assets/README.md +369 -0
- package/docs/sdks/customeraddresses/README.md +469 -0
- package/docs/sdks/customerassets/README.md +397 -0
- package/docs/sdks/customerexpenses/README.md +397 -0
- package/docs/sdks/customerincome/README.md +397 -0
- package/docs/sdks/customerliabilities/README.md +397 -0
- package/docs/sdks/customers/README.md +311 -0
- package/docs/sdks/entities/README.md +367 -0
- package/docs/sdks/loandetails/README.md +311 -0
- package/examples/package-lock.json +1 -1
- package/funcs/assetsAssetsCreate.d.ts +14 -0
- package/funcs/assetsAssetsCreate.d.ts.map +1 -0
- package/funcs/assetsAssetsCreate.js +113 -0
- package/funcs/assetsAssetsCreate.js.map +1 -0
- package/funcs/assetsAssetsDelete.d.ts +14 -0
- package/funcs/assetsAssetsDelete.d.ts.map +1 -0
- package/funcs/assetsAssetsDelete.js +118 -0
- package/funcs/assetsAssetsDelete.js.map +1 -0
- package/funcs/assetsAssetsGet.d.ts +14 -0
- package/funcs/assetsAssetsGet.d.ts.map +1 -0
- package/funcs/assetsAssetsGet.js +118 -0
- package/funcs/assetsAssetsGet.js.map +1 -0
- package/funcs/assetsAssetsUpdate.d.ts +14 -0
- package/funcs/assetsAssetsUpdate.d.ts.map +1 -0
- package/funcs/assetsAssetsUpdate.js +119 -0
- package/funcs/assetsAssetsUpdate.js.map +1 -0
- package/funcs/customerAddressesCustomerAddressesCreate.d.ts +14 -0
- package/funcs/customerAddressesCustomerAddressesCreate.d.ts.map +1 -0
- package/funcs/customerAddressesCustomerAddressesCreate.js +119 -0
- package/funcs/customerAddressesCustomerAddressesCreate.js.map +1 -0
- package/funcs/customerAddressesCustomerAddressesDelete.d.ts +14 -0
- package/funcs/customerAddressesCustomerAddressesDelete.d.ts.map +1 -0
- package/funcs/customerAddressesCustomerAddressesDelete.js +122 -0
- package/funcs/customerAddressesCustomerAddressesDelete.js.map +1 -0
- package/funcs/customerAddressesCustomerAddressesGet.d.ts +14 -0
- package/funcs/customerAddressesCustomerAddressesGet.d.ts.map +1 -0
- package/funcs/customerAddressesCustomerAddressesGet.js +122 -0
- package/funcs/customerAddressesCustomerAddressesGet.js.map +1 -0
- package/funcs/customerAddressesCustomerAddressesList.d.ts +14 -0
- package/funcs/customerAddressesCustomerAddressesList.d.ts.map +1 -0
- package/funcs/customerAddressesCustomerAddressesList.js +118 -0
- package/funcs/customerAddressesCustomerAddressesList.js.map +1 -0
- package/funcs/customerAddressesCustomerAddressesUpdate.d.ts +14 -0
- package/funcs/customerAddressesCustomerAddressesUpdate.d.ts.map +1 -0
- package/funcs/customerAddressesCustomerAddressesUpdate.js +123 -0
- package/funcs/customerAddressesCustomerAddressesUpdate.js.map +1 -0
- package/funcs/customerAssetsCustomerAssetsCreate.d.ts +14 -0
- package/funcs/customerAssetsCustomerAssetsCreate.d.ts.map +1 -0
- package/funcs/customerAssetsCustomerAssetsCreate.js +119 -0
- package/funcs/customerAssetsCustomerAssetsCreate.js.map +1 -0
- package/funcs/customerAssetsCustomerAssetsDelete.d.ts +14 -0
- package/funcs/customerAssetsCustomerAssetsDelete.d.ts.map +1 -0
- package/funcs/customerAssetsCustomerAssetsDelete.js +122 -0
- package/funcs/customerAssetsCustomerAssetsDelete.js.map +1 -0
- package/funcs/customerAssetsCustomerAssetsGet.d.ts +14 -0
- package/funcs/customerAssetsCustomerAssetsGet.d.ts.map +1 -0
- package/funcs/customerAssetsCustomerAssetsGet.js +122 -0
- package/funcs/customerAssetsCustomerAssetsGet.js.map +1 -0
- package/funcs/customerAssetsCustomerAssetsList.d.ts +14 -0
- package/funcs/customerAssetsCustomerAssetsList.d.ts.map +1 -0
- package/funcs/customerAssetsCustomerAssetsList.js +118 -0
- package/funcs/customerAssetsCustomerAssetsList.js.map +1 -0
- package/funcs/customerAssetsCustomerAssetsUpdate.d.ts +14 -0
- package/funcs/customerAssetsCustomerAssetsUpdate.d.ts.map +1 -0
- package/funcs/customerAssetsCustomerAssetsUpdate.js +123 -0
- package/funcs/customerAssetsCustomerAssetsUpdate.js.map +1 -0
- package/funcs/customerExpensesCustomerExpensesCreate.d.ts +14 -0
- package/funcs/customerExpensesCustomerExpensesCreate.d.ts.map +1 -0
- package/funcs/customerExpensesCustomerExpensesCreate.js +119 -0
- package/funcs/customerExpensesCustomerExpensesCreate.js.map +1 -0
- package/funcs/customerExpensesCustomerExpensesDelete.d.ts +14 -0
- package/funcs/customerExpensesCustomerExpensesDelete.d.ts.map +1 -0
- package/funcs/customerExpensesCustomerExpensesDelete.js +122 -0
- package/funcs/customerExpensesCustomerExpensesDelete.js.map +1 -0
- package/funcs/customerExpensesCustomerExpensesGet.d.ts +14 -0
- package/funcs/customerExpensesCustomerExpensesGet.d.ts.map +1 -0
- package/funcs/customerExpensesCustomerExpensesGet.js +122 -0
- package/funcs/customerExpensesCustomerExpensesGet.js.map +1 -0
- package/funcs/customerExpensesCustomerExpensesList.d.ts +14 -0
- package/funcs/customerExpensesCustomerExpensesList.d.ts.map +1 -0
- package/funcs/customerExpensesCustomerExpensesList.js +118 -0
- package/funcs/customerExpensesCustomerExpensesList.js.map +1 -0
- package/funcs/customerExpensesCustomerExpensesUpdate.d.ts +14 -0
- package/funcs/customerExpensesCustomerExpensesUpdate.d.ts.map +1 -0
- package/funcs/customerExpensesCustomerExpensesUpdate.js +123 -0
- package/funcs/customerExpensesCustomerExpensesUpdate.js.map +1 -0
- package/funcs/customerIncomeCustomerIncomeCreate.d.ts +14 -0
- package/funcs/customerIncomeCustomerIncomeCreate.d.ts.map +1 -0
- package/funcs/customerIncomeCustomerIncomeCreate.js +119 -0
- package/funcs/customerIncomeCustomerIncomeCreate.js.map +1 -0
- package/funcs/customerIncomeCustomerIncomeDelete.d.ts +14 -0
- package/funcs/customerIncomeCustomerIncomeDelete.d.ts.map +1 -0
- package/funcs/customerIncomeCustomerIncomeDelete.js +122 -0
- package/funcs/customerIncomeCustomerIncomeDelete.js.map +1 -0
- package/funcs/customerIncomeCustomerIncomeGet.d.ts +14 -0
- package/funcs/customerIncomeCustomerIncomeGet.d.ts.map +1 -0
- package/funcs/customerIncomeCustomerIncomeGet.js +122 -0
- package/funcs/customerIncomeCustomerIncomeGet.js.map +1 -0
- package/funcs/customerIncomeCustomerIncomeList.d.ts +14 -0
- package/funcs/customerIncomeCustomerIncomeList.d.ts.map +1 -0
- package/funcs/customerIncomeCustomerIncomeList.js +118 -0
- package/funcs/customerIncomeCustomerIncomeList.js.map +1 -0
- package/funcs/customerIncomeCustomerIncomeUpdate.d.ts +14 -0
- package/funcs/customerIncomeCustomerIncomeUpdate.d.ts.map +1 -0
- package/funcs/customerIncomeCustomerIncomeUpdate.js +123 -0
- package/funcs/customerIncomeCustomerIncomeUpdate.js.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.d.ts +14 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.d.ts.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.js +119 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.js.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.d.ts +14 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.d.ts.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.js +122 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.js.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesGet.d.ts +14 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesGet.d.ts.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesGet.js +122 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesGet.js.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesList.d.ts +14 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesList.d.ts.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesList.js +118 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesList.js.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.d.ts +14 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.d.ts.map +1 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.js +123 -0
- package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.js.map +1 -0
- package/funcs/customersCustomersCreate.d.ts +14 -0
- package/funcs/customersCustomersCreate.d.ts.map +1 -0
- package/funcs/customersCustomersCreate.js +113 -0
- package/funcs/customersCustomersCreate.js.map +1 -0
- package/funcs/customersCustomersDelete.d.ts +14 -0
- package/funcs/customersCustomersDelete.d.ts.map +1 -0
- package/funcs/customersCustomersDelete.js +118 -0
- package/funcs/customersCustomersDelete.js.map +1 -0
- package/funcs/customersCustomersGet.d.ts +14 -0
- package/funcs/customersCustomersGet.d.ts.map +1 -0
- package/funcs/customersCustomersGet.js +118 -0
- package/funcs/customersCustomersGet.js.map +1 -0
- package/funcs/customersCustomersUpdate.d.ts +14 -0
- package/funcs/customersCustomersUpdate.d.ts.map +1 -0
- package/funcs/customersCustomersUpdate.js +119 -0
- package/funcs/customersCustomersUpdate.js.map +1 -0
- package/funcs/entitiesEntitiesCreate.d.ts +14 -0
- package/funcs/entitiesEntitiesCreate.d.ts.map +1 -0
- package/funcs/entitiesEntitiesCreate.js +113 -0
- package/funcs/entitiesEntitiesCreate.js.map +1 -0
- package/funcs/entitiesEntitiesDelete.d.ts +14 -0
- package/funcs/entitiesEntitiesDelete.d.ts.map +1 -0
- package/funcs/entitiesEntitiesDelete.js +118 -0
- package/funcs/entitiesEntitiesDelete.js.map +1 -0
- package/funcs/entitiesEntitiesGet.d.ts +14 -0
- package/funcs/entitiesEntitiesGet.d.ts.map +1 -0
- package/funcs/entitiesEntitiesGet.js +118 -0
- package/funcs/entitiesEntitiesGet.js.map +1 -0
- package/funcs/entitiesEntitiesUpdate.d.ts +14 -0
- package/funcs/entitiesEntitiesUpdate.d.ts.map +1 -0
- package/funcs/entitiesEntitiesUpdate.js +119 -0
- package/funcs/entitiesEntitiesUpdate.js.map +1 -0
- package/funcs/loanDetailsLoanDetailsCreate.d.ts +14 -0
- package/funcs/loanDetailsLoanDetailsCreate.d.ts.map +1 -0
- package/funcs/loanDetailsLoanDetailsCreate.js +113 -0
- package/funcs/loanDetailsLoanDetailsCreate.js.map +1 -0
- package/funcs/loanDetailsLoanDetailsDelete.d.ts +14 -0
- package/funcs/loanDetailsLoanDetailsDelete.d.ts.map +1 -0
- package/funcs/loanDetailsLoanDetailsDelete.js +118 -0
- package/funcs/loanDetailsLoanDetailsDelete.js.map +1 -0
- package/funcs/loanDetailsLoanDetailsGet.d.ts +14 -0
- package/funcs/loanDetailsLoanDetailsGet.d.ts.map +1 -0
- package/funcs/loanDetailsLoanDetailsGet.js +118 -0
- package/funcs/loanDetailsLoanDetailsGet.js.map +1 -0
- package/funcs/loanDetailsLoanDetailsUpdate.d.ts +14 -0
- package/funcs/loanDetailsLoanDetailsUpdate.d.ts.map +1 -0
- package/funcs/loanDetailsLoanDetailsUpdate.js +119 -0
- package/funcs/loanDetailsLoanDetailsUpdate.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/models/components/commercialsecuredloanassetattributesupdate.d.ts +383 -0
- package/models/components/commercialsecuredloanassetattributesupdate.d.ts.map +1 -0
- package/models/components/commercialsecuredloanassetattributesupdate.js +341 -0
- package/models/components/commercialsecuredloanassetattributesupdate.js.map +1 -0
- package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +3 -3
- package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js +3 -3
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
- package/models/components/consumersecuredloanassetattributesupdate.d.ts +383 -0
- package/models/components/consumersecuredloanassetattributesupdate.d.ts.map +1 -0
- package/models/components/consumersecuredloanassetattributesupdate.js +331 -0
- package/models/components/consumersecuredloanassetattributesupdate.js.map +1 -0
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +3 -3
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js +3 -3
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
- package/models/components/customerassetattributesupdate.d.ts +37 -0
- package/models/components/customerassetattributesupdate.d.ts.map +1 -0
- package/models/components/customerassetattributesupdate.js +77 -0
- package/models/components/customerassetattributesupdate.js.map +1 -0
- package/models/components/customerattributes.d.ts +0 -22
- package/models/components/customerattributes.d.ts.map +1 -1
- package/models/components/customerattributes.js +0 -10
- package/models/components/customerattributes.js.map +1 -1
- package/models/components/customerattributescreate.d.ts +112 -0
- package/models/components/customerattributescreate.d.ts.map +1 -0
- package/models/components/customerattributescreate.js +110 -0
- package/models/components/customerattributescreate.js.map +1 -0
- package/models/components/customerattributescreateitem.d.ts +112 -0
- package/models/components/customerattributescreateitem.d.ts.map +1 -0
- package/models/components/customerattributescreateitem.js +110 -0
- package/models/components/customerattributescreateitem.js.map +1 -0
- package/models/components/customerattributesupdate.d.ts +90 -0
- package/models/components/customerattributesupdate.d.ts.map +1 -0
- package/models/components/customerattributesupdate.js +101 -0
- package/models/components/customerattributesupdate.js.map +1 -0
- package/models/components/customerliabilityattributesupdate.d.ts +46 -0
- package/models/components/customerliabilityattributesupdate.d.ts.map +1 -0
- package/models/components/customerliabilityattributesupdate.js +88 -0
- package/models/components/customerliabilityattributesupdate.js.map +1 -0
- package/models/components/expenseattributesupdate.d.ts +38 -0
- package/models/components/expenseattributesupdate.d.ts.map +1 -0
- package/models/components/expenseattributesupdate.js +78 -0
- package/models/components/expenseattributesupdate.js.map +1 -0
- package/models/components/incomeattributesupdate.d.ts +38 -0
- package/models/components/incomeattributesupdate.d.ts.map +1 -0
- package/models/components/incomeattributesupdate.js +78 -0
- package/models/components/incomeattributesupdate.js.map +1 -0
- package/models/components/index.d.ts +13 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +13 -0
- package/models/components/index.js.map +1 -1
- package/models/components/linkobjectupdate.d.ts +47 -0
- package/models/components/linkobjectupdate.d.ts.map +1 -0
- package/models/components/linkobjectupdate.js +77 -0
- package/models/components/linkobjectupdate.js.map +1 -0
- package/models/components/loandetailsattributesupdate.d.ts +360 -0
- package/models/components/loandetailsattributesupdate.d.ts.map +1 -0
- package/models/components/loandetailsattributesupdate.js +387 -0
- package/models/components/loandetailsattributesupdate.js.map +1 -0
- package/models/components/monetaryquantityupdate.d.ts +63 -0
- package/models/components/monetaryquantityupdate.d.ts.map +1 -0
- package/models/components/monetaryquantityupdate.js +92 -0
- package/models/components/monetaryquantityupdate.js.map +1 -0
- package/models/components/percentagequantityupdate.d.ts +57 -0
- package/models/components/percentagequantityupdate.d.ts.map +1 -0
- package/models/components/percentagequantityupdate.js +89 -0
- package/models/components/percentagequantityupdate.js.map +1 -0
- package/models/operations/assetscreate.d.ts +337 -0
- package/models/operations/assetscreate.d.ts.map +1 -0
- package/models/operations/assetscreate.js +400 -0
- package/models/operations/assetscreate.js.map +1 -0
- package/models/operations/assetsdelete.d.ts +58 -0
- package/models/operations/assetsdelete.d.ts.map +1 -0
- package/models/operations/assetsdelete.js +97 -0
- package/models/operations/assetsdelete.js.map +1 -0
- package/models/operations/assetsget.d.ts +255 -0
- package/models/operations/assetsget.d.ts.map +1 -0
- package/models/operations/assetsget.js +314 -0
- package/models/operations/assetsget.js.map +1 -0
- package/models/operations/assetsupdate.d.ts +364 -0
- package/models/operations/assetsupdate.d.ts.map +1 -0
- package/models/operations/assetsupdate.js +438 -0
- package/models/operations/assetsupdate.js.map +1 -0
- package/models/operations/createapplication.d.ts +8 -8
- package/models/operations/createapplication.d.ts.map +1 -1
- package/models/operations/createapplication.js +14 -14
- package/models/operations/createapplication.js.map +1 -1
- package/models/operations/customeraddressescreate.d.ts +322 -0
- package/models/operations/customeraddressescreate.d.ts.map +1 -0
- package/models/operations/customeraddressescreate.js +369 -0
- package/models/operations/customeraddressescreate.js.map +1 -0
- package/models/operations/customeraddressesdelete.d.ts +60 -0
- package/models/operations/customeraddressesdelete.d.ts.map +1 -0
- package/models/operations/customeraddressesdelete.js +99 -0
- package/models/operations/customeraddressesdelete.js.map +1 -0
- package/models/operations/customeraddressesget.d.ts +236 -0
- package/models/operations/customeraddressesget.d.ts.map +1 -0
- package/models/operations/customeraddressesget.js +281 -0
- package/models/operations/customeraddressesget.js.map +1 -0
- package/models/operations/customeraddresseslist.d.ts +234 -0
- package/models/operations/customeraddresseslist.d.ts.map +1 -0
- package/models/operations/customeraddresseslist.js +279 -0
- package/models/operations/customeraddresseslist.js.map +1 -0
- package/models/operations/customeraddressesupdate.d.ts +324 -0
- package/models/operations/customeraddressesupdate.d.ts.map +1 -0
- package/models/operations/customeraddressesupdate.js +371 -0
- package/models/operations/customeraddressesupdate.js.map +1 -0
- package/models/operations/customerassetscreate.d.ts +322 -0
- package/models/operations/customerassetscreate.d.ts.map +1 -0
- package/models/operations/customerassetscreate.js +368 -0
- package/models/operations/customerassetscreate.js.map +1 -0
- package/models/operations/customerassetsdelete.d.ts +60 -0
- package/models/operations/customerassetsdelete.d.ts.map +1 -0
- package/models/operations/customerassetsdelete.js +99 -0
- package/models/operations/customerassetsdelete.js.map +1 -0
- package/models/operations/customerassetsget.d.ts +236 -0
- package/models/operations/customerassetsget.d.ts.map +1 -0
- package/models/operations/customerassetsget.js +281 -0
- package/models/operations/customerassetsget.js.map +1 -0
- package/models/operations/customerassetslist.d.ts +234 -0
- package/models/operations/customerassetslist.d.ts.map +1 -0
- package/models/operations/customerassetslist.js +279 -0
- package/models/operations/customerassetslist.js.map +1 -0
- package/models/operations/customerassetsupdate.d.ts +324 -0
- package/models/operations/customerassetsupdate.d.ts.map +1 -0
- package/models/operations/customerassetsupdate.js +371 -0
- package/models/operations/customerassetsupdate.js.map +1 -0
- package/models/operations/customerexpensescreate.d.ts +322 -0
- package/models/operations/customerexpensescreate.d.ts.map +1 -0
- package/models/operations/customerexpensescreate.js +369 -0
- package/models/operations/customerexpensescreate.js.map +1 -0
- package/models/operations/customerexpensesdelete.d.ts +60 -0
- package/models/operations/customerexpensesdelete.d.ts.map +1 -0
- package/models/operations/customerexpensesdelete.js +99 -0
- package/models/operations/customerexpensesdelete.js.map +1 -0
- package/models/operations/customerexpensesget.d.ts +236 -0
- package/models/operations/customerexpensesget.d.ts.map +1 -0
- package/models/operations/customerexpensesget.js +281 -0
- package/models/operations/customerexpensesget.js.map +1 -0
- package/models/operations/customerexpenseslist.d.ts +234 -0
- package/models/operations/customerexpenseslist.d.ts.map +1 -0
- package/models/operations/customerexpenseslist.js +279 -0
- package/models/operations/customerexpenseslist.js.map +1 -0
- package/models/operations/customerexpensesupdate.d.ts +324 -0
- package/models/operations/customerexpensesupdate.d.ts.map +1 -0
- package/models/operations/customerexpensesupdate.js +371 -0
- package/models/operations/customerexpensesupdate.js.map +1 -0
- package/models/operations/customerincomecreate.d.ts +322 -0
- package/models/operations/customerincomecreate.d.ts.map +1 -0
- package/models/operations/customerincomecreate.js +368 -0
- package/models/operations/customerincomecreate.js.map +1 -0
- package/models/operations/customerincomedelete.d.ts +60 -0
- package/models/operations/customerincomedelete.d.ts.map +1 -0
- package/models/operations/customerincomedelete.js +99 -0
- package/models/operations/customerincomedelete.js.map +1 -0
- package/models/operations/customerincomeget.d.ts +236 -0
- package/models/operations/customerincomeget.d.ts.map +1 -0
- package/models/operations/customerincomeget.js +281 -0
- package/models/operations/customerincomeget.js.map +1 -0
- package/models/operations/customerincomelist.d.ts +234 -0
- package/models/operations/customerincomelist.d.ts.map +1 -0
- package/models/operations/customerincomelist.js +279 -0
- package/models/operations/customerincomelist.js.map +1 -0
- package/models/operations/customerincomeupdate.d.ts +324 -0
- package/models/operations/customerincomeupdate.d.ts.map +1 -0
- package/models/operations/customerincomeupdate.js +370 -0
- package/models/operations/customerincomeupdate.js.map +1 -0
- package/models/operations/customerliabilitiescreate.d.ts +322 -0
- package/models/operations/customerliabilitiescreate.d.ts.map +1 -0
- package/models/operations/customerliabilitiescreate.js +371 -0
- package/models/operations/customerliabilitiescreate.js.map +1 -0
- package/models/operations/customerliabilitiesdelete.d.ts +60 -0
- package/models/operations/customerliabilitiesdelete.d.ts.map +1 -0
- package/models/operations/customerliabilitiesdelete.js +99 -0
- package/models/operations/customerliabilitiesdelete.js.map +1 -0
- package/models/operations/customerliabilitiesget.d.ts +236 -0
- package/models/operations/customerliabilitiesget.d.ts.map +1 -0
- package/models/operations/customerliabilitiesget.js +281 -0
- package/models/operations/customerliabilitiesget.js.map +1 -0
- package/models/operations/customerliabilitieslist.d.ts +234 -0
- package/models/operations/customerliabilitieslist.d.ts.map +1 -0
- package/models/operations/customerliabilitieslist.js +280 -0
- package/models/operations/customerliabilitieslist.js.map +1 -0
- package/models/operations/customerliabilitiesupdate.d.ts +324 -0
- package/models/operations/customerliabilitiesupdate.d.ts.map +1 -0
- package/models/operations/customerliabilitiesupdate.js +375 -0
- package/models/operations/customerliabilitiesupdate.js.map +1 -0
- package/models/operations/customerscreate.d.ts +301 -0
- package/models/operations/customerscreate.d.ts.map +1 -0
- package/models/operations/customerscreate.js +330 -0
- package/models/operations/customerscreate.js.map +1 -0
- package/models/operations/customersdelete.d.ts +58 -0
- package/models/operations/customersdelete.d.ts.map +1 -0
- package/models/operations/customersdelete.js +97 -0
- package/models/operations/customersdelete.js.map +1 -0
- package/models/operations/customersget.d.ts +237 -0
- package/models/operations/customersget.d.ts.map +1 -0
- package/models/operations/customersget.js +279 -0
- package/models/operations/customersget.js.map +1 -0
- package/models/operations/customersupdate.d.ts +328 -0
- package/models/operations/customersupdate.d.ts.map +1 -0
- package/models/operations/customersupdate.js +368 -0
- package/models/operations/customersupdate.js.map +1 -0
- package/models/operations/entitiescreate.d.ts +295 -0
- package/models/operations/entitiescreate.d.ts.map +1 -0
- package/models/operations/entitiescreate.js +330 -0
- package/models/operations/entitiescreate.js.map +1 -0
- package/models/operations/entitiesdelete.d.ts +58 -0
- package/models/operations/entitiesdelete.d.ts.map +1 -0
- package/models/operations/entitiesdelete.js +97 -0
- package/models/operations/entitiesdelete.js.map +1 -0
- package/models/operations/entitiesget.d.ts +234 -0
- package/models/operations/entitiesget.d.ts.map +1 -0
- package/models/operations/entitiesget.js +279 -0
- package/models/operations/entitiesget.js.map +1 -0
- package/models/operations/entitiesupdate.d.ts +322 -0
- package/models/operations/entitiesupdate.d.ts.map +1 -0
- package/models/operations/entitiesupdate.js +368 -0
- package/models/operations/entitiesupdate.js.map +1 -0
- package/models/operations/index.d.ts +41 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +41 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/loandetailscreate.d.ts +301 -0
- package/models/operations/loandetailscreate.d.ts.map +1 -0
- package/models/operations/loandetailscreate.js +330 -0
- package/models/operations/loandetailscreate.js.map +1 -0
- package/models/operations/loandetailsdelete.d.ts +58 -0
- package/models/operations/loandetailsdelete.d.ts.map +1 -0
- package/models/operations/loandetailsdelete.js +97 -0
- package/models/operations/loandetailsdelete.js.map +1 -0
- package/models/operations/loandetailsget.d.ts +237 -0
- package/models/operations/loandetailsget.d.ts.map +1 -0
- package/models/operations/loandetailsget.js +279 -0
- package/models/operations/loandetailsget.js.map +1 -0
- package/models/operations/loandetailsupdate.d.ts +328 -0
- package/models/operations/loandetailsupdate.d.ts.map +1 -0
- package/models/operations/loandetailsupdate.js +368 -0
- package/models/operations/loandetailsupdate.js.map +1 -0
- package/package.json +1 -1
- package/sdk/assets.d.ts +21 -0
- package/sdk/assets.d.ts.map +1 -0
- package/sdk/assets.js +40 -0
- package/sdk/assets.js.map +1 -0
- package/sdk/customeraddresses.d.ts +25 -0
- package/sdk/customeraddresses.d.ts.map +1 -0
- package/sdk/customeraddresses.js +47 -0
- package/sdk/customeraddresses.js.map +1 -0
- package/sdk/customerassets.d.ts +25 -0
- package/sdk/customerassets.d.ts.map +1 -0
- package/sdk/customerassets.js +47 -0
- package/sdk/customerassets.js.map +1 -0
- package/sdk/customerexpenses.d.ts +25 -0
- package/sdk/customerexpenses.d.ts.map +1 -0
- package/sdk/customerexpenses.js +47 -0
- package/sdk/customerexpenses.js.map +1 -0
- package/sdk/customerincome.d.ts +25 -0
- package/sdk/customerincome.d.ts.map +1 -0
- package/sdk/customerincome.js +47 -0
- package/sdk/customerincome.js.map +1 -0
- package/sdk/customerliabilities.d.ts +25 -0
- package/sdk/customerliabilities.d.ts.map +1 -0
- package/sdk/customerliabilities.js +47 -0
- package/sdk/customerliabilities.js.map +1 -0
- package/sdk/customers.d.ts +21 -0
- package/sdk/customers.d.ts.map +1 -0
- package/sdk/customers.js +40 -0
- package/sdk/customers.js.map +1 -0
- package/sdk/entities.d.ts +21 -0
- package/sdk/entities.d.ts.map +1 -0
- package/sdk/entities.js +40 -0
- package/sdk/entities.js.map +1 -0
- package/sdk/loandetails.d.ts +21 -0
- package/sdk/loandetails.d.ts.map +1 -0
- package/sdk/loandetails.js +40 -0
- package/sdk/loandetails.js.map +1 -0
- package/sdk/sdk.d.ts +27 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +36 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/assetsAssetsCreate.ts +158 -0
- package/src/funcs/assetsAssetsDelete.ts +164 -0
- package/src/funcs/assetsAssetsGet.ts +164 -0
- package/src/funcs/assetsAssetsUpdate.ts +165 -0
- package/src/funcs/customerAddressesCustomerAddressesCreate.ts +166 -0
- package/src/funcs/customerAddressesCustomerAddressesDelete.ts +177 -0
- package/src/funcs/customerAddressesCustomerAddressesGet.ts +171 -0
- package/src/funcs/customerAddressesCustomerAddressesList.ts +165 -0
- package/src/funcs/customerAddressesCustomerAddressesUpdate.ts +172 -0
- package/src/funcs/customerAssetsCustomerAssetsCreate.ts +166 -0
- package/src/funcs/customerAssetsCustomerAssetsDelete.ts +177 -0
- package/src/funcs/customerAssetsCustomerAssetsGet.ts +170 -0
- package/src/funcs/customerAssetsCustomerAssetsList.ts +164 -0
- package/src/funcs/customerAssetsCustomerAssetsUpdate.ts +172 -0
- package/src/funcs/customerExpensesCustomerExpensesCreate.ts +166 -0
- package/src/funcs/customerExpensesCustomerExpensesDelete.ts +177 -0
- package/src/funcs/customerExpensesCustomerExpensesGet.ts +171 -0
- package/src/funcs/customerExpensesCustomerExpensesList.ts +165 -0
- package/src/funcs/customerExpensesCustomerExpensesUpdate.ts +172 -0
- package/src/funcs/customerIncomeCustomerIncomeCreate.ts +166 -0
- package/src/funcs/customerIncomeCustomerIncomeDelete.ts +177 -0
- package/src/funcs/customerIncomeCustomerIncomeGet.ts +170 -0
- package/src/funcs/customerIncomeCustomerIncomeList.ts +164 -0
- package/src/funcs/customerIncomeCustomerIncomeUpdate.ts +172 -0
- package/src/funcs/customerLiabilitiesCustomerLiabilitiesCreate.ts +166 -0
- package/src/funcs/customerLiabilitiesCustomerLiabilitiesDelete.ts +177 -0
- package/src/funcs/customerLiabilitiesCustomerLiabilitiesGet.ts +171 -0
- package/src/funcs/customerLiabilitiesCustomerLiabilitiesList.ts +165 -0
- package/src/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.ts +172 -0
- package/src/funcs/customersCustomersCreate.ts +159 -0
- package/src/funcs/customersCustomersDelete.ts +167 -0
- package/src/funcs/customersCustomersGet.ts +164 -0
- package/src/funcs/customersCustomersUpdate.ts +165 -0
- package/src/funcs/entitiesEntitiesCreate.ts +158 -0
- package/src/funcs/entitiesEntitiesDelete.ts +164 -0
- package/src/funcs/entitiesEntitiesGet.ts +164 -0
- package/src/funcs/entitiesEntitiesUpdate.ts +165 -0
- package/src/funcs/loanDetailsLoanDetailsCreate.ts +159 -0
- package/src/funcs/loanDetailsLoanDetailsDelete.ts +170 -0
- package/src/funcs/loanDetailsLoanDetailsGet.ts +164 -0
- package/src/funcs/loanDetailsLoanDetailsUpdate.ts +165 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/commercialsecuredloanassetattributesupdate.ts +800 -0
- package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +9 -9
- package/src/models/components/consumersecuredloanassetattributesupdate.ts +792 -0
- package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +9 -9
- package/src/models/components/customerassetattributesupdate.ts +91 -0
- package/src/models/components/customerattributes.ts +0 -38
- package/src/models/components/customerattributescreate.ts +212 -0
- package/src/models/components/customerattributescreateitem.ts +214 -0
- package/src/models/components/customerattributesupdate.ts +175 -0
- package/src/models/components/customerliabilityattributesupdate.ts +115 -0
- package/src/models/components/expenseattributesupdate.ts +94 -0
- package/src/models/components/incomeattributesupdate.ts +94 -0
- package/src/models/components/index.ts +13 -0
- package/src/models/components/linkobjectupdate.ts +88 -0
- package/src/models/components/loandetailsattributesupdate.ts +903 -0
- package/src/models/components/monetaryquantityupdate.ts +114 -0
- package/src/models/components/percentagequantityupdate.ts +103 -0
- package/src/models/operations/assetscreate.ts +737 -0
- package/src/models/operations/assetsdelete.ts +128 -0
- package/src/models/operations/assetsget.ts +572 -0
- package/src/models/operations/assetsupdate.ts +821 -0
- package/src/models/operations/createapplication.ts +32 -17
- package/src/models/operations/customeraddressescreate.ts +759 -0
- package/src/models/operations/customeraddressesdelete.ts +139 -0
- package/src/models/operations/customeraddressesget.ts +551 -0
- package/src/models/operations/customeraddresseslist.ts +558 -0
- package/src/models/operations/customeraddressesupdate.ts +763 -0
- package/src/models/operations/customerassetscreate.ts +724 -0
- package/src/models/operations/customerassetsdelete.ts +136 -0
- package/src/models/operations/customerassetsget.ts +534 -0
- package/src/models/operations/customerassetslist.ts +530 -0
- package/src/models/operations/customerassetsupdate.ts +729 -0
- package/src/models/operations/customerexpensescreate.ts +748 -0
- package/src/models/operations/customerexpensesdelete.ts +138 -0
- package/src/models/operations/customerexpensesget.ts +545 -0
- package/src/models/operations/customerexpenseslist.ts +545 -0
- package/src/models/operations/customerexpensesupdate.ts +752 -0
- package/src/models/operations/customerincomecreate.ts +724 -0
- package/src/models/operations/customerincomedelete.ts +136 -0
- package/src/models/operations/customerincomeget.ts +534 -0
- package/src/models/operations/customerincomelist.ts +530 -0
- package/src/models/operations/customerincomeupdate.ts +728 -0
- package/src/models/operations/customerliabilitiescreate.ts +765 -0
- package/src/models/operations/customerliabilitiesdelete.ts +139 -0
- package/src/models/operations/customerliabilitiesget.ts +569 -0
- package/src/models/operations/customerliabilitieslist.ts +567 -0
- package/src/models/operations/customerliabilitiesupdate.ts +773 -0
- package/src/models/operations/customerscreate.ts +625 -0
- package/src/models/operations/customersdelete.ts +130 -0
- package/src/models/operations/customersget.ts +514 -0
- package/src/models/operations/customersupdate.ts +696 -0
- package/src/models/operations/entitiescreate.ts +614 -0
- package/src/models/operations/entitiesdelete.ts +128 -0
- package/src/models/operations/entitiesget.ts +508 -0
- package/src/models/operations/entitiesupdate.ts +685 -0
- package/src/models/operations/index.ts +41 -0
- package/src/models/operations/loandetailscreate.ts +634 -0
- package/src/models/operations/loandetailsdelete.ts +130 -0
- package/src/models/operations/loandetailsget.ts +520 -0
- package/src/models/operations/loandetailsupdate.ts +705 -0
- package/src/sdk/assets.ts +69 -0
- package/src/sdk/customeraddresses.ts +84 -0
- package/src/sdk/customerassets.ts +84 -0
- package/src/sdk/customerexpenses.ts +84 -0
- package/src/sdk/customerincome.ts +84 -0
- package/src/sdk/customerliabilities.ts +84 -0
- package/src/sdk/customers.ts +69 -0
- package/src/sdk/entities.ts +69 -0
- package/src/sdk/loandetails.ts +69 -0
- package/src/sdk/sdk.ts +56 -0
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import * as components from "../components/index.js";
|
|
5
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
+
export type CustomerLiabilitiesListRequest = {
|
|
7
|
+
customerId: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* The server cannot find the requested resource.
|
|
11
|
+
*/
|
|
12
|
+
export type CustomerLiabilitiesListCustomerLiabilitiesResponseBody = {
|
|
13
|
+
errors: Array<components.ResourceNotFound>;
|
|
14
|
+
};
|
|
15
|
+
export declare const CustomerLiabilitiesListType: {
|
|
16
|
+
readonly CustomerLiabilities: "customer-liabilities";
|
|
17
|
+
};
|
|
18
|
+
export type CustomerLiabilitiesListType = ClosedEnum<typeof CustomerLiabilitiesListType>;
|
|
19
|
+
export type CustomerLiabilitiesListRelationships = {};
|
|
20
|
+
export type CustomerLiabilitiesListCustomerLiabilitiesLinks = {};
|
|
21
|
+
export type CustomerLiabilitiesListData = {
|
|
22
|
+
type: CustomerLiabilitiesListType;
|
|
23
|
+
id: string;
|
|
24
|
+
attributes: components.CustomerLiabilityAttributes;
|
|
25
|
+
relationships: CustomerLiabilitiesListRelationships;
|
|
26
|
+
links: CustomerLiabilitiesListCustomerLiabilitiesLinks;
|
|
27
|
+
meta?: {
|
|
28
|
+
[k: string]: any;
|
|
29
|
+
} | undefined;
|
|
30
|
+
};
|
|
31
|
+
export type CustomerLiabilitiesListLinks = {};
|
|
32
|
+
/**
|
|
33
|
+
* The request has succeeded.
|
|
34
|
+
*/
|
|
35
|
+
export type CustomerLiabilitiesListResponseBody = {
|
|
36
|
+
data: Array<CustomerLiabilitiesListData>;
|
|
37
|
+
links?: CustomerLiabilitiesListLinks | undefined;
|
|
38
|
+
};
|
|
39
|
+
export type CustomerLiabilitiesListResponse = CustomerLiabilitiesListResponseBody | CustomerLiabilitiesListCustomerLiabilitiesResponseBody;
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const CustomerLiabilitiesListRequest$inboundSchema: z.ZodType<CustomerLiabilitiesListRequest, z.ZodTypeDef, unknown>;
|
|
42
|
+
/** @internal */
|
|
43
|
+
export type CustomerLiabilitiesListRequest$Outbound = {
|
|
44
|
+
customerId: string;
|
|
45
|
+
};
|
|
46
|
+
/** @internal */
|
|
47
|
+
export declare const CustomerLiabilitiesListRequest$outboundSchema: z.ZodType<CustomerLiabilitiesListRequest$Outbound, z.ZodTypeDef, CustomerLiabilitiesListRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
51
|
+
*/
|
|
52
|
+
export declare namespace CustomerLiabilitiesListRequest$ {
|
|
53
|
+
/** @deprecated use `CustomerLiabilitiesListRequest$inboundSchema` instead. */
|
|
54
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListRequest, z.ZodTypeDef, unknown>;
|
|
55
|
+
/** @deprecated use `CustomerLiabilitiesListRequest$outboundSchema` instead. */
|
|
56
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListRequest$Outbound, z.ZodTypeDef, CustomerLiabilitiesListRequest>;
|
|
57
|
+
/** @deprecated use `CustomerLiabilitiesListRequest$Outbound` instead. */
|
|
58
|
+
type Outbound = CustomerLiabilitiesListRequest$Outbound;
|
|
59
|
+
}
|
|
60
|
+
export declare function customerLiabilitiesListRequestToJSON(customerLiabilitiesListRequest: CustomerLiabilitiesListRequest): string;
|
|
61
|
+
export declare function customerLiabilitiesListRequestFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListRequest, SDKValidationError>;
|
|
62
|
+
/** @internal */
|
|
63
|
+
export declare const CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesResponseBody, z.ZodTypeDef, unknown>;
|
|
64
|
+
/** @internal */
|
|
65
|
+
export type CustomerLiabilitiesListCustomerLiabilitiesResponseBody$Outbound = {
|
|
66
|
+
errors: Array<components.ResourceNotFound$Outbound>;
|
|
67
|
+
};
|
|
68
|
+
/** @internal */
|
|
69
|
+
export declare const CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesResponseBody$Outbound, z.ZodTypeDef, CustomerLiabilitiesListCustomerLiabilitiesResponseBody>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
73
|
+
*/
|
|
74
|
+
export declare namespace CustomerLiabilitiesListCustomerLiabilitiesResponseBody$ {
|
|
75
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema` instead. */
|
|
76
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesResponseBody, z.ZodTypeDef, unknown>;
|
|
77
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema` instead. */
|
|
78
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesResponseBody$Outbound, z.ZodTypeDef, CustomerLiabilitiesListCustomerLiabilitiesResponseBody>;
|
|
79
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesResponseBody$Outbound` instead. */
|
|
80
|
+
type Outbound = CustomerLiabilitiesListCustomerLiabilitiesResponseBody$Outbound;
|
|
81
|
+
}
|
|
82
|
+
export declare function customerLiabilitiesListCustomerLiabilitiesResponseBodyToJSON(customerLiabilitiesListCustomerLiabilitiesResponseBody: CustomerLiabilitiesListCustomerLiabilitiesResponseBody): string;
|
|
83
|
+
export declare function customerLiabilitiesListCustomerLiabilitiesResponseBodyFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListCustomerLiabilitiesResponseBody, SDKValidationError>;
|
|
84
|
+
/** @internal */
|
|
85
|
+
export declare const CustomerLiabilitiesListType$inboundSchema: z.ZodNativeEnum<typeof CustomerLiabilitiesListType>;
|
|
86
|
+
/** @internal */
|
|
87
|
+
export declare const CustomerLiabilitiesListType$outboundSchema: z.ZodNativeEnum<typeof CustomerLiabilitiesListType>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
91
|
+
*/
|
|
92
|
+
export declare namespace CustomerLiabilitiesListType$ {
|
|
93
|
+
/** @deprecated use `CustomerLiabilitiesListType$inboundSchema` instead. */
|
|
94
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
95
|
+
readonly CustomerLiabilities: "customer-liabilities";
|
|
96
|
+
}>;
|
|
97
|
+
/** @deprecated use `CustomerLiabilitiesListType$outboundSchema` instead. */
|
|
98
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
99
|
+
readonly CustomerLiabilities: "customer-liabilities";
|
|
100
|
+
}>;
|
|
101
|
+
}
|
|
102
|
+
/** @internal */
|
|
103
|
+
export declare const CustomerLiabilitiesListRelationships$inboundSchema: z.ZodType<CustomerLiabilitiesListRelationships, z.ZodTypeDef, unknown>;
|
|
104
|
+
/** @internal */
|
|
105
|
+
export type CustomerLiabilitiesListRelationships$Outbound = {};
|
|
106
|
+
/** @internal */
|
|
107
|
+
export declare const CustomerLiabilitiesListRelationships$outboundSchema: z.ZodType<CustomerLiabilitiesListRelationships$Outbound, z.ZodTypeDef, CustomerLiabilitiesListRelationships>;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
111
|
+
*/
|
|
112
|
+
export declare namespace CustomerLiabilitiesListRelationships$ {
|
|
113
|
+
/** @deprecated use `CustomerLiabilitiesListRelationships$inboundSchema` instead. */
|
|
114
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListRelationships, z.ZodTypeDef, unknown>;
|
|
115
|
+
/** @deprecated use `CustomerLiabilitiesListRelationships$outboundSchema` instead. */
|
|
116
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListRelationships$Outbound, z.ZodTypeDef, CustomerLiabilitiesListRelationships>;
|
|
117
|
+
/** @deprecated use `CustomerLiabilitiesListRelationships$Outbound` instead. */
|
|
118
|
+
type Outbound = CustomerLiabilitiesListRelationships$Outbound;
|
|
119
|
+
}
|
|
120
|
+
export declare function customerLiabilitiesListRelationshipsToJSON(customerLiabilitiesListRelationships: CustomerLiabilitiesListRelationships): string;
|
|
121
|
+
export declare function customerLiabilitiesListRelationshipsFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListRelationships, SDKValidationError>;
|
|
122
|
+
/** @internal */
|
|
123
|
+
export declare const CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesLinks, z.ZodTypeDef, unknown>;
|
|
124
|
+
/** @internal */
|
|
125
|
+
export type CustomerLiabilitiesListCustomerLiabilitiesLinks$Outbound = {};
|
|
126
|
+
/** @internal */
|
|
127
|
+
export declare const CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesLinks$Outbound, z.ZodTypeDef, CustomerLiabilitiesListCustomerLiabilitiesLinks>;
|
|
128
|
+
/**
|
|
129
|
+
* @internal
|
|
130
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
131
|
+
*/
|
|
132
|
+
export declare namespace CustomerLiabilitiesListCustomerLiabilitiesLinks$ {
|
|
133
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema` instead. */
|
|
134
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesLinks, z.ZodTypeDef, unknown>;
|
|
135
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema` instead. */
|
|
136
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListCustomerLiabilitiesLinks$Outbound, z.ZodTypeDef, CustomerLiabilitiesListCustomerLiabilitiesLinks>;
|
|
137
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesLinks$Outbound` instead. */
|
|
138
|
+
type Outbound = CustomerLiabilitiesListCustomerLiabilitiesLinks$Outbound;
|
|
139
|
+
}
|
|
140
|
+
export declare function customerLiabilitiesListCustomerLiabilitiesLinksToJSON(customerLiabilitiesListCustomerLiabilitiesLinks: CustomerLiabilitiesListCustomerLiabilitiesLinks): string;
|
|
141
|
+
export declare function customerLiabilitiesListCustomerLiabilitiesLinksFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListCustomerLiabilitiesLinks, SDKValidationError>;
|
|
142
|
+
/** @internal */
|
|
143
|
+
export declare const CustomerLiabilitiesListData$inboundSchema: z.ZodType<CustomerLiabilitiesListData, z.ZodTypeDef, unknown>;
|
|
144
|
+
/** @internal */
|
|
145
|
+
export type CustomerLiabilitiesListData$Outbound = {
|
|
146
|
+
type: string;
|
|
147
|
+
id: string;
|
|
148
|
+
attributes: components.CustomerLiabilityAttributes$Outbound;
|
|
149
|
+
relationships: CustomerLiabilitiesListRelationships$Outbound;
|
|
150
|
+
links: CustomerLiabilitiesListCustomerLiabilitiesLinks$Outbound;
|
|
151
|
+
meta?: {
|
|
152
|
+
[k: string]: any;
|
|
153
|
+
} | undefined;
|
|
154
|
+
};
|
|
155
|
+
/** @internal */
|
|
156
|
+
export declare const CustomerLiabilitiesListData$outboundSchema: z.ZodType<CustomerLiabilitiesListData$Outbound, z.ZodTypeDef, CustomerLiabilitiesListData>;
|
|
157
|
+
/**
|
|
158
|
+
* @internal
|
|
159
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
160
|
+
*/
|
|
161
|
+
export declare namespace CustomerLiabilitiesListData$ {
|
|
162
|
+
/** @deprecated use `CustomerLiabilitiesListData$inboundSchema` instead. */
|
|
163
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListData, z.ZodTypeDef, unknown>;
|
|
164
|
+
/** @deprecated use `CustomerLiabilitiesListData$outboundSchema` instead. */
|
|
165
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListData$Outbound, z.ZodTypeDef, CustomerLiabilitiesListData>;
|
|
166
|
+
/** @deprecated use `CustomerLiabilitiesListData$Outbound` instead. */
|
|
167
|
+
type Outbound = CustomerLiabilitiesListData$Outbound;
|
|
168
|
+
}
|
|
169
|
+
export declare function customerLiabilitiesListDataToJSON(customerLiabilitiesListData: CustomerLiabilitiesListData): string;
|
|
170
|
+
export declare function customerLiabilitiesListDataFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListData, SDKValidationError>;
|
|
171
|
+
/** @internal */
|
|
172
|
+
export declare const CustomerLiabilitiesListLinks$inboundSchema: z.ZodType<CustomerLiabilitiesListLinks, z.ZodTypeDef, unknown>;
|
|
173
|
+
/** @internal */
|
|
174
|
+
export type CustomerLiabilitiesListLinks$Outbound = {};
|
|
175
|
+
/** @internal */
|
|
176
|
+
export declare const CustomerLiabilitiesListLinks$outboundSchema: z.ZodType<CustomerLiabilitiesListLinks$Outbound, z.ZodTypeDef, CustomerLiabilitiesListLinks>;
|
|
177
|
+
/**
|
|
178
|
+
* @internal
|
|
179
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
180
|
+
*/
|
|
181
|
+
export declare namespace CustomerLiabilitiesListLinks$ {
|
|
182
|
+
/** @deprecated use `CustomerLiabilitiesListLinks$inboundSchema` instead. */
|
|
183
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListLinks, z.ZodTypeDef, unknown>;
|
|
184
|
+
/** @deprecated use `CustomerLiabilitiesListLinks$outboundSchema` instead. */
|
|
185
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListLinks$Outbound, z.ZodTypeDef, CustomerLiabilitiesListLinks>;
|
|
186
|
+
/** @deprecated use `CustomerLiabilitiesListLinks$Outbound` instead. */
|
|
187
|
+
type Outbound = CustomerLiabilitiesListLinks$Outbound;
|
|
188
|
+
}
|
|
189
|
+
export declare function customerLiabilitiesListLinksToJSON(customerLiabilitiesListLinks: CustomerLiabilitiesListLinks): string;
|
|
190
|
+
export declare function customerLiabilitiesListLinksFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListLinks, SDKValidationError>;
|
|
191
|
+
/** @internal */
|
|
192
|
+
export declare const CustomerLiabilitiesListResponseBody$inboundSchema: z.ZodType<CustomerLiabilitiesListResponseBody, z.ZodTypeDef, unknown>;
|
|
193
|
+
/** @internal */
|
|
194
|
+
export type CustomerLiabilitiesListResponseBody$Outbound = {
|
|
195
|
+
data: Array<CustomerLiabilitiesListData$Outbound>;
|
|
196
|
+
links?: CustomerLiabilitiesListLinks$Outbound | undefined;
|
|
197
|
+
};
|
|
198
|
+
/** @internal */
|
|
199
|
+
export declare const CustomerLiabilitiesListResponseBody$outboundSchema: z.ZodType<CustomerLiabilitiesListResponseBody$Outbound, z.ZodTypeDef, CustomerLiabilitiesListResponseBody>;
|
|
200
|
+
/**
|
|
201
|
+
* @internal
|
|
202
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
203
|
+
*/
|
|
204
|
+
export declare namespace CustomerLiabilitiesListResponseBody$ {
|
|
205
|
+
/** @deprecated use `CustomerLiabilitiesListResponseBody$inboundSchema` instead. */
|
|
206
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListResponseBody, z.ZodTypeDef, unknown>;
|
|
207
|
+
/** @deprecated use `CustomerLiabilitiesListResponseBody$outboundSchema` instead. */
|
|
208
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListResponseBody$Outbound, z.ZodTypeDef, CustomerLiabilitiesListResponseBody>;
|
|
209
|
+
/** @deprecated use `CustomerLiabilitiesListResponseBody$Outbound` instead. */
|
|
210
|
+
type Outbound = CustomerLiabilitiesListResponseBody$Outbound;
|
|
211
|
+
}
|
|
212
|
+
export declare function customerLiabilitiesListResponseBodyToJSON(customerLiabilitiesListResponseBody: CustomerLiabilitiesListResponseBody): string;
|
|
213
|
+
export declare function customerLiabilitiesListResponseBodyFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListResponseBody, SDKValidationError>;
|
|
214
|
+
/** @internal */
|
|
215
|
+
export declare const CustomerLiabilitiesListResponse$inboundSchema: z.ZodType<CustomerLiabilitiesListResponse, z.ZodTypeDef, unknown>;
|
|
216
|
+
/** @internal */
|
|
217
|
+
export type CustomerLiabilitiesListResponse$Outbound = CustomerLiabilitiesListResponseBody$Outbound | CustomerLiabilitiesListCustomerLiabilitiesResponseBody$Outbound;
|
|
218
|
+
/** @internal */
|
|
219
|
+
export declare const CustomerLiabilitiesListResponse$outboundSchema: z.ZodType<CustomerLiabilitiesListResponse$Outbound, z.ZodTypeDef, CustomerLiabilitiesListResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* @internal
|
|
222
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
223
|
+
*/
|
|
224
|
+
export declare namespace CustomerLiabilitiesListResponse$ {
|
|
225
|
+
/** @deprecated use `CustomerLiabilitiesListResponse$inboundSchema` instead. */
|
|
226
|
+
const inboundSchema: z.ZodType<CustomerLiabilitiesListResponse, z.ZodTypeDef, unknown>;
|
|
227
|
+
/** @deprecated use `CustomerLiabilitiesListResponse$outboundSchema` instead. */
|
|
228
|
+
const outboundSchema: z.ZodType<CustomerLiabilitiesListResponse$Outbound, z.ZodTypeDef, CustomerLiabilitiesListResponse>;
|
|
229
|
+
/** @deprecated use `CustomerLiabilitiesListResponse$Outbound` instead. */
|
|
230
|
+
type Outbound = CustomerLiabilitiesListResponse$Outbound;
|
|
231
|
+
}
|
|
232
|
+
export declare function customerLiabilitiesListResponseToJSON(customerLiabilitiesListResponse: CustomerLiabilitiesListResponse): string;
|
|
233
|
+
export declare function customerLiabilitiesListResponseFromJSON(jsonString: string): SafeParseResult<CustomerLiabilitiesListResponse, SDKValidationError>;
|
|
234
|
+
//# sourceMappingURL=customerliabilitieslist.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerliabilitieslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/customerliabilitieslist.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,280 @@
|
|
|
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.CustomerLiabilitiesListResponse$ = exports.CustomerLiabilitiesListResponse$outboundSchema = exports.CustomerLiabilitiesListResponse$inboundSchema = exports.CustomerLiabilitiesListResponseBody$ = exports.CustomerLiabilitiesListResponseBody$outboundSchema = exports.CustomerLiabilitiesListResponseBody$inboundSchema = exports.CustomerLiabilitiesListLinks$ = exports.CustomerLiabilitiesListLinks$outboundSchema = exports.CustomerLiabilitiesListLinks$inboundSchema = exports.CustomerLiabilitiesListData$ = exports.CustomerLiabilitiesListData$outboundSchema = exports.CustomerLiabilitiesListData$inboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$ = exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema = exports.CustomerLiabilitiesListRelationships$ = exports.CustomerLiabilitiesListRelationships$outboundSchema = exports.CustomerLiabilitiesListRelationships$inboundSchema = exports.CustomerLiabilitiesListType$ = exports.CustomerLiabilitiesListType$outboundSchema = exports.CustomerLiabilitiesListType$inboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$ = exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema = exports.CustomerLiabilitiesListRequest$ = exports.CustomerLiabilitiesListRequest$outboundSchema = exports.CustomerLiabilitiesListRequest$inboundSchema = exports.CustomerLiabilitiesListType = void 0;
|
|
40
|
+
exports.customerLiabilitiesListRequestToJSON = customerLiabilitiesListRequestToJSON;
|
|
41
|
+
exports.customerLiabilitiesListRequestFromJSON = customerLiabilitiesListRequestFromJSON;
|
|
42
|
+
exports.customerLiabilitiesListCustomerLiabilitiesResponseBodyToJSON = customerLiabilitiesListCustomerLiabilitiesResponseBodyToJSON;
|
|
43
|
+
exports.customerLiabilitiesListCustomerLiabilitiesResponseBodyFromJSON = customerLiabilitiesListCustomerLiabilitiesResponseBodyFromJSON;
|
|
44
|
+
exports.customerLiabilitiesListRelationshipsToJSON = customerLiabilitiesListRelationshipsToJSON;
|
|
45
|
+
exports.customerLiabilitiesListRelationshipsFromJSON = customerLiabilitiesListRelationshipsFromJSON;
|
|
46
|
+
exports.customerLiabilitiesListCustomerLiabilitiesLinksToJSON = customerLiabilitiesListCustomerLiabilitiesLinksToJSON;
|
|
47
|
+
exports.customerLiabilitiesListCustomerLiabilitiesLinksFromJSON = customerLiabilitiesListCustomerLiabilitiesLinksFromJSON;
|
|
48
|
+
exports.customerLiabilitiesListDataToJSON = customerLiabilitiesListDataToJSON;
|
|
49
|
+
exports.customerLiabilitiesListDataFromJSON = customerLiabilitiesListDataFromJSON;
|
|
50
|
+
exports.customerLiabilitiesListLinksToJSON = customerLiabilitiesListLinksToJSON;
|
|
51
|
+
exports.customerLiabilitiesListLinksFromJSON = customerLiabilitiesListLinksFromJSON;
|
|
52
|
+
exports.customerLiabilitiesListResponseBodyToJSON = customerLiabilitiesListResponseBodyToJSON;
|
|
53
|
+
exports.customerLiabilitiesListResponseBodyFromJSON = customerLiabilitiesListResponseBodyFromJSON;
|
|
54
|
+
exports.customerLiabilitiesListResponseToJSON = customerLiabilitiesListResponseToJSON;
|
|
55
|
+
exports.customerLiabilitiesListResponseFromJSON = customerLiabilitiesListResponseFromJSON;
|
|
56
|
+
const z = __importStar(require("zod"));
|
|
57
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
58
|
+
const components = __importStar(require("../components/index.js"));
|
|
59
|
+
exports.CustomerLiabilitiesListType = {
|
|
60
|
+
CustomerLiabilities: "customer-liabilities",
|
|
61
|
+
};
|
|
62
|
+
/** @internal */
|
|
63
|
+
exports.CustomerLiabilitiesListRequest$inboundSchema = z.object({
|
|
64
|
+
customerId: z.string(),
|
|
65
|
+
});
|
|
66
|
+
/** @internal */
|
|
67
|
+
exports.CustomerLiabilitiesListRequest$outboundSchema = z.object({
|
|
68
|
+
customerId: z.string(),
|
|
69
|
+
});
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
73
|
+
*/
|
|
74
|
+
var CustomerLiabilitiesListRequest$;
|
|
75
|
+
(function (CustomerLiabilitiesListRequest$) {
|
|
76
|
+
/** @deprecated use `CustomerLiabilitiesListRequest$inboundSchema` instead. */
|
|
77
|
+
CustomerLiabilitiesListRequest$.inboundSchema = exports.CustomerLiabilitiesListRequest$inboundSchema;
|
|
78
|
+
/** @deprecated use `CustomerLiabilitiesListRequest$outboundSchema` instead. */
|
|
79
|
+
CustomerLiabilitiesListRequest$.outboundSchema = exports.CustomerLiabilitiesListRequest$outboundSchema;
|
|
80
|
+
})(CustomerLiabilitiesListRequest$ || (exports.CustomerLiabilitiesListRequest$ = CustomerLiabilitiesListRequest$ = {}));
|
|
81
|
+
function customerLiabilitiesListRequestToJSON(customerLiabilitiesListRequest) {
|
|
82
|
+
return JSON.stringify(exports.CustomerLiabilitiesListRequest$outboundSchema.parse(customerLiabilitiesListRequest));
|
|
83
|
+
}
|
|
84
|
+
function customerLiabilitiesListRequestFromJSON(jsonString) {
|
|
85
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListRequest' from JSON`);
|
|
86
|
+
}
|
|
87
|
+
/** @internal */
|
|
88
|
+
exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema = z.object({
|
|
89
|
+
errors: z.array(components.ResourceNotFound$inboundSchema),
|
|
90
|
+
});
|
|
91
|
+
/** @internal */
|
|
92
|
+
exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema = z.object({
|
|
93
|
+
errors: z.array(components.ResourceNotFound$outboundSchema),
|
|
94
|
+
});
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
98
|
+
*/
|
|
99
|
+
var CustomerLiabilitiesListCustomerLiabilitiesResponseBody$;
|
|
100
|
+
(function (CustomerLiabilitiesListCustomerLiabilitiesResponseBody$) {
|
|
101
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema` instead. */
|
|
102
|
+
CustomerLiabilitiesListCustomerLiabilitiesResponseBody$.inboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema;
|
|
103
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema` instead. */
|
|
104
|
+
CustomerLiabilitiesListCustomerLiabilitiesResponseBody$.outboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema;
|
|
105
|
+
})(CustomerLiabilitiesListCustomerLiabilitiesResponseBody$ || (exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$ = CustomerLiabilitiesListCustomerLiabilitiesResponseBody$ = {}));
|
|
106
|
+
function customerLiabilitiesListCustomerLiabilitiesResponseBodyToJSON(customerLiabilitiesListCustomerLiabilitiesResponseBody) {
|
|
107
|
+
return JSON.stringify(exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema.parse(customerLiabilitiesListCustomerLiabilitiesResponseBody));
|
|
108
|
+
}
|
|
109
|
+
function customerLiabilitiesListCustomerLiabilitiesResponseBodyFromJSON(jsonString) {
|
|
110
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema
|
|
111
|
+
.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListCustomerLiabilitiesResponseBody' from JSON`);
|
|
112
|
+
}
|
|
113
|
+
/** @internal */
|
|
114
|
+
exports.CustomerLiabilitiesListType$inboundSchema = z.nativeEnum(exports.CustomerLiabilitiesListType);
|
|
115
|
+
/** @internal */
|
|
116
|
+
exports.CustomerLiabilitiesListType$outboundSchema = exports.CustomerLiabilitiesListType$inboundSchema;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
120
|
+
*/
|
|
121
|
+
var CustomerLiabilitiesListType$;
|
|
122
|
+
(function (CustomerLiabilitiesListType$) {
|
|
123
|
+
/** @deprecated use `CustomerLiabilitiesListType$inboundSchema` instead. */
|
|
124
|
+
CustomerLiabilitiesListType$.inboundSchema = exports.CustomerLiabilitiesListType$inboundSchema;
|
|
125
|
+
/** @deprecated use `CustomerLiabilitiesListType$outboundSchema` instead. */
|
|
126
|
+
CustomerLiabilitiesListType$.outboundSchema = exports.CustomerLiabilitiesListType$outboundSchema;
|
|
127
|
+
})(CustomerLiabilitiesListType$ || (exports.CustomerLiabilitiesListType$ = CustomerLiabilitiesListType$ = {}));
|
|
128
|
+
/** @internal */
|
|
129
|
+
exports.CustomerLiabilitiesListRelationships$inboundSchema = z.object({});
|
|
130
|
+
/** @internal */
|
|
131
|
+
exports.CustomerLiabilitiesListRelationships$outboundSchema = z.object({});
|
|
132
|
+
/**
|
|
133
|
+
* @internal
|
|
134
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
135
|
+
*/
|
|
136
|
+
var CustomerLiabilitiesListRelationships$;
|
|
137
|
+
(function (CustomerLiabilitiesListRelationships$) {
|
|
138
|
+
/** @deprecated use `CustomerLiabilitiesListRelationships$inboundSchema` instead. */
|
|
139
|
+
CustomerLiabilitiesListRelationships$.inboundSchema = exports.CustomerLiabilitiesListRelationships$inboundSchema;
|
|
140
|
+
/** @deprecated use `CustomerLiabilitiesListRelationships$outboundSchema` instead. */
|
|
141
|
+
CustomerLiabilitiesListRelationships$.outboundSchema = exports.CustomerLiabilitiesListRelationships$outboundSchema;
|
|
142
|
+
})(CustomerLiabilitiesListRelationships$ || (exports.CustomerLiabilitiesListRelationships$ = CustomerLiabilitiesListRelationships$ = {}));
|
|
143
|
+
function customerLiabilitiesListRelationshipsToJSON(customerLiabilitiesListRelationships) {
|
|
144
|
+
return JSON.stringify(exports.CustomerLiabilitiesListRelationships$outboundSchema.parse(customerLiabilitiesListRelationships));
|
|
145
|
+
}
|
|
146
|
+
function customerLiabilitiesListRelationshipsFromJSON(jsonString) {
|
|
147
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListRelationships$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListRelationships' from JSON`);
|
|
148
|
+
}
|
|
149
|
+
/** @internal */
|
|
150
|
+
exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema = z.object({});
|
|
151
|
+
/** @internal */
|
|
152
|
+
exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema = z.object({});
|
|
153
|
+
/**
|
|
154
|
+
* @internal
|
|
155
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
156
|
+
*/
|
|
157
|
+
var CustomerLiabilitiesListCustomerLiabilitiesLinks$;
|
|
158
|
+
(function (CustomerLiabilitiesListCustomerLiabilitiesLinks$) {
|
|
159
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema` instead. */
|
|
160
|
+
CustomerLiabilitiesListCustomerLiabilitiesLinks$.inboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema;
|
|
161
|
+
/** @deprecated use `CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema` instead. */
|
|
162
|
+
CustomerLiabilitiesListCustomerLiabilitiesLinks$.outboundSchema = exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema;
|
|
163
|
+
})(CustomerLiabilitiesListCustomerLiabilitiesLinks$ || (exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$ = CustomerLiabilitiesListCustomerLiabilitiesLinks$ = {}));
|
|
164
|
+
function customerLiabilitiesListCustomerLiabilitiesLinksToJSON(customerLiabilitiesListCustomerLiabilitiesLinks) {
|
|
165
|
+
return JSON.stringify(exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema.parse(customerLiabilitiesListCustomerLiabilitiesLinks));
|
|
166
|
+
}
|
|
167
|
+
function customerLiabilitiesListCustomerLiabilitiesLinksFromJSON(jsonString) {
|
|
168
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListCustomerLiabilitiesLinks' from JSON`);
|
|
169
|
+
}
|
|
170
|
+
/** @internal */
|
|
171
|
+
exports.CustomerLiabilitiesListData$inboundSchema = z.object({
|
|
172
|
+
type: exports.CustomerLiabilitiesListType$inboundSchema,
|
|
173
|
+
id: z.string(),
|
|
174
|
+
attributes: components.CustomerLiabilityAttributes$inboundSchema,
|
|
175
|
+
relationships: z.lazy(() => exports.CustomerLiabilitiesListRelationships$inboundSchema),
|
|
176
|
+
links: z.lazy(() => exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$inboundSchema),
|
|
177
|
+
meta: z.record(z.any()).optional(),
|
|
178
|
+
});
|
|
179
|
+
/** @internal */
|
|
180
|
+
exports.CustomerLiabilitiesListData$outboundSchema = z.object({
|
|
181
|
+
type: exports.CustomerLiabilitiesListType$outboundSchema,
|
|
182
|
+
id: z.string(),
|
|
183
|
+
attributes: components.CustomerLiabilityAttributes$outboundSchema,
|
|
184
|
+
relationships: z.lazy(() => exports.CustomerLiabilitiesListRelationships$outboundSchema),
|
|
185
|
+
links: z.lazy(() => exports.CustomerLiabilitiesListCustomerLiabilitiesLinks$outboundSchema),
|
|
186
|
+
meta: z.record(z.any()).optional(),
|
|
187
|
+
});
|
|
188
|
+
/**
|
|
189
|
+
* @internal
|
|
190
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
191
|
+
*/
|
|
192
|
+
var CustomerLiabilitiesListData$;
|
|
193
|
+
(function (CustomerLiabilitiesListData$) {
|
|
194
|
+
/** @deprecated use `CustomerLiabilitiesListData$inboundSchema` instead. */
|
|
195
|
+
CustomerLiabilitiesListData$.inboundSchema = exports.CustomerLiabilitiesListData$inboundSchema;
|
|
196
|
+
/** @deprecated use `CustomerLiabilitiesListData$outboundSchema` instead. */
|
|
197
|
+
CustomerLiabilitiesListData$.outboundSchema = exports.CustomerLiabilitiesListData$outboundSchema;
|
|
198
|
+
})(CustomerLiabilitiesListData$ || (exports.CustomerLiabilitiesListData$ = CustomerLiabilitiesListData$ = {}));
|
|
199
|
+
function customerLiabilitiesListDataToJSON(customerLiabilitiesListData) {
|
|
200
|
+
return JSON.stringify(exports.CustomerLiabilitiesListData$outboundSchema.parse(customerLiabilitiesListData));
|
|
201
|
+
}
|
|
202
|
+
function customerLiabilitiesListDataFromJSON(jsonString) {
|
|
203
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListData' from JSON`);
|
|
204
|
+
}
|
|
205
|
+
/** @internal */
|
|
206
|
+
exports.CustomerLiabilitiesListLinks$inboundSchema = z.object({});
|
|
207
|
+
/** @internal */
|
|
208
|
+
exports.CustomerLiabilitiesListLinks$outboundSchema = z.object({});
|
|
209
|
+
/**
|
|
210
|
+
* @internal
|
|
211
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
212
|
+
*/
|
|
213
|
+
var CustomerLiabilitiesListLinks$;
|
|
214
|
+
(function (CustomerLiabilitiesListLinks$) {
|
|
215
|
+
/** @deprecated use `CustomerLiabilitiesListLinks$inboundSchema` instead. */
|
|
216
|
+
CustomerLiabilitiesListLinks$.inboundSchema = exports.CustomerLiabilitiesListLinks$inboundSchema;
|
|
217
|
+
/** @deprecated use `CustomerLiabilitiesListLinks$outboundSchema` instead. */
|
|
218
|
+
CustomerLiabilitiesListLinks$.outboundSchema = exports.CustomerLiabilitiesListLinks$outboundSchema;
|
|
219
|
+
})(CustomerLiabilitiesListLinks$ || (exports.CustomerLiabilitiesListLinks$ = CustomerLiabilitiesListLinks$ = {}));
|
|
220
|
+
function customerLiabilitiesListLinksToJSON(customerLiabilitiesListLinks) {
|
|
221
|
+
return JSON.stringify(exports.CustomerLiabilitiesListLinks$outboundSchema.parse(customerLiabilitiesListLinks));
|
|
222
|
+
}
|
|
223
|
+
function customerLiabilitiesListLinksFromJSON(jsonString) {
|
|
224
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListLinks' from JSON`);
|
|
225
|
+
}
|
|
226
|
+
/** @internal */
|
|
227
|
+
exports.CustomerLiabilitiesListResponseBody$inboundSchema = z.object({
|
|
228
|
+
data: z.array(z.lazy(() => exports.CustomerLiabilitiesListData$inboundSchema)),
|
|
229
|
+
links: z.lazy(() => exports.CustomerLiabilitiesListLinks$inboundSchema).optional(),
|
|
230
|
+
});
|
|
231
|
+
/** @internal */
|
|
232
|
+
exports.CustomerLiabilitiesListResponseBody$outboundSchema = z.object({
|
|
233
|
+
data: z.array(z.lazy(() => exports.CustomerLiabilitiesListData$outboundSchema)),
|
|
234
|
+
links: z.lazy(() => exports.CustomerLiabilitiesListLinks$outboundSchema).optional(),
|
|
235
|
+
});
|
|
236
|
+
/**
|
|
237
|
+
* @internal
|
|
238
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
239
|
+
*/
|
|
240
|
+
var CustomerLiabilitiesListResponseBody$;
|
|
241
|
+
(function (CustomerLiabilitiesListResponseBody$) {
|
|
242
|
+
/** @deprecated use `CustomerLiabilitiesListResponseBody$inboundSchema` instead. */
|
|
243
|
+
CustomerLiabilitiesListResponseBody$.inboundSchema = exports.CustomerLiabilitiesListResponseBody$inboundSchema;
|
|
244
|
+
/** @deprecated use `CustomerLiabilitiesListResponseBody$outboundSchema` instead. */
|
|
245
|
+
CustomerLiabilitiesListResponseBody$.outboundSchema = exports.CustomerLiabilitiesListResponseBody$outboundSchema;
|
|
246
|
+
})(CustomerLiabilitiesListResponseBody$ || (exports.CustomerLiabilitiesListResponseBody$ = CustomerLiabilitiesListResponseBody$ = {}));
|
|
247
|
+
function customerLiabilitiesListResponseBodyToJSON(customerLiabilitiesListResponseBody) {
|
|
248
|
+
return JSON.stringify(exports.CustomerLiabilitiesListResponseBody$outboundSchema.parse(customerLiabilitiesListResponseBody));
|
|
249
|
+
}
|
|
250
|
+
function customerLiabilitiesListResponseBodyFromJSON(jsonString) {
|
|
251
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListResponseBody' from JSON`);
|
|
252
|
+
}
|
|
253
|
+
/** @internal */
|
|
254
|
+
exports.CustomerLiabilitiesListResponse$inboundSchema = z.union([
|
|
255
|
+
z.lazy(() => exports.CustomerLiabilitiesListResponseBody$inboundSchema),
|
|
256
|
+
z.lazy(() => exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$inboundSchema),
|
|
257
|
+
]);
|
|
258
|
+
/** @internal */
|
|
259
|
+
exports.CustomerLiabilitiesListResponse$outboundSchema = z.union([
|
|
260
|
+
z.lazy(() => exports.CustomerLiabilitiesListResponseBody$outboundSchema),
|
|
261
|
+
z.lazy(() => exports.CustomerLiabilitiesListCustomerLiabilitiesResponseBody$outboundSchema),
|
|
262
|
+
]);
|
|
263
|
+
/**
|
|
264
|
+
* @internal
|
|
265
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
266
|
+
*/
|
|
267
|
+
var CustomerLiabilitiesListResponse$;
|
|
268
|
+
(function (CustomerLiabilitiesListResponse$) {
|
|
269
|
+
/** @deprecated use `CustomerLiabilitiesListResponse$inboundSchema` instead. */
|
|
270
|
+
CustomerLiabilitiesListResponse$.inboundSchema = exports.CustomerLiabilitiesListResponse$inboundSchema;
|
|
271
|
+
/** @deprecated use `CustomerLiabilitiesListResponse$outboundSchema` instead. */
|
|
272
|
+
CustomerLiabilitiesListResponse$.outboundSchema = exports.CustomerLiabilitiesListResponse$outboundSchema;
|
|
273
|
+
})(CustomerLiabilitiesListResponse$ || (exports.CustomerLiabilitiesListResponse$ = CustomerLiabilitiesListResponse$ = {}));
|
|
274
|
+
function customerLiabilitiesListResponseToJSON(customerLiabilitiesListResponse) {
|
|
275
|
+
return JSON.stringify(exports.CustomerLiabilitiesListResponse$outboundSchema.parse(customerLiabilitiesListResponse));
|
|
276
|
+
}
|
|
277
|
+
function customerLiabilitiesListResponseFromJSON(jsonString) {
|
|
278
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerLiabilitiesListResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerLiabilitiesListResponse' from JSON`);
|
|
279
|
+
}
|
|
280
|
+
//# sourceMappingURL=customerliabilitieslist.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customerliabilitieslist.js","sourceRoot":"","sources":["../../src/models/operations/customerliabilitieslist.ts"],"names":[],"mappings":"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"}
|