@financeable/aggregation 0.9.0 → 0.10.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 (139) hide show
  1. package/docs/sdks/applications/README.md +1 -0
  2. package/docs/sdks/oauthtoken/README.md +1 -0
  3. package/docs/sdks/supportingdocuments/README.md +1 -0
  4. package/examples/README.md +31 -0
  5. package/examples/applicationsCreate.example.ts +179 -0
  6. package/examples/package-lock.json +610 -0
  7. package/examples/package.json +18 -0
  8. package/jsr.json +1 -1
  9. package/lib/config.d.ts +3 -3
  10. package/lib/config.js +3 -3
  11. package/models/components/addressattributes.d.ts +30 -30
  12. package/models/components/addressattributes.d.ts.map +1 -1
  13. package/models/components/addressattributes.js +24 -24
  14. package/models/components/addressattributes.js.map +1 -1
  15. package/models/components/badrequesterror.d.ts +15 -15
  16. package/models/components/badrequesterror.d.ts.map +1 -1
  17. package/models/components/badrequesterror.js.map +1 -1
  18. package/models/components/commercialapplicationjsonapirelationships.d.ts +84 -84
  19. package/models/components/commercialapplicationjsonapirelationships.d.ts.map +1 -1
  20. package/models/components/commercialapplicationjsonapirelationships.js +47 -47
  21. package/models/components/commercialapplicationjsonapirelationships.js.map +1 -1
  22. package/models/components/commercialsecuredapplicationpayload.d.ts +27 -27
  23. package/models/components/commercialsecuredapplicationpayload.d.ts.map +1 -1
  24. package/models/components/commercialsecuredapplicationpayload.js.map +1 -1
  25. package/models/components/commercialsecuredapplicationresource.d.ts +36 -36
  26. package/models/components/commercialsecuredapplicationresource.d.ts.map +1 -1
  27. package/models/components/commercialsecuredapplicationresource.js.map +1 -1
  28. package/models/components/commercialsecuredloanassetattributes.d.ts +66 -66
  29. package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -1
  30. package/models/components/commercialsecuredloanassetattributes.js +26 -24
  31. package/models/components/commercialsecuredloanassetattributes.js.map +1 -1
  32. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +150 -150
  33. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  34. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +92 -92
  35. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  36. package/models/components/consumerapplicationjsonapirelationships.d.ts +62 -62
  37. package/models/components/consumerapplicationjsonapirelationships.d.ts.map +1 -1
  38. package/models/components/consumerapplicationjsonapirelationships.js +32 -32
  39. package/models/components/consumerapplicationjsonapirelationships.js.map +1 -1
  40. package/models/components/consumersecuredapplicationpayload.d.ts +27 -27
  41. package/models/components/consumersecuredapplicationpayload.d.ts.map +1 -1
  42. package/models/components/consumersecuredapplicationpayload.js.map +1 -1
  43. package/models/components/consumersecuredapplicationresource.d.ts +36 -36
  44. package/models/components/consumersecuredapplicationresource.d.ts.map +1 -1
  45. package/models/components/consumersecuredapplicationresource.js.map +1 -1
  46. package/models/components/consumersecuredloanassetattributes.d.ts +78 -78
  47. package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
  48. package/models/components/consumersecuredloanassetattributes.js +41 -39
  49. package/models/components/consumersecuredloanassetattributes.js.map +1 -1
  50. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +172 -172
  51. package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
  52. package/models/components/consumersecuredloanconsumerapplicationrelationships.js +107 -107
  53. package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
  54. package/models/components/createsupportingdocumentsresponse.d.ts +16 -16
  55. package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -1
  56. package/models/components/createsupportingdocumentsresponse.js.map +1 -1
  57. package/models/components/customerassetattributes.d.ts +2 -2
  58. package/models/components/customerassetattributes.d.ts.map +1 -1
  59. package/models/components/customerassetattributes.js +2 -2
  60. package/models/components/customerassetattributes.js.map +1 -1
  61. package/models/components/customerattributes.d.ts +16 -11
  62. package/models/components/customerattributes.d.ts.map +1 -1
  63. package/models/components/customerattributes.js +12 -10
  64. package/models/components/customerattributes.js.map +1 -1
  65. package/models/components/customerliabilityattributes.d.ts +2 -2
  66. package/models/components/customerliabilityattributes.d.ts.map +1 -1
  67. package/models/components/customerliabilityattributes.js +2 -2
  68. package/models/components/customerliabilityattributes.js.map +1 -1
  69. package/models/components/entityattributes.d.ts +4 -4
  70. package/models/components/entityattributes.d.ts.map +1 -1
  71. package/models/components/entityattributes.js +4 -4
  72. package/models/components/entityattributes.js.map +1 -1
  73. package/models/components/expenseattributes.d.ts +2 -2
  74. package/models/components/expenseattributes.d.ts.map +1 -1
  75. package/models/components/expenseattributes.js +2 -2
  76. package/models/components/expenseattributes.js.map +1 -1
  77. package/models/components/forbiddenerror.d.ts +15 -15
  78. package/models/components/forbiddenerror.d.ts.map +1 -1
  79. package/models/components/forbiddenerror.js.map +1 -1
  80. package/models/components/incomeattributes.d.ts +2 -2
  81. package/models/components/incomeattributes.d.ts.map +1 -1
  82. package/models/components/incomeattributes.js +2 -2
  83. package/models/components/incomeattributes.js.map +1 -1
  84. package/models/components/monetaryquantity.d.ts +11 -11
  85. package/models/components/monetaryquantity.d.ts.map +1 -1
  86. package/models/components/monetaryquantity.js.map +1 -1
  87. package/models/components/percentagequantity.d.ts +7 -7
  88. package/models/components/percentagequantity.d.ts.map +1 -1
  89. package/models/components/percentagequantity.js.map +1 -1
  90. package/models/components/relationshipresourcenotfound.d.ts +12 -12
  91. package/models/components/relationshipresourcenotfound.d.ts.map +1 -1
  92. package/models/components/relationshipresourcenotfound.js.map +1 -1
  93. package/models/components/resourcenotfound.d.ts +15 -15
  94. package/models/components/resourcenotfound.d.ts.map +1 -1
  95. package/models/components/resourcenotfound.js.map +1 -1
  96. package/models/components/supportingdocumentrelationships.d.ts +106 -106
  97. package/models/components/supportingdocumentrelationships.d.ts.map +1 -1
  98. package/models/components/supportingdocumentrelationships.js +63 -63
  99. package/models/components/supportingdocumentrelationships.js.map +1 -1
  100. package/models/components/supportingdocumentresource.d.ts +11 -11
  101. package/models/components/supportingdocumentresource.d.ts.map +1 -1
  102. package/models/components/supportingdocumentresource.js.map +1 -1
  103. package/models/components/tokenrequest.d.ts +18 -18
  104. package/models/components/tokenrequest.d.ts.map +1 -1
  105. package/models/components/tokenrequest.js.map +1 -1
  106. package/models/operations/createapplication.d.ts +154 -154
  107. package/models/operations/createapplication.d.ts.map +1 -1
  108. package/models/operations/createapplication.js +109 -109
  109. package/models/operations/createapplication.js.map +1 -1
  110. package/package.json +4 -5
  111. package/src/lib/config.ts +3 -3
  112. package/src/models/components/addressattributes.ts +55 -55
  113. package/src/models/components/badrequesterror.ts +14 -14
  114. package/src/models/components/commercialapplicationjsonapirelationships.ts +117 -117
  115. package/src/models/components/commercialsecuredapplicationpayload.ts +27 -27
  116. package/src/models/components/commercialsecuredapplicationresource.ts +46 -46
  117. package/src/models/components/commercialsecuredloanassetattributes.ts +63 -61
  118. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +243 -243
  119. package/src/models/components/consumerapplicationjsonapirelationships.ts +83 -83
  120. package/src/models/components/consumersecuredapplicationpayload.ts +27 -27
  121. package/src/models/components/consumersecuredapplicationresource.ts +47 -47
  122. package/src/models/components/consumersecuredloanassetattributes.ts +98 -96
  123. package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +279 -279
  124. package/src/models/components/createsupportingdocumentsresponse.ts +16 -16
  125. package/src/models/components/customerassetattributes.ts +4 -4
  126. package/src/models/components/customerattributes.ts +28 -21
  127. package/src/models/components/customerliabilityattributes.ts +4 -4
  128. package/src/models/components/entityattributes.ts +8 -8
  129. package/src/models/components/expenseattributes.ts +4 -4
  130. package/src/models/components/forbiddenerror.ts +14 -14
  131. package/src/models/components/incomeattributes.ts +4 -4
  132. package/src/models/components/monetaryquantity.ts +12 -12
  133. package/src/models/components/percentagequantity.ts +8 -8
  134. package/src/models/components/relationshipresourcenotfound.ts +11 -11
  135. package/src/models/components/resourcenotfound.ts +14 -14
  136. package/src/models/components/supportingdocumentrelationships.ts +129 -129
  137. package/src/models/components/supportingdocumentresource.ts +8 -8
  138. package/src/models/components/tokenrequest.ts +19 -19
  139. package/src/models/operations/createapplication.ts +204 -204
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema = exports.Income$ = exports.Income$outboundSchema = exports.Income$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType = void 0;
40
- exports.ConsumerSecuredLoanConsumerApplicationRelationships$ = exports.ConsumerSecuredLoanConsumerApplicationRelationships$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationships$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAsset$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAsset$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAsset$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$inboundSchema = exports.Expenses$ = exports.Expenses$outboundSchema = exports.Expenses$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$inboundSchema = void 0;
39
+ exports.Income$ = exports.Income$outboundSchema = exports.Income$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType = void 0;
40
+ exports.ConsumerSecuredLoanConsumerApplicationRelationships$ = exports.ConsumerSecuredLoanConsumerApplicationRelationships$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationships$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAsset$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAsset$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAsset$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$inboundSchema = exports.Expenses$ = exports.Expenses$outboundSchema = exports.Expenses$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$ = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema = void 0;
41
41
  exports.consumerSecuredLoanConsumerApplicationRelationshipsDataToJSON = consumerSecuredLoanConsumerApplicationRelationshipsDataToJSON;
