@financeable/aggregation 0.7.3 → 0.8.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 (90) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +3 -3
  3. package/lib/config.js +3 -3
  4. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +192 -14
  5. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  6. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +186 -19
  7. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  8. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +192 -14
  9. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
  10. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +191 -20
  11. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
  12. package/models/components/currencycodeiso4217.d.ts +25 -0
  13. package/models/components/currencycodeiso4217.d.ts.map +1 -0
  14. package/models/components/currencycodeiso4217.js +59 -0
  15. package/models/components/currencycodeiso4217.js.map +1 -0
  16. package/models/components/customerassetattributes.d.ts +37 -0
  17. package/models/components/customerassetattributes.d.ts.map +1 -0
  18. package/models/components/customerassetattributes.js +77 -0
  19. package/models/components/customerassetattributes.js.map +1 -0
  20. package/models/components/customerassettype.d.ts +46 -0
  21. package/models/components/customerassettype.d.ts.map +1 -0
  22. package/models/components/customerassettype.js +66 -0
  23. package/models/components/customerassettype.js.map +1 -0
  24. package/models/components/customerattributes.d.ts +14 -0
  25. package/models/components/customerattributes.d.ts.map +1 -1
  26. package/models/components/customerattributes.js +11 -0
  27. package/models/components/customerattributes.js.map +1 -1
  28. package/models/components/customerliabilityattributes.d.ts +46 -0
  29. package/models/components/customerliabilityattributes.d.ts.map +1 -0
  30. package/models/components/customerliabilityattributes.js +88 -0
  31. package/models/components/customerliabilityattributes.js.map +1 -0
  32. package/models/components/customerliabilityrepaymentfrequency.d.ts +31 -0
  33. package/models/components/customerliabilityrepaymentfrequency.d.ts.map +1 -0
  34. package/models/components/customerliabilityrepaymentfrequency.js +61 -0
  35. package/models/components/customerliabilityrepaymentfrequency.js.map +1 -0
  36. package/models/components/customerliabilitytype.d.ts +40 -0
  37. package/models/components/customerliabilitytype.d.ts.map +1 -0
  38. package/models/components/customerliabilitytype.js +64 -0
  39. package/models/components/customerliabilitytype.js.map +1 -0
  40. package/models/components/index.d.ts +11 -0
  41. package/models/components/index.d.ts.map +1 -1
  42. package/models/components/index.js +11 -0
  43. package/models/components/index.js.map +1 -1
  44. package/models/components/livingarrangements.d.ts +34 -0
  45. package/models/components/livingarrangements.d.ts.map +1 -0
  46. package/models/components/livingarrangements.js +62 -0
  47. package/models/components/livingarrangements.js.map +1 -0
  48. package/models/components/loandetailsattributes.d.ts +252 -30
  49. package/models/components/loandetailsattributes.d.ts.map +1 -1
  50. package/models/components/loandetailsattributes.js +266 -19
  51. package/models/components/loandetailsattributes.js.map +1 -1
  52. package/models/components/maritalstatus.d.ts +28 -0
  53. package/models/components/maritalstatus.d.ts.map +1 -0
  54. package/models/components/maritalstatus.js +60 -0
  55. package/models/components/maritalstatus.js.map +1 -0
  56. package/models/components/monetaryquantity.d.ts +63 -0
  57. package/models/components/monetaryquantity.d.ts.map +1 -0
  58. package/models/components/monetaryquantity.js +93 -0
  59. package/models/components/monetaryquantity.js.map +1 -0
  60. package/models/components/percentagequantity.d.ts +57 -0
  61. package/models/components/percentagequantity.d.ts.map +1 -0
  62. package/models/components/percentagequantity.js +89 -0
  63. package/models/components/percentagequantity.js.map +1 -0
  64. package/models/components/residencystatus.d.ts +37 -0
  65. package/models/components/residencystatus.d.ts.map +1 -0
  66. package/models/components/residencystatus.js +63 -0
  67. package/models/components/residencystatus.js.map +1 -0
  68. package/models/operations/createapplication.d.ts +102 -4
  69. package/models/operations/createapplication.d.ts.map +1 -1
  70. package/models/operations/createapplication.js +107 -1
  71. package/models/operations/createapplication.js.map +1 -1
  72. package/package.json +2 -2
  73. package/src/lib/config.ts +3 -3
  74. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +426 -25
  75. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +480 -26
  76. package/src/models/components/currencycodeiso4217.ts +32 -0
  77. package/src/models/components/customerassetattributes.ts +89 -0
  78. package/src/models/components/customerassettype.ts +39 -0
  79. package/src/models/components/customerattributes.ts +34 -0
  80. package/src/models/components/customerliabilityattributes.ts +114 -0
  81. package/src/models/components/customerliabilityrepaymentfrequency.ts +38 -0
  82. package/src/models/components/customerliabilitytype.ts +37 -0
  83. package/src/models/components/index.ts +11 -0
  84. package/src/models/components/livingarrangements.ts +35 -0
  85. package/src/models/components/loandetailsattributes.ts +537 -48
  86. package/src/models/components/maritalstatus.ts +33 -0
  87. package/src/models/components/monetaryquantity.ts +110 -0
  88. package/src/models/components/percentagequantity.ts +102 -0
  89. package/src/models/components/residencystatus.ts +36 -0
  90. package/src/models/operations/createapplication.ts +191 -3
