@financeable/aggregation 0.5.0 → 0.6.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 (293) hide show
  1. package/.devcontainer/README.md +1 -1
  2. package/FUNCTIONS.md +11 -132
  3. package/README.md +262 -1515
  4. package/docs/sdks/applications/README.md +171 -295
  5. package/docs/sdks/oauthtoken/README.md +5 -5
  6. package/docs/sdks/supportingdocuments/README.md +113 -0
  7. package/funcs/applicationsCreate.d.ts +1 -2
  8. package/funcs/applicationsCreate.d.ts.map +1 -1
  9. package/funcs/applicationsCreate.js +2 -3
  10. package/funcs/applicationsCreate.js.map +1 -1
  11. package/funcs/{oauthTokenGet.d.ts → oauthTokenOauthToken.d.ts} +2 -2
  12. package/funcs/oauthTokenOauthToken.d.ts.map +1 -0
  13. package/funcs/{oauthTokenGet.js → oauthTokenOauthToken.js} +3 -3
  14. package/funcs/oauthTokenOauthToken.js.map +1 -0
  15. package/funcs/supportingDocumentsCreate.d.ts +15 -0
  16. package/funcs/supportingDocumentsCreate.d.ts.map +1 -0
  17. package/funcs/{applicationsList.js → supportingDocumentsCreate.js} +15 -12
  18. package/funcs/supportingDocumentsCreate.js.map +1 -0
  19. package/jsr.json +1 -1
  20. package/lib/config.d.ts +4 -4
  21. package/lib/config.d.ts.map +1 -1
  22. package/lib/config.js +4 -7
  23. package/lib/config.js.map +1 -1
  24. package/lib/matchers.d.ts +3 -1
  25. package/lib/matchers.d.ts.map +1 -1
  26. package/lib/matchers.js +12 -0
  27. package/lib/matchers.js.map +1 -1
  28. package/lib/sdks.d.ts +3 -1
  29. package/lib/sdks.d.ts.map +1 -1
  30. package/lib/sdks.js +13 -13
  31. package/lib/sdks.js.map +1 -1
  32. package/models/components/addressattributes.d.ts +8 -8
  33. package/models/components/addressattributes.d.ts.map +1 -1
  34. package/models/components/addressattributes.js +13 -14
  35. package/models/components/addressattributes.js.map +1 -1
  36. package/models/components/applicationresource.d.ts +30 -0
  37. package/models/components/applicationresource.d.ts.map +1 -0
  38. package/models/components/applicationresource.js +73 -0
  39. package/models/components/applicationresource.js.map +1 -0
  40. package/models/components/badrequesterror.d.ts +119 -0
  41. package/models/components/badrequesterror.d.ts.map +1 -0
  42. package/models/components/badrequesterror.js +140 -0
  43. package/models/components/badrequesterror.js.map +1 -0
  44. package/models/components/commercialapplicationjsonapirelationships.d.ts +384 -0
  45. package/models/components/commercialapplicationjsonapirelationships.d.ts.map +1 -0
  46. package/models/components/commercialapplicationjsonapirelationships.js +391 -0
  47. package/models/components/commercialapplicationjsonapirelationships.js.map +1 -0
  48. package/models/components/commercialapplicationresource.d.ts +191 -0
  49. package/models/components/commercialapplicationresource.d.ts.map +1 -0
  50. package/models/components/commercialapplicationresource.js +183 -0
  51. package/models/components/commercialapplicationresource.js.map +1 -0
  52. package/models/components/commercialsecuredloanapplicationsubmissionpayload.d.ts +124 -0
  53. package/models/components/commercialsecuredloanapplicationsubmissionpayload.d.ts.map +1 -0
  54. package/models/components/commercialsecuredloanapplicationsubmissionpayload.js +144 -0
  55. package/models/components/commercialsecuredloanapplicationsubmissionpayload.js.map +1 -0
  56. package/models/components/commercialsecuredloanassetattributes.d.ts +235 -0
  57. package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -0
  58. package/models/components/commercialsecuredloanassetattributes.js +168 -0
  59. package/models/components/commercialsecuredloanassetattributes.js.map +1 -0
  60. package/models/components/commercialsecuredloanassettype.d.ts +100 -0
  61. package/models/components/commercialsecuredloanassettype.d.ts.map +1 -0
  62. package/models/components/commercialsecuredloanassettype.js +84 -0
  63. package/models/components/commercialsecuredloanassettype.js.map +1 -0
  64. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +455 -0
  65. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -0
  66. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +504 -0
  67. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -0
  68. package/models/components/consumerapplicationjsonapirelationships.d.ts +296 -0
  69. package/models/components/consumerapplicationjsonapirelationships.d.ts.map +1 -0
  70. package/models/components/consumerapplicationjsonapirelationships.js +310 -0
  71. package/models/components/consumerapplicationjsonapirelationships.js.map +1 -0
  72. package/models/components/consumerapplicationresource.d.ts +191 -0
  73. package/models/components/consumerapplicationresource.d.ts.map +1 -0
  74. package/models/components/consumerapplicationresource.js +187 -0
  75. package/models/components/consumerapplicationresource.js.map +1 -0
  76. package/models/components/consumersecuredloanapplicationsubmissionpayload.d.ts +124 -0
  77. package/models/components/consumersecuredloanapplicationsubmissionpayload.d.ts.map +1 -0
  78. package/models/components/consumersecuredloanapplicationsubmissionpayload.js +146 -0
  79. package/models/components/consumersecuredloanapplicationsubmissionpayload.js.map +1 -0
  80. package/models/components/consumersecuredloanassetattributes.d.ts +235 -0
  81. package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -0
  82. package/models/components/consumersecuredloanassetattributes.js +170 -0
  83. package/models/components/consumersecuredloanassetattributes.js.map +1 -0
  84. package/models/components/consumersecuredloanassettype.d.ts +64 -0
  85. package/models/components/consumersecuredloanassettype.d.ts.map +1 -0
  86. package/models/components/{consumerassettype.js → consumersecuredloanassettype.js} +27 -28
  87. package/models/components/consumersecuredloanassettype.js.map +1 -0
  88. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +376 -0
  89. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -0
  90. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +426 -0
  91. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -0
  92. package/models/components/createsupportingdocumentsresponse.d.ts +121 -0
  93. package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -0
  94. package/models/components/createsupportingdocumentsresponse.js +149 -0
  95. package/models/components/createsupportingdocumentsresponse.js.map +1 -0
  96. package/models/components/documenttype.d.ts +70 -0
  97. package/models/components/documenttype.d.ts.map +1 -0
  98. package/models/components/documenttype.js +75 -0
  99. package/models/components/documenttype.js.map +1 -0
  100. package/models/components/entityattributes.d.ts +0 -22
  101. package/models/components/entityattributes.d.ts.map +1 -1
  102. package/models/components/entityattributes.js +0 -19
  103. package/models/components/entityattributes.js.map +1 -1
  104. package/models/components/forbiddenerror.d.ts +17 -39
  105. package/models/components/forbiddenerror.d.ts.map +1 -1
  106. package/models/components/forbiddenerror.js +27 -46
  107. package/models/components/forbiddenerror.js.map +1 -1
  108. package/models/components/index.d.ts +25 -8
  109. package/models/components/index.d.ts.map +1 -1
  110. package/models/components/index.js +25 -8
  111. package/models/components/index.js.map +1 -1
  112. package/models/components/linkobject.d.ts +47 -0
  113. package/models/components/linkobject.d.ts.map +1 -0
  114. package/models/components/linkobject.js +77 -0
  115. package/models/components/linkobject.js.map +1 -0
  116. package/models/components/relationshipresourcenotfound.d.ts +116 -0
  117. package/models/components/relationshipresourcenotfound.d.ts.map +1 -0
  118. package/models/components/relationshipresourcenotfound.js +139 -0
  119. package/models/components/relationshipresourcenotfound.js.map +1 -0
  120. package/models/components/resourcenotfound.d.ts +119 -0
  121. package/models/components/resourcenotfound.d.ts.map +1 -0
  122. package/models/components/resourcenotfound.js +139 -0
  123. package/models/components/resourcenotfound.js.map +1 -0
  124. package/models/components/resourcetypes.d.ts +46 -0
  125. package/models/components/resourcetypes.d.ts.map +1 -0
  126. package/models/components/{links.js → resourcetypes.js} +21 -27
  127. package/models/components/resourcetypes.js.map +1 -0
  128. package/models/components/supportingdocumentattributes.d.ts +40 -0
  129. package/models/components/supportingdocumentattributes.d.ts.map +1 -0
  130. package/models/components/{applicationattributescreate.js → supportingdocumentattributes.js} +24 -24
  131. package/models/components/supportingdocumentattributes.js.map +1 -0
  132. package/models/components/supportingdocumentattributesinput.d.ts +38 -0
  133. package/models/components/supportingdocumentattributesinput.d.ts.map +1 -0
  134. package/models/components/supportingdocumentattributesinput.js +72 -0
  135. package/models/components/supportingdocumentattributesinput.js.map +1 -0
  136. package/models/components/supportingdocumentrelationships.d.ts +448 -0
  137. package/models/components/supportingdocumentrelationships.d.ts.map +1 -0
  138. package/models/components/supportingdocumentrelationships.js +434 -0
  139. package/models/components/supportingdocumentrelationships.js.map +1 -0
  140. package/models/components/supportingdocumentresource.d.ts +91 -0
  141. package/models/components/supportingdocumentresource.d.ts.map +1 -0
  142. package/models/components/supportingdocumentresource.js +121 -0
  143. package/models/components/supportingdocumentresource.js.map +1 -0
  144. package/models/components/uploadmimetype.d.ts +49 -0
  145. package/models/components/uploadmimetype.d.ts.map +1 -0
  146. package/models/components/{applicationtype.js → uploadmimetype.js} +22 -14
  147. package/models/components/uploadmimetype.js.map +1 -0
  148. package/models/errors/createapplication.d.ts +38 -0
  149. package/models/errors/createapplication.d.ts.map +1 -0
  150. package/models/errors/{responsebody.js → createapplication.js} +15 -15
  151. package/models/errors/createapplication.js.map +1 -0
  152. package/models/errors/index.d.ts +2 -1
  153. package/models/errors/index.d.ts.map +1 -1
  154. package/models/errors/index.js +2 -1
  155. package/models/errors/index.js.map +1 -1
  156. package/models/errors/supportingdocumentscreate.d.ts +143 -0
  157. package/models/errors/supportingdocumentscreate.d.ts.map +1 -0
  158. package/models/errors/supportingdocumentscreate.js +225 -0
  159. package/models/errors/supportingdocumentscreate.js.map +1 -0
  160. package/models/operations/createapplication.d.ts +66 -808
  161. package/models/operations/createapplication.d.ts.map +1 -1
  162. package/models/operations/createapplication.js +82 -837
  163. package/models/operations/createapplication.js.map +1 -1
  164. package/models/operations/index.d.ts +1 -2
  165. package/models/operations/index.d.ts.map +1 -1
  166. package/models/operations/index.js +1 -2
  167. package/models/operations/index.js.map +1 -1
  168. package/models/operations/supportingdocumentscreate.d.ts +60 -0
  169. package/models/operations/supportingdocumentscreate.d.ts.map +1 -0
  170. package/models/operations/supportingdocumentscreate.js +108 -0
  171. package/models/operations/supportingdocumentscreate.js.map +1 -0
  172. package/package.json +3 -3
  173. package/sdk/applications.d.ts +1 -10
  174. package/sdk/applications.d.ts.map +1 -1
  175. package/sdk/applications.js +0 -14
  176. package/sdk/applications.js.map +1 -1
  177. package/sdk/oauthtoken.d.ts +1 -1
  178. package/sdk/oauthtoken.d.ts.map +1 -1
  179. package/sdk/oauthtoken.js +3 -3
  180. package/sdk/oauthtoken.js.map +1 -1
  181. package/sdk/sdk.d.ts +3 -0
  182. package/sdk/sdk.d.ts.map +1 -1
  183. package/sdk/sdk.js +4 -0
  184. package/sdk/sdk.js.map +1 -1
  185. package/sdk/supportingdocuments.d.ts +10 -0
  186. package/sdk/supportingdocuments.d.ts.map +1 -0
  187. package/sdk/supportingdocuments.js +19 -0
  188. package/sdk/supportingdocuments.js.map +1 -0
  189. package/src/funcs/applicationsCreate.ts +7 -8
  190. package/src/funcs/{oauthTokenGet.ts → oauthTokenOauthToken.ts} +1 -1
  191. package/src/funcs/{applicationsList.ts → supportingDocumentsCreate.ts} +31 -20
  192. package/src/lib/config.ts +4 -7
  193. package/src/lib/matchers.ts +20 -0
  194. package/src/lib/sdks.ts +19 -13
  195. package/src/models/components/addressattributes.ts +18 -14
  196. package/src/models/components/applicationresource.ts +83 -0
  197. package/src/models/components/badrequesterror.ts +182 -0
  198. package/src/models/components/commercialapplicationjsonapirelationships.ts +894 -0
  199. package/src/models/components/commercialapplicationresource.ts +355 -0
  200. package/src/models/components/commercialsecuredloanapplicationsubmissionpayload.ts +237 -0
  201. package/src/models/components/commercialsecuredloanassetattributes.ts +315 -0
  202. package/src/models/components/commercialsecuredloanassettype.ts +64 -0
  203. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +1148 -0
  204. package/src/models/components/consumerapplicationjsonapirelationships.ts +683 -0
  205. package/src/models/components/consumerapplicationresource.ts +342 -0
  206. package/src/models/components/consumersecuredloanapplicationsubmissionpayload.ts +270 -0
  207. package/src/models/components/consumersecuredloanassetattributes.ts +330 -0
  208. package/src/models/components/consumersecuredloanassettype.ts +47 -0
  209. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +1011 -0
  210. package/src/models/components/createsupportingdocumentsresponse.ts +252 -0
  211. package/src/models/components/documenttype.ts +49 -0
  212. package/src/models/components/entityattributes.ts +0 -44
  213. package/src/models/components/forbiddenerror.ts +35 -58
  214. package/src/models/components/index.ts +25 -8
  215. package/src/models/components/linkobject.ts +84 -0
  216. package/src/models/components/relationshipresourcenotfound.ts +195 -0
  217. package/src/models/components/resourcenotfound.ts +188 -0
  218. package/src/models/components/resourcetypes.ts +39 -0
  219. package/src/models/components/supportingdocumentattributes.ts +87 -0
  220. package/src/models/components/supportingdocumentattributesinput.ts +84 -0
  221. package/src/models/components/supportingdocumentrelationships.ts +828 -0
  222. package/src/models/components/supportingdocumentresource.ts +163 -0
  223. package/src/models/components/uploadmimetype.ts +44 -0
  224. package/src/models/errors/createapplication.ts +76 -0
  225. package/src/models/errors/index.ts +2 -1
  226. package/src/models/errors/supportingdocumentscreate.ts +342 -0
  227. package/src/models/operations/createapplication.ts +143 -1778
  228. package/src/models/operations/index.ts +1 -2
  229. package/src/models/operations/supportingdocumentscreate.ts +150 -0
  230. package/src/sdk/applications.ts +1 -32
  231. package/src/sdk/oauthtoken.ts +3 -3
  232. package/src/sdk/sdk.ts +8 -0
  233. package/src/sdk/supportingdocuments.ts +25 -0
  234. package/funcs/applicationsGet.d.ts +0 -14
  235. package/funcs/applicationsGet.d.ts.map +0 -1
  236. package/funcs/applicationsGet.js +0 -120
  237. package/funcs/applicationsGet.js.map +0 -1
  238. package/funcs/applicationsList.d.ts +0 -14
  239. package/funcs/applicationsList.d.ts.map +0 -1
  240. package/funcs/applicationsList.js.map +0 -1
  241. package/funcs/oauthTokenGet.d.ts.map +0 -1
  242. package/funcs/oauthTokenGet.js.map +0 -1
  243. package/models/components/applicationattributes.d.ts +0 -69
  244. package/models/components/applicationattributes.d.ts.map +0 -1
  245. package/models/components/applicationattributes.js +0 -85
  246. package/models/components/applicationattributes.js.map +0 -1
  247. package/models/components/applicationattributescreate.d.ts +0 -43
  248. package/models/components/applicationattributescreate.d.ts.map +0 -1
  249. package/models/components/applicationattributescreate.js.map +0 -1
  250. package/models/components/applicationresourcebulksubmission.d.ts +0 -533
  251. package/models/components/applicationresourcebulksubmission.d.ts.map +0 -1
  252. package/models/components/applicationresourcebulksubmission.js +0 -565
  253. package/models/components/applicationresourcebulksubmission.js.map +0 -1
  254. package/models/components/applicationtype.d.ts +0 -28
  255. package/models/components/applicationtype.d.ts.map +0 -1
  256. package/models/components/applicationtype.js.map +0 -1
  257. package/models/components/assetattributes.d.ts +0 -311
  258. package/models/components/assetattributes.d.ts.map +0 -1
  259. package/models/components/assetattributes.js +0 -234
  260. package/models/components/assetattributes.js.map +0 -1
  261. package/models/components/commercialassettype.d.ts +0 -44
  262. package/models/components/commercialassettype.d.ts.map +0 -1
  263. package/models/components/commercialassettype.js +0 -85
  264. package/models/components/commercialassettype.js.map +0 -1
  265. package/models/components/consumerassettype.d.ts +0 -32
  266. package/models/components/consumerassettype.d.ts.map +0 -1
  267. package/models/components/consumerassettype.js.map +0 -1
  268. package/models/components/links.d.ts +0 -40
  269. package/models/components/links.d.ts.map +0 -1
  270. package/models/components/links.js.map +0 -1
  271. package/models/errors/responsebody.d.ts +0 -38
  272. package/models/errors/responsebody.d.ts.map +0 -1
  273. package/models/errors/responsebody.js.map +0 -1
  274. package/models/operations/getapplication.d.ts +0 -962
  275. package/models/operations/getapplication.d.ts.map +0 -1
  276. package/models/operations/getapplication.js +0 -1030
  277. package/models/operations/getapplication.js.map +0 -1
  278. package/models/operations/getapplications.d.ts +0 -962
  279. package/models/operations/getapplications.d.ts.map +0 -1
  280. package/models/operations/getapplications.js +0 -1029
  281. package/models/operations/getapplications.js.map +0 -1
  282. package/src/funcs/applicationsGet.ts +0 -168
  283. package/src/models/components/applicationattributes.ts +0 -128
  284. package/src/models/components/applicationattributescreate.ts +0 -90
  285. package/src/models/components/applicationresourcebulksubmission.ts +0 -1178
  286. package/src/models/components/applicationtype.ts +0 -33
  287. package/src/models/components/assetattributes.ts +0 -411
  288. package/src/models/components/commercialassettype.ts +0 -61
  289. package/src/models/components/consumerassettype.ts +0 -43
  290. package/src/models/components/links.ts +0 -72
  291. package/src/models/errors/responsebody.ts +0 -76
  292. package/src/models/operations/getapplication.ts +0 -2246
  293. package/src/models/operations/getapplications.ts +0 -2191
