@financeable/aggregation 0.10.0 → 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/applicationsCreate.example.ts +1 -1
- package/examples/package-lock.json +3 -3
- 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/lib/encodings.d.ts.map +1 -1
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js.map +1 -1
- package/models/components/addressattributes.d.ts +18 -18
- package/models/components/addressattributes.d.ts.map +1 -1
- package/models/components/addressattributes.js.map +1 -1
- package/models/components/badrequesterror.d.ts +15 -15
- package/models/components/badrequesterror.d.ts.map +1 -1
- package/models/components/badrequesterror.js.map +1 -1
- package/models/components/commercialapplicationjsonapirelationships.d.ts +84 -84
- package/models/components/commercialapplicationjsonapirelationships.d.ts.map +1 -1
- package/models/components/commercialapplicationjsonapirelationships.js +47 -47
- package/models/components/commercialapplicationjsonapirelationships.js.map +1 -1
- package/models/components/commercialsecuredapplicationpayload.d.ts +27 -27
- package/models/components/commercialsecuredapplicationpayload.d.ts.map +1 -1
- package/models/components/commercialsecuredapplicationpayload.js.map +1 -1
- package/models/components/commercialsecuredapplicationresource.d.ts +36 -36
- package/models/components/commercialsecuredapplicationresource.d.ts.map +1 -1
- package/models/components/commercialsecuredapplicationresource.js.map +1 -1
- package/models/components/commercialsecuredloanassetattributes.d.ts +58 -58
- package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -1
- package/models/components/commercialsecuredloanassetattributes.js +16 -16
- package/models/components/commercialsecuredloanassetattributes.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 +153 -153
- package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js +95 -95
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
- package/models/components/consumerapplicationjsonapirelationships.d.ts +62 -62
- package/models/components/consumerapplicationjsonapirelationships.d.ts.map +1 -1
- package/models/components/consumerapplicationjsonapirelationships.js +32 -32
- package/models/components/consumerapplicationjsonapirelationships.js.map +1 -1
- package/models/components/consumersecuredapplicationpayload.d.ts +27 -27
- package/models/components/consumersecuredapplicationpayload.d.ts.map +1 -1
- package/models/components/consumersecuredapplicationpayload.js.map +1 -1
- package/models/components/consumersecuredapplicationresource.d.ts +36 -36
- package/models/components/consumersecuredapplicationresource.d.ts.map +1 -1
- package/models/components/consumersecuredapplicationresource.js.map +1 -1
- package/models/components/consumersecuredloanassetattributes.d.ts +58 -58
- package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
- package/models/components/consumersecuredloanassetattributes.js +16 -16
- package/models/components/consumersecuredloanassetattributes.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 +175 -175
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js +110 -110
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
- package/models/components/createsupportingdocumentsresponse.d.ts +16 -16
- package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -1
- package/models/components/createsupportingdocumentsresponse.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/forbiddenerror.d.ts +15 -15
- package/models/components/forbiddenerror.d.ts.map +1 -1
- package/models/components/forbiddenerror.js.map +1 -1
- 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/loandetailsattributes.d.ts +27 -3
- package/models/components/loandetailsattributes.d.ts.map +1 -1
- package/models/components/loandetailsattributes.js +26 -3
- package/models/components/loandetailsattributes.js.map +1 -1
- 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/monetaryquantity.d.ts +11 -11
- package/models/components/monetaryquantity.d.ts.map +1 -1
- package/models/components/monetaryquantity.js.map +1 -1
- 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/percentagequantity.d.ts +7 -7
- package/models/components/percentagequantity.d.ts.map +1 -1
- package/models/components/percentagequantity.js.map +1 -1
- 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/components/relationshipresourcenotfound.d.ts +12 -12
- package/models/components/relationshipresourcenotfound.d.ts.map +1 -1
- package/models/components/relationshipresourcenotfound.js.map +1 -1
- package/models/components/resourcenotfound.d.ts +15 -15
- package/models/components/resourcenotfound.d.ts.map +1 -1
- package/models/components/resourcenotfound.js.map +1 -1
- package/models/components/supportingdocumentrelationships.d.ts +106 -106
- package/models/components/supportingdocumentrelationships.d.ts.map +1 -1
- package/models/components/supportingdocumentrelationships.js +63 -63
- package/models/components/supportingdocumentrelationships.js.map +1 -1
- package/models/components/supportingdocumentresource.d.ts +11 -11
- package/models/components/supportingdocumentresource.d.ts.map +1 -1
- package/models/components/supportingdocumentresource.js.map +1 -1
- package/models/components/tokenrequest.d.ts +18 -18
- package/models/components/tokenrequest.d.ts.map +1 -1
- package/models/components/tokenrequest.js.map +1 -1
- 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 +155 -155
- package/models/operations/createapplication.d.ts.map +1 -1
- package/models/operations/createapplication.js +112 -112
- 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 +3 -3
- 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/lib/security.ts +4 -1
- package/src/models/components/addressattributes.ts +19 -19
- package/src/models/components/badrequesterror.ts +14 -14
- package/src/models/components/commercialapplicationjsonapirelationships.ts +117 -117
- package/src/models/components/commercialsecuredapplicationpayload.ts +27 -27
- package/src/models/components/commercialsecuredapplicationresource.ts +46 -46
- package/src/models/components/commercialsecuredloanassetattributes.ts +45 -45
- package/src/models/components/commercialsecuredloanassetattributesupdate.ts +800 -0
- package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +252 -252
- package/src/models/components/consumerapplicationjsonapirelationships.ts +83 -83
- package/src/models/components/consumersecuredapplicationpayload.ts +27 -27
- package/src/models/components/consumersecuredapplicationresource.ts +47 -47
- package/src/models/components/consumersecuredloanassetattributes.ts +53 -53
- package/src/models/components/consumersecuredloanassetattributesupdate.ts +792 -0
- package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +288 -288
- package/src/models/components/createsupportingdocumentsresponse.ts +16 -16
- 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/forbiddenerror.ts +14 -14
- 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/loandetailsattributes.ts +54 -5
- package/src/models/components/loandetailsattributesupdate.ts +903 -0
- package/src/models/components/monetaryquantity.ts +12 -12
- package/src/models/components/monetaryquantityupdate.ts +114 -0
- package/src/models/components/percentagequantity.ts +8 -8
- package/src/models/components/percentagequantityupdate.ts +103 -0
- package/src/models/components/relationshipresourcenotfound.ts +11 -11
- package/src/models/components/resourcenotfound.ts +14 -14
- package/src/models/components/supportingdocumentrelationships.ts +129 -129
- package/src/models/components/supportingdocumentresource.ts +8 -8
- package/src/models/components/tokenrequest.ts +19 -19
- 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 +222 -207
- 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,236 @@
|
|
|
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 CustomerAddressesGetRequest = {
|
|
7
|
+
customerId: string;
|
|
8
|
+
addressId: string;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* The server cannot find the requested resource.
|
|
12
|
+
*/
|
|
13
|
+
export type CustomerAddressesGetCustomerAddressesResponseBody = {
|
|
14
|
+
errors: Array<components.ResourceNotFound>;
|
|
15
|
+
};
|
|
16
|
+
export declare const CustomerAddressesGetType: {
|
|
17
|
+
readonly Addresses: "addresses";
|
|
18
|
+
};
|
|
19
|
+
export type CustomerAddressesGetType = ClosedEnum<typeof CustomerAddressesGetType>;
|
|
20
|
+
export type CustomerAddressesGetRelationships = {};
|
|
21
|
+
export type CustomerAddressesGetCustomerAddressesLinks = {};
|
|
22
|
+
export type CustomerAddressesGetData = {
|
|
23
|
+
type: CustomerAddressesGetType;
|
|
24
|
+
id: string;
|
|
25
|
+
attributes: components.AddressAttributes;
|
|
26
|
+
relationships: CustomerAddressesGetRelationships;
|
|
27
|
+
links: CustomerAddressesGetCustomerAddressesLinks;
|
|
28
|
+
meta?: {
|
|
29
|
+
[k: string]: any;
|
|
30
|
+
} | undefined;
|
|
31
|
+
};
|
|
32
|
+
export type CustomerAddressesGetLinks = {};
|
|
33
|
+
/**
|
|
34
|
+
* The request has succeeded.
|
|
35
|
+
*/
|
|
36
|
+
export type CustomerAddressesGetResponseBody = {
|
|
37
|
+
data: CustomerAddressesGetData;
|
|
38
|
+
links?: CustomerAddressesGetLinks | undefined;
|
|
39
|
+
};
|
|
40
|
+
export type CustomerAddressesGetResponse = CustomerAddressesGetResponseBody | CustomerAddressesGetCustomerAddressesResponseBody;
|
|
41
|
+
/** @internal */
|
|
42
|
+
export declare const CustomerAddressesGetRequest$inboundSchema: z.ZodType<CustomerAddressesGetRequest, z.ZodTypeDef, unknown>;
|
|
43
|
+
/** @internal */
|
|
44
|
+
export type CustomerAddressesGetRequest$Outbound = {
|
|
45
|
+
customerId: string;
|
|
46
|
+
addressId: string;
|
|
47
|
+
};
|
|
48
|
+
/** @internal */
|
|
49
|
+
export declare const CustomerAddressesGetRequest$outboundSchema: z.ZodType<CustomerAddressesGetRequest$Outbound, z.ZodTypeDef, CustomerAddressesGetRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* @internal
|
|
52
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
53
|
+
*/
|
|
54
|
+
export declare namespace CustomerAddressesGetRequest$ {
|
|
55
|
+
/** @deprecated use `CustomerAddressesGetRequest$inboundSchema` instead. */
|
|
56
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetRequest, z.ZodTypeDef, unknown>;
|
|
57
|
+
/** @deprecated use `CustomerAddressesGetRequest$outboundSchema` instead. */
|
|
58
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetRequest$Outbound, z.ZodTypeDef, CustomerAddressesGetRequest>;
|
|
59
|
+
/** @deprecated use `CustomerAddressesGetRequest$Outbound` instead. */
|
|
60
|
+
type Outbound = CustomerAddressesGetRequest$Outbound;
|
|
61
|
+
}
|
|
62
|
+
export declare function customerAddressesGetRequestToJSON(customerAddressesGetRequest: CustomerAddressesGetRequest): string;
|
|
63
|
+
export declare function customerAddressesGetRequestFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetRequest, SDKValidationError>;
|
|
64
|
+
/** @internal */
|
|
65
|
+
export declare const CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesResponseBody, z.ZodTypeDef, unknown>;
|
|
66
|
+
/** @internal */
|
|
67
|
+
export type CustomerAddressesGetCustomerAddressesResponseBody$Outbound = {
|
|
68
|
+
errors: Array<components.ResourceNotFound$Outbound>;
|
|
69
|
+
};
|
|
70
|
+
/** @internal */
|
|
71
|
+
export declare const CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesResponseBody$Outbound, z.ZodTypeDef, CustomerAddressesGetCustomerAddressesResponseBody>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
75
|
+
*/
|
|
76
|
+
export declare namespace CustomerAddressesGetCustomerAddressesResponseBody$ {
|
|
77
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema` instead. */
|
|
78
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesResponseBody, z.ZodTypeDef, unknown>;
|
|
79
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema` instead. */
|
|
80
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesResponseBody$Outbound, z.ZodTypeDef, CustomerAddressesGetCustomerAddressesResponseBody>;
|
|
81
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesResponseBody$Outbound` instead. */
|
|
82
|
+
type Outbound = CustomerAddressesGetCustomerAddressesResponseBody$Outbound;
|
|
83
|
+
}
|
|
84
|
+
export declare function customerAddressesGetCustomerAddressesResponseBodyToJSON(customerAddressesGetCustomerAddressesResponseBody: CustomerAddressesGetCustomerAddressesResponseBody): string;
|
|
85
|
+
export declare function customerAddressesGetCustomerAddressesResponseBodyFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetCustomerAddressesResponseBody, SDKValidationError>;
|
|
86
|
+
/** @internal */
|
|
87
|
+
export declare const CustomerAddressesGetType$inboundSchema: z.ZodNativeEnum<typeof CustomerAddressesGetType>;
|
|
88
|
+
/** @internal */
|
|
89
|
+
export declare const CustomerAddressesGetType$outboundSchema: z.ZodNativeEnum<typeof CustomerAddressesGetType>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
93
|
+
*/
|
|
94
|
+
export declare namespace CustomerAddressesGetType$ {
|
|
95
|
+
/** @deprecated use `CustomerAddressesGetType$inboundSchema` instead. */
|
|
96
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
97
|
+
readonly Addresses: "addresses";
|
|
98
|
+
}>;
|
|
99
|
+
/** @deprecated use `CustomerAddressesGetType$outboundSchema` instead. */
|
|
100
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
101
|
+
readonly Addresses: "addresses";
|
|
102
|
+
}>;
|
|
103
|
+
}
|
|
104
|
+
/** @internal */
|
|
105
|
+
export declare const CustomerAddressesGetRelationships$inboundSchema: z.ZodType<CustomerAddressesGetRelationships, z.ZodTypeDef, unknown>;
|
|
106
|
+
/** @internal */
|
|
107
|
+
export type CustomerAddressesGetRelationships$Outbound = {};
|
|
108
|
+
/** @internal */
|
|
109
|
+
export declare const CustomerAddressesGetRelationships$outboundSchema: z.ZodType<CustomerAddressesGetRelationships$Outbound, z.ZodTypeDef, CustomerAddressesGetRelationships>;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
113
|
+
*/
|
|
114
|
+
export declare namespace CustomerAddressesGetRelationships$ {
|
|
115
|
+
/** @deprecated use `CustomerAddressesGetRelationships$inboundSchema` instead. */
|
|
116
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetRelationships, z.ZodTypeDef, unknown>;
|
|
117
|
+
/** @deprecated use `CustomerAddressesGetRelationships$outboundSchema` instead. */
|
|
118
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetRelationships$Outbound, z.ZodTypeDef, CustomerAddressesGetRelationships>;
|
|
119
|
+
/** @deprecated use `CustomerAddressesGetRelationships$Outbound` instead. */
|
|
120
|
+
type Outbound = CustomerAddressesGetRelationships$Outbound;
|
|
121
|
+
}
|
|
122
|
+
export declare function customerAddressesGetRelationshipsToJSON(customerAddressesGetRelationships: CustomerAddressesGetRelationships): string;
|
|
123
|
+
export declare function customerAddressesGetRelationshipsFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetRelationships, SDKValidationError>;
|
|
124
|
+
/** @internal */
|
|
125
|
+
export declare const CustomerAddressesGetCustomerAddressesLinks$inboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesLinks, z.ZodTypeDef, unknown>;
|
|
126
|
+
/** @internal */
|
|
127
|
+
export type CustomerAddressesGetCustomerAddressesLinks$Outbound = {};
|
|
128
|
+
/** @internal */
|
|
129
|
+
export declare const CustomerAddressesGetCustomerAddressesLinks$outboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesLinks$Outbound, z.ZodTypeDef, CustomerAddressesGetCustomerAddressesLinks>;
|
|
130
|
+
/**
|
|
131
|
+
* @internal
|
|
132
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
133
|
+
*/
|
|
134
|
+
export declare namespace CustomerAddressesGetCustomerAddressesLinks$ {
|
|
135
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesLinks$inboundSchema` instead. */
|
|
136
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesLinks, z.ZodTypeDef, unknown>;
|
|
137
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesLinks$outboundSchema` instead. */
|
|
138
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetCustomerAddressesLinks$Outbound, z.ZodTypeDef, CustomerAddressesGetCustomerAddressesLinks>;
|
|
139
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesLinks$Outbound` instead. */
|
|
140
|
+
type Outbound = CustomerAddressesGetCustomerAddressesLinks$Outbound;
|
|
141
|
+
}
|
|
142
|
+
export declare function customerAddressesGetCustomerAddressesLinksToJSON(customerAddressesGetCustomerAddressesLinks: CustomerAddressesGetCustomerAddressesLinks): string;
|
|
143
|
+
export declare function customerAddressesGetCustomerAddressesLinksFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetCustomerAddressesLinks, SDKValidationError>;
|
|
144
|
+
/** @internal */
|
|
145
|
+
export declare const CustomerAddressesGetData$inboundSchema: z.ZodType<CustomerAddressesGetData, z.ZodTypeDef, unknown>;
|
|
146
|
+
/** @internal */
|
|
147
|
+
export type CustomerAddressesGetData$Outbound = {
|
|
148
|
+
type: string;
|
|
149
|
+
id: string;
|
|
150
|
+
attributes: components.AddressAttributes$Outbound;
|
|
151
|
+
relationships: CustomerAddressesGetRelationships$Outbound;
|
|
152
|
+
links: CustomerAddressesGetCustomerAddressesLinks$Outbound;
|
|
153
|
+
meta?: {
|
|
154
|
+
[k: string]: any;
|
|
155
|
+
} | undefined;
|
|
156
|
+
};
|
|
157
|
+
/** @internal */
|
|
158
|
+
export declare const CustomerAddressesGetData$outboundSchema: z.ZodType<CustomerAddressesGetData$Outbound, z.ZodTypeDef, CustomerAddressesGetData>;
|
|
159
|
+
/**
|
|
160
|
+
* @internal
|
|
161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
162
|
+
*/
|
|
163
|
+
export declare namespace CustomerAddressesGetData$ {
|
|
164
|
+
/** @deprecated use `CustomerAddressesGetData$inboundSchema` instead. */
|
|
165
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetData, z.ZodTypeDef, unknown>;
|
|
166
|
+
/** @deprecated use `CustomerAddressesGetData$outboundSchema` instead. */
|
|
167
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetData$Outbound, z.ZodTypeDef, CustomerAddressesGetData>;
|
|
168
|
+
/** @deprecated use `CustomerAddressesGetData$Outbound` instead. */
|
|
169
|
+
type Outbound = CustomerAddressesGetData$Outbound;
|
|
170
|
+
}
|
|
171
|
+
export declare function customerAddressesGetDataToJSON(customerAddressesGetData: CustomerAddressesGetData): string;
|
|
172
|
+
export declare function customerAddressesGetDataFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetData, SDKValidationError>;
|
|
173
|
+
/** @internal */
|
|
174
|
+
export declare const CustomerAddressesGetLinks$inboundSchema: z.ZodType<CustomerAddressesGetLinks, z.ZodTypeDef, unknown>;
|
|
175
|
+
/** @internal */
|
|
176
|
+
export type CustomerAddressesGetLinks$Outbound = {};
|
|
177
|
+
/** @internal */
|
|
178
|
+
export declare const CustomerAddressesGetLinks$outboundSchema: z.ZodType<CustomerAddressesGetLinks$Outbound, z.ZodTypeDef, CustomerAddressesGetLinks>;
|
|
179
|
+
/**
|
|
180
|
+
* @internal
|
|
181
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
182
|
+
*/
|
|
183
|
+
export declare namespace CustomerAddressesGetLinks$ {
|
|
184
|
+
/** @deprecated use `CustomerAddressesGetLinks$inboundSchema` instead. */
|
|
185
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetLinks, z.ZodTypeDef, unknown>;
|
|
186
|
+
/** @deprecated use `CustomerAddressesGetLinks$outboundSchema` instead. */
|
|
187
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetLinks$Outbound, z.ZodTypeDef, CustomerAddressesGetLinks>;
|
|
188
|
+
/** @deprecated use `CustomerAddressesGetLinks$Outbound` instead. */
|
|
189
|
+
type Outbound = CustomerAddressesGetLinks$Outbound;
|
|
190
|
+
}
|
|
191
|
+
export declare function customerAddressesGetLinksToJSON(customerAddressesGetLinks: CustomerAddressesGetLinks): string;
|
|
192
|
+
export declare function customerAddressesGetLinksFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetLinks, SDKValidationError>;
|
|
193
|
+
/** @internal */
|
|
194
|
+
export declare const CustomerAddressesGetResponseBody$inboundSchema: z.ZodType<CustomerAddressesGetResponseBody, z.ZodTypeDef, unknown>;
|
|
195
|
+
/** @internal */
|
|
196
|
+
export type CustomerAddressesGetResponseBody$Outbound = {
|
|
197
|
+
data: CustomerAddressesGetData$Outbound;
|
|
198
|
+
links?: CustomerAddressesGetLinks$Outbound | undefined;
|
|
199
|
+
};
|
|
200
|
+
/** @internal */
|
|
201
|
+
export declare const CustomerAddressesGetResponseBody$outboundSchema: z.ZodType<CustomerAddressesGetResponseBody$Outbound, z.ZodTypeDef, CustomerAddressesGetResponseBody>;
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
205
|
+
*/
|
|
206
|
+
export declare namespace CustomerAddressesGetResponseBody$ {
|
|
207
|
+
/** @deprecated use `CustomerAddressesGetResponseBody$inboundSchema` instead. */
|
|
208
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetResponseBody, z.ZodTypeDef, unknown>;
|
|
209
|
+
/** @deprecated use `CustomerAddressesGetResponseBody$outboundSchema` instead. */
|
|
210
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetResponseBody$Outbound, z.ZodTypeDef, CustomerAddressesGetResponseBody>;
|
|
211
|
+
/** @deprecated use `CustomerAddressesGetResponseBody$Outbound` instead. */
|
|
212
|
+
type Outbound = CustomerAddressesGetResponseBody$Outbound;
|
|
213
|
+
}
|
|
214
|
+
export declare function customerAddressesGetResponseBodyToJSON(customerAddressesGetResponseBody: CustomerAddressesGetResponseBody): string;
|
|
215
|
+
export declare function customerAddressesGetResponseBodyFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetResponseBody, SDKValidationError>;
|
|
216
|
+
/** @internal */
|
|
217
|
+
export declare const CustomerAddressesGetResponse$inboundSchema: z.ZodType<CustomerAddressesGetResponse, z.ZodTypeDef, unknown>;
|
|
218
|
+
/** @internal */
|
|
219
|
+
export type CustomerAddressesGetResponse$Outbound = CustomerAddressesGetResponseBody$Outbound | CustomerAddressesGetCustomerAddressesResponseBody$Outbound;
|
|
220
|
+
/** @internal */
|
|
221
|
+
export declare const CustomerAddressesGetResponse$outboundSchema: z.ZodType<CustomerAddressesGetResponse$Outbound, z.ZodTypeDef, CustomerAddressesGetResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
225
|
+
*/
|
|
226
|
+
export declare namespace CustomerAddressesGetResponse$ {
|
|
227
|
+
/** @deprecated use `CustomerAddressesGetResponse$inboundSchema` instead. */
|
|
228
|
+
const inboundSchema: z.ZodType<CustomerAddressesGetResponse, z.ZodTypeDef, unknown>;
|
|
229
|
+
/** @deprecated use `CustomerAddressesGetResponse$outboundSchema` instead. */
|
|
230
|
+
const outboundSchema: z.ZodType<CustomerAddressesGetResponse$Outbound, z.ZodTypeDef, CustomerAddressesGetResponse>;
|
|
231
|
+
/** @deprecated use `CustomerAddressesGetResponse$Outbound` instead. */
|
|
232
|
+
type Outbound = CustomerAddressesGetResponse$Outbound;
|
|
233
|
+
}
|
|
234
|
+
export declare function customerAddressesGetResponseToJSON(customerAddressesGetResponse: CustomerAddressesGetResponse): string;
|
|
235
|
+
export declare function customerAddressesGetResponseFromJSON(jsonString: string): SafeParseResult<CustomerAddressesGetResponse, SDKValidationError>;
|
|
236
|
+
//# sourceMappingURL=customeraddressesget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customeraddressesget.d.ts","sourceRoot":"","sources":["../../src/models/operations/customeraddressesget.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,281 @@
|
|
|
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.CustomerAddressesGetResponse$ = exports.CustomerAddressesGetResponse$outboundSchema = exports.CustomerAddressesGetResponse$inboundSchema = exports.CustomerAddressesGetResponseBody$ = exports.CustomerAddressesGetResponseBody$outboundSchema = exports.CustomerAddressesGetResponseBody$inboundSchema = exports.CustomerAddressesGetLinks$ = exports.CustomerAddressesGetLinks$outboundSchema = exports.CustomerAddressesGetLinks$inboundSchema = exports.CustomerAddressesGetData$ = exports.CustomerAddressesGetData$outboundSchema = exports.CustomerAddressesGetData$inboundSchema = exports.CustomerAddressesGetCustomerAddressesLinks$ = exports.CustomerAddressesGetCustomerAddressesLinks$outboundSchema = exports.CustomerAddressesGetCustomerAddressesLinks$inboundSchema = exports.CustomerAddressesGetRelationships$ = exports.CustomerAddressesGetRelationships$outboundSchema = exports.CustomerAddressesGetRelationships$inboundSchema = exports.CustomerAddressesGetType$ = exports.CustomerAddressesGetType$outboundSchema = exports.CustomerAddressesGetType$inboundSchema = exports.CustomerAddressesGetCustomerAddressesResponseBody$ = exports.CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema = exports.CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema = exports.CustomerAddressesGetRequest$ = exports.CustomerAddressesGetRequest$outboundSchema = exports.CustomerAddressesGetRequest$inboundSchema = exports.CustomerAddressesGetType = void 0;
|
|
40
|
+
exports.customerAddressesGetRequestToJSON = customerAddressesGetRequestToJSON;
|
|
41
|
+
exports.customerAddressesGetRequestFromJSON = customerAddressesGetRequestFromJSON;
|
|
42
|
+
exports.customerAddressesGetCustomerAddressesResponseBodyToJSON = customerAddressesGetCustomerAddressesResponseBodyToJSON;
|
|
43
|
+
exports.customerAddressesGetCustomerAddressesResponseBodyFromJSON = customerAddressesGetCustomerAddressesResponseBodyFromJSON;
|
|
44
|
+
exports.customerAddressesGetRelationshipsToJSON = customerAddressesGetRelationshipsToJSON;
|
|
45
|
+
exports.customerAddressesGetRelationshipsFromJSON = customerAddressesGetRelationshipsFromJSON;
|
|
46
|
+
exports.customerAddressesGetCustomerAddressesLinksToJSON = customerAddressesGetCustomerAddressesLinksToJSON;
|
|
47
|
+
exports.customerAddressesGetCustomerAddressesLinksFromJSON = customerAddressesGetCustomerAddressesLinksFromJSON;
|
|
48
|
+
exports.customerAddressesGetDataToJSON = customerAddressesGetDataToJSON;
|
|
49
|
+
exports.customerAddressesGetDataFromJSON = customerAddressesGetDataFromJSON;
|
|
50
|
+
exports.customerAddressesGetLinksToJSON = customerAddressesGetLinksToJSON;
|
|
51
|
+
exports.customerAddressesGetLinksFromJSON = customerAddressesGetLinksFromJSON;
|
|
52
|
+
exports.customerAddressesGetResponseBodyToJSON = customerAddressesGetResponseBodyToJSON;
|
|
53
|
+
exports.customerAddressesGetResponseBodyFromJSON = customerAddressesGetResponseBodyFromJSON;
|
|
54
|
+
exports.customerAddressesGetResponseToJSON = customerAddressesGetResponseToJSON;
|
|
55
|
+
exports.customerAddressesGetResponseFromJSON = customerAddressesGetResponseFromJSON;
|
|
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.CustomerAddressesGetType = {
|
|
60
|
+
Addresses: "addresses",
|
|
61
|
+
};
|
|
62
|
+
/** @internal */
|
|
63
|
+
exports.CustomerAddressesGetRequest$inboundSchema = z.object({
|
|
64
|
+
customerId: z.string(),
|
|
65
|
+
addressId: z.string(),
|
|
66
|
+
});
|
|
67
|
+
/** @internal */
|
|
68
|
+
exports.CustomerAddressesGetRequest$outboundSchema = z.object({
|
|
69
|
+
customerId: z.string(),
|
|
70
|
+
addressId: z.string(),
|
|
71
|
+
});
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
75
|
+
*/
|
|
76
|
+
var CustomerAddressesGetRequest$;
|
|
77
|
+
(function (CustomerAddressesGetRequest$) {
|
|
78
|
+
/** @deprecated use `CustomerAddressesGetRequest$inboundSchema` instead. */
|
|
79
|
+
CustomerAddressesGetRequest$.inboundSchema = exports.CustomerAddressesGetRequest$inboundSchema;
|
|
80
|
+
/** @deprecated use `CustomerAddressesGetRequest$outboundSchema` instead. */
|
|
81
|
+
CustomerAddressesGetRequest$.outboundSchema = exports.CustomerAddressesGetRequest$outboundSchema;
|
|
82
|
+
})(CustomerAddressesGetRequest$ || (exports.CustomerAddressesGetRequest$ = CustomerAddressesGetRequest$ = {}));
|
|
83
|
+
function customerAddressesGetRequestToJSON(customerAddressesGetRequest) {
|
|
84
|
+
return JSON.stringify(exports.CustomerAddressesGetRequest$outboundSchema.parse(customerAddressesGetRequest));
|
|
85
|
+
}
|
|
86
|
+
function customerAddressesGetRequestFromJSON(jsonString) {
|
|
87
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetRequest' from JSON`);
|
|
88
|
+
}
|
|
89
|
+
/** @internal */
|
|
90
|
+
exports.CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema = z.object({
|
|
91
|
+
errors: z.array(components.ResourceNotFound$inboundSchema),
|
|
92
|
+
});
|
|
93
|
+
/** @internal */
|
|
94
|
+
exports.CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema = z.object({
|
|
95
|
+
errors: z.array(components.ResourceNotFound$outboundSchema),
|
|
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 CustomerAddressesGetCustomerAddressesResponseBody$;
|
|
102
|
+
(function (CustomerAddressesGetCustomerAddressesResponseBody$) {
|
|
103
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema` instead. */
|
|
104
|
+
CustomerAddressesGetCustomerAddressesResponseBody$.inboundSchema = exports.CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema;
|
|
105
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema` instead. */
|
|
106
|
+
CustomerAddressesGetCustomerAddressesResponseBody$.outboundSchema = exports.CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema;
|
|
107
|
+
})(CustomerAddressesGetCustomerAddressesResponseBody$ || (exports.CustomerAddressesGetCustomerAddressesResponseBody$ = CustomerAddressesGetCustomerAddressesResponseBody$ = {}));
|
|
108
|
+
function customerAddressesGetCustomerAddressesResponseBodyToJSON(customerAddressesGetCustomerAddressesResponseBody) {
|
|
109
|
+
return JSON.stringify(exports.CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema.parse(customerAddressesGetCustomerAddressesResponseBody));
|
|
110
|
+
}
|
|
111
|
+
function customerAddressesGetCustomerAddressesResponseBodyFromJSON(jsonString) {
|
|
112
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetCustomerAddressesResponseBody' from JSON`);
|
|
113
|
+
}
|
|
114
|
+
/** @internal */
|
|
115
|
+
exports.CustomerAddressesGetType$inboundSchema = z.nativeEnum(exports.CustomerAddressesGetType);
|
|
116
|
+
/** @internal */
|
|
117
|
+
exports.CustomerAddressesGetType$outboundSchema = exports.CustomerAddressesGetType$inboundSchema;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
121
|
+
*/
|
|
122
|
+
var CustomerAddressesGetType$;
|
|
123
|
+
(function (CustomerAddressesGetType$) {
|
|
124
|
+
/** @deprecated use `CustomerAddressesGetType$inboundSchema` instead. */
|
|
125
|
+
CustomerAddressesGetType$.inboundSchema = exports.CustomerAddressesGetType$inboundSchema;
|
|
126
|
+
/** @deprecated use `CustomerAddressesGetType$outboundSchema` instead. */
|
|
127
|
+
CustomerAddressesGetType$.outboundSchema = exports.CustomerAddressesGetType$outboundSchema;
|
|
128
|
+
})(CustomerAddressesGetType$ || (exports.CustomerAddressesGetType$ = CustomerAddressesGetType$ = {}));
|
|
129
|
+
/** @internal */
|
|
130
|
+
exports.CustomerAddressesGetRelationships$inboundSchema = z.object({});
|
|
131
|
+
/** @internal */
|
|
132
|
+
exports.CustomerAddressesGetRelationships$outboundSchema = z.object({});
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
136
|
+
*/
|
|
137
|
+
var CustomerAddressesGetRelationships$;
|
|
138
|
+
(function (CustomerAddressesGetRelationships$) {
|
|
139
|
+
/** @deprecated use `CustomerAddressesGetRelationships$inboundSchema` instead. */
|
|
140
|
+
CustomerAddressesGetRelationships$.inboundSchema = exports.CustomerAddressesGetRelationships$inboundSchema;
|
|
141
|
+
/** @deprecated use `CustomerAddressesGetRelationships$outboundSchema` instead. */
|
|
142
|
+
CustomerAddressesGetRelationships$.outboundSchema = exports.CustomerAddressesGetRelationships$outboundSchema;
|
|
143
|
+
})(CustomerAddressesGetRelationships$ || (exports.CustomerAddressesGetRelationships$ = CustomerAddressesGetRelationships$ = {}));
|
|
144
|
+
function customerAddressesGetRelationshipsToJSON(customerAddressesGetRelationships) {
|
|
145
|
+
return JSON.stringify(exports.CustomerAddressesGetRelationships$outboundSchema.parse(customerAddressesGetRelationships));
|
|
146
|
+
}
|
|
147
|
+
function customerAddressesGetRelationshipsFromJSON(jsonString) {
|
|
148
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetRelationships$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetRelationships' from JSON`);
|
|
149
|
+
}
|
|
150
|
+
/** @internal */
|
|
151
|
+
exports.CustomerAddressesGetCustomerAddressesLinks$inboundSchema = z.object({});
|
|
152
|
+
/** @internal */
|
|
153
|
+
exports.CustomerAddressesGetCustomerAddressesLinks$outboundSchema = z.object({});
|
|
154
|
+
/**
|
|
155
|
+
* @internal
|
|
156
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
157
|
+
*/
|
|
158
|
+
var CustomerAddressesGetCustomerAddressesLinks$;
|
|
159
|
+
(function (CustomerAddressesGetCustomerAddressesLinks$) {
|
|
160
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesLinks$inboundSchema` instead. */
|
|
161
|
+
CustomerAddressesGetCustomerAddressesLinks$.inboundSchema = exports.CustomerAddressesGetCustomerAddressesLinks$inboundSchema;
|
|
162
|
+
/** @deprecated use `CustomerAddressesGetCustomerAddressesLinks$outboundSchema` instead. */
|
|
163
|
+
CustomerAddressesGetCustomerAddressesLinks$.outboundSchema = exports.CustomerAddressesGetCustomerAddressesLinks$outboundSchema;
|
|
164
|
+
})(CustomerAddressesGetCustomerAddressesLinks$ || (exports.CustomerAddressesGetCustomerAddressesLinks$ = CustomerAddressesGetCustomerAddressesLinks$ = {}));
|
|
165
|
+
function customerAddressesGetCustomerAddressesLinksToJSON(customerAddressesGetCustomerAddressesLinks) {
|
|
166
|
+
return JSON.stringify(exports.CustomerAddressesGetCustomerAddressesLinks$outboundSchema.parse(customerAddressesGetCustomerAddressesLinks));
|
|
167
|
+
}
|
|
168
|
+
function customerAddressesGetCustomerAddressesLinksFromJSON(jsonString) {
|
|
169
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetCustomerAddressesLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetCustomerAddressesLinks' from JSON`);
|
|
170
|
+
}
|
|
171
|
+
/** @internal */
|
|
172
|
+
exports.CustomerAddressesGetData$inboundSchema = z.object({
|
|
173
|
+
type: exports.CustomerAddressesGetType$inboundSchema,
|
|
174
|
+
id: z.string(),
|
|
175
|
+
attributes: components.AddressAttributes$inboundSchema,
|
|
176
|
+
relationships: z.lazy(() => exports.CustomerAddressesGetRelationships$inboundSchema),
|
|
177
|
+
links: z.lazy(() => exports.CustomerAddressesGetCustomerAddressesLinks$inboundSchema),
|
|
178
|
+
meta: z.record(z.any()).optional(),
|
|
179
|
+
});
|
|
180
|
+
/** @internal */
|
|
181
|
+
exports.CustomerAddressesGetData$outboundSchema = z.object({
|
|
182
|
+
type: exports.CustomerAddressesGetType$outboundSchema,
|
|
183
|
+
id: z.string(),
|
|
184
|
+
attributes: components.AddressAttributes$outboundSchema,
|
|
185
|
+
relationships: z.lazy(() => exports.CustomerAddressesGetRelationships$outboundSchema),
|
|
186
|
+
links: z.lazy(() => exports.CustomerAddressesGetCustomerAddressesLinks$outboundSchema),
|
|
187
|
+
meta: z.record(z.any()).optional(),
|
|
188
|
+
});
|
|
189
|
+
/**
|
|
190
|
+
* @internal
|
|
191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
192
|
+
*/
|
|
193
|
+
var CustomerAddressesGetData$;
|
|
194
|
+
(function (CustomerAddressesGetData$) {
|
|
195
|
+
/** @deprecated use `CustomerAddressesGetData$inboundSchema` instead. */
|
|
196
|
+
CustomerAddressesGetData$.inboundSchema = exports.CustomerAddressesGetData$inboundSchema;
|
|
197
|
+
/** @deprecated use `CustomerAddressesGetData$outboundSchema` instead. */
|
|
198
|
+
CustomerAddressesGetData$.outboundSchema = exports.CustomerAddressesGetData$outboundSchema;
|
|
199
|
+
})(CustomerAddressesGetData$ || (exports.CustomerAddressesGetData$ = CustomerAddressesGetData$ = {}));
|
|
200
|
+
function customerAddressesGetDataToJSON(customerAddressesGetData) {
|
|
201
|
+
return JSON.stringify(exports.CustomerAddressesGetData$outboundSchema.parse(customerAddressesGetData));
|
|
202
|
+
}
|
|
203
|
+
function customerAddressesGetDataFromJSON(jsonString) {
|
|
204
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetData' from JSON`);
|
|
205
|
+
}
|
|
206
|
+
/** @internal */
|
|
207
|
+
exports.CustomerAddressesGetLinks$inboundSchema = z.object({});
|
|
208
|
+
/** @internal */
|
|
209
|
+
exports.CustomerAddressesGetLinks$outboundSchema = z.object({});
|
|
210
|
+
/**
|
|
211
|
+
* @internal
|
|
212
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
213
|
+
*/
|
|
214
|
+
var CustomerAddressesGetLinks$;
|
|
215
|
+
(function (CustomerAddressesGetLinks$) {
|
|
216
|
+
/** @deprecated use `CustomerAddressesGetLinks$inboundSchema` instead. */
|
|
217
|
+
CustomerAddressesGetLinks$.inboundSchema = exports.CustomerAddressesGetLinks$inboundSchema;
|
|
218
|
+
/** @deprecated use `CustomerAddressesGetLinks$outboundSchema` instead. */
|
|
219
|
+
CustomerAddressesGetLinks$.outboundSchema = exports.CustomerAddressesGetLinks$outboundSchema;
|
|
220
|
+
})(CustomerAddressesGetLinks$ || (exports.CustomerAddressesGetLinks$ = CustomerAddressesGetLinks$ = {}));
|
|
221
|
+
function customerAddressesGetLinksToJSON(customerAddressesGetLinks) {
|
|
222
|
+
return JSON.stringify(exports.CustomerAddressesGetLinks$outboundSchema.parse(customerAddressesGetLinks));
|
|
223
|
+
}
|
|
224
|
+
function customerAddressesGetLinksFromJSON(jsonString) {
|
|
225
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetLinks' from JSON`);
|
|
226
|
+
}
|
|
227
|
+
/** @internal */
|
|
228
|
+
exports.CustomerAddressesGetResponseBody$inboundSchema = z.object({
|
|
229
|
+
data: z.lazy(() => exports.CustomerAddressesGetData$inboundSchema),
|
|
230
|
+
links: z.lazy(() => exports.CustomerAddressesGetLinks$inboundSchema).optional(),
|
|
231
|
+
});
|
|
232
|
+
/** @internal */
|
|
233
|
+
exports.CustomerAddressesGetResponseBody$outboundSchema = z.object({
|
|
234
|
+
data: z.lazy(() => exports.CustomerAddressesGetData$outboundSchema),
|
|
235
|
+
links: z.lazy(() => exports.CustomerAddressesGetLinks$outboundSchema).optional(),
|
|
236
|
+
});
|
|
237
|
+
/**
|
|
238
|
+
* @internal
|
|
239
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
240
|
+
*/
|
|
241
|
+
var CustomerAddressesGetResponseBody$;
|
|
242
|
+
(function (CustomerAddressesGetResponseBody$) {
|
|
243
|
+
/** @deprecated use `CustomerAddressesGetResponseBody$inboundSchema` instead. */
|
|
244
|
+
CustomerAddressesGetResponseBody$.inboundSchema = exports.CustomerAddressesGetResponseBody$inboundSchema;
|
|
245
|
+
/** @deprecated use `CustomerAddressesGetResponseBody$outboundSchema` instead. */
|
|
246
|
+
CustomerAddressesGetResponseBody$.outboundSchema = exports.CustomerAddressesGetResponseBody$outboundSchema;
|
|
247
|
+
})(CustomerAddressesGetResponseBody$ || (exports.CustomerAddressesGetResponseBody$ = CustomerAddressesGetResponseBody$ = {}));
|
|
248
|
+
function customerAddressesGetResponseBodyToJSON(customerAddressesGetResponseBody) {
|
|
249
|
+
return JSON.stringify(exports.CustomerAddressesGetResponseBody$outboundSchema.parse(customerAddressesGetResponseBody));
|
|
250
|
+
}
|
|
251
|
+
function customerAddressesGetResponseBodyFromJSON(jsonString) {
|
|
252
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetResponseBody' from JSON`);
|
|
253
|
+
}
|
|
254
|
+
/** @internal */
|
|
255
|
+
exports.CustomerAddressesGetResponse$inboundSchema = z.union([
|
|
256
|
+
z.lazy(() => exports.CustomerAddressesGetResponseBody$inboundSchema),
|
|
257
|
+
z.lazy(() => exports.CustomerAddressesGetCustomerAddressesResponseBody$inboundSchema),
|
|
258
|
+
]);
|
|
259
|
+
/** @internal */
|
|
260
|
+
exports.CustomerAddressesGetResponse$outboundSchema = z.union([
|
|
261
|
+
z.lazy(() => exports.CustomerAddressesGetResponseBody$outboundSchema),
|
|
262
|
+
z.lazy(() => exports.CustomerAddressesGetCustomerAddressesResponseBody$outboundSchema),
|
|
263
|
+
]);
|
|
264
|
+
/**
|
|
265
|
+
* @internal
|
|
266
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
267
|
+
*/
|
|
268
|
+
var CustomerAddressesGetResponse$;
|
|
269
|
+
(function (CustomerAddressesGetResponse$) {
|
|
270
|
+
/** @deprecated use `CustomerAddressesGetResponse$inboundSchema` instead. */
|
|
271
|
+
CustomerAddressesGetResponse$.inboundSchema = exports.CustomerAddressesGetResponse$inboundSchema;
|
|
272
|
+
/** @deprecated use `CustomerAddressesGetResponse$outboundSchema` instead. */
|
|
273
|
+
CustomerAddressesGetResponse$.outboundSchema = exports.CustomerAddressesGetResponse$outboundSchema;
|
|
274
|
+
})(CustomerAddressesGetResponse$ || (exports.CustomerAddressesGetResponse$ = CustomerAddressesGetResponse$ = {}));
|
|
275
|
+
function customerAddressesGetResponseToJSON(customerAddressesGetResponse) {
|
|
276
|
+
return JSON.stringify(exports.CustomerAddressesGetResponse$outboundSchema.parse(customerAddressesGetResponse));
|
|
277
|
+
}
|
|
278
|
+
function customerAddressesGetResponseFromJSON(jsonString) {
|
|
279
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CustomerAddressesGetResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CustomerAddressesGetResponse' from JSON`);
|
|
280
|
+
}
|
|
281
|
+
//# sourceMappingURL=customeraddressesget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customeraddressesget.js","sourceRoot":"","sources":["../../src/models/operations/customeraddressesget.ts"],"names":[],"mappings":"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"}
|