@@ -36,16 +36,24 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema = exports.Customers$ = exports.Customers$outboundSchema = exports.Customers$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema = exports.Relationships$ = exports.Relationships$outboundSchema = exports.Relationships$inboundSchema = exports.Addresses$ = exports.Addresses$outboundSchema = exports.Addresses$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema = exports.LoanDetails$ = exports.LoanDetails$outboundSchema = exports.LoanDetails$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType = void 0;
40
- exports.CommercialSecuredLoanCommercialApplicationRelationships$ = exports.CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema = exports.Entities$ = exports.Entities$outboundSchema = exports.Entities$inboundSchema = void 0;
39
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema = exports.Relationships$ = exports.Relationships$outboundSchema = exports.Relationships$inboundSchema = exports.Assets$ = exports.Assets$outboundSchema = exports.Assets$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema = exports.Liabilities$ = exports.Liabilities$outboundSchema = exports.Liabilities$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema = exports.Addresses$ = exports.Addresses$outboundSchema = exports.Addresses$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema = exports.LoanDetails$ = exports.LoanDetails$outboundSchema = exports.LoanDetails$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType = void 0;
40
+ exports.CommercialSecuredLoanCommercialApplicationRelationships$ = exports.CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema = exports.Entities$ = exports.Entities$outboundSchema = exports.Entities$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema = exports.Customers$ = exports.Customers$outboundSchema = exports.Customers$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema = void 0;
41
41
  exports.commercialSecuredLoanCommercialApplicationRelationshipsDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsDataToJSON;
42
42
  exports.commercialSecuredLoanCommercialApplicationRelationshipsDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsDataFromJSON;
43
43
  exports.loanDetailsToJSON = loanDetailsToJSON;
44
44
  exports.loanDetailsFromJSON = loanDetailsFromJSON;
45
- exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON;
46
- exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON;
45
+ exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesDataToJSON;
46
+ exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesDataFromJSON;
47
47
  exports.addressesToJSON = addressesToJSON;
48
48
  exports.addressesFromJSON = addressesFromJSON;
49
+ exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON;
50
+ exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON;
51
+ exports.liabilitiesToJSON = liabilitiesToJSON;
52
+ exports.liabilitiesFromJSON = liabilitiesFromJSON;
53
+ exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsDataToJSON;
54
+ exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsDataFromJSON;
55
+ exports.assetsToJSON = assetsToJSON;
56
+ exports.assetsFromJSON = assetsFromJSON;
49
57
  exports.relationshipsToJSON = relationshipsToJSON;
50
58
  exports.relationshipsFromJSON = relationshipsFromJSON;
51
59
  exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataToJSON;
@@ -66,7 +74,9 @@ const z = __importStar(require("zod"));
66
74
  const schemas_js_1 = require("../../lib/schemas.js");
67
75
  const addressattributes_js_1 = require("./addressattributes.js");
68
76
  const commercialsecuredloanassetattributes_js_1 = require("./commercialsecuredloanassetattributes.js");
77
+ const customerassetattributes_js_1 = require("./customerassetattributes.js");
69
78
  const customerattributes_js_1 = require("./customerattributes.js");
79
+ const customerliabilityattributes_js_1 = require("./customerliabilityattributes.js");
70
80
  const entityattributes_js_1 = require("./entityattributes.js");
71
81
  const linkobject_js_1 = require("./linkobject.js");
72
82
  const loandetailsattributes_js_1 = require("./loandetailsattributes.js");
@@ -79,6 +89,12 @@ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType = {
79
89
  exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType = {
80
90
  Addresses: "addresses",
81
91
  };
92
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType = {
93
+ CustomerLiabilities: "customer-liabilities",
94
+ };
95
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType = {
96
+ CustomerAssets: "customer-assets",
97
+ };
82
98
  exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType = {
83
99
  Assets: "assets",
84
100
  };
@@ -189,19 +205,92 @@ var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$;
189
205
  CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema;
190
206
  })(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = {}));
