@financeable/aggregation 0.11.0-alpha.1 → 0.12.0

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 (982) hide show
  1. package/README.md +6 -115
  2. package/RUNTIMES.md +6 -6
  3. package/docs/sdks/applications/README.md +144 -0
  4. package/examples/applicationsCreate.example.ts +1 -1
  5. package/examples/package-lock.json +2 -2
  6. package/funcs/applicationsCreate.js +1 -1
  7. package/funcs/applicationsCreate.js.map +1 -1
  8. package/funcs/{assetsAssetsCreate.d.ts → applicationsGet.d.ts} +3 -3
  9. package/funcs/{assetsAssetsGet.d.ts.map → applicationsGet.d.ts.map} +1 -1
  10. package/funcs/{loanDetailsLoanDetailsGet.js → applicationsGet.js} +13 -9
  11. package/funcs/applicationsGet.js.map +1 -0
  12. package/funcs/{assetsAssetsDelete.d.ts → applicationsList.d.ts} +3 -3
  13. package/funcs/applicationsList.d.ts.map +1 -0
  14. package/funcs/{customerExpensesCustomerExpensesList.js → applicationsList.js} +14 -15
  15. package/funcs/applicationsList.js.map +1 -0
  16. package/funcs/oauthTokenGet.js +1 -1
  17. package/funcs/oauthTokenGet.js.map +1 -1
  18. package/funcs/supportingDocumentsCreate.js +1 -1
  19. package/funcs/supportingDocumentsCreate.js.map +1 -1
  20. package/jsr.json +1 -1
  21. package/lib/base64.d.ts +1 -1
  22. package/lib/base64.d.ts.map +1 -1
  23. package/lib/base64.js +1 -1
  24. package/lib/base64.js.map +1 -1
  25. package/lib/config.d.ts +3 -3
  26. package/lib/config.js +3 -3
  27. package/lib/env.d.ts +1 -1
  28. package/lib/env.d.ts.map +1 -1
  29. package/lib/env.js +19 -2
  30. package/lib/env.js.map +1 -1
  31. package/lib/schemas.d.ts +1 -1
  32. package/lib/schemas.d.ts.map +1 -1
  33. package/lib/schemas.js +2 -2
  34. package/lib/schemas.js.map +1 -1
  35. package/lib/url.js +1 -1
  36. package/lib/url.js.map +1 -1
  37. package/models/components/addressattributes.d.ts +1 -1
  38. package/models/components/addressattributes.d.ts.map +1 -1
  39. package/models/components/addressattributes.js +1 -1
  40. package/models/components/addressattributes.js.map +1 -1
  41. package/models/components/apierrorlinks.d.ts +1 -1
  42. package/models/components/apierrorlinks.d.ts.map +1 -1
  43. package/models/components/apierrorlinks.js +1 -1
  44. package/models/components/apierrorlinks.js.map +1 -1
  45. package/models/components/applicationresource.d.ts +5 -3
  46. package/models/components/applicationresource.d.ts.map +1 -1
  47. package/models/components/applicationresource.js +7 -1
  48. package/models/components/applicationresource.js.map +1 -1
  49. package/models/components/applicationstatus.d.ts +1 -1
  50. package/models/components/applicationstatus.d.ts.map +1 -1
  51. package/models/components/applicationstatus.js +1 -1
  52. package/models/components/applicationstatus.js.map +1 -1
  53. package/models/components/australianstatesandterritories.d.ts +1 -1
  54. package/models/components/australianstatesandterritories.d.ts.map +1 -1
  55. package/models/components/australianstatesandterritories.js +1 -1
  56. package/models/components/australianstatesandterritories.js.map +1 -1
  57. package/models/components/badrequesterror.d.ts +1 -1
  58. package/models/components/badrequesterror.d.ts.map +1 -1
  59. package/models/components/badrequesterror.js +1 -1
  60. package/models/components/badrequesterror.js.map +1 -1
  61. package/models/components/businessapplicationjsonapirelationships.d.ts +296 -0
  62. package/models/components/businessapplicationjsonapirelationships.d.ts.map +1 -0
  63. package/models/components/businessapplicationjsonapirelationships.js +309 -0
  64. package/models/components/businessapplicationjsonapirelationships.js.map +1 -0
  65. package/models/components/businessapplicationpayload.d.ts +137 -0
  66. package/models/components/businessapplicationpayload.d.ts.map +1 -0
  67. package/models/components/businessapplicationpayload.js +150 -0
  68. package/models/components/businessapplicationpayload.js.map +1 -0
  69. package/models/components/businessapplicationresource.d.ts +166 -0
  70. package/models/components/businessapplicationresource.d.ts.map +1 -0
  71. package/models/components/businessapplicationresource.js +159 -0
  72. package/models/components/businessapplicationresource.js.map +1 -0
  73. package/models/components/businessloanbusinessapplicationrelationships.d.ts +594 -0
  74. package/models/components/businessloanbusinessapplicationrelationships.d.ts.map +1 -0
  75. package/models/components/businessloanbusinessapplicationrelationships.js +597 -0
  76. package/models/components/businessloanbusinessapplicationrelationships.js.map +1 -0
  77. package/models/components/commercialapplicationjsonapirelationships.d.ts +16 -16
  78. package/models/components/commercialapplicationjsonapirelationships.d.ts.map +1 -1
  79. package/models/components/commercialapplicationjsonapirelationships.js +19 -19
  80. package/models/components/commercialapplicationjsonapirelationships.js.map +1 -1
  81. package/models/components/commercialsecuredapplicationpayload.d.ts +1 -1
  82. package/models/components/commercialsecuredapplicationpayload.d.ts.map +1 -1
  83. package/models/components/commercialsecuredapplicationpayload.js +1 -1
  84. package/models/components/commercialsecuredapplicationpayload.js.map +1 -1
  85. package/models/components/commercialsecuredapplicationresource.d.ts +1 -1
  86. package/models/components/commercialsecuredapplicationresource.d.ts.map +1 -1
  87. package/models/components/commercialsecuredapplicationresource.js +1 -1
  88. package/models/components/commercialsecuredapplicationresource.js.map +1 -1
  89. package/models/components/commercialsecuredloanassetattributes.d.ts +1 -1
  90. package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -1
  91. package/models/components/commercialsecuredloanassetattributes.js +1 -1
  92. package/models/components/commercialsecuredloanassetattributes.js.map +1 -1
  93. package/models/components/commercialsecuredloanassettype.d.ts +1 -1
  94. package/models/components/commercialsecuredloanassettype.d.ts.map +1 -1
  95. package/models/components/commercialsecuredloanassettype.js +1 -1
  96. package/models/components/commercialsecuredloanassettype.js.map +1 -1
  97. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +34 -34
  98. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  99. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +44 -42
  100. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  101. package/models/components/commercialsecuredloantypeofsale.d.ts +1 -1
  102. package/models/components/commercialsecuredloantypeofsale.d.ts.map +1 -1
  103. package/models/components/commercialsecuredloantypeofsale.js +1 -1
  104. package/models/components/commercialsecuredloantypeofsale.js.map +1 -1
  105. package/models/components/consumerapplicationjsonapirelationships.d.ts +1 -1
  106. package/models/components/consumerapplicationjsonapirelationships.d.ts.map +1 -1
  107. package/models/components/consumerapplicationjsonapirelationships.js +1 -1
  108. package/models/components/consumerapplicationjsonapirelationships.js.map +1 -1
  109. package/models/components/consumersecuredapplicationpayload.d.ts +1 -1
  110. package/models/components/consumersecuredapplicationpayload.d.ts.map +1 -1
  111. package/models/components/consumersecuredapplicationpayload.js +1 -1
  112. package/models/components/consumersecuredapplicationpayload.js.map +1 -1
  113. package/models/components/consumersecuredapplicationresource.d.ts +1 -1
  114. package/models/components/consumersecuredapplicationresource.d.ts.map +1 -1
  115. package/models/components/consumersecuredapplicationresource.js +1 -1
  116. package/models/components/consumersecuredapplicationresource.js.map +1 -1
  117. package/models/components/consumersecuredloanassetattributes.d.ts +1 -1
  118. package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
  119. package/models/components/consumersecuredloanassetattributes.js +1 -1
  120. package/models/components/consumersecuredloanassetattributes.js.map +1 -1
  121. package/models/components/consumersecuredloanassettype.d.ts +1 -1
  122. package/models/components/consumersecuredloanassettype.d.ts.map +1 -1
  123. package/models/components/consumersecuredloanassettype.js +1 -1
  124. package/models/components/consumersecuredloanassettype.js.map +1 -1
  125. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +1 -1
  126. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
  127. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +1 -1
  128. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
  129. package/models/components/consumersecuredloantypeofsale.d.ts +1 -1
  130. package/models/components/consumersecuredloantypeofsale.d.ts.map +1 -1
  131. package/models/components/consumersecuredloantypeofsale.js +1 -1
  132. package/models/components/consumersecuredloantypeofsale.js.map +1 -1
  133. package/models/components/createsupportingdocumentsresponse.d.ts +1 -1
  134. package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -1
  135. package/models/components/createsupportingdocumentsresponse.js +1 -1
  136. package/models/components/createsupportingdocumentsresponse.js.map +1 -1
  137. package/models/components/currencycodeiso4217.d.ts +1 -1
  138. package/models/components/currencycodeiso4217.d.ts.map +1 -1
  139. package/models/components/currencycodeiso4217.js +1 -1
  140. package/models/components/currencycodeiso4217.js.map +1 -1
  141. package/models/components/customerassetattributes.d.ts +1 -1
  142. package/models/components/customerassetattributes.d.ts.map +1 -1
  143. package/models/components/customerassetattributes.js +1 -1
  144. package/models/components/customerassetattributes.js.map +1 -1
  145. package/models/components/customerassettype.d.ts +1 -1
  146. package/models/components/customerassettype.d.ts.map +1 -1
  147. package/models/components/customerassettype.js +1 -1
  148. package/models/components/customerassettype.js.map +1 -1
  149. package/models/components/customerattributes.d.ts +1 -1
  150. package/models/components/customerattributes.d.ts.map +1 -1
  151. package/models/components/customerattributes.js +1 -1
  152. package/models/components/customerattributes.js.map +1 -1
  153. package/models/components/customerattributescreateitem.d.ts +1 -1
  154. package/models/components/customerattributescreateitem.d.ts.map +1 -1
  155. package/models/components/customerattributescreateitem.js +1 -1
  156. package/models/components/customerattributescreateitem.js.map +1 -1
  157. package/models/components/customeridtype.d.ts +1 -1
  158. package/models/components/customeridtype.d.ts.map +1 -1
  159. package/models/components/customeridtype.js +1 -1
  160. package/models/components/customeridtype.js.map +1 -1
  161. package/models/components/customerliabilityattributes.d.ts +1 -1
  162. package/models/components/customerliabilityattributes.d.ts.map +1 -1
  163. package/models/components/customerliabilityattributes.js +1 -1
  164. package/models/components/customerliabilityattributes.js.map +1 -1
  165. package/models/components/customerliabilityrepaymentfrequency.d.ts +1 -1
  166. package/models/components/customerliabilityrepaymentfrequency.d.ts.map +1 -1
  167. package/models/components/customerliabilityrepaymentfrequency.js +1 -1
  168. package/models/components/customerliabilityrepaymentfrequency.js.map +1 -1
  169. package/models/components/customerliabilitytype.d.ts +1 -1
  170. package/models/components/customerliabilitytype.d.ts.map +1 -1
  171. package/models/components/customerliabilitytype.js +1 -1
  172. package/models/components/customerliabilitytype.js.map +1 -1
  173. package/models/components/customertitle.d.ts +1 -1
  174. package/models/components/customertitle.d.ts.map +1 -1
  175. package/models/components/customertitle.js +1 -1
  176. package/models/components/customertitle.js.map +1 -1
  177. package/models/components/documenttype.d.ts +1 -1
  178. package/models/components/documenttype.d.ts.map +1 -1
  179. package/models/components/documenttype.js +1 -1
  180. package/models/components/documenttype.js.map +1 -1
  181. package/models/components/entityattributes.d.ts +130 -1
  182. package/models/components/entityattributes.d.ts.map +1 -1
  183. package/models/components/entityattributes.js +72 -2
  184. package/models/components/entityattributes.js.map +1 -1
  185. package/models/components/entityattributesinput.d.ts +41 -0
  186. package/models/components/entityattributesinput.d.ts.map +1 -0
  187. package/models/components/entityattributesinput.js +81 -0
  188. package/models/components/entityattributesinput.js.map +1 -0
  189. package/models/components/errorsource.d.ts +1 -1
  190. package/models/components/errorsource.d.ts.map +1 -1
  191. package/models/components/errorsource.js +1 -1
  192. package/models/components/errorsource.js.map +1 -1
  193. package/models/components/expenseattributes.d.ts +1 -1
  194. package/models/components/expenseattributes.d.ts.map +1 -1
  195. package/models/components/expenseattributes.js +1 -1
  196. package/models/components/expenseattributes.js.map +1 -1
  197. package/models/components/expensefrequency.d.ts +1 -1
  198. package/models/components/expensefrequency.d.ts.map +1 -1
  199. package/models/components/expensefrequency.js +1 -1
  200. package/models/components/expensefrequency.js.map +1 -1
  201. package/models/components/expensetype.d.ts +1 -1
  202. package/models/components/expensetype.d.ts.map +1 -1
  203. package/models/components/expensetype.js +1 -1
  204. package/models/components/expensetype.js.map +1 -1
  205. package/models/components/forbiddenerror.d.ts +1 -1
  206. package/models/components/forbiddenerror.d.ts.map +1 -1
  207. package/models/components/forbiddenerror.js +1 -1
  208. package/models/components/forbiddenerror.js.map +1 -1
  209. package/models/components/frequencytype.d.ts +1 -1
  210. package/models/components/frequencytype.d.ts.map +1 -1
  211. package/models/components/frequencytype.js +1 -1
  212. package/models/components/frequencytype.js.map +1 -1
  213. package/models/components/incomeattributes.d.ts +1 -1
  214. package/models/components/incomeattributes.d.ts.map +1 -1
  215. package/models/components/incomeattributes.js +1 -1
  216. package/models/components/incomeattributes.js.map +1 -1
  217. package/models/components/incomefrequency.d.ts +1 -1
  218. package/models/components/incomefrequency.d.ts.map +1 -1
  219. package/models/components/incomefrequency.js +1 -1
  220. package/models/components/incomefrequency.js.map +1 -1
  221. package/models/components/incometype.d.ts +1 -1
  222. package/models/components/incometype.d.ts.map +1 -1
  223. package/models/components/incometype.js +1 -1
  224. package/models/components/incometype.js.map +1 -1
  225. package/models/components/index.d.ts +11 -12
  226. package/models/components/index.d.ts.map +1 -1
  227. package/models/components/index.js +11 -12
  228. package/models/components/index.js.map +1 -1
  229. package/models/components/linkobject.d.ts +1 -1
  230. package/models/components/linkobject.d.ts.map +1 -1
  231. package/models/components/linkobject.js +1 -1
  232. package/models/components/linkobject.js.map +1 -1
  233. package/models/components/livingarrangements.d.ts +1 -1
  234. package/models/components/livingarrangements.d.ts.map +1 -1
  235. package/models/components/livingarrangements.js +1 -1
  236. package/models/components/livingarrangements.js.map +1 -1
  237. package/models/components/loandetailsattributes.d.ts +8 -3
  238. package/models/components/loandetailsattributes.d.ts.map +1 -1
  239. package/models/components/loandetailsattributes.js +3 -1
  240. package/models/components/loandetailsattributes.js.map +1 -1
  241. package/models/components/maritalstatus.d.ts +1 -1
  242. package/models/components/maritalstatus.d.ts.map +1 -1
  243. package/models/components/maritalstatus.js +1 -1
  244. package/models/components/maritalstatus.js.map +1 -1
  245. package/models/components/monetaryquantity.d.ts +1 -1
  246. package/models/components/monetaryquantity.d.ts.map +1 -1
  247. package/models/components/monetaryquantity.js +1 -1
  248. package/models/components/monetaryquantity.js.map +1 -1
  249. package/models/components/paginationlinks.d.ts +47 -0
  250. package/models/components/paginationlinks.d.ts.map +1 -0
  251. package/models/components/{linkobjectupdate.js → paginationlinks.js} +26 -28
  252. package/models/components/paginationlinks.js.map +1 -0
  253. package/models/components/paginationmeta.d.ts +47 -0
  254. package/models/components/paginationmeta.d.ts.map +1 -0
  255. package/models/components/paginationmeta.js +88 -0
  256. package/models/components/paginationmeta.js.map +1 -0
  257. package/models/components/percentagequantity.d.ts +1 -1
  258. package/models/components/percentagequantity.d.ts.map +1 -1
  259. package/models/components/percentagequantity.js +1 -1
  260. package/models/components/percentagequantity.js.map +1 -1
  261. package/models/components/personalapplicationjsonapirelationships.d.ts +208 -0
  262. package/models/components/personalapplicationjsonapirelationships.d.ts.map +1 -0
  263. package/models/components/personalapplicationjsonapirelationships.js +229 -0
  264. package/models/components/personalapplicationjsonapirelationships.js.map +1 -0
  265. package/models/components/personalapplicationpayload.d.ts +137 -0
  266. package/models/components/personalapplicationpayload.d.ts.map +1 -0
  267. package/models/components/personalapplicationpayload.js +150 -0
  268. package/models/components/personalapplicationpayload.js.map +1 -0
  269. package/models/components/personalapplicationresource.d.ts +166 -0
  270. package/models/components/personalapplicationresource.d.ts.map +1 -0
  271. package/models/components/personalapplicationresource.js +159 -0
  272. package/models/components/personalapplicationresource.js.map +1 -0
  273. package/models/components/personalloanpersonalapplicationrelationships.d.ts +683 -0
  274. package/models/components/personalloanpersonalapplicationrelationships.d.ts.map +1 -0
  275. package/models/components/personalloanpersonalapplicationrelationships.js +682 -0
  276. package/models/components/personalloanpersonalapplicationrelationships.js.map +1 -0
  277. package/models/components/relationshipresourcenotfound.d.ts +1 -1
  278. package/models/components/relationshipresourcenotfound.d.ts.map +1 -1
  279. package/models/components/relationshipresourcenotfound.js +1 -1
  280. package/models/components/relationshipresourcenotfound.js.map +1 -1
  281. package/models/components/repaymentstructure.d.ts +1 -1
  282. package/models/components/repaymentstructure.d.ts.map +1 -1
  283. package/models/components/repaymentstructure.js +1 -1
  284. package/models/components/repaymentstructure.js.map +1 -1
  285. package/models/components/residencystatus.d.ts +1 -1
  286. package/models/components/residencystatus.d.ts.map +1 -1
  287. package/models/components/residencystatus.js +1 -1
  288. package/models/components/residencystatus.js.map +1 -1
  289. package/models/components/resourcenotfound.d.ts +1 -1
  290. package/models/components/resourcenotfound.d.ts.map +1 -1
  291. package/models/components/resourcenotfound.js +1 -1
  292. package/models/components/resourcenotfound.js.map +1 -1
  293. package/models/components/security.d.ts +1 -1
  294. package/models/components/security.d.ts.map +1 -1
  295. package/models/components/security.js +1 -1
  296. package/models/components/security.js.map +1 -1
  297. package/models/components/supportingdocumentattributes.d.ts +1 -1
  298. package/models/components/supportingdocumentattributes.d.ts.map +1 -1
  299. package/models/components/supportingdocumentattributes.js +1 -1
  300. package/models/components/supportingdocumentattributes.js.map +1 -1
  301. package/models/components/supportingdocumentattributesinput.d.ts +1 -1
  302. package/models/components/supportingdocumentattributesinput.d.ts.map +1 -1
  303. package/models/components/supportingdocumentattributesinput.js +1 -1
  304. package/models/components/supportingdocumentattributesinput.js.map +1 -1
  305. package/models/components/supportingdocumentrelationships.d.ts +1 -1
  306. package/models/components/supportingdocumentrelationships.d.ts.map +1 -1
  307. package/models/components/supportingdocumentrelationships.js +1 -1
  308. package/models/components/supportingdocumentrelationships.js.map +1 -1
  309. package/models/components/supportingdocumentresource.d.ts +1 -1
  310. package/models/components/supportingdocumentresource.d.ts.map +1 -1
  311. package/models/components/supportingdocumentresource.js +1 -1
  312. package/models/components/supportingdocumentresource.js.map +1 -1
  313. package/models/components/tokenrequest.d.ts +1 -1
  314. package/models/components/tokenrequest.d.ts.map +1 -1
  315. package/models/components/tokenrequest.js +1 -1
  316. package/models/components/tokenrequest.js.map +1 -1
  317. package/models/components/tokenresponse.d.ts +1 -1
  318. package/models/components/tokenresponse.d.ts.map +1 -1
  319. package/models/components/tokenresponse.js +1 -1
  320. package/models/components/tokenresponse.js.map +1 -1
  321. package/models/components/uploadmimetype.d.ts +1 -1
  322. package/models/components/uploadmimetype.d.ts.map +1 -1
  323. package/models/components/uploadmimetype.js +1 -1
  324. package/models/components/uploadmimetype.js.map +1 -1
  325. package/models/errors/index.d.ts +1 -0
  326. package/models/errors/index.d.ts.map +1 -1
  327. package/models/errors/index.js +1 -0
  328. package/models/errors/index.js.map +1 -1
  329. package/models/errors/responsevalidationerror.js +1 -1
  330. package/models/errors/responsevalidationerror.js.map +1 -1
  331. package/models/errors/sdkvalidationerror.d.ts +1 -1
  332. package/models/errors/sdkvalidationerror.d.ts.map +1 -1
  333. package/models/errors/sdkvalidationerror.js +1 -1
  334. package/models/errors/sdkvalidationerror.js.map +1 -1
  335. package/models/operations/createapplication.d.ts +231 -58
  336. package/models/operations/createapplication.d.ts.map +1 -1
  337. package/models/operations/createapplication.js +167 -59
  338. package/models/operations/createapplication.js.map +1 -1
  339. package/models/operations/getapplication.d.ts +703 -0
  340. package/models/operations/getapplication.d.ts.map +1 -0
  341. package/models/operations/getapplication.js +697 -0
  342. package/models/operations/getapplication.js.map +1 -0
  343. package/models/operations/index.d.ts +2 -41
  344. package/models/operations/index.d.ts.map +1 -1
  345. package/models/operations/index.js +2 -41
  346. package/models/operations/index.js.map +1 -1
  347. package/models/operations/listapplications.d.ts +141 -0
  348. package/models/operations/listapplications.d.ts.map +1 -0
  349. package/models/operations/listapplications.js +199 -0
  350. package/models/operations/listapplications.js.map +1 -0
  351. package/models/operations/supportingdocumentscreate.d.ts +1 -1
  352. package/models/operations/supportingdocumentscreate.d.ts.map +1 -1
  353. package/models/operations/supportingdocumentscreate.js +1 -1
  354. package/models/operations/supportingdocumentscreate.js.map +1 -1
  355. package/package.json +2 -2
  356. package/sdk/applications.d.ts +8 -0
  357. package/sdk/applications.d.ts.map +1 -1
  358. package/sdk/applications.js +14 -0
  359. package/sdk/applications.js.map +1 -1
  360. package/sdk/sdk.d.ts +0 -27
  361. package/sdk/sdk.d.ts.map +1 -1
  362. package/sdk/sdk.js +0 -36
  363. package/sdk/sdk.js.map +1 -1
  364. package/src/funcs/applicationsCreate.ts +1 -1
  365. package/src/funcs/{loanDetailsLoanDetailsGet.ts → applicationsGet.ts} +20 -14
  366. package/src/funcs/{customerAddressesCustomerAddressesList.ts → applicationsList.ts} +20 -21
  367. package/src/funcs/oauthTokenGet.ts +1 -1
  368. package/src/funcs/supportingDocumentsCreate.ts +1 -1
  369. package/src/lib/base64.ts +1 -1
  370. package/src/lib/config.ts +3 -3
  371. package/src/lib/env.ts +21 -5
  372. package/src/lib/schemas.ts +1 -1
  373. package/src/lib/url.ts +1 -1
  374. package/src/models/components/addressattributes.ts +1 -1
  375. package/src/models/components/apierrorlinks.ts +1 -1
  376. package/src/models/components/applicationresource.ts +23 -3
  377. package/src/models/components/applicationstatus.ts +1 -1
  378. package/src/models/components/australianstatesandterritories.ts +1 -1
  379. package/src/models/components/badrequesterror.ts +1 -1
  380. package/src/models/components/businessapplicationjsonapirelationships.ts +690 -0
  381. package/src/models/components/businessapplicationpayload.ts +242 -0
  382. package/src/models/components/businessapplicationresource.ts +285 -0
  383. package/src/models/components/businessloanbusinessapplicationrelationships.ts +1471 -0
  384. package/src/models/components/commercialapplicationjsonapirelationships.ts +44 -68
  385. package/src/models/components/commercialsecuredapplicationpayload.ts +1 -1
  386. package/src/models/components/commercialsecuredapplicationresource.ts +1 -1
  387. package/src/models/components/commercialsecuredloanassetattributes.ts +1 -1
  388. package/src/models/components/commercialsecuredloanassettype.ts +1 -1
  389. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +106 -86
  390. package/src/models/components/commercialsecuredloantypeofsale.ts +1 -1
  391. package/src/models/components/consumerapplicationjsonapirelationships.ts +1 -1
  392. package/src/models/components/consumersecuredapplicationpayload.ts +1 -1
  393. package/src/models/components/consumersecuredapplicationresource.ts +1 -1
  394. package/src/models/components/consumersecuredloanassetattributes.ts +1 -1
  395. package/src/models/components/consumersecuredloanassettype.ts +1 -1
  396. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +1 -1
  397. package/src/models/components/consumersecuredloantypeofsale.ts +1 -1
  398. package/src/models/components/createsupportingdocumentsresponse.ts +1 -1
  399. package/src/models/components/currencycodeiso4217.ts +1 -1
  400. package/src/models/components/customerassetattributes.ts +1 -1
  401. package/src/models/components/customerassettype.ts +1 -1
  402. package/src/models/components/customerattributes.ts +1 -1
  403. package/src/models/components/customerattributescreateitem.ts +1 -1
  404. package/src/models/components/customeridtype.ts +1 -1
  405. package/src/models/components/customerliabilityattributes.ts +1 -1
  406. package/src/models/components/customerliabilityrepaymentfrequency.ts +1 -1
  407. package/src/models/components/customerliabilitytype.ts +1 -1
  408. package/src/models/components/customertitle.ts +1 -1
  409. package/src/models/components/documenttype.ts +1 -1
  410. package/src/models/components/entityattributes.ts +135 -1
  411. package/src/models/components/entityattributesinput.ts +90 -0
  412. package/src/models/components/errorsource.ts +1 -1
  413. package/src/models/components/expenseattributes.ts +1 -1
  414. package/src/models/components/expensefrequency.ts +1 -1
  415. package/src/models/components/expensetype.ts +1 -1
  416. package/src/models/components/forbiddenerror.ts +1 -1
  417. package/src/models/components/frequencytype.ts +1 -1
  418. package/src/models/components/incomeattributes.ts +1 -1
  419. package/src/models/components/incomefrequency.ts +1 -1
  420. package/src/models/components/incometype.ts +1 -1
  421. package/src/models/components/index.ts +11 -12
  422. package/src/models/components/linkobject.ts +1 -1
  423. package/src/models/components/livingarrangements.ts +1 -1
  424. package/src/models/components/loandetailsattributes.ts +10 -3
  425. package/src/models/components/maritalstatus.ts +1 -1
  426. package/src/models/components/monetaryquantity.ts +1 -1
  427. package/src/models/components/paginationlinks.ts +88 -0
  428. package/src/models/components/paginationmeta.ts +99 -0
  429. package/src/models/components/percentagequantity.ts +1 -1
  430. package/src/models/components/personalapplicationjsonapirelationships.ts +486 -0
  431. package/src/models/components/personalapplicationpayload.ts +242 -0
  432. package/src/models/components/personalapplicationresource.ts +285 -0
  433. package/src/models/components/personalloanpersonalapplicationrelationships.ts +1710 -0
  434. package/src/models/components/relationshipresourcenotfound.ts +1 -1
  435. package/src/models/components/repaymentstructure.ts +1 -1
  436. package/src/models/components/residencystatus.ts +1 -1
  437. package/src/models/components/resourcenotfound.ts +1 -1
  438. package/src/models/components/security.ts +1 -1
  439. package/src/models/components/supportingdocumentattributes.ts +1 -1
  440. package/src/models/components/supportingdocumentattributesinput.ts +1 -1
  441. package/src/models/components/supportingdocumentrelationships.ts +1 -1
  442. package/src/models/components/supportingdocumentresource.ts +1 -1
  443. package/src/models/components/tokenrequest.ts +1 -1
  444. package/src/models/components/tokenresponse.ts +1 -1
  445. package/src/models/components/uploadmimetype.ts +1 -1
  446. package/src/models/errors/index.ts +1 -0
  447. package/src/models/errors/responsevalidationerror.ts +1 -1
  448. package/src/models/errors/sdkvalidationerror.ts +1 -1
  449. package/src/models/operations/createapplication.ts +327 -99
  450. package/src/models/operations/getapplication.ts +1378 -0
  451. package/src/models/operations/index.ts +2 -41
  452. package/src/models/operations/listapplications.ts +364 -0
  453. package/src/models/operations/supportingdocumentscreate.ts +1 -1
  454. package/src/sdk/applications.ts +30 -0
  455. package/src/sdk/sdk.ts +0 -56
  456. package/src/types/blobs.ts +7 -6
  457. package/src/types/constdatetime.ts +1 -1
  458. package/types/blobs.d.ts +1 -1
  459. package/types/blobs.d.ts.map +1 -1
  460. package/types/blobs.js +1 -1
  461. package/types/blobs.js.map +1 -1
  462. package/types/constdatetime.d.ts +1 -1
  463. package/types/constdatetime.d.ts.map +1 -1
  464. package/types/constdatetime.js +1 -1
  465. package/types/constdatetime.js.map +1 -1
  466. package/docs/sdks/assets/README.md +0 -369
  467. package/docs/sdks/customeraddresses/README.md +0 -469
  468. package/docs/sdks/customerassets/README.md +0 -397
  469. package/docs/sdks/customerexpenses/README.md +0 -397
  470. package/docs/sdks/customerincome/README.md +0 -397
  471. package/docs/sdks/customerliabilities/README.md +0 -397
  472. package/docs/sdks/customers/README.md +0 -311
  473. package/docs/sdks/entities/README.md +0 -367
  474. package/docs/sdks/financeable/README.md +0 -5
  475. package/docs/sdks/loandetails/README.md +0 -311
  476. package/funcs/assetsAssetsCreate.d.ts.map +0 -1
  477. package/funcs/assetsAssetsCreate.js +0 -113
  478. package/funcs/assetsAssetsCreate.js.map +0 -1
  479. package/funcs/assetsAssetsDelete.d.ts.map +0 -1
  480. package/funcs/assetsAssetsDelete.js +0 -118
  481. package/funcs/assetsAssetsDelete.js.map +0 -1
  482. package/funcs/assetsAssetsGet.d.ts +0 -14
  483. package/funcs/assetsAssetsGet.js +0 -118
  484. package/funcs/assetsAssetsGet.js.map +0 -1
  485. package/funcs/assetsAssetsUpdate.d.ts +0 -14
  486. package/funcs/assetsAssetsUpdate.d.ts.map +0 -1
  487. package/funcs/assetsAssetsUpdate.js +0 -119
  488. package/funcs/assetsAssetsUpdate.js.map +0 -1
  489. package/funcs/customerAddressesCustomerAddressesCreate.d.ts +0 -14
  490. package/funcs/customerAddressesCustomerAddressesCreate.d.ts.map +0 -1
  491. package/funcs/customerAddressesCustomerAddressesCreate.js +0 -119
  492. package/funcs/customerAddressesCustomerAddressesCreate.js.map +0 -1
  493. package/funcs/customerAddressesCustomerAddressesDelete.d.ts +0 -14
  494. package/funcs/customerAddressesCustomerAddressesDelete.d.ts.map +0 -1
  495. package/funcs/customerAddressesCustomerAddressesDelete.js +0 -122
  496. package/funcs/customerAddressesCustomerAddressesDelete.js.map +0 -1
  497. package/funcs/customerAddressesCustomerAddressesGet.d.ts +0 -14
  498. package/funcs/customerAddressesCustomerAddressesGet.d.ts.map +0 -1
  499. package/funcs/customerAddressesCustomerAddressesGet.js +0 -122
  500. package/funcs/customerAddressesCustomerAddressesGet.js.map +0 -1
  501. package/funcs/customerAddressesCustomerAddressesList.d.ts +0 -14
  502. package/funcs/customerAddressesCustomerAddressesList.d.ts.map +0 -1
  503. package/funcs/customerAddressesCustomerAddressesList.js +0 -118
  504. package/funcs/customerAddressesCustomerAddressesList.js.map +0 -1
  505. package/funcs/customerAddressesCustomerAddressesUpdate.d.ts +0 -14
  506. package/funcs/customerAddressesCustomerAddressesUpdate.d.ts.map +0 -1
  507. package/funcs/customerAddressesCustomerAddressesUpdate.js +0 -123
  508. package/funcs/customerAddressesCustomerAddressesUpdate.js.map +0 -1
  509. package/funcs/customerAssetsCustomerAssetsCreate.d.ts +0 -14
  510. package/funcs/customerAssetsCustomerAssetsCreate.d.ts.map +0 -1
  511. package/funcs/customerAssetsCustomerAssetsCreate.js +0 -119
  512. package/funcs/customerAssetsCustomerAssetsCreate.js.map +0 -1
  513. package/funcs/customerAssetsCustomerAssetsDelete.d.ts +0 -14
  514. package/funcs/customerAssetsCustomerAssetsDelete.d.ts.map +0 -1
  515. package/funcs/customerAssetsCustomerAssetsDelete.js +0 -122
  516. package/funcs/customerAssetsCustomerAssetsDelete.js.map +0 -1
  517. package/funcs/customerAssetsCustomerAssetsGet.d.ts +0 -14
  518. package/funcs/customerAssetsCustomerAssetsGet.d.ts.map +0 -1
  519. package/funcs/customerAssetsCustomerAssetsGet.js +0 -122
  520. package/funcs/customerAssetsCustomerAssetsGet.js.map +0 -1
  521. package/funcs/customerAssetsCustomerAssetsList.d.ts +0 -14
  522. package/funcs/customerAssetsCustomerAssetsList.d.ts.map +0 -1
  523. package/funcs/customerAssetsCustomerAssetsList.js +0 -118
  524. package/funcs/customerAssetsCustomerAssetsList.js.map +0 -1
  525. package/funcs/customerAssetsCustomerAssetsUpdate.d.ts +0 -14
  526. package/funcs/customerAssetsCustomerAssetsUpdate.d.ts.map +0 -1
  527. package/funcs/customerAssetsCustomerAssetsUpdate.js +0 -123
  528. package/funcs/customerAssetsCustomerAssetsUpdate.js.map +0 -1
  529. package/funcs/customerExpensesCustomerExpensesCreate.d.ts +0 -14
  530. package/funcs/customerExpensesCustomerExpensesCreate.d.ts.map +0 -1
  531. package/funcs/customerExpensesCustomerExpensesCreate.js +0 -119
  532. package/funcs/customerExpensesCustomerExpensesCreate.js.map +0 -1
  533. package/funcs/customerExpensesCustomerExpensesDelete.d.ts +0 -14
  534. package/funcs/customerExpensesCustomerExpensesDelete.d.ts.map +0 -1
  535. package/funcs/customerExpensesCustomerExpensesDelete.js +0 -122
  536. package/funcs/customerExpensesCustomerExpensesDelete.js.map +0 -1
  537. package/funcs/customerExpensesCustomerExpensesGet.d.ts +0 -14
  538. package/funcs/customerExpensesCustomerExpensesGet.d.ts.map +0 -1
  539. package/funcs/customerExpensesCustomerExpensesGet.js +0 -122
  540. package/funcs/customerExpensesCustomerExpensesGet.js.map +0 -1
  541. package/funcs/customerExpensesCustomerExpensesList.d.ts +0 -14
  542. package/funcs/customerExpensesCustomerExpensesList.d.ts.map +0 -1
  543. package/funcs/customerExpensesCustomerExpensesList.js.map +0 -1
  544. package/funcs/customerExpensesCustomerExpensesUpdate.d.ts +0 -14
  545. package/funcs/customerExpensesCustomerExpensesUpdate.d.ts.map +0 -1
  546. package/funcs/customerExpensesCustomerExpensesUpdate.js +0 -123
  547. package/funcs/customerExpensesCustomerExpensesUpdate.js.map +0 -1
  548. package/funcs/customerIncomeCustomerIncomeCreate.d.ts +0 -14
  549. package/funcs/customerIncomeCustomerIncomeCreate.d.ts.map +0 -1
  550. package/funcs/customerIncomeCustomerIncomeCreate.js +0 -119
  551. package/funcs/customerIncomeCustomerIncomeCreate.js.map +0 -1
  552. package/funcs/customerIncomeCustomerIncomeDelete.d.ts +0 -14
  553. package/funcs/customerIncomeCustomerIncomeDelete.d.ts.map +0 -1
  554. package/funcs/customerIncomeCustomerIncomeDelete.js +0 -122
  555. package/funcs/customerIncomeCustomerIncomeDelete.js.map +0 -1
  556. package/funcs/customerIncomeCustomerIncomeGet.d.ts +0 -14
  557. package/funcs/customerIncomeCustomerIncomeGet.d.ts.map +0 -1
  558. package/funcs/customerIncomeCustomerIncomeGet.js +0 -122
  559. package/funcs/customerIncomeCustomerIncomeGet.js.map +0 -1
  560. package/funcs/customerIncomeCustomerIncomeList.d.ts +0 -14
  561. package/funcs/customerIncomeCustomerIncomeList.d.ts.map +0 -1
  562. package/funcs/customerIncomeCustomerIncomeList.js +0 -118
  563. package/funcs/customerIncomeCustomerIncomeList.js.map +0 -1
  564. package/funcs/customerIncomeCustomerIncomeUpdate.d.ts +0 -14
  565. package/funcs/customerIncomeCustomerIncomeUpdate.d.ts.map +0 -1
  566. package/funcs/customerIncomeCustomerIncomeUpdate.js +0 -123
  567. package/funcs/customerIncomeCustomerIncomeUpdate.js.map +0 -1
  568. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.d.ts +0 -14
  569. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.d.ts.map +0 -1
  570. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.js +0 -119
  571. package/funcs/customerLiabilitiesCustomerLiabilitiesCreate.js.map +0 -1
  572. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.d.ts +0 -14
  573. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.d.ts.map +0 -1
  574. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.js +0 -122
  575. package/funcs/customerLiabilitiesCustomerLiabilitiesDelete.js.map +0 -1
  576. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.d.ts +0 -14
  577. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.d.ts.map +0 -1
  578. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.js +0 -122
  579. package/funcs/customerLiabilitiesCustomerLiabilitiesGet.js.map +0 -1
  580. package/funcs/customerLiabilitiesCustomerLiabilitiesList.d.ts +0 -14
  581. package/funcs/customerLiabilitiesCustomerLiabilitiesList.d.ts.map +0 -1
  582. package/funcs/customerLiabilitiesCustomerLiabilitiesList.js +0 -118
  583. package/funcs/customerLiabilitiesCustomerLiabilitiesList.js.map +0 -1
  584. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.d.ts +0 -14
  585. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.d.ts.map +0 -1
  586. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.js +0 -123
  587. package/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.js.map +0 -1
  588. package/funcs/customersCustomersCreate.d.ts +0 -14
  589. package/funcs/customersCustomersCreate.d.ts.map +0 -1
  590. package/funcs/customersCustomersCreate.js +0 -113
  591. package/funcs/customersCustomersCreate.js.map +0 -1
  592. package/funcs/customersCustomersDelete.d.ts +0 -14
  593. package/funcs/customersCustomersDelete.d.ts.map +0 -1
  594. package/funcs/customersCustomersDelete.js +0 -118
  595. package/funcs/customersCustomersDelete.js.map +0 -1
  596. package/funcs/customersCustomersGet.d.ts +0 -14
  597. package/funcs/customersCustomersGet.d.ts.map +0 -1
  598. package/funcs/customersCustomersGet.js +0 -118
  599. package/funcs/customersCustomersGet.js.map +0 -1
  600. package/funcs/customersCustomersUpdate.d.ts +0 -14
  601. package/funcs/customersCustomersUpdate.d.ts.map +0 -1
  602. package/funcs/customersCustomersUpdate.js +0 -119
  603. package/funcs/customersCustomersUpdate.js.map +0 -1
  604. package/funcs/entitiesEntitiesCreate.d.ts +0 -14
  605. package/funcs/entitiesEntitiesCreate.d.ts.map +0 -1
  606. package/funcs/entitiesEntitiesCreate.js +0 -113
  607. package/funcs/entitiesEntitiesCreate.js.map +0 -1
  608. package/funcs/entitiesEntitiesDelete.d.ts +0 -14
  609. package/funcs/entitiesEntitiesDelete.d.ts.map +0 -1
  610. package/funcs/entitiesEntitiesDelete.js +0 -118
  611. package/funcs/entitiesEntitiesDelete.js.map +0 -1
  612. package/funcs/entitiesEntitiesGet.d.ts +0 -14
  613. package/funcs/entitiesEntitiesGet.d.ts.map +0 -1
  614. package/funcs/entitiesEntitiesGet.js +0 -118
  615. package/funcs/entitiesEntitiesGet.js.map +0 -1
  616. package/funcs/entitiesEntitiesUpdate.d.ts +0 -14
  617. package/funcs/entitiesEntitiesUpdate.d.ts.map +0 -1
  618. package/funcs/entitiesEntitiesUpdate.js +0 -119
  619. package/funcs/entitiesEntitiesUpdate.js.map +0 -1
  620. package/funcs/loanDetailsLoanDetailsCreate.d.ts +0 -14
  621. package/funcs/loanDetailsLoanDetailsCreate.d.ts.map +0 -1
  622. package/funcs/loanDetailsLoanDetailsCreate.js +0 -113
  623. package/funcs/loanDetailsLoanDetailsCreate.js.map +0 -1
  624. package/funcs/loanDetailsLoanDetailsDelete.d.ts +0 -14
  625. package/funcs/loanDetailsLoanDetailsDelete.d.ts.map +0 -1
  626. package/funcs/loanDetailsLoanDetailsDelete.js +0 -118
  627. package/funcs/loanDetailsLoanDetailsDelete.js.map +0 -1
  628. package/funcs/loanDetailsLoanDetailsGet.d.ts +0 -14
  629. package/funcs/loanDetailsLoanDetailsGet.d.ts.map +0 -1
  630. package/funcs/loanDetailsLoanDetailsGet.js.map +0 -1
  631. package/funcs/loanDetailsLoanDetailsUpdate.d.ts +0 -14
  632. package/funcs/loanDetailsLoanDetailsUpdate.d.ts.map +0 -1
  633. package/funcs/loanDetailsLoanDetailsUpdate.js +0 -119
  634. package/funcs/loanDetailsLoanDetailsUpdate.js.map +0 -1
  635. package/models/components/commercialsecuredloanassetattributesupdate.d.ts +0 -383
  636. package/models/components/commercialsecuredloanassetattributesupdate.d.ts.map +0 -1
  637. package/models/components/commercialsecuredloanassetattributesupdate.js +0 -341
  638. package/models/components/commercialsecuredloanassetattributesupdate.js.map +0 -1
  639. package/models/components/consumersecuredloanassetattributesupdate.d.ts +0 -383
  640. package/models/components/consumersecuredloanassetattributesupdate.d.ts.map +0 -1
  641. package/models/components/consumersecuredloanassetattributesupdate.js +0 -331
  642. package/models/components/consumersecuredloanassetattributesupdate.js.map +0 -1
  643. package/models/components/customerassetattributesupdate.d.ts +0 -37
  644. package/models/components/customerassetattributesupdate.d.ts.map +0 -1
  645. package/models/components/customerassetattributesupdate.js +0 -77
  646. package/models/components/customerassetattributesupdate.js.map +0 -1
  647. package/models/components/customerattributescreate.d.ts +0 -112
  648. package/models/components/customerattributescreate.d.ts.map +0 -1
  649. package/models/components/customerattributescreate.js +0 -110
  650. package/models/components/customerattributescreate.js.map +0 -1
  651. package/models/components/customerattributesupdate.d.ts +0 -90
  652. package/models/components/customerattributesupdate.d.ts.map +0 -1
  653. package/models/components/customerattributesupdate.js +0 -101
  654. package/models/components/customerattributesupdate.js.map +0 -1
  655. package/models/components/customerliabilityattributesupdate.d.ts +0 -46
  656. package/models/components/customerliabilityattributesupdate.d.ts.map +0 -1
  657. package/models/components/customerliabilityattributesupdate.js +0 -88
  658. package/models/components/customerliabilityattributesupdate.js.map +0 -1
  659. package/models/components/expenseattributesupdate.d.ts +0 -38
  660. package/models/components/expenseattributesupdate.d.ts.map +0 -1
  661. package/models/components/expenseattributesupdate.js +0 -78
  662. package/models/components/expenseattributesupdate.js.map +0 -1
  663. package/models/components/incomeattributesupdate.d.ts +0 -38
  664. package/models/components/incomeattributesupdate.d.ts.map +0 -1
  665. package/models/components/incomeattributesupdate.js +0 -78
  666. package/models/components/incomeattributesupdate.js.map +0 -1
  667. package/models/components/linkobjectupdate.d.ts +0 -47
  668. package/models/components/linkobjectupdate.d.ts.map +0 -1
  669. package/models/components/linkobjectupdate.js.map +0 -1
  670. package/models/components/loandetailsattributesupdate.d.ts +0 -360
  671. package/models/components/loandetailsattributesupdate.d.ts.map +0 -1
  672. package/models/components/loandetailsattributesupdate.js +0 -387
  673. package/models/components/loandetailsattributesupdate.js.map +0 -1
  674. package/models/components/monetaryquantityupdate.d.ts +0 -63
  675. package/models/components/monetaryquantityupdate.d.ts.map +0 -1
  676. package/models/components/monetaryquantityupdate.js +0 -92
  677. package/models/components/monetaryquantityupdate.js.map +0 -1
  678. package/models/components/percentagequantityupdate.d.ts +0 -57
  679. package/models/components/percentagequantityupdate.d.ts.map +0 -1
  680. package/models/components/percentagequantityupdate.js +0 -89
  681. package/models/components/percentagequantityupdate.js.map +0 -1
  682. package/models/operations/assetscreate.d.ts +0 -337
  683. package/models/operations/assetscreate.d.ts.map +0 -1
  684. package/models/operations/assetscreate.js +0 -400
  685. package/models/operations/assetscreate.js.map +0 -1
  686. package/models/operations/assetsdelete.d.ts +0 -58
  687. package/models/operations/assetsdelete.d.ts.map +0 -1
  688. package/models/operations/assetsdelete.js +0 -97
  689. package/models/operations/assetsdelete.js.map +0 -1
  690. package/models/operations/assetsget.d.ts +0 -255
  691. package/models/operations/assetsget.d.ts.map +0 -1
  692. package/models/operations/assetsget.js +0 -314
  693. package/models/operations/assetsget.js.map +0 -1
  694. package/models/operations/assetsupdate.d.ts +0 -364
  695. package/models/operations/assetsupdate.d.ts.map +0 -1
  696. package/models/operations/assetsupdate.js +0 -438
  697. package/models/operations/assetsupdate.js.map +0 -1
  698. package/models/operations/customeraddressescreate.d.ts +0 -322
  699. package/models/operations/customeraddressescreate.d.ts.map +0 -1
  700. package/models/operations/customeraddressescreate.js +0 -369
  701. package/models/operations/customeraddressescreate.js.map +0 -1
  702. package/models/operations/customeraddressesdelete.d.ts +0 -60
  703. package/models/operations/customeraddressesdelete.d.ts.map +0 -1
  704. package/models/operations/customeraddressesdelete.js +0 -99
  705. package/models/operations/customeraddressesdelete.js.map +0 -1
  706. package/models/operations/customeraddressesget.d.ts +0 -236
  707. package/models/operations/customeraddressesget.d.ts.map +0 -1
  708. package/models/operations/customeraddressesget.js +0 -281
  709. package/models/operations/customeraddressesget.js.map +0 -1
  710. package/models/operations/customeraddresseslist.d.ts +0 -234
  711. package/models/operations/customeraddresseslist.d.ts.map +0 -1
  712. package/models/operations/customeraddresseslist.js +0 -279
  713. package/models/operations/customeraddresseslist.js.map +0 -1
  714. package/models/operations/customeraddressesupdate.d.ts +0 -324
  715. package/models/operations/customeraddressesupdate.d.ts.map +0 -1
  716. package/models/operations/customeraddressesupdate.js +0 -371
  717. package/models/operations/customeraddressesupdate.js.map +0 -1
  718. package/models/operations/customerassetscreate.d.ts +0 -322
  719. package/models/operations/customerassetscreate.d.ts.map +0 -1
  720. package/models/operations/customerassetscreate.js +0 -368
  721. package/models/operations/customerassetscreate.js.map +0 -1
  722. package/models/operations/customerassetsdelete.d.ts +0 -60
  723. package/models/operations/customerassetsdelete.d.ts.map +0 -1
  724. package/models/operations/customerassetsdelete.js +0 -99
  725. package/models/operations/customerassetsdelete.js.map +0 -1
  726. package/models/operations/customerassetsget.d.ts +0 -236
  727. package/models/operations/customerassetsget.d.ts.map +0 -1
  728. package/models/operations/customerassetsget.js +0 -281
  729. package/models/operations/customerassetsget.js.map +0 -1
  730. package/models/operations/customerassetslist.d.ts +0 -234
  731. package/models/operations/customerassetslist.d.ts.map +0 -1
  732. package/models/operations/customerassetslist.js +0 -279
  733. package/models/operations/customerassetslist.js.map +0 -1
  734. package/models/operations/customerassetsupdate.d.ts +0 -324
  735. package/models/operations/customerassetsupdate.d.ts.map +0 -1
  736. package/models/operations/customerassetsupdate.js +0 -371
  737. package/models/operations/customerassetsupdate.js.map +0 -1
  738. package/models/operations/customerexpensescreate.d.ts +0 -322
  739. package/models/operations/customerexpensescreate.d.ts.map +0 -1
  740. package/models/operations/customerexpensescreate.js +0 -369
  741. package/models/operations/customerexpensescreate.js.map +0 -1
  742. package/models/operations/customerexpensesdelete.d.ts +0 -60
  743. package/models/operations/customerexpensesdelete.d.ts.map +0 -1
  744. package/models/operations/customerexpensesdelete.js +0 -99
  745. package/models/operations/customerexpensesdelete.js.map +0 -1
  746. package/models/operations/customerexpensesget.d.ts +0 -236
  747. package/models/operations/customerexpensesget.d.ts.map +0 -1
  748. package/models/operations/customerexpensesget.js +0 -281
  749. package/models/operations/customerexpensesget.js.map +0 -1
  750. package/models/operations/customerexpenseslist.d.ts +0 -234
  751. package/models/operations/customerexpenseslist.d.ts.map +0 -1
  752. package/models/operations/customerexpenseslist.js +0 -279
  753. package/models/operations/customerexpenseslist.js.map +0 -1
  754. package/models/operations/customerexpensesupdate.d.ts +0 -324
  755. package/models/operations/customerexpensesupdate.d.ts.map +0 -1
  756. package/models/operations/customerexpensesupdate.js +0 -371
  757. package/models/operations/customerexpensesupdate.js.map +0 -1
  758. package/models/operations/customerincomecreate.d.ts +0 -322
  759. package/models/operations/customerincomecreate.d.ts.map +0 -1
  760. package/models/operations/customerincomecreate.js +0 -368
  761. package/models/operations/customerincomecreate.js.map +0 -1
  762. package/models/operations/customerincomedelete.d.ts +0 -60
  763. package/models/operations/customerincomedelete.d.ts.map +0 -1
  764. package/models/operations/customerincomedelete.js +0 -99
  765. package/models/operations/customerincomedelete.js.map +0 -1
  766. package/models/operations/customerincomeget.d.ts +0 -236
  767. package/models/operations/customerincomeget.d.ts.map +0 -1
  768. package/models/operations/customerincomeget.js +0 -281
  769. package/models/operations/customerincomeget.js.map +0 -1
  770. package/models/operations/customerincomelist.d.ts +0 -234
  771. package/models/operations/customerincomelist.d.ts.map +0 -1
  772. package/models/operations/customerincomelist.js +0 -279
  773. package/models/operations/customerincomelist.js.map +0 -1
  774. package/models/operations/customerincomeupdate.d.ts +0 -324
  775. package/models/operations/customerincomeupdate.d.ts.map +0 -1
  776. package/models/operations/customerincomeupdate.js +0 -370
  777. package/models/operations/customerincomeupdate.js.map +0 -1
  778. package/models/operations/customerliabilitiescreate.d.ts +0 -322
  779. package/models/operations/customerliabilitiescreate.d.ts.map +0 -1
  780. package/models/operations/customerliabilitiescreate.js +0 -371
  781. package/models/operations/customerliabilitiescreate.js.map +0 -1
  782. package/models/operations/customerliabilitiesdelete.d.ts +0 -60
  783. package/models/operations/customerliabilitiesdelete.d.ts.map +0 -1
  784. package/models/operations/customerliabilitiesdelete.js +0 -99
  785. package/models/operations/customerliabilitiesdelete.js.map +0 -1
  786. package/models/operations/customerliabilitiesget.d.ts +0 -236
  787. package/models/operations/customerliabilitiesget.d.ts.map +0 -1
  788. package/models/operations/customerliabilitiesget.js +0 -281
  789. package/models/operations/customerliabilitiesget.js.map +0 -1
  790. package/models/operations/customerliabilitieslist.d.ts +0 -234
  791. package/models/operations/customerliabilitieslist.d.ts.map +0 -1
  792. package/models/operations/customerliabilitieslist.js +0 -280
  793. package/models/operations/customerliabilitieslist.js.map +0 -1
  794. package/models/operations/customerliabilitiesupdate.d.ts +0 -324
  795. package/models/operations/customerliabilitiesupdate.d.ts.map +0 -1
  796. package/models/operations/customerliabilitiesupdate.js +0 -375
  797. package/models/operations/customerliabilitiesupdate.js.map +0 -1
  798. package/models/operations/customerscreate.d.ts +0 -301
  799. package/models/operations/customerscreate.d.ts.map +0 -1
  800. package/models/operations/customerscreate.js +0 -330
  801. package/models/operations/customerscreate.js.map +0 -1
  802. package/models/operations/customersdelete.d.ts +0 -58
  803. package/models/operations/customersdelete.d.ts.map +0 -1
  804. package/models/operations/customersdelete.js +0 -97
  805. package/models/operations/customersdelete.js.map +0 -1
  806. package/models/operations/customersget.d.ts +0 -237
  807. package/models/operations/customersget.d.ts.map +0 -1
  808. package/models/operations/customersget.js +0 -279
  809. package/models/operations/customersget.js.map +0 -1
  810. package/models/operations/customersupdate.d.ts +0 -328
  811. package/models/operations/customersupdate.d.ts.map +0 -1
  812. package/models/operations/customersupdate.js +0 -368
  813. package/models/operations/customersupdate.js.map +0 -1
  814. package/models/operations/entitiescreate.d.ts +0 -295
  815. package/models/operations/entitiescreate.d.ts.map +0 -1
  816. package/models/operations/entitiescreate.js +0 -330
  817. package/models/operations/entitiescreate.js.map +0 -1
  818. package/models/operations/entitiesdelete.d.ts +0 -58
  819. package/models/operations/entitiesdelete.d.ts.map +0 -1
  820. package/models/operations/entitiesdelete.js +0 -97
  821. package/models/operations/entitiesdelete.js.map +0 -1
  822. package/models/operations/entitiesget.d.ts +0 -234
  823. package/models/operations/entitiesget.d.ts.map +0 -1
  824. package/models/operations/entitiesget.js +0 -279
  825. package/models/operations/entitiesget.js.map +0 -1
  826. package/models/operations/entitiesupdate.d.ts +0 -322
  827. package/models/operations/entitiesupdate.d.ts.map +0 -1
  828. package/models/operations/entitiesupdate.js +0 -368
  829. package/models/operations/entitiesupdate.js.map +0 -1
  830. package/models/operations/loandetailscreate.d.ts +0 -301
  831. package/models/operations/loandetailscreate.d.ts.map +0 -1
  832. package/models/operations/loandetailscreate.js +0 -330
  833. package/models/operations/loandetailscreate.js.map +0 -1
  834. package/models/operations/loandetailsdelete.d.ts +0 -58
  835. package/models/operations/loandetailsdelete.d.ts.map +0 -1
  836. package/models/operations/loandetailsdelete.js +0 -97
  837. package/models/operations/loandetailsdelete.js.map +0 -1
  838. package/models/operations/loandetailsget.d.ts +0 -237
  839. package/models/operations/loandetailsget.d.ts.map +0 -1
  840. package/models/operations/loandetailsget.js +0 -279
  841. package/models/operations/loandetailsget.js.map +0 -1
  842. package/models/operations/loandetailsupdate.d.ts +0 -328
  843. package/models/operations/loandetailsupdate.d.ts.map +0 -1
  844. package/models/operations/loandetailsupdate.js +0 -368
  845. package/models/operations/loandetailsupdate.js.map +0 -1
  846. package/sdk/assets.d.ts +0 -21
  847. package/sdk/assets.d.ts.map +0 -1
  848. package/sdk/assets.js +0 -40
  849. package/sdk/assets.js.map +0 -1
  850. package/sdk/customeraddresses.d.ts +0 -25
  851. package/sdk/customeraddresses.d.ts.map +0 -1
  852. package/sdk/customeraddresses.js +0 -47
  853. package/sdk/customeraddresses.js.map +0 -1
  854. package/sdk/customerassets.d.ts +0 -25
  855. package/sdk/customerassets.d.ts.map +0 -1
  856. package/sdk/customerassets.js +0 -47
  857. package/sdk/customerassets.js.map +0 -1
  858. package/sdk/customerexpenses.d.ts +0 -25
  859. package/sdk/customerexpenses.d.ts.map +0 -1
  860. package/sdk/customerexpenses.js +0 -47
  861. package/sdk/customerexpenses.js.map +0 -1
  862. package/sdk/customerincome.d.ts +0 -25
  863. package/sdk/customerincome.d.ts.map +0 -1
  864. package/sdk/customerincome.js +0 -47
  865. package/sdk/customerincome.js.map +0 -1
  866. package/sdk/customerliabilities.d.ts +0 -25
  867. package/sdk/customerliabilities.d.ts.map +0 -1
  868. package/sdk/customerliabilities.js +0 -47
  869. package/sdk/customerliabilities.js.map +0 -1
  870. package/sdk/customers.d.ts +0 -21
  871. package/sdk/customers.d.ts.map +0 -1
  872. package/sdk/customers.js +0 -40
  873. package/sdk/customers.js.map +0 -1
  874. package/sdk/entities.d.ts +0 -21
  875. package/sdk/entities.d.ts.map +0 -1
  876. package/sdk/entities.js +0 -40
  877. package/sdk/entities.js.map +0 -1
  878. package/sdk/loandetails.d.ts +0 -21
  879. package/sdk/loandetails.d.ts.map +0 -1
  880. package/sdk/loandetails.js +0 -40
  881. package/sdk/loandetails.js.map +0 -1
  882. package/src/funcs/assetsAssetsCreate.ts +0 -158
  883. package/src/funcs/assetsAssetsDelete.ts +0 -164
  884. package/src/funcs/assetsAssetsGet.ts +0 -164
  885. package/src/funcs/assetsAssetsUpdate.ts +0 -165
  886. package/src/funcs/customerAddressesCustomerAddressesCreate.ts +0 -166
  887. package/src/funcs/customerAddressesCustomerAddressesDelete.ts +0 -177
  888. package/src/funcs/customerAddressesCustomerAddressesGet.ts +0 -171
  889. package/src/funcs/customerAddressesCustomerAddressesUpdate.ts +0 -172
  890. package/src/funcs/customerAssetsCustomerAssetsCreate.ts +0 -166
  891. package/src/funcs/customerAssetsCustomerAssetsDelete.ts +0 -177
  892. package/src/funcs/customerAssetsCustomerAssetsGet.ts +0 -170
  893. package/src/funcs/customerAssetsCustomerAssetsList.ts +0 -164
  894. package/src/funcs/customerAssetsCustomerAssetsUpdate.ts +0 -172
  895. package/src/funcs/customerExpensesCustomerExpensesCreate.ts +0 -166
  896. package/src/funcs/customerExpensesCustomerExpensesDelete.ts +0 -177
  897. package/src/funcs/customerExpensesCustomerExpensesGet.ts +0 -171
  898. package/src/funcs/customerExpensesCustomerExpensesList.ts +0 -165
  899. package/src/funcs/customerExpensesCustomerExpensesUpdate.ts +0 -172
  900. package/src/funcs/customerIncomeCustomerIncomeCreate.ts +0 -166
  901. package/src/funcs/customerIncomeCustomerIncomeDelete.ts +0 -177
  902. package/src/funcs/customerIncomeCustomerIncomeGet.ts +0 -170
  903. package/src/funcs/customerIncomeCustomerIncomeList.ts +0 -164
  904. package/src/funcs/customerIncomeCustomerIncomeUpdate.ts +0 -172
  905. package/src/funcs/customerLiabilitiesCustomerLiabilitiesCreate.ts +0 -166
  906. package/src/funcs/customerLiabilitiesCustomerLiabilitiesDelete.ts +0 -177
  907. package/src/funcs/customerLiabilitiesCustomerLiabilitiesGet.ts +0 -171
  908. package/src/funcs/customerLiabilitiesCustomerLiabilitiesList.ts +0 -165
  909. package/src/funcs/customerLiabilitiesCustomerLiabilitiesUpdate.ts +0 -172
  910. package/src/funcs/customersCustomersCreate.ts +0 -159
  911. package/src/funcs/customersCustomersDelete.ts +0 -167
  912. package/src/funcs/customersCustomersGet.ts +0 -164
  913. package/src/funcs/customersCustomersUpdate.ts +0 -165
  914. package/src/funcs/entitiesEntitiesCreate.ts +0 -158
  915. package/src/funcs/entitiesEntitiesDelete.ts +0 -164
  916. package/src/funcs/entitiesEntitiesGet.ts +0 -164
  917. package/src/funcs/entitiesEntitiesUpdate.ts +0 -165
  918. package/src/funcs/loanDetailsLoanDetailsCreate.ts +0 -159
  919. package/src/funcs/loanDetailsLoanDetailsDelete.ts +0 -170
  920. package/src/funcs/loanDetailsLoanDetailsUpdate.ts +0 -165
  921. package/src/models/components/commercialsecuredloanassetattributesupdate.ts +0 -800
  922. package/src/models/components/consumersecuredloanassetattributesupdate.ts +0 -792
  923. package/src/models/components/customerassetattributesupdate.ts +0 -91
  924. package/src/models/components/customerattributescreate.ts +0 -212
  925. package/src/models/components/customerattributesupdate.ts +0 -175
  926. package/src/models/components/customerliabilityattributesupdate.ts +0 -115
  927. package/src/models/components/expenseattributesupdate.ts +0 -94
  928. package/src/models/components/incomeattributesupdate.ts +0 -94
  929. package/src/models/components/linkobjectupdate.ts +0 -88
  930. package/src/models/components/loandetailsattributesupdate.ts +0 -903
  931. package/src/models/components/monetaryquantityupdate.ts +0 -114
  932. package/src/models/components/percentagequantityupdate.ts +0 -103
  933. package/src/models/operations/assetscreate.ts +0 -737
  934. package/src/models/operations/assetsdelete.ts +0 -128
  935. package/src/models/operations/assetsget.ts +0 -572
  936. package/src/models/operations/assetsupdate.ts +0 -821
  937. package/src/models/operations/customeraddressescreate.ts +0 -759
  938. package/src/models/operations/customeraddressesdelete.ts +0 -139
  939. package/src/models/operations/customeraddressesget.ts +0 -551
  940. package/src/models/operations/customeraddresseslist.ts +0 -558
  941. package/src/models/operations/customeraddressesupdate.ts +0 -763
  942. package/src/models/operations/customerassetscreate.ts +0 -724
  943. package/src/models/operations/customerassetsdelete.ts +0 -136
  944. package/src/models/operations/customerassetsget.ts +0 -534
  945. package/src/models/operations/customerassetslist.ts +0 -530
  946. package/src/models/operations/customerassetsupdate.ts +0 -729
  947. package/src/models/operations/customerexpensescreate.ts +0 -748
  948. package/src/models/operations/customerexpensesdelete.ts +0 -138
  949. package/src/models/operations/customerexpensesget.ts +0 -545
  950. package/src/models/operations/customerexpenseslist.ts +0 -545
  951. package/src/models/operations/customerexpensesupdate.ts +0 -752
  952. package/src/models/operations/customerincomecreate.ts +0 -724
  953. package/src/models/operations/customerincomedelete.ts +0 -136
  954. package/src/models/operations/customerincomeget.ts +0 -534
  955. package/src/models/operations/customerincomelist.ts +0 -530
  956. package/src/models/operations/customerincomeupdate.ts +0 -728
  957. package/src/models/operations/customerliabilitiescreate.ts +0 -765
  958. package/src/models/operations/customerliabilitiesdelete.ts +0 -139
  959. package/src/models/operations/customerliabilitiesget.ts +0 -569
  960. package/src/models/operations/customerliabilitieslist.ts +0 -567
  961. package/src/models/operations/customerliabilitiesupdate.ts +0 -773
  962. package/src/models/operations/customerscreate.ts +0 -625
  963. package/src/models/operations/customersdelete.ts +0 -130
  964. package/src/models/operations/customersget.ts +0 -514
  965. package/src/models/operations/customersupdate.ts +0 -696
  966. package/src/models/operations/entitiescreate.ts +0 -614
  967. package/src/models/operations/entitiesdelete.ts +0 -128
  968. package/src/models/operations/entitiesget.ts +0 -508
  969. package/src/models/operations/entitiesupdate.ts +0 -685
  970. package/src/models/operations/loandetailscreate.ts +0 -634
  971. package/src/models/operations/loandetailsdelete.ts +0 -130
  972. package/src/models/operations/loandetailsget.ts +0 -520
  973. package/src/models/operations/loandetailsupdate.ts +0 -705
  974. package/src/sdk/assets.ts +0 -69
  975. package/src/sdk/customeraddresses.ts +0 -84
  976. package/src/sdk/customerassets.ts +0 -84
  977. package/src/sdk/customerexpenses.ts +0 -84
  978. package/src/sdk/customerincome.ts +0 -84
  979. package/src/sdk/customerliabilities.ts +0 -84
  980. package/src/sdk/customers.ts +0 -69
  981. package/src/sdk/entities.ts +0 -69
  982. package/src/sdk/loandetails.ts +0 -69