@@ -0,0 +1,455 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ import { AddressAttributes, AddressAttributes$Outbound } from "./addressattributes.js";
6
+ import { CommercialSecuredLoanAssetAttributes, CommercialSecuredLoanAssetAttributes$Outbound } from "./commercialsecuredloanassetattributes.js";
7
+ import { CustomerAttributes, CustomerAttributes$Outbound } from "./customerattributes.js";
8
+ import { EntityAttributes, EntityAttributes$Outbound } from "./entityattributes.js";
9
+ import { LoanDetailsAttributes, LoanDetailsAttributes$Outbound } from "./loandetailsattributes.js";
10
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsType: {
11
+ readonly LoanDetails: "loan-details";
12
+ };
13
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsType = ClosedEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsType>;
14
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsData = {
15
+ type: CommercialSecuredLoanCommercialApplicationRelationshipsType;
16
+ /**
17
+ * Loan details model
18
+ */
19
+ attributes: LoanDetailsAttributes;
20
+ relationships?: any | null | undefined;
21
+ };
22
+ export type LoanDetails = {
23
+ data: CommercialSecuredLoanCommercialApplicationRelationshipsData;
24
+ };
25
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType: {
26
+ readonly Customers: "customers";
27
+ };
28
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType = ClosedEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType>;
29
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType: {
30
+ readonly Addresses: "addresses";
31
+ };
32
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType = ClosedEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType>;
33
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData = {
34
+ type: CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType;
35
+ attributes: AddressAttributes;
36
+ relationships?: any | null | undefined;
37
+ };
38
+ export type Addresses = {
39
+ data: Array<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData>;
40
+ };
41
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsRelationships = {
42
+ addresses?: Addresses | undefined;
43
+ };
44
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData = {
45
+ type: CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType;
46
+ /**
47
+ * A customer of the proposed financing
48
+ */
49
+ attributes: CustomerAttributes;
50
+ relationships?: CommercialSecuredLoanCommercialApplicationRelationshipsRelationships | undefined;
51
+ };
52
+ export type Customers = {
53
+ data: Array<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData>;
54
+ };
55
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAssetType: {
56
+ readonly Assets: "assets";
57
+ };
58
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsAssetType = ClosedEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsAssetType>;
59
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsAssetData = {
60
+ type: CommercialSecuredLoanCommercialApplicationRelationshipsAssetType;
61
+ /**
62
+ * Type of asset for secured commercial loans
63
+ */
64
+ attributes: CommercialSecuredLoanAssetAttributes;
65
+ relationships?: any | null | undefined;
66
+ };
67
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsAsset = {
68
+ data: CommercialSecuredLoanCommercialApplicationRelationshipsAssetData;
69
+ };
70
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType: {
71
+ readonly Entities: "entities";
72
+ };
73
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType = ClosedEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType>;
74
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData = {
75
+ type: CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType;
76
+ attributes: EntityAttributes;
77
+ relationships?: any | null | undefined;
78
+ };
79
+ export type Entities = {
80
+ data: Array<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData>;
81
+ };
82
+ export type CommercialSecuredLoanCommercialApplicationRelationships = {
83
+ loanDetails?: LoanDetails | undefined;
84
+ customers?: Customers | undefined;
85
+ asset?: CommercialSecuredLoanCommercialApplicationRelationshipsAsset | undefined;
86
+ entities?: Entities | undefined;
87
+ };
88
+ /** @internal */
89
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsType>;
90
+ /** @internal */
91
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsType>;
92
+ /**
93
+ * @internal
94
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
95
+ */
96
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsType$ {
97
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema` instead. */
98
+ const inboundSchema: z.ZodNativeEnum<{
99
+ readonly LoanDetails: "loan-details";
100
+ }>;
101
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema` instead. */
102
+ const outboundSchema: z.ZodNativeEnum<{
103
+ readonly LoanDetails: "loan-details";
104
+ }>;
105
+ }
106
+ /** @internal */
107
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsData, z.ZodTypeDef, unknown>;
108
+ /** @internal */
109
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsData$Outbound = {
110
+ type: string;
111
+ attributes: LoanDetailsAttributes$Outbound;
112
+ relationships?: any | null | undefined;
113
+ };
114
+ /** @internal */
115
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsData>;
116
+ /**
117
+ * @internal
118
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
119
+ */
120
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsData$ {
121
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema` instead. */
122
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsData, z.ZodTypeDef, unknown>;
123
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema` instead. */
124
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsData>;
125
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsData$Outbound` instead. */
126
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsData$Outbound;
127
+ }
128
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsData: CommercialSecuredLoanCommercialApplicationRelationshipsData): string;
129
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsDataFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsData, SDKValidationError>;
130
+ /** @internal */
131
+ export declare const LoanDetails$inboundSchema: z.ZodType<LoanDetails, z.ZodTypeDef, unknown>;
132
+ /** @internal */
133
+ export type LoanDetails$Outbound = {
134
+ data: CommercialSecuredLoanCommercialApplicationRelationshipsData$Outbound;
135
+ };
136
+ /** @internal */
137
+ export declare const LoanDetails$outboundSchema: z.ZodType<LoanDetails$Outbound, z.ZodTypeDef, LoanDetails>;
138
+ /**
139
+ * @internal
140
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
141
+ */
142
+ export declare namespace LoanDetails$ {
143
+ /** @deprecated use `LoanDetails$inboundSchema` instead. */
144
+ const inboundSchema: z.ZodType<LoanDetails, z.ZodTypeDef, unknown>;
145
+ /** @deprecated use `LoanDetails$outboundSchema` instead. */
146
+ const outboundSchema: z.ZodType<LoanDetails$Outbound, z.ZodTypeDef, LoanDetails>;
147
+ /** @deprecated use `LoanDetails$Outbound` instead. */
148
+ type Outbound = LoanDetails$Outbound;
149
+ }
150
+ export declare function loanDetailsToJSON(loanDetails: LoanDetails): string;
151
+ export declare function loanDetailsFromJSON(jsonString: string): SafeParseResult<LoanDetails, SDKValidationError>;
152
+ /** @internal */
153
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType>;
154
+ /** @internal */
155
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType>;
156
+ /**
157
+ * @internal
158
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
159
+ */
160
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ {
161
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema` instead. */
162
+ const inboundSchema: z.ZodNativeEnum<{
163
+ readonly Customers: "customers";
164
+ }>;
165
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema` instead. */
166
+ const outboundSchema: z.ZodNativeEnum<{
167
+ readonly Customers: "customers";
168
+ }>;
169
+ }
170
+ /** @internal */
171
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType>;
172
+ /** @internal */
173
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType>;
174
+ /**
175
+ * @internal
176
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
177
+ */
178
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ {
179
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema` instead. */
180
+ const inboundSchema: z.ZodNativeEnum<{
181
+ readonly Addresses: "addresses";
182
+ }>;
183
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema` instead. */
184
+ const outboundSchema: z.ZodNativeEnum<{
185
+ readonly Addresses: "addresses";
186
+ }>;
187
+ }
188
+ /** @internal */
189
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData, z.ZodTypeDef, unknown>;
190
+ /** @internal */
191
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$Outbound = {
192
+ type: string;
193
+ attributes: AddressAttributes$Outbound;
194
+ relationships?: any | null | undefined;
195
+ };
196
+ /** @internal */
197
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData>;
198
+ /**
199
+ * @internal
200
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
201
+ */
202
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ {
203
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema` instead. */
204
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData, z.ZodTypeDef, unknown>;
205
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema` instead. */
206
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData>;
207
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$Outbound` instead. */
208
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$Outbound;
209
+ }
210
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData: CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData): string;
211
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData, SDKValidationError>;
212
+ /** @internal */
213
+ export declare const Addresses$inboundSchema: z.ZodType<Addresses, z.ZodTypeDef, unknown>;
214
+ /** @internal */
215
+ export type Addresses$Outbound = {
216
+ data: Array<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$Outbound>;
217
+ };
218
+ /** @internal */
219
+ export declare const Addresses$outboundSchema: z.ZodType<Addresses$Outbound, z.ZodTypeDef, Addresses>;
220
+ /**
221
+ * @internal
222
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
223
+ */
224
+ export declare namespace Addresses$ {
225
+ /** @deprecated use `Addresses$inboundSchema` instead. */
226
+ const inboundSchema: z.ZodType<Addresses, z.ZodTypeDef, unknown>;
227
+ /** @deprecated use `Addresses$outboundSchema` instead. */
228
+ const outboundSchema: z.ZodType<Addresses$Outbound, z.ZodTypeDef, Addresses>;
229
+ /** @deprecated use `Addresses$Outbound` instead. */
230
+ type Outbound = Addresses$Outbound;
231
+ }
232
+ export declare function addressesToJSON(addresses: Addresses): string;
233
+ export declare function addressesFromJSON(jsonString: string): SafeParseResult<Addresses, SDKValidationError>;
234
+ /** @internal */
235
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsRelationships, z.ZodTypeDef, unknown>;
236
+ /** @internal */
237
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$Outbound = {
238
+ addresses?: Addresses$Outbound | undefined;
239
+ };
240
+ /** @internal */
241
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsRelationships>;
242
+ /**
243
+ * @internal
244
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
245
+ */
246
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$ {
247
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema` instead. */
248
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsRelationships, z.ZodTypeDef, unknown>;
249
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema` instead. */
250
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsRelationships>;
251
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$Outbound` instead. */
252
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$Outbound;
253
+ }
254
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsToJSON(commercialSecuredLoanCommercialApplicationRelationshipsRelationships: CommercialSecuredLoanCommercialApplicationRelationshipsRelationships): string;
255
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsRelationships, SDKValidationError>;
256
+ /** @internal */
257
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData, z.ZodTypeDef, unknown>;
258
+ /** @internal */
259
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$Outbound = {
260
+ type: string;
261
+ attributes: CustomerAttributes$Outbound;
262
+ relationships?: CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$Outbound | undefined;
263
+ };
264
+ /** @internal */
265
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData>;
266
+ /**
267
+ * @internal
268
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
269
+ */
270
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ {
271
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema` instead. */
272
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData, z.ZodTypeDef, unknown>;
273
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema` instead. */
274
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData>;
275
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$Outbound` instead. */
276
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$Outbound;
277
+ }
278
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsCustomersData: CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData): string;
279
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData, SDKValidationError>;
280
+ /** @internal */
281
+ export declare const Customers$inboundSchema: z.ZodType<Customers, z.ZodTypeDef, unknown>;
282
+ /** @internal */
283
+ export type Customers$Outbound = {
284
+ data: Array<CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$Outbound>;
285
+ };
286
+ /** @internal */
287
+ export declare const Customers$outboundSchema: z.ZodType<Customers$Outbound, z.ZodTypeDef, Customers>;
288
+ /**
289
+ * @internal
290
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
291
+ */
292
+ export declare namespace Customers$ {
293
+ /** @deprecated use `Customers$inboundSchema` instead. */
294
+ const inboundSchema: z.ZodType<Customers, z.ZodTypeDef, unknown>;
295
+ /** @deprecated use `Customers$outboundSchema` instead. */
296
+ const outboundSchema: z.ZodType<Customers$Outbound, z.ZodTypeDef, Customers>;
297
+ /** @deprecated use `Customers$Outbound` instead. */
298
+ type Outbound = Customers$Outbound;
299
+ }
300
+ export declare function customersToJSON(customers: Customers): string;
301
+ export declare function customersFromJSON(jsonString: string): SafeParseResult<Customers, SDKValidationError>;
302
+ /** @internal */
303
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsAssetType>;
304
+ /** @internal */
305
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsAssetType>;
306
+ /**
307
+ * @internal
308
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
309
+ */
310
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ {
311
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema` instead. */
312
+ const inboundSchema: z.ZodNativeEnum<{
313
+ readonly Assets: "assets";
314
+ }>;
315
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema` instead. */
316
+ const outboundSchema: z.ZodNativeEnum<{
317
+ readonly Assets: "assets";
318
+ }>;
319
+ }
320
+ /** @internal */
321
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAssetData, z.ZodTypeDef, unknown>;
322
+ /** @internal */
323
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$Outbound = {
324
+ type: string;
325
+ attributes: CommercialSecuredLoanAssetAttributes$Outbound;
326
+ relationships?: any | null | undefined;
327
+ };
328
+ /** @internal */
329
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsAssetData>;
330
+ /**
331
+ * @internal
332
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
333
+ */
334
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ {
335
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema` instead. */
336
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAssetData, z.ZodTypeDef, unknown>;
337
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema` instead. */
338
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsAssetData>;
339
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$Outbound` instead. */
340
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$Outbound;
341
+ }
342
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsAssetDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsAssetData: CommercialSecuredLoanCommercialApplicationRelationshipsAssetData): string;
343
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsAssetDataFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsAssetData, SDKValidationError>;
344
+ /** @internal */
345
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAsset, z.ZodTypeDef, unknown>;
346
+ /** @internal */
347
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsAsset$Outbound = {
348
+ data: CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$Outbound;
349
+ };
350
+ /** @internal */
351
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAsset$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsAsset>;
352
+ /**
353
+ * @internal
354
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
355
+ */
356
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ {
357
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema` instead. */
358
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAsset, z.ZodTypeDef, unknown>;
359
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema` instead. */
360
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsAsset$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsAsset>;
361
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAsset$Outbound` instead. */
362
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsAsset$Outbound;
363
+ }
364
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsAssetToJSON(commercialSecuredLoanCommercialApplicationRelationshipsAsset: CommercialSecuredLoanCommercialApplicationRelationshipsAsset): string;
365
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsAssetFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsAsset, SDKValidationError>;
366
+ /** @internal */
367
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType>;
368
+ /** @internal */
369
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema: z.ZodNativeEnum<typeof CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType>;
370
+ /**
371
+ * @internal
372
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
373
+ */
374
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ {
375
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema` instead. */
376
+ const inboundSchema: z.ZodNativeEnum<{
377
+ readonly Entities: "entities";
378
+ }>;
379
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema` instead. */
380
+ const outboundSchema: z.ZodNativeEnum<{
381
+ readonly Entities: "entities";
382
+ }>;
383
+ }
384
+ /** @internal */
385
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData, z.ZodTypeDef, unknown>;
386
+ /** @internal */
387
+ export type CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$Outbound = {
388
+ type: string;
389
+ attributes: EntityAttributes$Outbound;
390
+ relationships?: any | null | undefined;
391
+ };
392
+ /** @internal */
393
+ export declare const CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData>;
394
+ /**
395
+ * @internal
396
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
397
+ */
398
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ {
399
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema` instead. */
400
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData, z.ZodTypeDef, unknown>;
401
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema` instead. */
402
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData>;
403
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$Outbound` instead. */
404
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$Outbound;
405
+ }
406
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsEntitiesData: CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData): string;
407
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData, SDKValidationError>;
408
+ /** @internal */
409
+ export declare const Entities$inboundSchema: z.ZodType<Entities, z.ZodTypeDef, unknown>;
410
+ /** @internal */
411
+ export type Entities$Outbound = {
412
+ data: Array<CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$Outbound>;
413
+ };
414
+ /** @internal */
415
+ export declare const Entities$outboundSchema: z.ZodType<Entities$Outbound, z.ZodTypeDef, Entities>;
416
+ /**
417
+ * @internal
418
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
419
+ */
420
+ export declare namespace Entities$ {
421
+ /** @deprecated use `Entities$inboundSchema` instead. */
422
+ const inboundSchema: z.ZodType<Entities, z.ZodTypeDef, unknown>;
423
+ /** @deprecated use `Entities$outboundSchema` instead. */
424
+ const outboundSchema: z.ZodType<Entities$Outbound, z.ZodTypeDef, Entities>;
425
+ /** @deprecated use `Entities$Outbound` instead. */
426
+ type Outbound = Entities$Outbound;
427
+ }
428
+ export declare function entitiesToJSON(entities: Entities): string;
429
+ export declare function entitiesFromJSON(jsonString: string): SafeParseResult<Entities, SDKValidationError>;
430
+ /** @internal */
431
+ export declare const CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationships, z.ZodTypeDef, unknown>;
432
+ /** @internal */
433
+ export type CommercialSecuredLoanCommercialApplicationRelationships$Outbound = {
434
+ loanDetails?: LoanDetails$Outbound | undefined;
435
+ customers?: Customers$Outbound | undefined;
436
+ asset?: CommercialSecuredLoanCommercialApplicationRelationshipsAsset$Outbound | undefined;
437
+ entities?: Entities$Outbound | undefined;
438
+ };
439
+ /** @internal */
440
+ export declare const CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationships$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationships>;
441
+ /**
442
+ * @internal
443
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
444
+ */
445
+ export declare namespace CommercialSecuredLoanCommercialApplicationRelationships$ {
446
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema` instead. */
447
+ const inboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationships, z.ZodTypeDef, unknown>;
448
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema` instead. */
449
+ const outboundSchema: z.ZodType<CommercialSecuredLoanCommercialApplicationRelationships$Outbound, z.ZodTypeDef, CommercialSecuredLoanCommercialApplicationRelationships>;
450
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationships$Outbound` instead. */
451
+ type Outbound = CommercialSecuredLoanCommercialApplicationRelationships$Outbound;
452
+ }
453
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsToJSON(commercialSecuredLoanCommercialApplicationRelationships: CommercialSecuredLoanCommercialApplicationRelationships): string;
454
+ export declare function commercialSecuredLoanCommercialApplicationRelationshipsFromJSON(jsonString: string): SafeParseResult<CommercialSecuredLoanCommercialApplicationRelationships, SDKValidationError>;
455
+ //# sourceMappingURL=commercialsecuredloancommercialapplicationrelationships.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commercialsecuredloancommercialapplicationrelationships.d.ts","sourceRoot":"","sources":["../../src/models/components/commercialsecuredloancommercialapplicationrelationships.ts"],"names":[],"mappings":"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"}