191
207
  /** @internal */
192
- exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema = z.object({
208
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema = z.object({
193
209
  type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema,
194
210
  attributes: addressattributes_js_1.AddressAttributes$inboundSchema,
195
211
  links: z.record(linkobject_js_1.LinkObject$inboundSchema).optional(),
196
212
  meta: z.record(z.any()).optional(),
197
213
  });
198
214
  /** @internal */
199
- exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema = z.object({
215
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema = z.object({
200
216
  type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema,
201
217
  attributes: addressattributes_js_1.AddressAttributes$outboundSchema,
202
218
  links: z.record(linkobject_js_1.LinkObject$outboundSchema).optional(),
203
219
  meta: z.record(z.any()).optional(),
204
220
  });
221
+ /**
222
+ * @internal
223
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
224
+ */
225
+ var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$;
226
+ (function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$) {
227
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema` instead. */
228
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema;
229
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema` instead. */
230
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema;
231
+ })(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$ = {}));
232
+ function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData) {
233
+ return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema
234
+ .parse(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData));
235
+ }
236
+ function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesDataFromJSON(jsonString) {
237
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema
238
+ .parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData' from JSON`);
239
+ }
240
+ /** @internal */
241
+ exports.Addresses$inboundSchema = z.object({
242
+ data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema)),
243
+ });
244
+ /** @internal */
245
+ exports.Addresses$outboundSchema = z.object({
246
+ data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema)),
247
+ });
248
+ /**
249
+ * @internal
250
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
251
+ */
252
+ var Addresses$;
253
+ (function (Addresses$) {
254
+ /** @deprecated use `Addresses$inboundSchema` instead. */
255
+ Addresses$.inboundSchema = exports.Addresses$inboundSchema;
256
+ /** @deprecated use `Addresses$outboundSchema` instead. */
257
+ Addresses$.outboundSchema = exports.Addresses$outboundSchema;
258
+ })(Addresses$ || (exports.Addresses$ = Addresses$ = {}));
259
+ function addressesToJSON(addresses) {
260
+ return JSON.stringify(exports.Addresses$outboundSchema.parse(addresses));
261
+ }
262
+ function addressesFromJSON(jsonString) {
263
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Addresses$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Addresses' from JSON`);
264
+ }
265
+ /** @internal */
266
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType);
267
+ /** @internal */
268
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema;
269
+ /**
270
+ * @internal
271
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
272
+ */
273
+ var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$;
274
+ (function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$) {
275
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema` instead. */
276
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema;
277
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema` instead. */
278
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema;
279
+ })(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$ = {}));
280
+ /** @internal */
281
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema = z.object({
282
+ type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema,
283
+ attributes: customerliabilityattributes_js_1.CustomerLiabilityAttributes$inboundSchema,
284
+ links: z.record(linkobject_js_1.LinkObject$inboundSchema).optional(),
285
+ meta: z.record(z.any()).optional(),
286
+ });
287
+ /** @internal */
288
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema = z.object({
289
+ type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema,
290
+ attributes: customerliabilityattributes_js_1.CustomerLiabilityAttributes$outboundSchema,
291
+ links: z.record(linkobject_js_1.LinkObject$outboundSchema).optional(),
292
+ meta: z.record(z.any()).optional(),
293
+ });
205
294
  /**
206
295
  * @internal
207
296
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
@@ -222,37 +311,115 @@ function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDat
222
311
  .parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData' from JSON`);
223
312
  }
224
313
  /** @internal */
225
- exports.Addresses$inboundSchema = z.object({
314
+ exports.Liabilities$inboundSchema = z.object({
226
315
  data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema)),
227
316
  });
228
317
  /** @internal */
229
- exports.Addresses$outboundSchema = z.object({
318
+ exports.Liabilities$outboundSchema = z.object({
230
319
  data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema)),
231
320
  });
232
321
  /**
233
322
  * @internal
234
323
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
235
324
  */