42
42
  exports.consumerSecuredLoanConsumerApplicationRelationshipsDataFromJSON = consumerSecuredLoanConsumerApplicationRelationshipsDataFromJSON;
43
43
  exports.consumerSecuredLoanConsumerApplicationRelationshipsLoanDetailsToJSON = consumerSecuredLoanConsumerApplicationRelationshipsLoanDetailsToJSON;
@@ -125,6 +125,111 @@ var ConsumerSecuredLoanConsumerApplicationRelationshipsType$;
125
125
  ConsumerSecuredLoanConsumerApplicationRelationshipsType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema;
126
126
  })(ConsumerSecuredLoanConsumerApplicationRelationshipsType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsType$ = {}));
127
127
  /** @internal */
128
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType);
129
+ /** @internal */
130
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema;
131
+ /**
132
+ * @internal
133
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
134
+ */
135
+ var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$;
136
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$) {
137
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema` instead. */
138
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema;
139
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema` instead. */
140
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema;
141
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ = {}));
142
+ /** @internal */
143
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType);
144
+ /** @internal */
145
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema;
146
+ /**
147
+ * @internal
148
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
149
+ */
150
+ var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$;
151
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$) {
152
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema` instead. */
153
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema;
154
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema` instead. */
155
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema;
156
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ = {}));
157
+ /** @internal */
158
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType);
159
+ /** @internal */
160
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema;
161
+ /**
162
+ * @internal
163
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
164
+ */
165
+ var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$;
166
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$) {
167
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema` instead. */
168
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema;
169
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema` instead. */
170
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema;
171
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ = {}));
172
+ /** @internal */
173
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType);
174
+ /** @internal */
175
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema;
176
+ /**
177
+ * @internal
178
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
+ */
180
+ var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$;
181
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$) {
182
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema` instead. */
183
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema;
184
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema` instead. */
185
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema;
186
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ = {}));
187
+ /** @internal */
188
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType);
189
+ /** @internal */
190
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema;
191
+ /**
192
+ * @internal
193
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
194
+ */
195
+ var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$;
196
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$) {
197
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema` instead. */
198
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema;
199
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema` instead. */
200
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema;
201
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = {}));
202
+ /** @internal */
203
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType);
204
+ /** @internal */
205
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema;
206
+ /**
207
+ * @internal
208
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
209
+ */
210
+ var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$;
211
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$) {
212
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema` instead. */
213
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema;
214
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema` instead. */
215
+ ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema;
216
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ = {}));
217
+ /** @internal */
218
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType);
219
+ /** @internal */
220
+ exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema;
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 ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$;
226
+ (function (ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$) {
227
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema` instead. */
228
+ ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema;
229
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema` instead. */
230
+ ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema;
231
+ })(ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ = {}));
232
+ /** @internal */
128
233
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsData$inboundSchema = z.object({
129
234
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema,
130
235
  attributes: loandetailsattributes_js_1.LoanDetailsAttributes$inboundSchema,
@@ -185,36 +290,6 @@ function consumerSecuredLoanConsumerApplicationRelationshipsLoanDetailsFromJSON(
185
290
  .parse(JSON.parse(x)), `Failed to parse 'ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails' from JSON`);
186
291
  }
187
292
  /** @internal */
188
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType);
189
- /** @internal */
190
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema;
191
- /**
192
- * @internal
193
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
194
- */
195
- var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$;
196
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$) {
197
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema` instead. */
198
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema;
199
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema` instead. */
200
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema;
201
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ = {}));
202
- /** @internal */
203
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType);
204
- /** @internal */
205
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema;
206
- /**
207
- * @internal
208
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
209
- */
210
- var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$;
211
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$) {
212
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema` instead. */
213
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema;
214
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema` instead. */
215
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema;
216
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ = {}));
217
- /** @internal */
218
293
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema = z.object({
219
294
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema,
220
295
  attributes: addressattributes_js_1.AddressAttributes$inboundSchema,
@@ -275,21 +350,6 @@ function consumerSecuredLoanConsumerApplicationRelationshipsAddressesFromJSON(js
275
350
  .parse(JSON.parse(x)), `Failed to parse 'ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses' from JSON`);
276
351
  }
277
352
  /** @internal */
278
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType);
279
- /** @internal */
280
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema;
281
- /**
282
- * @internal
283
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
284
- */
285
- var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$;
286
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$) {
287
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema` instead. */
288
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema;
289
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema` instead. */
290
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema;
291
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ = {}));
292
- /** @internal */
293
353
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$inboundSchema = z.object({
294
354
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema,
295
355
  attributes: incomeattributes_js_1.IncomeAttributes$inboundSchema,
@@ -349,21 +409,6 @@ function incomeFromJSON(jsonString) {
349
409
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Income$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Income' from JSON`);
350
410
  }
351
411
  /** @internal */
352
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType);
353
- /** @internal */
354
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema;
355
- /**
356
- * @internal
357
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
358
- */
359
- var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$;
360
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$) {
361
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema` instead. */
362
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema;
363
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema` instead. */
364
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema;
365
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ = {}));
366
- /** @internal */
367
412
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema = z.object({
368
413
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema,
369
414
  attributes: customerliabilityattributes_js_1.CustomerLiabilityAttributes$inboundSchema,
@@ -424,21 +469,6 @@ function consumerSecuredLoanConsumerApplicationRelationshipsLiabilitiesFromJSON(
424
469
  .parse(JSON.parse(x)), `Failed to parse 'ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities' from JSON`);
425
470
  }
426
471
  /** @internal */
427
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType);
428
- /** @internal */
429
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema;
430
- /**
431
- * @internal
432
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
433
- */
434
- var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$;
435
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$) {
436
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema` instead. */
437
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema;
438
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema` instead. */
439
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema;
440
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ = {}));
441
- /** @internal */
442
472
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$inboundSchema = z.object({
443
473
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema,
444
474
  attributes: customerassetattributes_js_1.CustomerAssetAttributes$inboundSchema,
@@ -499,21 +529,6 @@ function consumerSecuredLoanConsumerApplicationRelationshipsAssetsFromJSON(jsonS
499
529
  .parse(JSON.parse(x)), `Failed to parse 'ConsumerSecuredLoanConsumerApplicationRelationshipsAssets' from JSON`);
500
530
  }
501
531
  /** @internal */
502
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType);
503
- /** @internal */
504
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema;
505
- /**
506
- * @internal
507
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
508
- */
509
- var ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$;
510
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$) {
511
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema` instead. */
512
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema;
513
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema` instead. */
514
- ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema;
515
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ = {}));
516
- /** @internal */
517
532
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$inboundSchema = z.object({
518
533
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema,
519
534
  attributes: expenseattributes_js_1.ExpenseAttributes$inboundSchema,
@@ -669,21 +684,6 @@ function consumerSecuredLoanConsumerApplicationRelationshipsCustomersFromJSON(js
669
684
  .parse(JSON.parse(x)), `Failed to parse 'ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers' from JSON`);
670
685
  }
671
686
  /** @internal */
672
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema = z.nativeEnum(exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType);
673
- /** @internal */
674
- exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema;
675
- /**
676
- * @internal
677
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
678
- */
679
- var ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$;
680
- (function (ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$) {
681
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema` instead. */
682
- ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$.inboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema;
683
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema` instead. */
684
- ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$.outboundSchema = exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema;
685
- })(ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ || (exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ = ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ = {}));
686
- /** @internal */
687
687
  exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$inboundSchema = z.object({
688
688
  type: exports.ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema,
689
689
  attributes: consumersecuredloanassetattributes_js_1.ConsumerSecuredLoanAssetAttributes$inboundSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"consumersecuredloanconsumerapplicationrelationships.js","sourceRoot":"","sources":["../../src/models/components/consumersecuredloanconsumerapplicationrelationships.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"consumersecuredloanconsumerapplicationrelationships.js","sourceRoot":"","sources":["../../src/models/components/consumersecuredloanconsumerapplicationrelationships.ts"],"names":[],"mappings":"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"}
@@ -22,22 +22,6 @@ export declare const CreateSupportingDocumentsResponseType: {
22
22
  * Resource types used in the API
23
23
  */
24
24
  export type CreateSupportingDocumentsResponseType = ClosedEnum<typeof CreateSupportingDocumentsResponseType>;
25
- export type Links = {
26
- /**
27
- * Standard link object
28
- */
29
- upload: LinkObject;
30
- };
31
- export type CreateSupportingDocumentsResponse = {
32
- type: CreateSupportingDocumentsResponseType;
33
- id?: string | undefined;
34
- attributes: SupportingDocumentAttributes;
35
- relationships: SupportingDocumentRelationships;
36
- links?: Links | undefined;
37
- meta?: {
38
- [k: string]: any;
39
- } | undefined;
40
- };
41
25
  /** @internal */
42
26
  export declare const CreateSupportingDocumentsResponseType$inboundSchema: z.ZodNativeEnum<typeof CreateSupportingDocumentsResponseType>;
43
27
  /** @internal */
@@ -70,6 +54,22 @@ export declare namespace CreateSupportingDocumentsResponseType$ {
70
54
  readonly Addresses: "addresses";
71
55
  }>;
72
56
  }
57
+ export type Links = {
58
+ /**
59
+ * Standard link object
60
+ */
61
+ upload: LinkObject;
62
+ };
63
+ export type CreateSupportingDocumentsResponse = {
64
+ type: CreateSupportingDocumentsResponseType;
65
+ id?: string | undefined;
66
+ attributes: SupportingDocumentAttributes;
67
+ relationships: SupportingDocumentRelationships;
68
+ links?: Links | undefined;
69
+ meta?: {
70
+ [k: string]: any;
71
+ } | undefined;
72
+ };
73
73
  /** @internal */
74
74
  export declare const Links$inboundSchema: z.ZodType<Links, z.ZodTypeDef, unknown>;
75
75
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"createsupportingdocumentsresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/createsupportingdocumentsresponse.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"createsupportingdocumentsresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/createsupportingdocumentsresponse.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"createsupportingdocumentsresponse.js","sourceRoot":"","sources":["../../src/models/components/createsupportingdocumentsresponse.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"createsupportingdocumentsresponse.js","sourceRoot":"","sources":["../../src/models/components/createsupportingdocumentsresponse.ts"],"names":[],"mappings":"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"}
@@ -5,7 +5,7 @@ import { CustomerAssetType } from "./customerassettype.js";
5
5
  import { MonetaryQuantity, MonetaryQuantity$Outbound } from "./monetaryquantity.js";
6
6
  export type CustomerAssetAttributes = {
7
7
  id?: string | undefined;
8
- assetType: CustomerAssetType;
8
+ assetType?: CustomerAssetType | undefined;
9
9
  value?: MonetaryQuantity | undefined;
10
10
  description?: string | undefined;
11
11
  };
@@ -14,7 +14,7 @@ export declare const CustomerAssetAttributes$inboundSchema: z.ZodType<CustomerAs
14
14
  /** @internal */
15
15
  export type CustomerAssetAttributes$Outbound = {
16
16
  id?: string | undefined;
17
- assetType: string;
17
+ assetType?: string | undefined;
18
18
  value?: MonetaryQuantity$Outbound | undefined;
19
19
  description?: string | undefined;
20
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"customerassetattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/customerassetattributes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAGlB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,EAAE,iBAAiB,CAAC;IAC7B,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAMvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D"}
1
+ {"version":3,"file":"customerassetattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/customerassetattributes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAGlB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC1C,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAMvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa,2DAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc,oFAAyC,CAAC;IACrE,kEAAkE;IAClE,KAAY,QAAQ,GAAG,gCAAgC,CAAC;CACzD;AAED,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D"}
@@ -46,14 +46,14 @@ const monetaryquantity_js_1 = require("./monetaryquantity.js");
46
46
  /** @internal */
47
47
  exports.CustomerAssetAttributes$inboundSchema = z.object({
48
48
  id: z.string().optional(),
49
- assetType: customerassettype_js_1.CustomerAssetType$inboundSchema,
49
+ assetType: customerassettype_js_1.CustomerAssetType$inboundSchema.optional(),
50
50
  value: monetaryquantity_js_1.MonetaryQuantity$inboundSchema.optional(),
51
51
  description: z.string().optional(),
52
52
  });
53
53
  /** @internal */
54
54
  exports.CustomerAssetAttributes$outboundSchema = z.object({
55
55
  id: z.string().optional(),
56
- assetType: customerassettype_js_1.CustomerAssetType$outboundSchema,
56
+ assetType: customerassettype_js_1.CustomerAssetType$outboundSchema.optional(),
57
57
  value: monetaryquantity_js_1.MonetaryQuantity$outboundSchema.optional(),
58
58
  description: z.string().optional(),
59
59
  });
@@ -1 +1 @@
1
- {"version":3,"file":"customerassetattributes.js","sourceRoot":"","sources":["../../src/models/components/customerassetattributes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsEH,sEAMC;AAED,0EAQC;AApFD,uCAAyB;AACzB,qDAAiD;AAGjD,iEAIgC;AAChC,+DAK+B;AAS/B,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,SAAS,EAAE,sDAA+B;IAC1C,KAAK,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,SAAS,EAAE,uDAAgC;IAC3C,KAAK,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACjD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IACvC,uEAAuE;IAC1D,sCAAa,GAAG,6CAAqC,CAAC;IACnE,wEAAwE;IAC3D,uCAAc,GAAG,8CAAsC,CAAC;AAGvE,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC;AAED,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AAED,SAAgB,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"customerassetattributes.js","sourceRoot":"","sources":["../../src/models/components/customerassetattributes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsEH,sEAMC;AAED,0EAQC;AApFD,uCAAyB;AACzB,qDAAiD;AAGjD,iEAIgC;AAChC,+DAK+B;AAS/B,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,SAAS,EAAE,sDAA+B,CAAC,QAAQ,EAAE;IACrD,KAAK,EAAE,oDAA8B,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,SAAS,EAAE,uDAAgC,CAAC,QAAQ,EAAE;IACtD,KAAK,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACjD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IACvC,uEAAuE;IAC1D,sCAAa,GAAG,6CAAqC,CAAC;IACnE,wEAAwE;IAC3D,uCAAc,GAAG,8CAAsC,CAAC;AAGvE,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC;AAED,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AAED,SAAgB,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC"}
@@ -16,11 +16,11 @@ export type CustomerAttributes = {
16
16
  /**
17
17
  * Title of the customer
18
18
  */
19
- title: CustomerTitle;
19
+ title?: CustomerTitle | undefined;
20
20
  /**
21
21
  * First name of the customer
22
22
  */
23
- firstName: string;
23
+ firstName?: string | undefined;
24
24
  /**
25
25
  * Middle names of the customer
26
26
  */
@@ -28,15 +28,15 @@ export type CustomerAttributes = {
28
28
  /**
29
29
  * Last name of the customer
30
30
  */
31
- lastName: string;
31
+ lastName?: string | undefined;
32
32
  /**
33
33
  * Date of birth in format YYYY-MM-DD
34
34
  */
35
- dateOfBirth: string;
35
+ dateOfBirth?: string | undefined;
36
36
  /**
37
37
  * Date of expiry of the ID in format YYYY-MM-DD
38
38
  */
39
- idExpiryDate: string;
39
+ idExpiryDate?: string | undefined;
40
40
  /**
41
41
  * Type of ID, either drivers' license or passport
42
42
  */
@@ -46,9 +46,13 @@ export type CustomerAttributes = {
46
46
  */
47
47
  idState?: AustralianStatesAndTerritories | undefined;
48
48
  /**
49
- * Number of the ID
49
+ * Number of the ID - license number for driver's licence or passport code.
50
50
  */
51
51
  idNumber?: string | undefined;
52
+ /**
53
+ * For driver's licence only - the card number
54
+ */
55
+ cardNumber?: string | undefined;
52
56
  /**
53
57
  * The customer's email addresses
54
58
  */
@@ -71,15 +75,16 @@ export declare const CustomerAttributes$inboundSchema: z.ZodType<CustomerAttribu
71
75
  /** @internal */
72
76
  export type CustomerAttributes$Outbound = {
73
77
  id?: string | undefined;
74
- title: string;
75
- firstName: string;
78
+ title?: string | undefined;
79
+ firstName?: string | undefined;
76
80
  middleNames?: string | undefined;
77
- lastName: string;
78
- dateOfBirth: string;
79
- idExpiryDate: string;
81
+ lastName?: string | undefined;
82
+ dateOfBirth?: string | undefined;
83
+ idExpiryDate?: string | undefined;
80
84
  idType?: string | undefined;
81
85
  idState?: string | undefined;
82
86
  idNumber?: string | undefined;
87
+ cardNumber?: string | undefined;
83
88
  emailAddresses?: Array<string> | undefined;
84
89
  phoneNumbers?: Array<string> | undefined;
85
90
  numberOfDependents?: number | undefined;