@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.
Files changed (663) hide show
  1. package/README.md +109 -0
  2. package/docs/sdks/assets/README.md +369 -0
  3. package/docs/sdks/customeraddresses/README.md +469 -0
  4. package/docs/sdks/customerassets/README.md +397 -0
  5. package/docs/sdks/customerexpenses/README.md +397 -0
  6. package/docs/sdks/customerincome/README.md +397 -0
  7. package/docs/sdks/customerliabilities/README.md +397 -0
  8. package/docs/sdks/customers/README.md +311 -0
  9. package/docs/sdks/entities/README.md +367 -0
  10. package/docs/sdks/loandetails/README.md +311 -0
  11. package/examples/applicationsCreate.example.ts +1 -1
  12. package/examples/package-lock.json +3 -3
  13. package/funcs/assetsAssetsCreate.d.ts +14 -0
  14. package/funcs/assetsAssetsCreate.d.ts.map +1 -0
  15. package/funcs/assetsAssetsCreate.js +113 -0
  16. package/funcs/assetsAssetsCreate.js.map +1 -0
  17. package/funcs/assetsAssetsDelete.d.ts +14 -0
  18. package/funcs/assetsAssetsDelete.d.ts.map +1 -0
  19. package/funcs/assetsAssetsDelete.js +118 -0
  20. package/funcs/assetsAssetsDelete.js.map +1 -0
  21. package/funcs/assetsAssetsGet.d.ts +14 -0
  22. package/funcs/assetsAssetsGet.d.ts.map +1 -0
  23. package/funcs/assetsAssetsGet.js +118 -0
  24. package/funcs/assetsAssetsGet.js.map +1 -0
  25. package/funcs/assetsAssetsUpdate.d.ts +14 -0
  26. package/funcs/assetsAssetsUpdate.d.ts.map +1 -0
  27. package/funcs/assetsAssetsUpdate.js +119 -0
  28. package/funcs/assetsAssetsUpdate.js.map +1 -0
  29. package/funcs/customerAddressesCustomerAddressesCreate.d.ts +14 -0
  30. package/funcs/customerAddressesCustomerAddressesCreate.d.ts.map +1 -0
  31. package/funcs/customerAddressesCustomerAddressesCreate.js +119 -0
  32. package/funcs/customerAddressesCustomerAddressesCreate.js.map +1 -0
  33. package/funcs/customerAddressesCustomerAddressesDelete.d.ts +14 -0
  34. package/funcs/customerAddressesCustomerAddressesDelete.d.ts.map +1 -0
  35. package/funcs/customerAddressesCustomerAddressesDelete.js +122 -0
  36. package/funcs/customerAddressesCustomerAddressesDelete.js.map +1 -0
  37. package/funcs/customerAddressesCustomerAddressesGet.d.ts +14 -0
  38. package/funcs/customerAddressesCustomerAddressesGet.d.ts.map +1 -0
  39. package/funcs/customerAddressesCustomerAddressesGet.js +122 -0
  40. package/funcs/customerAddressesCustomerAddressesGet.js.map +1 -0
  41. package/funcs/customerAddressesCustomerAddressesList.d.ts +14 -0
  42. package/funcs/customerAddressesCustomerAddressesList.d.ts.map +1 -0
  43. package/funcs/customerAddressesCustomerAddressesList.js +118 -0
  44. package/funcs/customerAddressesCustomerAddressesList.js.map +1 -0
  45. package/funcs/customerAddressesCustomerAddressesUpdate.d.ts +14 -0
  46. package/funcs/customerAddressesCustomerAddressesUpdate.d.ts.map +1 -0
  47. package/funcs/customerAddressesCustomerAddressesUpdate.js +123 -0
  48. package/funcs/customerAddressesCustomerAddressesUpdate.js.map +1 -0
  49. package/funcs/customerAssetsCustomerAssetsCreate.d.ts +14 -0
  50. package/funcs/customerAssetsCustomerAssetsCreate.d.ts.map +1 -0
  51. package/funcs/customerAssetsCustomerAssetsCreate.js +119 -0
  52. package/funcs/customerAssetsCustomerAssetsCreate.js.map +1 -0
  53. package/funcs/customerAssetsCustomerAssetsDelete.d.ts +14 -0
  54. package/funcs/customerAssetsCustomerAssetsDelete.d.ts.map +1 -0
  55. package/funcs/customerAssetsCustomerAssetsDelete.js +122 -0
  56. package/funcs/customerAssetsCustomerAssetsDelete.js.map +1 -0
  57. package/funcs/customerAssetsCustomerAssetsGet.d.ts +14 -0
  58. package/funcs/customerAssetsCustomerAssetsGet.d.ts.map +1 -0
  59. package/funcs/customerAssetsCustomerAssetsGet.js +122 -0
  60. package/funcs/customerAssetsCustomerAssetsGet.js.map +1 -0
  61. package/funcs/customerAssetsCustomerAssetsList.d.ts +14 -0
  62. package/funcs/customerAssetsCustomerAssetsList.d.ts.map +1 -0
  63. package/funcs/customerAssetsCustomerAssetsList.js +118 -0
  64. package/funcs/customerAssetsCustomerAssetsList.js.map +1 -0
  65. package/funcs/customerAssetsCustomerAssetsUpdate.d.ts +14 -0
  66. package/funcs/customerAssetsCustomerAssetsUpdate.d.ts.map +1 -0
  67. package/funcs/customerAssetsCustomerAssetsUpdate.js +123 -0
  68. package/funcs/customerAssetsCustomerAssetsUpdate.js.map +1 -0
  69. package/funcs/customerExpensesCustomerExpensesCreate.d.ts +14 -0
  70. package/funcs/customerExpensesCustomerExpensesCreate.d.ts.map +1 -0
  71. package/funcs/customerExpensesCustomerExpensesCreate.js +119 -0
  72. package/funcs/customerExpensesCustomerExpensesCreate.js.map +1 -0
  73. package/funcs/customerExpensesCustomerExpensesDelete.d.ts +14 -0
  74. package/funcs/customerExpensesCustomerExpensesDelete.d.ts.map +1 -0
  75. package/funcs/customerExpensesCustomerExpensesDelete.js +122 -0
  76. package/funcs/customerExpensesCustomerExpensesDelete.js.map +1 -0
  77. package/funcs/customerExpensesCustomerExpensesGet.d.ts +14 -0
  78. package/funcs/customerExpensesCustomerExpensesGet.d.ts.map +1 -0
  79. package/funcs/customerExpensesCustomerExpensesGet.js +122 -0
  80. package/funcs/customerExpensesCustomerExpensesGet.js.map +1 -0
  81. package/funcs/customerExpensesCustomerExpensesList.d.ts +14 -0
  82. package/funcs/customerExpensesCustomerExpensesList.d.ts.map +1 -0
  83. package/funcs/customerExpensesCustomerExpensesList.js +118 -0
  84. package/funcs/customerExpensesCustomerExpensesList.js.map +1 -0
  85. package/funcs/customerExpensesCustomerExpensesUpdate.d.ts +14 -0
  86. package/funcs/customerExpensesCustomerExpensesUpdate.d.ts.map +1 -0
  87. package/funcs/customerExpensesCustomerExpensesUpdate.js +123 -0
  88. package/funcs/customerExpensesCustomerExpensesUpdate.js.map +1 -0
  89. package/funcs/customerIncomeCustomerIncomeCreate.d.ts +14 -0
  90. package/funcs/customerIncomeCustomerIncomeCreate.d.ts.map +1 -0
  91. package/funcs/customerIncomeCustomerIncomeCreate.js +119 -0
  92. package/funcs/customerIncomeCustomerIncomeCreate.js.map +1 -0
  93. package/funcs/customerIncomeCustomerIncomeDelete.d.ts +14 -0
  94. package/funcs/customerIncomeCustomerIncomeDelete.d.ts.map +1 -0
  95. package/funcs/customerIncomeCustomerIncomeDelete.js +122 -0
  96. package/funcs/customerIncomeCustomerIncomeDelete.js.map +1 -0
  97. package/funcs/customerIncomeCustomerIncomeGet.d.ts +14 -0
  98. package/funcs/customerIncomeCustomerIncomeGet.d.ts.map +1 -0
  99. package/funcs/customerIncomeCustomerIncomeGet.js +122 -0
  100. package/funcs/customerIncomeCustomerIncomeGet.js.map +1 -0
  101. package/funcs/customerIncomeCustomerIncomeList.d.ts +14 -0
  102. package/funcs/customerIncomeCustomerIncomeList.d.ts.map +1 -0
  103. package/funcs/customerIncomeCustomerIncomeList.js +118 -0
  104. package/funcs/customerIncomeCustomerIncomeList.js.map +1 -0
  105. package/funcs/customerIncomeCustomerIncomeUpdate.d.ts +14 -0
  106. package/funcs/customerIncomeCustomerIncomeUpdate.d.ts.map +1 -0
  107. package/funcs/customerIncomeCustomerIncomeUpdate.js +123 -0
  108. package/funcs/customerIncomeCustomerIncomeUpdate.js.map +1 -0
  109. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.d.ts +14 -0
  110. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.d.ts.map +1 -0
  111. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.js +119 -0
  112. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.js.map +1 -0
  113. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.d.ts +14 -0
  114. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.d.ts.map +1 -0
  115. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.js +122 -0
  116. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.js.map +1 -0
  117. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.d.ts +14 -0
  118. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.d.ts.map +1 -0
  119. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.js +122 -0
  120. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.js.map +1 -0
  121. package/funcs/customerLiabilitiesCustomerLiabilitiesList.d.ts +14 -0
  122. package/funcs/customerLiabilitiesCustomerLiabilitiesList.d.ts.map +1 -0
  123. package/funcs/customerLiabilitiesCustomerLiabilitiesList.js +118 -0
  124. package/funcs/customerLiabilitiesCustomerLiabilitiesList.js.map +1 -0
  125. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.d.ts +14 -0
  126. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.d.ts.map +1 -0
  127. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.js +123 -0
  128. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.js.map +1 -0
  129. package/funcs/customersCustomersCreate.d.ts +14 -0
  130. package/funcs/customersCustomersCreate.d.ts.map +1 -0
  131. package/funcs/customersCustomersCreate.js +113 -0
  132. package/funcs/customersCustomersCreate.js.map +1 -0
  133. package/funcs/customersCustomersDelete.d.ts +14 -0
  134. package/funcs/customersCustomersDelete.d.ts.map +1 -0
  135. package/funcs/customersCustomersDelete.js +118 -0
  136. package/funcs/customersCustomersDelete.js.map +1 -0
  137. package/funcs/customersCustomersGet.d.ts +14 -0
  138. package/funcs/customersCustomersGet.d.ts.map +1 -0
  139. package/funcs/customersCustomersGet.js +118 -0
  140. package/funcs/customersCustomersGet.js.map +1 -0
  141. package/funcs/customersCustomersUpdate.d.ts +14 -0
  142. package/funcs/customersCustomersUpdate.d.ts.map +1 -0
  143. package/funcs/customersCustomersUpdate.js +119 -0
  144. package/funcs/customersCustomersUpdate.js.map +1 -0
  145. package/funcs/entitiesEntitiesCreate.d.ts +14 -0
  146. package/funcs/entitiesEntitiesCreate.d.ts.map +1 -0
  147. package/funcs/entitiesEntitiesCreate.js +113 -0
  148. package/funcs/entitiesEntitiesCreate.js.map +1 -0
  149. package/funcs/entitiesEntitiesDelete.d.ts +14 -0
  150. package/funcs/entitiesEntitiesDelete.d.ts.map +1 -0
  151. package/funcs/entitiesEntitiesDelete.js +118 -0
  152. package/funcs/entitiesEntitiesDelete.js.map +1 -0
  153. package/funcs/entitiesEntitiesGet.d.ts +14 -0
  154. package/funcs/entitiesEntitiesGet.d.ts.map +1 -0
  155. package/funcs/entitiesEntitiesGet.js +118 -0
  156. package/funcs/entitiesEntitiesGet.js.map +1 -0
  157. package/funcs/entitiesEntitiesUpdate.d.ts +14 -0
  158. package/funcs/entitiesEntitiesUpdate.d.ts.map +1 -0
  159. package/funcs/entitiesEntitiesUpdate.js +119 -0
  160. package/funcs/entitiesEntitiesUpdate.js.map +1 -0
  161. package/funcs/loanDetailsLoanDetailsCreate.d.ts +14 -0
  162. package/funcs/loanDetailsLoanDetailsCreate.d.ts.map +1 -0
  163. package/funcs/loanDetailsLoanDetailsCreate.js +113 -0
  164. package/funcs/loanDetailsLoanDetailsCreate.js.map +1 -0
  165. package/funcs/loanDetailsLoanDetailsDelete.d.ts +14 -0
  166. package/funcs/loanDetailsLoanDetailsDelete.d.ts.map +1 -0
  167. package/funcs/loanDetailsLoanDetailsDelete.js +118 -0
  168. package/funcs/loanDetailsLoanDetailsDelete.js.map +1 -0
  169. package/funcs/loanDetailsLoanDetailsGet.d.ts +14 -0
  170. package/funcs/loanDetailsLoanDetailsGet.d.ts.map +1 -0
  171. package/funcs/loanDetailsLoanDetailsGet.js +118 -0
  172. package/funcs/loanDetailsLoanDetailsGet.js.map +1 -0
  173. package/funcs/loanDetailsLoanDetailsUpdate.d.ts +14 -0
  174. package/funcs/loanDetailsLoanDetailsUpdate.d.ts.map +1 -0
  175. package/funcs/loanDetailsLoanDetailsUpdate.js +119 -0
  176. package/funcs/loanDetailsLoanDetailsUpdate.js.map +1 -0
  177. package/jsr.json +1 -1
  178. package/lib/config.d.ts +3 -3
  179. package/lib/config.js +3 -3
  180. package/lib/config.js.map +1 -1
  181. package/lib/encodings.d.ts.map +1 -1
  182. package/lib/security.d.ts.map +1 -1
  183. package/lib/security.js.map +1 -1
  184. package/models/components/addressattributes.d.ts +18 -18
  185. package/models/components/addressattributes.d.ts.map +1 -1
  186. package/models/components/addressattributes.js.map +1 -1
  187. package/models/components/badrequesterror.d.ts +15 -15
  188. package/models/components/badrequesterror.d.ts.map +1 -1
  189. package/models/components/badrequesterror.js.map +1 -1
  190. package/models/components/commercialapplicationjsonapirelationships.d.ts +84 -84
  191. package/models/components/commercialapplicationjsonapirelationships.d.ts.map +1 -1
  192. package/models/components/commercialapplicationjsonapirelationships.js +47 -47
  193. package/models/components/commercialapplicationjsonapirelationships.js.map +1 -1
  194. package/models/components/commercialsecuredapplicationpayload.d.ts +27 -27
  195. package/models/components/commercialsecuredapplicationpayload.d.ts.map +1 -1
  196. package/models/components/commercialsecuredapplicationpayload.js.map +1 -1
  197. package/models/components/commercialsecuredapplicationresource.d.ts +36 -36
  198. package/models/components/commercialsecuredapplicationresource.d.ts.map +1 -1
  199. package/models/components/commercialsecuredapplicationresource.js.map +1 -1
  200. package/models/components/commercialsecuredloanassetattributes.d.ts +58 -58
  201. package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -1
  202. package/models/components/commercialsecuredloanassetattributes.js +16 -16
  203. package/models/components/commercialsecuredloanassetattributes.js.map +1 -1
  204. package/models/components/commercialsecuredloanassetattributesupdate.d.ts +383 -0
  205. package/models/components/commercialsecuredloanassetattributesupdate.d.ts.map +1 -0
  206. package/models/components/commercialsecuredloanassetattributesupdate.js +341 -0
  207. package/models/components/commercialsecuredloanassetattributesupdate.js.map +1 -0
  208. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +153 -153
  209. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  210. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +95 -95
  211. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  212. package/models/components/consumerapplicationjsonapirelationships.d.ts +62 -62
  213. package/models/components/consumerapplicationjsonapirelationships.d.ts.map +1 -1
  214. package/models/components/consumerapplicationjsonapirelationships.js +32 -32
  215. package/models/components/consumerapplicationjsonapirelationships.js.map +1 -1
  216. package/models/components/consumersecuredapplicationpayload.d.ts +27 -27
  217. package/models/components/consumersecuredapplicationpayload.d.ts.map +1 -1
  218. package/models/components/consumersecuredapplicationpayload.js.map +1 -1
  219. package/models/components/consumersecuredapplicationresource.d.ts +36 -36
  220. package/models/components/consumersecuredapplicationresource.d.ts.map +1 -1
  221. package/models/components/consumersecuredapplicationresource.js.map +1 -1
  222. package/models/components/consumersecuredloanassetattributes.d.ts +58 -58
  223. package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
  224. package/models/components/consumersecuredloanassetattributes.js +16 -16
  225. package/models/components/consumersecuredloanassetattributes.js.map +1 -1
  226. package/models/components/consumersecuredloanassetattributesupdate.d.ts +383 -0
  227. package/models/components/consumersecuredloanassetattributesupdate.d.ts.map +1 -0
  228. package/models/components/consumersecuredloanassetattributesupdate.js +331 -0
  229. package/models/components/consumersecuredloanassetattributesupdate.js.map +1 -0
  230. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +175 -175
  231. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
  232. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +110 -110
  233. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
  234. package/models/components/createsupportingdocumentsresponse.d.ts +16 -16
  235. package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -1
  236. package/models/components/createsupportingdocumentsresponse.js.map +1 -1
  237. package/models/components/customerassetattributesupdate.d.ts +37 -0
  238. package/models/components/customerassetattributesupdate.d.ts.map +1 -0
  239. package/models/components/customerassetattributesupdate.js +77 -0
  240. package/models/components/customerassetattributesupdate.js.map +1 -0
  241. package/models/components/customerattributes.d.ts +0 -22
  242. package/models/components/customerattributes.d.ts.map +1 -1
  243. package/models/components/customerattributes.js +0 -10
  244. package/models/components/customerattributes.js.map +1 -1
  245. package/models/components/customerattributescreate.d.ts +112 -0
  246. package/models/components/customerattributescreate.d.ts.map +1 -0
  247. package/models/components/customerattributescreate.js +110 -0
  248. package/models/components/customerattributescreate.js.map +1 -0
  249. package/models/components/customerattributescreateitem.d.ts +112 -0
  250. package/models/components/customerattributescreateitem.d.ts.map +1 -0
  251. package/models/components/customerattributescreateitem.js +110 -0
  252. package/models/components/customerattributescreateitem.js.map +1 -0
  253. package/models/components/customerattributesupdate.d.ts +90 -0
  254. package/models/components/customerattributesupdate.d.ts.map +1 -0
  255. package/models/components/customerattributesupdate.js +101 -0
  256. package/models/components/customerattributesupdate.js.map +1 -0
  257. package/models/components/customerliabilityattributesupdate.d.ts +46 -0
  258. package/models/components/customerliabilityattributesupdate.d.ts.map +1 -0
  259. package/models/components/customerliabilityattributesupdate.js +88 -0
  260. package/models/components/customerliabilityattributesupdate.js.map +1 -0
  261. package/models/components/expenseattributesupdate.d.ts +38 -0
  262. package/models/components/expenseattributesupdate.d.ts.map +1 -0
  263. package/models/components/expenseattributesupdate.js +78 -0
  264. package/models/components/expenseattributesupdate.js.map +1 -0
  265. package/models/components/forbiddenerror.d.ts +15 -15
  266. package/models/components/forbiddenerror.d.ts.map +1 -1
  267. package/models/components/forbiddenerror.js.map +1 -1
  268. package/models/components/incomeattributesupdate.d.ts +38 -0
  269. package/models/components/incomeattributesupdate.d.ts.map +1 -0
  270. package/models/components/incomeattributesupdate.js +78 -0
  271. package/models/components/incomeattributesupdate.js.map +1 -0
  272. package/models/components/index.d.ts +13 -0
  273. package/models/components/index.d.ts.map +1 -1
  274. package/models/components/index.js +13 -0
  275. package/models/components/index.js.map +1 -1
  276. package/models/components/linkobjectupdate.d.ts +47 -0
  277. package/models/components/linkobjectupdate.d.ts.map +1 -0
  278. package/models/components/linkobjectupdate.js +77 -0
  279. package/models/components/linkobjectupdate.js.map +1 -0
  280. package/models/components/loandetailsattributes.d.ts +27 -3
  281. package/models/components/loandetailsattributes.d.ts.map +1 -1
  282. package/models/components/loandetailsattributes.js +26 -3
  283. package/models/components/loandetailsattributes.js.map +1 -1
  284. package/models/components/loandetailsattributesupdate.d.ts +360 -0
  285. package/models/components/loandetailsattributesupdate.d.ts.map +1 -0
  286. package/models/components/loandetailsattributesupdate.js +387 -0
  287. package/models/components/loandetailsattributesupdate.js.map +1 -0
  288. package/models/components/monetaryquantity.d.ts +11 -11
  289. package/models/components/monetaryquantity.d.ts.map +1 -1
  290. package/models/components/monetaryquantity.js.map +1 -1
  291. package/models/components/monetaryquantityupdate.d.ts +63 -0
  292. package/models/components/monetaryquantityupdate.d.ts.map +1 -0
  293. package/models/components/monetaryquantityupdate.js +92 -0
  294. package/models/components/monetaryquantityupdate.js.map +1 -0
  295. package/models/components/percentagequantity.d.ts +7 -7
  296. package/models/components/percentagequantity.d.ts.map +1 -1
  297. package/models/components/percentagequantity.js.map +1 -1
  298. package/models/components/percentagequantityupdate.d.ts +57 -0
  299. package/models/components/percentagequantityupdate.d.ts.map +1 -0
  300. package/models/components/percentagequantityupdate.js +89 -0
  301. package/models/components/percentagequantityupdate.js.map +1 -0
  302. package/models/components/relationshipresourcenotfound.d.ts +12 -12
  303. package/models/components/relationshipresourcenotfound.d.ts.map +1 -1
  304. package/models/components/relationshipresourcenotfound.js.map +1 -1
  305. package/models/components/resourcenotfound.d.ts +15 -15
  306. package/models/components/resourcenotfound.d.ts.map +1 -1
  307. package/models/components/resourcenotfound.js.map +1 -1
  308. package/models/components/supportingdocumentrelationships.d.ts +106 -106
  309. package/models/components/supportingdocumentrelationships.d.ts.map +1 -1
  310. package/models/components/supportingdocumentrelationships.js +63 -63
  311. package/models/components/supportingdocumentrelationships.js.map +1 -1
  312. package/models/components/supportingdocumentresource.d.ts +11 -11
  313. package/models/components/supportingdocumentresource.d.ts.map +1 -1
  314. package/models/components/supportingdocumentresource.js.map +1 -1
  315. package/models/components/tokenrequest.d.ts +18 -18
  316. package/models/components/tokenrequest.d.ts.map +1 -1
  317. package/models/components/tokenrequest.js.map +1 -1
  318. package/models/operations/assetscreate.d.ts +337 -0
  319. package/models/operations/assetscreate.d.ts.map +1 -0
  320. package/models/operations/assetscreate.js +400 -0
  321. package/models/operations/assetscreate.js.map +1 -0
  322. package/models/operations/assetsdelete.d.ts +58 -0
  323. package/models/operations/assetsdelete.d.ts.map +1 -0
  324. package/models/operations/assetsdelete.js +97 -0
  325. package/models/operations/assetsdelete.js.map +1 -0
  326. package/models/operations/assetsget.d.ts +255 -0
  327. package/models/operations/assetsget.d.ts.map +1 -0
  328. package/models/operations/assetsget.js +314 -0
  329. package/models/operations/assetsget.js.map +1 -0
  330. package/models/operations/assetsupdate.d.ts +364 -0
  331. package/models/operations/assetsupdate.d.ts.map +1 -0
  332. package/models/operations/assetsupdate.js +438 -0
  333. package/models/operations/assetsupdate.js.map +1 -0
  334. package/models/operations/createapplication.d.ts +155 -155
  335. package/models/operations/createapplication.d.ts.map +1 -1
  336. package/models/operations/createapplication.js +112 -112
  337. package/models/operations/createapplication.js.map +1 -1
  338. package/models/operations/customeraddressescreate.d.ts +322 -0
  339. package/models/operations/customeraddressescreate.d.ts.map +1 -0
  340. package/models/operations/customeraddressescreate.js +369 -0
  341. package/models/operations/customeraddressescreate.js.map +1 -0
  342. package/models/operations/customeraddressesdelete.d.ts +60 -0
  343. package/models/operations/customeraddressesdelete.d.ts.map +1 -0
  344. package/models/operations/customeraddressesdelete.js +99 -0
  345. package/models/operations/customeraddressesdelete.js.map +1 -0
  346. package/models/operations/customeraddressesget.d.ts +236 -0
  347. package/models/operations/customeraddressesget.d.ts.map +1 -0
  348. package/models/operations/customeraddressesget.js +281 -0
  349. package/models/operations/customeraddressesget.js.map +1 -0
  350. package/models/operations/customeraddresseslist.d.ts +234 -0
  351. package/models/operations/customeraddresseslist.d.ts.map +1 -0
  352. package/models/operations/customeraddresseslist.js +279 -0
  353. package/models/operations/customeraddresseslist.js.map +1 -0
  354. package/models/operations/customeraddressesupdate.d.ts +324 -0
  355. package/models/operations/customeraddressesupdate.d.ts.map +1 -0
  356. package/models/operations/customeraddressesupdate.js +371 -0
  357. package/models/operations/customeraddressesupdate.js.map +1 -0
  358. package/models/operations/customerassetscreate.d.ts +322 -0
  359. package/models/operations/customerassetscreate.d.ts.map +1 -0
  360. package/models/operations/customerassetscreate.js +368 -0
  361. package/models/operations/customerassetscreate.js.map +1 -0
  362. package/models/operations/customerassetsdelete.d.ts +60 -0
  363. package/models/operations/customerassetsdelete.d.ts.map +1 -0
  364. package/models/operations/customerassetsdelete.js +99 -0
  365. package/models/operations/customerassetsdelete.js.map +1 -0
  366. package/models/operations/customerassetsget.d.ts +236 -0
  367. package/models/operations/customerassetsget.d.ts.map +1 -0
  368. package/models/operations/customerassetsget.js +281 -0
  369. package/models/operations/customerassetsget.js.map +1 -0
  370. package/models/operations/customerassetslist.d.ts +234 -0
  371. package/models/operations/customerassetslist.d.ts.map +1 -0
  372. package/models/operations/customerassetslist.js +279 -0
  373. package/models/operations/customerassetslist.js.map +1 -0
  374. package/models/operations/customerassetsupdate.d.ts +324 -0
  375. package/models/operations/customerassetsupdate.d.ts.map +1 -0
  376. package/models/operations/customerassetsupdate.js +371 -0
  377. package/models/operations/customerassetsupdate.js.map +1 -0
  378. package/models/operations/customerexpensescreate.d.ts +322 -0
  379. package/models/operations/customerexpensescreate.d.ts.map +1 -0
  380. package/models/operations/customerexpensescreate.js +369 -0
  381. package/models/operations/customerexpensescreate.js.map +1 -0
  382. package/models/operations/customerexpensesdelete.d.ts +60 -0
  383. package/models/operations/customerexpensesdelete.d.ts.map +1 -0
  384. package/models/operations/customerexpensesdelete.js +99 -0
  385. package/models/operations/customerexpensesdelete.js.map +1 -0
  386. package/models/operations/customerexpensesget.d.ts +236 -0
  387. package/models/operations/customerexpensesget.d.ts.map +1 -0
  388. package/models/operations/customerexpensesget.js +281 -0
  389. package/models/operations/customerexpensesget.js.map +1 -0
  390. package/models/operations/customerexpenseslist.d.ts +234 -0
  391. package/models/operations/customerexpenseslist.d.ts.map +1 -0
  392. package/models/operations/customerexpenseslist.js +279 -0
  393. package/models/operations/customerexpenseslist.js.map +1 -0
  394. package/models/operations/customerexpensesupdate.d.ts +324 -0
  395. package/models/operations/customerexpensesupdate.d.ts.map +1 -0
  396. package/models/operations/customerexpensesupdate.js +371 -0
  397. package/models/operations/customerexpensesupdate.js.map +1 -0
  398. package/models/operations/customerincomecreate.d.ts +322 -0
  399. package/models/operations/customerincomecreate.d.ts.map +1 -0
  400. package/models/operations/customerincomecreate.js +368 -0
  401. package/models/operations/customerincomecreate.js.map +1 -0
  402. package/models/operations/customerincomedelete.d.ts +60 -0
  403. package/models/operations/customerincomedelete.d.ts.map +1 -0
  404. package/models/operations/customerincomedelete.js +99 -0
  405. package/models/operations/customerincomedelete.js.map +1 -0
  406. package/models/operations/customerincomeget.d.ts +236 -0
  407. package/models/operations/customerincomeget.d.ts.map +1 -0
  408. package/models/operations/customerincomeget.js +281 -0
  409. package/models/operations/customerincomeget.js.map +1 -0
  410. package/models/operations/customerincomelist.d.ts +234 -0
  411. package/models/operations/customerincomelist.d.ts.map +1 -0
  412. package/models/operations/customerincomelist.js +279 -0
  413. package/models/operations/customerincomelist.js.map +1 -0
  414. package/models/operations/customerincomeupdate.d.ts +324 -0
  415. package/models/operations/customerincomeupdate.d.ts.map +1 -0
  416. package/models/operations/customerincomeupdate.js +370 -0
  417. package/models/operations/customerincomeupdate.js.map +1 -0
  418. package/models/operations/customerliabilitiescreate.d.ts +322 -0
  419. package/models/operations/customerliabilitiescreate.d.ts.map +1 -0
  420. package/models/operations/customerliabilitiescreate.js +371 -0
  421. package/models/operations/customerliabilitiescreate.js.map +1 -0
  422. package/models/operations/customerliabilitiesdelete.d.ts +60 -0
  423. package/models/operations/customerliabilitiesdelete.d.ts.map +1 -0
  424. package/models/operations/customerliabilitiesdelete.js +99 -0
  425. package/models/operations/customerliabilitiesdelete.js.map +1 -0
  426. package/models/operations/customerliabilitiesget.d.ts +236 -0
  427. package/models/operations/customerliabilitiesget.d.ts.map +1 -0
  428. package/models/operations/customerliabilitiesget.js +281 -0
  429. package/models/operations/customerliabilitiesget.js.map +1 -0
  430. package/models/operations/customerliabilitieslist.d.ts +234 -0
  431. package/models/operations/customerliabilitieslist.d.ts.map +1 -0
  432. package/models/operations/customerliabilitieslist.js +280 -0
  433. package/models/operations/customerliabilitieslist.js.map +1 -0
  434. package/models/operations/customerliabilitiesupdate.d.ts +324 -0
  435. package/models/operations/customerliabilitiesupdate.d.ts.map +1 -0
  436. package/models/operations/customerliabilitiesupdate.js +375 -0
  437. package/models/operations/customerliabilitiesupdate.js.map +1 -0
  438. package/models/operations/customerscreate.d.ts +301 -0
  439. package/models/operations/customerscreate.d.ts.map +1 -0
  440. package/models/operations/customerscreate.js +330 -0
  441. package/models/operations/customerscreate.js.map +1 -0
  442. package/models/operations/customersdelete.d.ts +58 -0
  443. package/models/operations/customersdelete.d.ts.map +1 -0
  444. package/models/operations/customersdelete.js +97 -0
  445. package/models/operations/customersdelete.js.map +1 -0
  446. package/models/operations/customersget.d.ts +237 -0
  447. package/models/operations/customersget.d.ts.map +1 -0
  448. package/models/operations/customersget.js +279 -0
  449. package/models/operations/customersget.js.map +1 -0
  450. package/models/operations/customersupdate.d.ts +328 -0
  451. package/models/operations/customersupdate.d.ts.map +1 -0
  452. package/models/operations/customersupdate.js +368 -0
  453. package/models/operations/customersupdate.js.map +1 -0
  454. package/models/operations/entitiescreate.d.ts +295 -0
  455. package/models/operations/entitiescreate.d.ts.map +1 -0
  456. package/models/operations/entitiescreate.js +330 -0
  457. package/models/operations/entitiescreate.js.map +1 -0
  458. package/models/operations/entitiesdelete.d.ts +58 -0
  459. package/models/operations/entitiesdelete.d.ts.map +1 -0
  460. package/models/operations/entitiesdelete.js +97 -0
  461. package/models/operations/entitiesdelete.js.map +1 -0
  462. package/models/operations/entitiesget.d.ts +234 -0
  463. package/models/operations/entitiesget.d.ts.map +1 -0
  464. package/models/operations/entitiesget.js +279 -0
  465. package/models/operations/entitiesget.js.map +1 -0
  466. package/models/operations/entitiesupdate.d.ts +322 -0
  467. package/models/operations/entitiesupdate.d.ts.map +1 -0
  468. package/models/operations/entitiesupdate.js +368 -0
  469. package/models/operations/entitiesupdate.js.map +1 -0
  470. package/models/operations/index.d.ts +41 -0
  471. package/models/operations/index.d.ts.map +1 -1
  472. package/models/operations/index.js +41 -0
  473. package/models/operations/index.js.map +1 -1
  474. package/models/operations/loandetailscreate.d.ts +301 -0
  475. package/models/operations/loandetailscreate.d.ts.map +1 -0
  476. package/models/operations/loandetailscreate.js +330 -0
  477. package/models/operations/loandetailscreate.js.map +1 -0
  478. package/models/operations/loandetailsdelete.d.ts +58 -0
  479. package/models/operations/loandetailsdelete.d.ts.map +1 -0
  480. package/models/operations/loandetailsdelete.js +97 -0
  481. package/models/operations/loandetailsdelete.js.map +1 -0
  482. package/models/operations/loandetailsget.d.ts +237 -0
  483. package/models/operations/loandetailsget.d.ts.map +1 -0
  484. package/models/operations/loandetailsget.js +279 -0
  485. package/models/operations/loandetailsget.js.map +1 -0
  486. package/models/operations/loandetailsupdate.d.ts +328 -0
  487. package/models/operations/loandetailsupdate.d.ts.map +1 -0
  488. package/models/operations/loandetailsupdate.js +368 -0
  489. package/models/operations/loandetailsupdate.js.map +1 -0
  490. package/package.json +3 -3
  491. package/sdk/assets.d.ts +21 -0
  492. package/sdk/assets.d.ts.map +1 -0
  493. package/sdk/assets.js +40 -0
  494. package/sdk/assets.js.map +1 -0
  495. package/sdk/customeraddresses.d.ts +25 -0
  496. package/sdk/customeraddresses.d.ts.map +1 -0
  497. package/sdk/customeraddresses.js +47 -0
  498. package/sdk/customeraddresses.js.map +1 -0
  499. package/sdk/customerassets.d.ts +25 -0
  500. package/sdk/customerassets.d.ts.map +1 -0
  501. package/sdk/customerassets.js +47 -0
  502. package/sdk/customerassets.js.map +1 -0
  503. package/sdk/customerexpenses.d.ts +25 -0
  504. package/sdk/customerexpenses.d.ts.map +1 -0
  505. package/sdk/customerexpenses.js +47 -0
  506. package/sdk/customerexpenses.js.map +1 -0
  507. package/sdk/customerincome.d.ts +25 -0
  508. package/sdk/customerincome.d.ts.map +1 -0
  509. package/sdk/customerincome.js +47 -0
  510. package/sdk/customerincome.js.map +1 -0
  511. package/sdk/customerliabilities.d.ts +25 -0
  512. package/sdk/customerliabilities.d.ts.map +1 -0
  513. package/sdk/customerliabilities.js +47 -0
  514. package/sdk/customerliabilities.js.map +1 -0
  515. package/sdk/customers.d.ts +21 -0
  516. package/sdk/customers.d.ts.map +1 -0
  517. package/sdk/customers.js +40 -0
  518. package/sdk/customers.js.map +1 -0
  519. package/sdk/entities.d.ts +21 -0
  520. package/sdk/entities.d.ts.map +1 -0
  521. package/sdk/entities.js +40 -0
  522. package/sdk/entities.js.map +1 -0
  523. package/sdk/loandetails.d.ts +21 -0
  524. package/sdk/loandetails.d.ts.map +1 -0
  525. package/sdk/loandetails.js +40 -0
  526. package/sdk/loandetails.js.map +1 -0
  527. package/sdk/sdk.d.ts +27 -0
  528. package/sdk/sdk.d.ts.map +1 -1
  529. package/sdk/sdk.js +36 -0
  530. package/sdk/sdk.js.map +1 -1
  531. package/src/funcs/assetsAssetsCreate.ts +158 -0
  532. package/src/funcs/assetsAssetsDelete.ts +164 -0
  533. package/src/funcs/assetsAssetsGet.ts +164 -0
  534. package/src/funcs/assetsAssetsUpdate.ts +165 -0
  535. package/src/funcs/customerAddressesCustomerAddressesCreate.ts +166 -0
  536. package/src/funcs/customerAddressesCustomerAddressesDelete.ts +177 -0
  537. package/src/funcs/customerAddressesCustomerAddressesGet.ts +171 -0
  538. package/src/funcs/customerAddressesCustomerAddressesList.ts +165 -0
  539. package/src/funcs/customerAddressesCustomerAddressesUpdate.ts +172 -0
  540. package/src/funcs/customerAssetsCustomerAssetsCreate.ts +166 -0
  541. package/src/funcs/customerAssetsCustomerAssetsDelete.ts +177 -0
  542. package/src/funcs/customerAssetsCustomerAssetsGet.ts +170 -0
  543. package/src/funcs/customerAssetsCustomerAssetsList.ts +164 -0
  544. package/src/funcs/customerAssetsCustomerAssetsUpdate.ts +172 -0
  545. package/src/funcs/customerExpensesCustomerExpensesCreate.ts +166 -0
  546. package/src/funcs/customerExpensesCustomerExpensesDelete.ts +177 -0
  547. package/src/funcs/customerExpensesCustomerExpensesGet.ts +171 -0
  548. package/src/funcs/customerExpensesCustomerExpensesList.ts +165 -0
  549. package/src/funcs/customerExpensesCustomerExpensesUpdate.ts +172 -0
  550. package/src/funcs/customerIncomeCustomerIncomeCreate.ts +166 -0
  551. package/src/funcs/customerIncomeCustomerIncomeDelete.ts +177 -0
  552. package/src/funcs/customerIncomeCustomerIncomeGet.ts +170 -0
  553. package/src/funcs/customerIncomeCustomerIncomeList.ts +164 -0
  554. package/src/funcs/customerIncomeCustomerIncomeUpdate.ts +172 -0
  555. package/src/funcs/customerLiabilitiesCustomerLiabilitiesCreate.ts +166 -0
  556. package/src/funcs/customerLiabilitiesCustomerLiabilitiesDelete.ts +177 -0
  557. package/src/funcs/customerLiabilitiesCustomerLiabilitiesGet.ts +171 -0
  558. package/src/funcs/customerLiabilitiesCustomerLiabilitiesList.ts +165 -0
  559. package/src/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.ts +172 -0
  560. package/src/funcs/customersCustomersCreate.ts +159 -0
  561. package/src/funcs/customersCustomersDelete.ts +167 -0
  562. package/src/funcs/customersCustomersGet.ts +164 -0
  563. package/src/funcs/customersCustomersUpdate.ts +165 -0
  564. package/src/funcs/entitiesEntitiesCreate.ts +158 -0
  565. package/src/funcs/entitiesEntitiesDelete.ts +164 -0
  566. package/src/funcs/entitiesEntitiesGet.ts +164 -0
  567. package/src/funcs/entitiesEntitiesUpdate.ts +165 -0
  568. package/src/funcs/loanDetailsLoanDetailsCreate.ts +159 -0
  569. package/src/funcs/loanDetailsLoanDetailsDelete.ts +170 -0
  570. package/src/funcs/loanDetailsLoanDetailsGet.ts +164 -0
  571. package/src/funcs/loanDetailsLoanDetailsUpdate.ts +165 -0
  572. package/src/lib/config.ts +3 -3
  573. package/src/lib/security.ts +4 -1
  574. package/src/models/components/addressattributes.ts +19 -19
  575. package/src/models/components/badrequesterror.ts +14 -14
  576. package/src/models/components/commercialapplicationjsonapirelationships.ts +117 -117
  577. package/src/models/components/commercialsecuredapplicationpayload.ts +27 -27
  578. package/src/models/components/commercialsecuredapplicationresource.ts +46 -46
  579. package/src/models/components/commercialsecuredloanassetattributes.ts +45 -45
  580. package/src/models/components/commercialsecuredloanassetattributesupdate.ts +800 -0
  581. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +252 -252
  582. package/src/models/components/consumerapplicationjsonapirelationships.ts +83 -83
  583. package/src/models/components/consumersecuredapplicationpayload.ts +27 -27
  584. package/src/models/components/consumersecuredapplicationresource.ts +47 -47
  585. package/src/models/components/consumersecuredloanassetattributes.ts +53 -53
  586. package/src/models/components/consumersecuredloanassetattributesupdate.ts +792 -0
  587. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +288 -288
  588. package/src/models/components/createsupportingdocumentsresponse.ts +16 -16
  589. package/src/models/components/customerassetattributesupdate.ts +91 -0
  590. package/src/models/components/customerattributes.ts +0 -38
  591. package/src/models/components/customerattributescreate.ts +212 -0
  592. package/src/models/components/customerattributescreateitem.ts +214 -0
  593. package/src/models/components/customerattributesupdate.ts +175 -0
  594. package/src/models/components/customerliabilityattributesupdate.ts +115 -0
  595. package/src/models/components/expenseattributesupdate.ts +94 -0
  596. package/src/models/components/forbiddenerror.ts +14 -14
  597. package/src/models/components/incomeattributesupdate.ts +94 -0
  598. package/src/models/components/index.ts +13 -0
  599. package/src/models/components/linkobjectupdate.ts +88 -0
  600. package/src/models/components/loandetailsattributes.ts +54 -5
  601. package/src/models/components/loandetailsattributesupdate.ts +903 -0
  602. package/src/models/components/monetaryquantity.ts +12 -12
  603. package/src/models/components/monetaryquantityupdate.ts +114 -0
  604. package/src/models/components/percentagequantity.ts +8 -8
  605. package/src/models/components/percentagequantityupdate.ts +103 -0
  606. package/src/models/components/relationshipresourcenotfound.ts +11 -11
  607. package/src/models/components/resourcenotfound.ts +14 -14
  608. package/src/models/components/supportingdocumentrelationships.ts +129 -129
  609. package/src/models/components/supportingdocumentresource.ts +8 -8
  610. package/src/models/components/tokenrequest.ts +19 -19
  611. package/src/models/operations/assetscreate.ts +737 -0
  612. package/src/models/operations/assetsdelete.ts +128 -0
  613. package/src/models/operations/assetsget.ts +572 -0
  614. package/src/models/operations/assetsupdate.ts +821 -0
  615. package/src/models/operations/createapplication.ts +222 -207
  616. package/src/models/operations/customeraddressescreate.ts +759 -0
  617. package/src/models/operations/customeraddressesdelete.ts +139 -0
  618. package/src/models/operations/customeraddressesget.ts +551 -0
  619. package/src/models/operations/customeraddresseslist.ts +558 -0
  620. package/src/models/operations/customeraddressesupdate.ts +763 -0
  621. package/src/models/operations/customerassetscreate.ts +724 -0
  622. package/src/models/operations/customerassetsdelete.ts +136 -0
  623. package/src/models/operations/customerassetsget.ts +534 -0
  624. package/src/models/operations/customerassetslist.ts +530 -0
  625. package/src/models/operations/customerassetsupdate.ts +729 -0
  626. package/src/models/operations/customerexpensescreate.ts +748 -0
  627. package/src/models/operations/customerexpensesdelete.ts +138 -0
  628. package/src/models/operations/customerexpensesget.ts +545 -0
  629. package/src/models/operations/customerexpenseslist.ts +545 -0
  630. package/src/models/operations/customerexpensesupdate.ts +752 -0
  631. package/src/models/operations/customerincomecreate.ts +724 -0
  632. package/src/models/operations/customerincomedelete.ts +136 -0
  633. package/src/models/operations/customerincomeget.ts +534 -0
  634. package/src/models/operations/customerincomelist.ts +530 -0
  635. package/src/models/operations/customerincomeupdate.ts +728 -0
  636. package/src/models/operations/customerliabilitiescreate.ts +765 -0
  637. package/src/models/operations/customerliabilitiesdelete.ts +139 -0
  638. package/src/models/operations/customerliabilitiesget.ts +569 -0
  639. package/src/models/operations/customerliabilitieslist.ts +567 -0
  640. package/src/models/operations/customerliabilitiesupdate.ts +773 -0
  641. package/src/models/operations/customerscreate.ts +625 -0
  642. package/src/models/operations/customersdelete.ts +130 -0
  643. package/src/models/operations/customersget.ts +514 -0
  644. package/src/models/operations/customersupdate.ts +696 -0
  645. package/src/models/operations/entitiescreate.ts +614 -0
  646. package/src/models/operations/entitiesdelete.ts +128 -0
  647. package/src/models/operations/entitiesget.ts +508 -0
  648. package/src/models/operations/entitiesupdate.ts +685 -0
  649. package/src/models/operations/index.ts +41 -0
  650. package/src/models/operations/loandetailscreate.ts +634 -0
  651. package/src/models/operations/loandetailsdelete.ts +130 -0
  652. package/src/models/operations/loandetailsget.ts +520 -0
  653. package/src/models/operations/loandetailsupdate.ts +705 -0
  654. package/src/sdk/assets.ts +69 -0
  655. package/src/sdk/customeraddresses.ts +84 -0
  656. package/src/sdk/customerassets.ts +84 -0
  657. package/src/sdk/customerexpenses.ts +84 -0
  658. package/src/sdk/customerincome.ts +84 -0
  659. package/src/sdk/customerliabilities.ts +84 -0
  660. package/src/sdk/customers.ts +69 -0
  661. package/src/sdk/entities.ts +69 -0
  662. package/src/sdk/loandetails.ts +69 -0
  663. 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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"}