@@ -0,0 +1,697 @@
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.GetApplicationIncludedApplicationsResponseType$ = exports.GetApplicationIncludedApplicationsResponseType$outboundSchema = exports.GetApplicationIncludedApplicationsResponseType$inboundSchema = exports.Included4$ = exports.Included4$outboundSchema = exports.Included4$inboundSchema = exports.GetApplicationIncludedApplicationsResponse200Type$ = exports.GetApplicationIncludedApplicationsResponse200Type$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200Type$inboundSchema = exports.Included5$ = exports.Included5$outboundSchema = exports.Included5$inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$ = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$inboundSchema = exports.Included6$ = exports.Included6$outboundSchema = exports.Included6$inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$ = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.Included7$ = exports.Included7$outboundSchema = exports.Included7$inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$ = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$inboundSchema = exports.Included8$ = exports.Included8$outboundSchema = exports.Included8$inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$ = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$inboundSchema = exports.GetApplicationApplicationsResponseBody$ = exports.GetApplicationApplicationsResponseBody$outboundSchema = exports.GetApplicationApplicationsResponseBody$inboundSchema = exports.GetApplicationApplicationsResponseResponseBody$ = exports.GetApplicationApplicationsResponseResponseBody$outboundSchema = exports.GetApplicationApplicationsResponseResponseBody$inboundSchema = exports.GetApplicationRequest$ = exports.GetApplicationRequest$outboundSchema = exports.GetApplicationRequest$inboundSchema = exports.GetApplicationIncludedType = exports.GetApplicationIncludedApplicationsType = exports.GetApplicationIncludedApplicationsResponseType = exports.GetApplicationIncludedApplicationsResponse200Type = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type = void 0;
40
+ exports.GetApplicationResponse$ = exports.GetApplicationResponse$outboundSchema = exports.GetApplicationResponse$inboundSchema = exports.GetApplicationResponseBody$ = exports.GetApplicationResponseBody$outboundSchema = exports.GetApplicationResponseBody$inboundSchema = exports.GetApplicationLinks$ = exports.GetApplicationLinks$outboundSchema = exports.GetApplicationLinks$inboundSchema = exports.GetApplicationIncluded$ = exports.GetApplicationIncluded$outboundSchema = exports.GetApplicationIncluded$inboundSchema = exports.Included1$ = exports.Included1$outboundSchema = exports.Included1$inboundSchema = exports.GetApplicationIncludedType$ = exports.GetApplicationIncludedType$outboundSchema = exports.GetApplicationIncludedType$inboundSchema = exports.Included2$ = exports.Included2$outboundSchema = exports.Included2$inboundSchema = exports.GetApplicationIncludedApplicationsType$ = exports.GetApplicationIncludedApplicationsType$outboundSchema = exports.GetApplicationIncludedApplicationsType$inboundSchema = exports.Included3$ = exports.Included3$outboundSchema = exports.Included3$inboundSchema = void 0;
41
+ exports.getApplicationRequestToJSON = getApplicationRequestToJSON;
42
+ exports.getApplicationRequestFromJSON = getApplicationRequestFromJSON;
43
+ exports.getApplicationApplicationsResponseResponseBodyToJSON = getApplicationApplicationsResponseResponseBodyToJSON;
44
+ exports.getApplicationApplicationsResponseResponseBodyFromJSON = getApplicationApplicationsResponseResponseBodyFromJSON;
45
+ exports.getApplicationApplicationsResponseBodyToJSON = getApplicationApplicationsResponseBodyToJSON;
46
+ exports.getApplicationApplicationsResponseBodyFromJSON = getApplicationApplicationsResponseBodyFromJSON;
47
+ exports.included8ToJSON = included8ToJSON;
48
+ exports.included8FromJSON = included8FromJSON;
49
+ exports.included7ToJSON = included7ToJSON;
50
+ exports.included7FromJSON = included7FromJSON;
51
+ exports.included6ToJSON = included6ToJSON;
52
+ exports.included6FromJSON = included6FromJSON;
53
+ exports.included5ToJSON = included5ToJSON;
54
+ exports.included5FromJSON = included5FromJSON;
55
+ exports.included4ToJSON = included4ToJSON;
56
+ exports.included4FromJSON = included4FromJSON;
57
+ exports.included3ToJSON = included3ToJSON;
58
+ exports.included3FromJSON = included3FromJSON;
59
+ exports.included2ToJSON = included2ToJSON;
60
+ exports.included2FromJSON = included2FromJSON;
61
+ exports.included1ToJSON = included1ToJSON;
62
+ exports.included1FromJSON = included1FromJSON;
63
+ exports.getApplicationIncludedToJSON = getApplicationIncludedToJSON;
64
+ exports.getApplicationIncludedFromJSON = getApplicationIncludedFromJSON;
65
+ exports.getApplicationLinksToJSON = getApplicationLinksToJSON;
66
+ exports.getApplicationLinksFromJSON = getApplicationLinksFromJSON;
67
+ exports.getApplicationResponseBodyToJSON = getApplicationResponseBodyToJSON;
68
+ exports.getApplicationResponseBodyFromJSON = getApplicationResponseBodyFromJSON;
69
+ exports.getApplicationResponseToJSON = getApplicationResponseToJSON;
70
+ exports.getApplicationResponseFromJSON = getApplicationResponseFromJSON;
71
+ const z = __importStar(require("zod/v3"));
72
+ const schemas_js_1 = require("../../lib/schemas.js");
73
+ const components = __importStar(require("../components/index.js"));
74
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type = {
75
+ CustomerAssets: "customer-assets",
76
+ };
77
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type = {
78
+ CustomerLiabilities: "customer-liabilities",
79
+ };
80
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType = {
81
+ Customers: "customers",
82
+ };
83
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType = {
84
+ LoanDetails: "loan-details",
85
+ };
86
+ exports.GetApplicationIncludedApplicationsResponse200Type = {
87
+ Entities: "entities",
88
+ };
89
+ exports.GetApplicationIncludedApplicationsResponseType = {
90
+ Assets: "assets",
91
+ };
92
+ exports.GetApplicationIncludedApplicationsType = {
93
+ Assets: "assets",
94
+ };
95
+ exports.GetApplicationIncludedType = {
96
+ Addresses: "addresses",
97
+ };
98
+ /** @internal */
99
+ exports.GetApplicationRequest$inboundSchema = z.object({
100
+ id: z.string(),
101
+ include: z.string().optional(),
102
+ });
103
+ /** @internal */
104
+ exports.GetApplicationRequest$outboundSchema = z.object({
105
+ id: z.string(),
106
+ include: z.string().optional(),
107
+ });
108
+ /**
109
+ * @internal
110
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
111
+ */
112
+ var GetApplicationRequest$;
113
+ (function (GetApplicationRequest$) {
114
+ /** @deprecated use `GetApplicationRequest$inboundSchema` instead. */
115
+ GetApplicationRequest$.inboundSchema = exports.GetApplicationRequest$inboundSchema;
116
+ /** @deprecated use `GetApplicationRequest$outboundSchema` instead. */
117
+ GetApplicationRequest$.outboundSchema = exports.GetApplicationRequest$outboundSchema;
118
+ })(GetApplicationRequest$ || (exports.GetApplicationRequest$ = GetApplicationRequest$ = {}));
119
+ function getApplicationRequestToJSON(getApplicationRequest) {
120
+ return JSON.stringify(exports.GetApplicationRequest$outboundSchema.parse(getApplicationRequest));
121
+ }
122
+ function getApplicationRequestFromJSON(jsonString) {
123
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationRequest' from JSON`);
124
+ }
125
+ /** @internal */
126
+ exports.GetApplicationApplicationsResponseResponseBody$inboundSchema = z.object({
127
+ errors: z.array(components.ResourceNotFound$inboundSchema),
128
+ });
129
+ /** @internal */
130
+ exports.GetApplicationApplicationsResponseResponseBody$outboundSchema = z.object({
131
+ errors: z.array(components.ResourceNotFound$outboundSchema),
132
+ });
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 GetApplicationApplicationsResponseResponseBody$;
138
+ (function (GetApplicationApplicationsResponseResponseBody$) {
139
+ /** @deprecated use `GetApplicationApplicationsResponseResponseBody$inboundSchema` instead. */
140
+ GetApplicationApplicationsResponseResponseBody$.inboundSchema = exports.GetApplicationApplicationsResponseResponseBody$inboundSchema;
141
+ /** @deprecated use `GetApplicationApplicationsResponseResponseBody$outboundSchema` instead. */
142
+ GetApplicationApplicationsResponseResponseBody$.outboundSchema = exports.GetApplicationApplicationsResponseResponseBody$outboundSchema;
143
+ })(GetApplicationApplicationsResponseResponseBody$ || (exports.GetApplicationApplicationsResponseResponseBody$ = GetApplicationApplicationsResponseResponseBody$ = {}));
144
+ function getApplicationApplicationsResponseResponseBodyToJSON(getApplicationApplicationsResponseResponseBody) {
145
+ return JSON.stringify(exports.GetApplicationApplicationsResponseResponseBody$outboundSchema.parse(getApplicationApplicationsResponseResponseBody));
146
+ }
147
+ function getApplicationApplicationsResponseResponseBodyFromJSON(jsonString) {
148
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationApplicationsResponseResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationApplicationsResponseResponseBody' from JSON`);
149
+ }
150
+ /** @internal */
151
+ exports.GetApplicationApplicationsResponseBody$inboundSchema = z.object({
152
+ errors: z.array(components.ForbiddenError$inboundSchema),
153
+ });
154
+ /** @internal */
155
+ exports.GetApplicationApplicationsResponseBody$outboundSchema = z.object({
156
+ errors: z.array(components.ForbiddenError$outboundSchema),
157
+ });
158
+ /**
159
+ * @internal
160
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
161
+ */
162
+ var GetApplicationApplicationsResponseBody$;
163
+ (function (GetApplicationApplicationsResponseBody$) {
164
+ /** @deprecated use `GetApplicationApplicationsResponseBody$inboundSchema` instead. */
165
+ GetApplicationApplicationsResponseBody$.inboundSchema = exports.GetApplicationApplicationsResponseBody$inboundSchema;
166
+ /** @deprecated use `GetApplicationApplicationsResponseBody$outboundSchema` instead. */
167
+ GetApplicationApplicationsResponseBody$.outboundSchema = exports.GetApplicationApplicationsResponseBody$outboundSchema;
168
+ })(GetApplicationApplicationsResponseBody$ || (exports.GetApplicationApplicationsResponseBody$ = GetApplicationApplicationsResponseBody$ = {}));
169
+ function getApplicationApplicationsResponseBodyToJSON(getApplicationApplicationsResponseBody) {
170
+ return JSON.stringify(exports.GetApplicationApplicationsResponseBody$outboundSchema.parse(getApplicationApplicationsResponseBody));
171
+ }
172
+ function getApplicationApplicationsResponseBodyFromJSON(jsonString) {
173
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationApplicationsResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationApplicationsResponseBody' from JSON`);
174
+ }
175
+ /** @internal */
176
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$inboundSchema = z.nativeEnum(exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type);
177
+ /** @internal */
178
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$inboundSchema;
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
+ var GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$;
184
+ (function (GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$) {
185
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$inboundSchema` instead. */
186
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$.inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$inboundSchema;
187
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$outboundSchema` instead. */
188
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$.outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$outboundSchema;
189
+ })(GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$ || (exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$ = GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$ = {}));
190
+ /** @internal */
191
+ exports.Included8$inboundSchema = z.object({
192
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$inboundSchema,
193
+ id: z.string(),
194
+ attributes: components.CustomerAssetAttributes$inboundSchema,
195
+ links: z.record(components.LinkObject$inboundSchema).optional(),
196
+ meta: z.record(z.any()).optional(),
197
+ });
198
+ /** @internal */
199
+ exports.Included8$outboundSchema = z.object({
200
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody8Type$outboundSchema,
201
+ id: z.string(),
202
+ attributes: components.CustomerAssetAttributes$outboundSchema,
203
+ links: z.record(components.LinkObject$outboundSchema).optional(),
204
+ meta: z.record(z.any()).optional(),
205
+ });
206
+ /**
207
+ * @internal
208
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
209
+ */
210
+ var Included8$;
211
+ (function (Included8$) {
212
+ /** @deprecated use `Included8$inboundSchema` instead. */
213
+ Included8$.inboundSchema = exports.Included8$inboundSchema;
214
+ /** @deprecated use `Included8$outboundSchema` instead. */
215
+ Included8$.outboundSchema = exports.Included8$outboundSchema;
216
+ })(Included8$ || (exports.Included8$ = Included8$ = {}));
217
+ function included8ToJSON(included8) {
218
+ return JSON.stringify(exports.Included8$outboundSchema.parse(included8));
219
+ }
220
+ function included8FromJSON(jsonString) {
221
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included8' from JSON`);
222
+ }
223
+ /** @internal */
224
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$inboundSchema = z.nativeEnum(exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type);
225
+ /** @internal */
226
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$inboundSchema;
227
+ /**
228
+ * @internal
229
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
230
+ */
231
+ var GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$;
232
+ (function (GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$) {
233
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$inboundSchema` instead. */
234
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$.inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$inboundSchema;
235
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$outboundSchema` instead. */
236
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$.outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$outboundSchema;
237
+ })(GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$ || (exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$ = GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$ = {}));
238
+ /** @internal */
239
+ exports.Included7$inboundSchema = z.object({
240
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$inboundSchema,
241
+ id: z.string(),
242
+ attributes: components.CustomerLiabilityAttributes$inboundSchema,
243
+ links: z.record(components.LinkObject$inboundSchema).optional(),
244
+ meta: z.record(z.any()).optional(),
245
+ });
246
+ /** @internal */
247
+ exports.Included7$outboundSchema = z.object({
248
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBody7Type$outboundSchema,
249
+ id: z.string(),
250
+ attributes: components.CustomerLiabilityAttributes$outboundSchema,
251
+ links: z.record(components.LinkObject$outboundSchema).optional(),
252
+ meta: z.record(z.any()).optional(),
253
+ });
254
+ /**
255
+ * @internal
256
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
257
+ */
258
+ var Included7$;
259
+ (function (Included7$) {
260
+ /** @deprecated use `Included7$inboundSchema` instead. */
261
+ Included7$.inboundSchema = exports.Included7$inboundSchema;
262
+ /** @deprecated use `Included7$outboundSchema` instead. */
263
+ Included7$.outboundSchema = exports.Included7$outboundSchema;
264
+ })(Included7$ || (exports.Included7$ = Included7$ = {}));
265
+ function included7ToJSON(included7) {
266
+ return JSON.stringify(exports.Included7$outboundSchema.parse(included7));
267
+ }
268
+ function included7FromJSON(jsonString) {
269
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included7' from JSON`);
270
+ }
271
+ /** @internal */
272
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType);
273
+ /** @internal */
274
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema;
275
+ /**
276
+ * @internal
277
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
278
+ */
279
+ var GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$;
280
+ (function (GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$) {
281
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
282
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$.inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema;
283
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
284
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$.outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema;
285
+ })(GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$ || (exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$ = GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$ = {}));
286
+ /** @internal */
287
+ exports.Included6$inboundSchema = z.object({
288
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema,
289
+ id: z.string(),
290
+ attributes: components.CustomerAttributes$inboundSchema,
291
+ links: z.record(components.LinkObject$inboundSchema).optional(),
292
+ meta: z.record(z.any()).optional(),
293
+ });
294
+ /** @internal */
295
+ exports.Included6$outboundSchema = z.object({
296
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema,
297
+ id: z.string(),
298
+ attributes: components.CustomerAttributes$outboundSchema,
299
+ links: z.record(components.LinkObject$outboundSchema).optional(),
300
+ meta: z.record(z.any()).optional(),
301
+ });
302
+ /**
303
+ * @internal
304
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
305
+ */
306
+ var Included6$;
307
+ (function (Included6$) {
308
+ /** @deprecated use `Included6$inboundSchema` instead. */
309
+ Included6$.inboundSchema = exports.Included6$inboundSchema;
310
+ /** @deprecated use `Included6$outboundSchema` instead. */
311
+ Included6$.outboundSchema = exports.Included6$outboundSchema;
312
+ })(Included6$ || (exports.Included6$ = Included6$ = {}));
313
+ function included6ToJSON(included6) {
314
+ return JSON.stringify(exports.Included6$outboundSchema.parse(included6));
315
+ }
316
+ function included6FromJSON(jsonString) {
317
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included6' from JSON`);
318
+ }
319
+ /** @internal */
320
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType);
321
+ /** @internal */
322
+ exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$inboundSchema;
323
+ /**
324
+ * @internal
325
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
326
+ */
327
+ var GetApplicationIncludedApplicationsResponse200ApplicationJSONType$;
328
+ (function (GetApplicationIncludedApplicationsResponse200ApplicationJSONType$) {
329
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONType$inboundSchema` instead. */
330
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONType$.inboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$inboundSchema;
331
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200ApplicationJSONType$outboundSchema` instead. */
332
+ GetApplicationIncludedApplicationsResponse200ApplicationJSONType$.outboundSchema = exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$outboundSchema;
333
+ })(GetApplicationIncludedApplicationsResponse200ApplicationJSONType$ || (exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$ = GetApplicationIncludedApplicationsResponse200ApplicationJSONType$ = {}));
334
+ /** @internal */
335
+ exports.Included5$inboundSchema = z.object({
336
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$inboundSchema,
337
+ id: z.string(),
338
+ attributes: components.LoanDetailsAttributes$inboundSchema,
339
+ links: z.record(components.LinkObject$inboundSchema).optional(),
340
+ meta: z.record(z.any()).optional(),
341
+ });
342
+ /** @internal */
343
+ exports.Included5$outboundSchema = z.object({
344
+ type: exports.GetApplicationIncludedApplicationsResponse200ApplicationJSONType$outboundSchema,
345
+ id: z.string(),
346
+ attributes: components.LoanDetailsAttributes$outboundSchema,
347
+ links: z.record(components.LinkObject$outboundSchema).optional(),
348
+ meta: z.record(z.any()).optional(),
349
+ });
350
+ /**
351
+ * @internal
352
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
353
+ */
354
+ var Included5$;
355
+ (function (Included5$) {
356
+ /** @deprecated use `Included5$inboundSchema` instead. */
357
+ Included5$.inboundSchema = exports.Included5$inboundSchema;
358
+ /** @deprecated use `Included5$outboundSchema` instead. */
359
+ Included5$.outboundSchema = exports.Included5$outboundSchema;
360
+ })(Included5$ || (exports.Included5$ = Included5$ = {}));
361
+ function included5ToJSON(included5) {
362
+ return JSON.stringify(exports.Included5$outboundSchema.parse(included5));
363
+ }
364
+ function included5FromJSON(jsonString) {
365
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included5' from JSON`);
366
+ }
367
+ /** @internal */
368
+ exports.GetApplicationIncludedApplicationsResponse200Type$inboundSchema = z
369
+ .nativeEnum(exports.GetApplicationIncludedApplicationsResponse200Type);
370
+ /** @internal */
371
+ exports.GetApplicationIncludedApplicationsResponse200Type$outboundSchema = exports.GetApplicationIncludedApplicationsResponse200Type$inboundSchema;
372
+ /**
373
+ * @internal
374
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
375
+ */
376
+ var GetApplicationIncludedApplicationsResponse200Type$;
377
+ (function (GetApplicationIncludedApplicationsResponse200Type$) {
378
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200Type$inboundSchema` instead. */
379
+ GetApplicationIncludedApplicationsResponse200Type$.inboundSchema = exports.GetApplicationIncludedApplicationsResponse200Type$inboundSchema;
380
+ /** @deprecated use `GetApplicationIncludedApplicationsResponse200Type$outboundSchema` instead. */
381
+ GetApplicationIncludedApplicationsResponse200Type$.outboundSchema = exports.GetApplicationIncludedApplicationsResponse200Type$outboundSchema;
382
+ })(GetApplicationIncludedApplicationsResponse200Type$ || (exports.GetApplicationIncludedApplicationsResponse200Type$ = GetApplicationIncludedApplicationsResponse200Type$ = {}));
383
+ /** @internal */
384
+ exports.Included4$inboundSchema = z.object({
385
+ type: exports.GetApplicationIncludedApplicationsResponse200Type$inboundSchema,
386
+ id: z.string(),
387
+ attributes: components.EntityAttributes$inboundSchema,
388
+ links: z.record(components.LinkObject$inboundSchema).optional(),
389
+ meta: z.record(z.any()).optional(),
390
+ });
391
+ /** @internal */
392
+ exports.Included4$outboundSchema = z.object({
393
+ type: exports.GetApplicationIncludedApplicationsResponse200Type$outboundSchema,
394
+ id: z.string(),
395
+ attributes: components.EntityAttributes$outboundSchema,
396
+ links: z.record(components.LinkObject$outboundSchema).optional(),
397
+ meta: z.record(z.any()).optional(),
398
+ });
399
+ /**
400
+ * @internal
401
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
402
+ */
403
+ var Included4$;
404
+ (function (Included4$) {
405
+ /** @deprecated use `Included4$inboundSchema` instead. */
406
+ Included4$.inboundSchema = exports.Included4$inboundSchema;
407
+ /** @deprecated use `Included4$outboundSchema` instead. */
408
+ Included4$.outboundSchema = exports.Included4$outboundSchema;
409
+ })(Included4$ || (exports.Included4$ = Included4$ = {}));
410
+ function included4ToJSON(included4) {
411
+ return JSON.stringify(exports.Included4$outboundSchema.parse(included4));
412
+ }
413
+ function included4FromJSON(jsonString) {
414
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included4' from JSON`);
415
+ }
416
+ /** @internal */
417
+ exports.GetApplicationIncludedApplicationsResponseType$inboundSchema = z
418
+ .nativeEnum(exports.GetApplicationIncludedApplicationsResponseType);
419
+ /** @internal */
420
+ exports.GetApplicationIncludedApplicationsResponseType$outboundSchema = exports.GetApplicationIncludedApplicationsResponseType$inboundSchema;
421
+ /**
422
+ * @internal
423
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
424
+ */
425
+ var GetApplicationIncludedApplicationsResponseType$;
426
+ (function (GetApplicationIncludedApplicationsResponseType$) {
427
+ /** @deprecated use `GetApplicationIncludedApplicationsResponseType$inboundSchema` instead. */
428
+ GetApplicationIncludedApplicationsResponseType$.inboundSchema = exports.GetApplicationIncludedApplicationsResponseType$inboundSchema;
429
+ /** @deprecated use `GetApplicationIncludedApplicationsResponseType$outboundSchema` instead. */
430
+ GetApplicationIncludedApplicationsResponseType$.outboundSchema = exports.GetApplicationIncludedApplicationsResponseType$outboundSchema;
431
+ })(GetApplicationIncludedApplicationsResponseType$ || (exports.GetApplicationIncludedApplicationsResponseType$ = GetApplicationIncludedApplicationsResponseType$ = {}));
432
+ /** @internal */
433
+ exports.Included3$inboundSchema = z.object({
434
+ type: exports.GetApplicationIncludedApplicationsResponseType$inboundSchema,
435
+ id: z.string(),
436
+ attributes: components.CommercialSecuredLoanAssetAttributes$inboundSchema,
437
+ links: z.record(components.LinkObject$inboundSchema).optional(),
438
+ meta: z.record(z.any()).optional(),
439
+ });
440
+ /** @internal */
441
+ exports.Included3$outboundSchema = z.object({
442
+ type: exports.GetApplicationIncludedApplicationsResponseType$outboundSchema,
443
+ id: z.string(),
444
+ attributes: components.CommercialSecuredLoanAssetAttributes$outboundSchema,
445
+ links: z.record(components.LinkObject$outboundSchema).optional(),
446
+ meta: z.record(z.any()).optional(),
447
+ });
448
+ /**
449
+ * @internal
450
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
451
+ */
452
+ var Included3$;
453
+ (function (Included3$) {
454
+ /** @deprecated use `Included3$inboundSchema` instead. */
455
+ Included3$.inboundSchema = exports.Included3$inboundSchema;
456
+ /** @deprecated use `Included3$outboundSchema` instead. */
457
+ Included3$.outboundSchema = exports.Included3$outboundSchema;
458
+ })(Included3$ || (exports.Included3$ = Included3$ = {}));
459
+ function included3ToJSON(included3) {
460
+ return JSON.stringify(exports.Included3$outboundSchema.parse(included3));
461
+ }
462
+ function included3FromJSON(jsonString) {
463
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included3' from JSON`);
464
+ }
465
+ /** @internal */
466
+ exports.GetApplicationIncludedApplicationsType$inboundSchema = z.nativeEnum(exports.GetApplicationIncludedApplicationsType);
467
+ /** @internal */
468
+ exports.GetApplicationIncludedApplicationsType$outboundSchema = exports.GetApplicationIncludedApplicationsType$inboundSchema;
469
+ /**
470
+ * @internal
471
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
472
+ */
473
+ var GetApplicationIncludedApplicationsType$;
474
+ (function (GetApplicationIncludedApplicationsType$) {
475
+ /** @deprecated use `GetApplicationIncludedApplicationsType$inboundSchema` instead. */
476
+ GetApplicationIncludedApplicationsType$.inboundSchema = exports.GetApplicationIncludedApplicationsType$inboundSchema;
477
+ /** @deprecated use `GetApplicationIncludedApplicationsType$outboundSchema` instead. */
478
+ GetApplicationIncludedApplicationsType$.outboundSchema = exports.GetApplicationIncludedApplicationsType$outboundSchema;
479
+ })(GetApplicationIncludedApplicationsType$ || (exports.GetApplicationIncludedApplicationsType$ = GetApplicationIncludedApplicationsType$ = {}));
480
+ /** @internal */
481
+ exports.Included2$inboundSchema = z.object({
482
+ type: exports.GetApplicationIncludedApplicationsType$inboundSchema,
483
+ id: z.string(),
484
+ attributes: components.ConsumerSecuredLoanAssetAttributes$inboundSchema,
485
+ links: z.record(components.LinkObject$inboundSchema).optional(),
486
+ meta: z.record(z.any()).optional(),
487
+ });
488
+ /** @internal */
489
+ exports.Included2$outboundSchema = z.object({
490
+ type: exports.GetApplicationIncludedApplicationsType$outboundSchema,
491
+ id: z.string(),
492
+ attributes: components.ConsumerSecuredLoanAssetAttributes$outboundSchema,
493
+ links: z.record(components.LinkObject$outboundSchema).optional(),
494
+ meta: z.record(z.any()).optional(),
495
+ });
496
+ /**
497
+ * @internal
498
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
499
+ */
500
+ var Included2$;
501
+ (function (Included2$) {
502
+ /** @deprecated use `Included2$inboundSchema` instead. */
503
+ Included2$.inboundSchema = exports.Included2$inboundSchema;
504
+ /** @deprecated use `Included2$outboundSchema` instead. */
505
+ Included2$.outboundSchema = exports.Included2$outboundSchema;
506
+ })(Included2$ || (exports.Included2$ = Included2$ = {}));
507
+ function included2ToJSON(included2) {
508
+ return JSON.stringify(exports.Included2$outboundSchema.parse(included2));
509
+ }
510
+ function included2FromJSON(jsonString) {
511
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included2' from JSON`);
512
+ }
513
+ /** @internal */
514
+ exports.GetApplicationIncludedType$inboundSchema = z.nativeEnum(exports.GetApplicationIncludedType);
515
+ /** @internal */
516
+ exports.GetApplicationIncludedType$outboundSchema = exports.GetApplicationIncludedType$inboundSchema;
517
+ /**
518
+ * @internal
519
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
520
+ */
521
+ var GetApplicationIncludedType$;
522
+ (function (GetApplicationIncludedType$) {
523
+ /** @deprecated use `GetApplicationIncludedType$inboundSchema` instead. */
524
+ GetApplicationIncludedType$.inboundSchema = exports.GetApplicationIncludedType$inboundSchema;
525
+ /** @deprecated use `GetApplicationIncludedType$outboundSchema` instead. */
526
+ GetApplicationIncludedType$.outboundSchema = exports.GetApplicationIncludedType$outboundSchema;
527
+ })(GetApplicationIncludedType$ || (exports.GetApplicationIncludedType$ = GetApplicationIncludedType$ = {}));
528
+ /** @internal */
529
+ exports.Included1$inboundSchema = z.object({
530
+ type: exports.GetApplicationIncludedType$inboundSchema,
531
+ id: z.string(),
532
+ attributes: components.AddressAttributes$inboundSchema,
533
+ links: z.record(components.LinkObject$inboundSchema).optional(),
534
+ meta: z.record(z.any()).optional(),
535
+ });
536
+ /** @internal */
537
+ exports.Included1$outboundSchema = z.object({
538
+ type: exports.GetApplicationIncludedType$outboundSchema,
539
+ id: z.string(),
540
+ attributes: components.AddressAttributes$outboundSchema,
541
+ links: z.record(components.LinkObject$outboundSchema).optional(),
542
+ meta: z.record(z.any()).optional(),
543
+ });
544
+ /**
545
+ * @internal
546
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
547
+ */
548
+ var Included1$;
549
+ (function (Included1$) {
550
+ /** @deprecated use `Included1$inboundSchema` instead. */
551
+ Included1$.inboundSchema = exports.Included1$inboundSchema;
552
+ /** @deprecated use `Included1$outboundSchema` instead. */
553
+ Included1$.outboundSchema = exports.Included1$outboundSchema;
554
+ })(Included1$ || (exports.Included1$ = Included1$ = {}));
555
+ function included1ToJSON(included1) {
556
+ return JSON.stringify(exports.Included1$outboundSchema.parse(included1));
557
+ }
558
+ function included1FromJSON(jsonString) {
559
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Included1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Included1' from JSON`);
560
+ }
561
+ /** @internal */
562
+ exports.GetApplicationIncluded$inboundSchema = z.union([
563
+ z.lazy(() => exports.Included1$inboundSchema),
564
+ z.lazy(() => exports.Included2$inboundSchema),
565
+ z.lazy(() => exports.Included3$inboundSchema),
566
+ z.lazy(() => exports.Included4$inboundSchema),
567
+ z.lazy(() => exports.Included5$inboundSchema),
568
+ z.lazy(() => exports.Included6$inboundSchema),
569
+ z.lazy(() => exports.Included7$inboundSchema),
570
+ z.lazy(() => exports.Included8$inboundSchema),
571
+ ]);
572
+ /** @internal */
573
+ exports.GetApplicationIncluded$outboundSchema = z.union([
574
+ z.lazy(() => exports.Included1$outboundSchema),
575
+ z.lazy(() => exports.Included2$outboundSchema),
576
+ z.lazy(() => exports.Included3$outboundSchema),
577
+ z.lazy(() => exports.Included4$outboundSchema),
578
+ z.lazy(() => exports.Included5$outboundSchema),
579
+ z.lazy(() => exports.Included6$outboundSchema),
580
+ z.lazy(() => exports.Included7$outboundSchema),
581
+ z.lazy(() => exports.Included8$outboundSchema),
582
+ ]);
583
+ /**
584
+ * @internal
585
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
586
+ */
587
+ var GetApplicationIncluded$;
588
+ (function (GetApplicationIncluded$) {
589
+ /** @deprecated use `GetApplicationIncluded$inboundSchema` instead. */
590
+ GetApplicationIncluded$.inboundSchema = exports.GetApplicationIncluded$inboundSchema;
591
+ /** @deprecated use `GetApplicationIncluded$outboundSchema` instead. */
592
+ GetApplicationIncluded$.outboundSchema = exports.GetApplicationIncluded$outboundSchema;
593
+ })(GetApplicationIncluded$ || (exports.GetApplicationIncluded$ = GetApplicationIncluded$ = {}));
594
+ function getApplicationIncludedToJSON(getApplicationIncluded) {
595
+ return JSON.stringify(exports.GetApplicationIncluded$outboundSchema.parse(getApplicationIncluded));
596
+ }
597
+ function getApplicationIncludedFromJSON(jsonString) {
598
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationIncluded$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationIncluded' from JSON`);
599
+ }
600
+ /** @internal */
601
+ exports.GetApplicationLinks$inboundSchema = z.object({});
602
+ /** @internal */
603
+ exports.GetApplicationLinks$outboundSchema = z.object({});
604
+ /**
605
+ * @internal
606
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
607
+ */
608
+ var GetApplicationLinks$;
609
+ (function (GetApplicationLinks$) {
610
+ /** @deprecated use `GetApplicationLinks$inboundSchema` instead. */
611
+ GetApplicationLinks$.inboundSchema = exports.GetApplicationLinks$inboundSchema;
612
+ /** @deprecated use `GetApplicationLinks$outboundSchema` instead. */
613
+ GetApplicationLinks$.outboundSchema = exports.GetApplicationLinks$outboundSchema;
614
+ })(GetApplicationLinks$ || (exports.GetApplicationLinks$ = GetApplicationLinks$ = {}));
615
+ function getApplicationLinksToJSON(getApplicationLinks) {
616
+ return JSON.stringify(exports.GetApplicationLinks$outboundSchema.parse(getApplicationLinks));
617
+ }
618
+ function getApplicationLinksFromJSON(jsonString) {
619
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationLinks' from JSON`);
620
+ }
621
+ /** @internal */
622
+ exports.GetApplicationResponseBody$inboundSchema = z.object({
623
+ data: components.ApplicationResource$inboundSchema,
624
+ included: z.array(z.union([
625
+ z.lazy(() => exports.Included1$inboundSchema),
626
+ z.lazy(() => exports.Included2$inboundSchema),
627
+ z.lazy(() => exports.Included3$inboundSchema),
628
+ z.lazy(() => exports.Included4$inboundSchema),
629
+ z.lazy(() => exports.Included5$inboundSchema),
630
+ z.lazy(() => exports.Included6$inboundSchema),
631
+ z.lazy(() => exports.Included7$inboundSchema),
632
+ z.lazy(() => exports.Included8$inboundSchema),
633
+ ])).optional(),
634
+ links: z.lazy(() => exports.GetApplicationLinks$inboundSchema).optional(),
635
+ });
636
+ /** @internal */
637
+ exports.GetApplicationResponseBody$outboundSchema = z.object({
638
+ data: components.ApplicationResource$outboundSchema,
639
+ included: z.array(z.union([
640
+ z.lazy(() => exports.Included1$outboundSchema),
641
+ z.lazy(() => exports.Included2$outboundSchema),
642
+ z.lazy(() => exports.Included3$outboundSchema),
643
+ z.lazy(() => exports.Included4$outboundSchema),
644
+ z.lazy(() => exports.Included5$outboundSchema),
645
+ z.lazy(() => exports.Included6$outboundSchema),
646
+ z.lazy(() => exports.Included7$outboundSchema),
647
+ z.lazy(() => exports.Included8$outboundSchema),
648
+ ])).optional(),
649
+ links: z.lazy(() => exports.GetApplicationLinks$outboundSchema).optional(),
650
+ });
651
+ /**
652
+ * @internal
653
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
654
+ */
655
+ var GetApplicationResponseBody$;
656
+ (function (GetApplicationResponseBody$) {
657
+ /** @deprecated use `GetApplicationResponseBody$inboundSchema` instead. */
658
+ GetApplicationResponseBody$.inboundSchema = exports.GetApplicationResponseBody$inboundSchema;
659
+ /** @deprecated use `GetApplicationResponseBody$outboundSchema` instead. */
660
+ GetApplicationResponseBody$.outboundSchema = exports.GetApplicationResponseBody$outboundSchema;
661
+ })(GetApplicationResponseBody$ || (exports.GetApplicationResponseBody$ = GetApplicationResponseBody$ = {}));
662
+ function getApplicationResponseBodyToJSON(getApplicationResponseBody) {
663
+ return JSON.stringify(exports.GetApplicationResponseBody$outboundSchema.parse(getApplicationResponseBody));
664
+ }
665
+ function getApplicationResponseBodyFromJSON(jsonString) {
666
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationResponseBody' from JSON`);
667
+ }
668
+ /** @internal */
669
+ exports.GetApplicationResponse$inboundSchema = z.union([
670
+ z.lazy(() => exports.GetApplicationResponseBody$inboundSchema),
671
+ z.lazy(() => exports.GetApplicationApplicationsResponseBody$inboundSchema),
672
+ z.lazy(() => exports.GetApplicationApplicationsResponseResponseBody$inboundSchema),
673
+ ]);
674
+ /** @internal */
675
+ exports.GetApplicationResponse$outboundSchema = z.union([
676
+ z.lazy(() => exports.GetApplicationResponseBody$outboundSchema),
677
+ z.lazy(() => exports.GetApplicationApplicationsResponseBody$outboundSchema),
678
+ z.lazy(() => exports.GetApplicationApplicationsResponseResponseBody$outboundSchema),
679
+ ]);
680
+ /**
681
+ * @internal
682
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
683
+ */
684
+ var GetApplicationResponse$;
685
+ (function (GetApplicationResponse$) {
686
+ /** @deprecated use `GetApplicationResponse$inboundSchema` instead. */
687
+ GetApplicationResponse$.inboundSchema = exports.GetApplicationResponse$inboundSchema;
688
+ /** @deprecated use `GetApplicationResponse$outboundSchema` instead. */
689
+ GetApplicationResponse$.outboundSchema = exports.GetApplicationResponse$outboundSchema;
690
+ })(GetApplicationResponse$ || (exports.GetApplicationResponse$ = GetApplicationResponse$ = {}));
691
+ function getApplicationResponseToJSON(getApplicationResponse) {
692
+ return JSON.stringify(exports.GetApplicationResponse$outboundSchema.parse(getApplicationResponse));
693
+ }
694
+ function getApplicationResponseFromJSON(jsonString) {
695
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetApplicationResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetApplicationResponse' from JSON`);
696
+ }
697
+ //# sourceMappingURL=getapplication.js.map