236
- var Addresses$;
237
- (function (Addresses$) {
238
- /** @deprecated use `Addresses$inboundSchema` instead. */
239
- Addresses$.inboundSchema = exports.Addresses$inboundSchema;
240
- /** @deprecated use `Addresses$outboundSchema` instead. */
241
- Addresses$.outboundSchema = exports.Addresses$outboundSchema;
242
- })(Addresses$ || (exports.Addresses$ = Addresses$ = {}));
243
- function addressesToJSON(addresses) {
244
- return JSON.stringify(exports.Addresses$outboundSchema.parse(addresses));
325
+ var Liabilities$;
326
+ (function (Liabilities$) {
327
+ /** @deprecated use `Liabilities$inboundSchema` instead. */
328
+ Liabilities$.inboundSchema = exports.Liabilities$inboundSchema;
329
+ /** @deprecated use `Liabilities$outboundSchema` instead. */
330
+ Liabilities$.outboundSchema = exports.Liabilities$outboundSchema;
331
+ })(Liabilities$ || (exports.Liabilities$ = Liabilities$ = {}));
332
+ function liabilitiesToJSON(liabilities) {
333
+ return JSON.stringify(exports.Liabilities$outboundSchema.parse(liabilities));
245
334
  }
246
- function addressesFromJSON(jsonString) {
247
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Addresses$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Addresses' from JSON`);
335
+ function liabilitiesFromJSON(jsonString) {
336
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Liabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Liabilities' from JSON`);
337
+ }
338
+ /** @internal */
339
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType);
340
+ /** @internal */
341
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema;
342
+ /**
343
+ * @internal
344
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
345
+ */
346
+ var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$;
347
+ (function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$) {
348
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema` instead. */
349
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema;
350
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema` instead. */
351
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema;
352
+ })(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = {}));
353
+ /** @internal */
354
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema = z.object({
355
+ type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema,
356
+ attributes: customerassetattributes_js_1.CustomerAssetAttributes$inboundSchema,
357
+ links: z.record(linkobject_js_1.LinkObject$inboundSchema).optional(),
358
+ meta: z.record(z.any()).optional(),
359
+ });
360
+ /** @internal */
361
+ exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema = z.object({
362
+ type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema,
363
+ attributes: customerassetattributes_js_1.CustomerAssetAttributes$outboundSchema,
364
+ links: z.record(linkobject_js_1.LinkObject$outboundSchema).optional(),
365
+ meta: z.record(z.any()).optional(),
366
+ });
367
+ /**
368
+ * @internal
369
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
370
+ */
371
+ var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$;
372
+ (function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$) {
373
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema` instead. */
374
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema;
375
+ /** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema` instead. */
376
+ CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema;
377
+ })(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$ = {}));
378
+ function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData) {
379
+ return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema
380
+ .parse(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData));
381
+ }
382
+ function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsDataFromJSON(jsonString) {
383
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema
384
+ .parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData' from JSON`);
385
+ }
386
+ /** @internal */
387
+ exports.Assets$inboundSchema = z
388
+ .object({
389
+ data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema)),
390
+ });
391
+ /** @internal */
392
+ exports.Assets$outboundSchema = z.object({
393
+ data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema)),
394
+ });
395
+ /**
396
+ * @internal
397
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
398
+ */
399
+ var Assets$;
400
+ (function (Assets$) {
401
+ /** @deprecated use `Assets$inboundSchema` instead. */
402
+ Assets$.inboundSchema = exports.Assets$inboundSchema;
403
+ /** @deprecated use `Assets$outboundSchema` instead. */
404
+ Assets$.outboundSchema = exports.Assets$outboundSchema;
405
+ })(Assets$ || (exports.Assets$ = Assets$ = {}));
406
+ function assetsToJSON(assets) {
407
+ return JSON.stringify(exports.Assets$outboundSchema.parse(assets));
408
+ }
409
+ function assetsFromJSON(jsonString) {
410
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Assets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Assets' from JSON`);
248
411
  }
249
412
  /** @internal */
250
413
  exports.Relationships$inboundSchema = z.object({
251
414
  addresses: z.lazy(() => exports.Addresses$inboundSchema).optional(),
415
+ liabilities: z.lazy(() => exports.Liabilities$inboundSchema).optional(),
416
+ assets: z.lazy(() => exports.Assets$inboundSchema).optional(),
252
417
  });
253
418
  /** @internal */
254
419
  exports.Relationships$outboundSchema = z.object({
255
420
  addresses: z.lazy(() => exports.Addresses$outboundSchema).optional(),
421
+ liabilities: z.lazy(() => exports.Liabilities$outboundSchema).optional(),
422
+ assets: z.lazy(() => exports.Assets$outboundSchema).optional(),
256
423
  });
257
424
  /**
258
425
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"commercialsecuredloancommercialapplicationrelationships.js","sourceRoot":"","sources":["../../src/models/components/commercialsecuredloancommercialapplicationrelationships.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"commercialsecuredloancommercialapplicationrelationships.js","sourceRoot":"","sources":["../../src/models/components/commercialsecuredloancommercialapplicationrelationships.ts"],"names":[],"mappings":"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"}