@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
@@ -15,6 +15,178 @@ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsType: {
15
15
  readonly LoanDetails: "loan-details";
16
16
  };
17
17
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsType>;
18
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType: {
19
+ readonly Customers: "customers";
20
+ };
21
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType>;
22
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType: {
23
+ readonly Addresses: "addresses";
24
+ };
25
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
26
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType: {
27
+ readonly Income: "income";
28
+ };
29
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
30
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType: {
31
+ readonly CustomerLiabilities: "customer-liabilities";
32
+ };
33
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
34
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType: {
35
+ readonly CustomerAssets: "customer-assets";
36
+ };
37
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
38
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType: {
39
+ readonly Expenses: "expenses";
40
+ };
41
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
42
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType: {
43
+ readonly Assets: "assets";
44
+ };
45
+ export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType>;
46
+ /** @internal */
47
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsType>;
48
+ /** @internal */
49
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsType>;
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsType$ {
55
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema` instead. */
56
+ const inboundSchema: z.ZodNativeEnum<{
57
+ readonly LoanDetails: "loan-details";
58
+ }>;
59
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema` instead. */
60
+ const outboundSchema: z.ZodNativeEnum<{
61
+ readonly LoanDetails: "loan-details";
62
+ }>;
63
+ }
64
+ /** @internal */
65
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType>;
66
+ /** @internal */
67
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType>;
68
+ /**
69
+ * @internal
70
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
71
+ */
72
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ {
73
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema` instead. */
74
+ const inboundSchema: z.ZodNativeEnum<{
75
+ readonly Customers: "customers";
76
+ }>;
77
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema` instead. */
78
+ const outboundSchema: z.ZodNativeEnum<{
79
+ readonly Customers: "customers";
80
+ }>;
81
+ }
82
+ /** @internal */
83
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
84
+ /** @internal */
85
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
86
+ /**
87
+ * @internal
88
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
89
+ */
90
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ {
91
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema` instead. */
92
+ const inboundSchema: z.ZodNativeEnum<{
93
+ readonly Addresses: "addresses";
94
+ }>;
95
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema` instead. */
96
+ const outboundSchema: z.ZodNativeEnum<{
97
+ readonly Addresses: "addresses";
98
+ }>;
99
+ }
100
+ /** @internal */
101
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
102
+ /** @internal */
103
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
104
+ /**
105
+ * @internal
106
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
107
+ */
108
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ {
109
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema` instead. */
110
+ const inboundSchema: z.ZodNativeEnum<{
111
+ readonly Income: "income";
112
+ }>;
113
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema` instead. */
114
+ const outboundSchema: z.ZodNativeEnum<{
115
+ readonly Income: "income";
116
+ }>;
117
+ }
118
+ /** @internal */
119
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
120
+ /** @internal */
121
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
122
+ /**
123
+ * @internal
124
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
125
+ */
126
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ {
127
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema` instead. */
128
+ const inboundSchema: z.ZodNativeEnum<{
129
+ readonly CustomerLiabilities: "customer-liabilities";
130
+ }>;
131
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema` instead. */
132
+ const outboundSchema: z.ZodNativeEnum<{
133
+ readonly CustomerLiabilities: "customer-liabilities";
134
+ }>;
135
+ }
136
+ /** @internal */
137
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
138
+ /** @internal */
139
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
140
+ /**
141
+ * @internal
142
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
143
+ */
144
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ {
145
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema` instead. */
146
+ const inboundSchema: z.ZodNativeEnum<{
147
+ readonly CustomerAssets: "customer-assets";
148
+ }>;
149
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema` instead. */
150
+ const outboundSchema: z.ZodNativeEnum<{
151
+ readonly CustomerAssets: "customer-assets";
152
+ }>;
153
+ }
154
+ /** @internal */
155
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
156
+ /** @internal */
157
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
158
+ /**
159
+ * @internal
160
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
161
+ */
162
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ {
163
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema` instead. */
164
+ const inboundSchema: z.ZodNativeEnum<{
165
+ readonly Expenses: "expenses";
166
+ }>;
167
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema` instead. */
168
+ const outboundSchema: z.ZodNativeEnum<{
169
+ readonly Expenses: "expenses";
170
+ }>;
171
+ }
172
+ /** @internal */
173
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType>;
174
+ /** @internal */
175
+ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType>;
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
+ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ {
181
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema` instead. */
182
+ const inboundSchema: z.ZodNativeEnum<{
183
+ readonly Assets: "assets";
184
+ }>;
185
+ /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema` instead. */
186
+ const outboundSchema: z.ZodNativeEnum<{
187
+ readonly Assets: "assets";
188
+ }>;
189
+ }
18
190
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsData = {
19
191
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsType;
20
192
  /**
@@ -31,14 +203,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsData = {
31
203
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails = {
32
204
  data: ConsumerSecuredLoanConsumerApplicationRelationshipsData;
33
205
  };
34
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType: {
35
- readonly Customers: "customers";
36
- };
37
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType>;
38
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType: {
39
- readonly Addresses: "addresses";
40
- };
41
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
42
206
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData = {
43
207
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType;
44
208
  attributes: AddressAttributes;
@@ -52,10 +216,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRela
52
216
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses = {
53
217
  data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData>;
54
218
  };
55
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType: {
56
- readonly Income: "income";
57
- };
58
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
59
219
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData = {
60
220
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType;
61
221
  attributes: IncomeAttributes;
@@ -69,10 +229,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData
69
229
  export type Income = {
70
230
  data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData>;
71
231
  };
72
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType: {
73
- readonly CustomerLiabilities: "customer-liabilities";
74
- };
75
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
76
232
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData = {
77
233
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType;
78
234
  attributes: CustomerLiabilityAttributes;
@@ -86,10 +242,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRela
86
242
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities = {
87
243
  data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData>;
88
244
  };
89
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType: {
90
- readonly CustomerAssets: "customer-assets";
91
- };
92
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
93
245
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData = {
94
246
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType;
95
247
  attributes: CustomerAssetAttributes;
@@ -103,10 +255,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRela
103
255
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssets = {
104
256
  data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData>;
105
257
  };
106
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType: {
107
- readonly Expenses: "expenses";
108
- };
109
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
110
258
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData = {
111
259
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType;
112
260
  attributes: ExpenseAttributes;
@@ -144,10 +292,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData = {
144
292
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers = {
145
293
  data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData>;
146
294
  };
147
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType: {
148
- readonly Assets: "assets";
149
- };
150
- export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType>;
151
295
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData = {
152
296
  type: ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType;
153
297
  /**
@@ -170,24 +314,6 @@ export type ConsumerSecuredLoanConsumerApplicationRelationships = {
170
314
  asset?: ConsumerSecuredLoanConsumerApplicationRelationshipsAsset | undefined;
171
315
  };
172
316
  /** @internal */
173
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsType>;
174
- /** @internal */
175
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsType>;
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
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsType$ {
181
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsType$inboundSchema` instead. */
182
- const inboundSchema: z.ZodNativeEnum<{
183
- readonly LoanDetails: "loan-details";
184
- }>;
185
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsType$outboundSchema` instead. */
186
- const outboundSchema: z.ZodNativeEnum<{
187
- readonly LoanDetails: "loan-details";
188
- }>;
189
- }
190
- /** @internal */
191
317
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsData, z.ZodTypeDef, unknown>;
192
318
  /** @internal */
193
319
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsData$Outbound = {
@@ -239,42 +365,6 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsLoan
239
365
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsLoanDetailsToJSON(consumerSecuredLoanConsumerApplicationRelationshipsLoanDetails: ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails): string;
240
366
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsLoanDetailsFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsLoanDetails, SDKValidationError>;
241
367
  /** @internal */
242
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType>;
243
- /** @internal */
244
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType>;
245
- /**
246
- * @internal
247
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
248
- */
249
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$ {
250
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$inboundSchema` instead. */
251
- const inboundSchema: z.ZodNativeEnum<{
252
- readonly Customers: "customers";
253
- }>;
254
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType$outboundSchema` instead. */
255
- const outboundSchema: z.ZodNativeEnum<{
256
- readonly Customers: "customers";
257
- }>;
258
- }
259
- /** @internal */
260
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
261
- /** @internal */
262
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
263
- /**
264
- * @internal
265
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
266
- */
267
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$ {
268
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$inboundSchema` instead. */
269
- const inboundSchema: z.ZodNativeEnum<{
270
- readonly Addresses: "addresses";
271
- }>;
272
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType$outboundSchema` instead. */
273
- const outboundSchema: z.ZodNativeEnum<{
274
- readonly Addresses: "addresses";
275
- }>;
276
- }
277
- /** @internal */
278
368
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData, z.ZodTypeDef, unknown>;
279
369
  /** @internal */
280
370
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound = {
@@ -326,24 +416,6 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsAddr
326
416
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsAddressesToJSON(consumerSecuredLoanConsumerApplicationRelationshipsAddresses: ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses): string;
327
417
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsAddressesFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses, SDKValidationError>;
328
418
  /** @internal */
329
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
330
- /** @internal */
331
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
332
- /**
333
- * @internal
334
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
335
- */
336
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$ {
337
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$inboundSchema` instead. */
338
- const inboundSchema: z.ZodNativeEnum<{
339
- readonly Income: "income";
340
- }>;
341
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType$outboundSchema` instead. */
342
- const outboundSchema: z.ZodNativeEnum<{
343
- readonly Income: "income";
344
- }>;
345
- }
346
- /** @internal */
347
419
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData, z.ZodTypeDef, unknown>;
348
420
  /** @internal */
349
421
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound = {
@@ -395,24 +467,6 @@ export declare namespace Income$ {
395
467
  export declare function incomeToJSON(income: Income): string;
396
468
  export declare function incomeFromJSON(jsonString: string): SafeParseResult<Income, SDKValidationError>;
397
469
  /** @internal */
398
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
399
- /** @internal */
400
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
401
- /**
402
- * @internal
403
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
404
- */
405
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$ {
406
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$inboundSchema` instead. */
407
- const inboundSchema: z.ZodNativeEnum<{
408
- readonly CustomerLiabilities: "customer-liabilities";
409
- }>;
410
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType$outboundSchema` instead. */
411
- const outboundSchema: z.ZodNativeEnum<{
412
- readonly CustomerLiabilities: "customer-liabilities";
413
- }>;
414
- }
415
- /** @internal */
416
470
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData, z.ZodTypeDef, unknown>;
417
471
  /** @internal */
418
472
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound = {
@@ -464,24 +518,6 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsLiab
464
518
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsLiabilitiesToJSON(consumerSecuredLoanConsumerApplicationRelationshipsLiabilities: ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities): string;
465
519
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsLiabilitiesFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities, SDKValidationError>;
466
520
  /** @internal */
467
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
468
- /** @internal */
469
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
470
- /**
471
- * @internal
472
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
473
- */
474
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$ {
475
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$inboundSchema` instead. */
476
- const inboundSchema: z.ZodNativeEnum<{
477
- readonly CustomerAssets: "customer-assets";
478
- }>;
479
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType$outboundSchema` instead. */
480
- const outboundSchema: z.ZodNativeEnum<{
481
- readonly CustomerAssets: "customer-assets";
482
- }>;
483
- }
484
- /** @internal */
485
521
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData, z.ZodTypeDef, unknown>;
486
522
  /** @internal */
487
523
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound = {
@@ -533,24 +569,6 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsAsse
533
569
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsAssetsToJSON(consumerSecuredLoanConsumerApplicationRelationshipsAssets: ConsumerSecuredLoanConsumerApplicationRelationshipsAssets): string;
534
570
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsAssetsFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsAssets, SDKValidationError>;
535
571
  /** @internal */
536
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
537
- /** @internal */
538
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
539
- /**
540
- * @internal
541
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
542
- */
543
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$ {
544
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$inboundSchema` instead. */
545
- const inboundSchema: z.ZodNativeEnum<{
546
- readonly Expenses: "expenses";
547
- }>;
548
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType$outboundSchema` instead. */
549
- const outboundSchema: z.ZodNativeEnum<{
550
- readonly Expenses: "expenses";
551
- }>;
552
- }
553
- /** @internal */
554
572
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData, z.ZodTypeDef, unknown>;
555
573
  /** @internal */
556
574
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound = {
@@ -680,24 +698,6 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCust
680
698
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersToJSON(consumerSecuredLoanConsumerApplicationRelationshipsCustomers: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers): string;
681
699
  export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomers, SDKValidationError>;
682
700
  /** @internal */
683
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType>;
684
- /** @internal */
685
- export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema: z.ZodNativeEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType>;
686
- /**
687
- * @internal
688
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
689
- */
690
- export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$ {
691
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$inboundSchema` instead. */
692
- const inboundSchema: z.ZodNativeEnum<{
693
- readonly Assets: "assets";
694
- }>;
695
- /** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssetType$outboundSchema` instead. */
696
- const outboundSchema: z.ZodNativeEnum<{
697
- readonly Assets: "assets";
698
- }>;
699
- }
700
- /** @internal */
701
701
  export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData, z.ZodTypeDef, unknown>;
702
702
  /** @internal */
703
703
  export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssetData$Outbound = {
@@ -1 +1 @@
1
- {"version":3,"file":"consumersecuredloanconsumerapplicationrelationships.d.ts","sourceRoot":"","sources":["../../src/models/components/consumersecuredloanconsumerapplicationrelationships.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"consumersecuredloanconsumerapplicationrelationships.d.ts","sourceRoot":"","sources":["../../src/models/components/consumersecuredloanconsumerapplicationrelationships.ts"],"names":[],"mappings":"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"}