@financeable/aggregation 0.7.4 → 0.8.1
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.
- package/README.md +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +192 -14
- package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js +186 -19
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
- package/models/components/consumersecuredloanassetattributes.d.ts +136 -15
- package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -1
- package/models/components/consumersecuredloanassetattributes.js +131 -11
- package/models/components/consumersecuredloanassetattributes.js.map +1 -1
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts +370 -14
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -1
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js +358 -20
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -1
- package/models/components/currencycodeiso4217.d.ts +25 -0
- package/models/components/currencycodeiso4217.d.ts.map +1 -0
- package/models/components/currencycodeiso4217.js +59 -0
- package/models/components/currencycodeiso4217.js.map +1 -0
- package/models/components/customerassetattributes.d.ts +37 -0
- package/models/components/customerassetattributes.d.ts.map +1 -0
- package/models/components/customerassetattributes.js +77 -0
- package/models/components/customerassetattributes.js.map +1 -0
- package/models/components/customerassettype.d.ts +46 -0
- package/models/components/customerassettype.d.ts.map +1 -0
- package/models/components/customerassettype.js +66 -0
- package/models/components/customerassettype.js.map +1 -0
- package/models/components/customerattributes.d.ts +3 -0
- package/models/components/customerattributes.d.ts.map +1 -1
- package/models/components/customerattributes.js +3 -0
- package/models/components/customerattributes.js.map +1 -1
- package/models/components/customerliabilityattributes.d.ts +46 -0
- package/models/components/customerliabilityattributes.d.ts.map +1 -0
- package/models/components/customerliabilityattributes.js +88 -0
- package/models/components/customerliabilityattributes.js.map +1 -0
- package/models/components/customerliabilityrepaymentfrequency.d.ts +31 -0
- package/models/components/customerliabilityrepaymentfrequency.d.ts.map +1 -0
- package/models/components/customerliabilityrepaymentfrequency.js +61 -0
- package/models/components/customerliabilityrepaymentfrequency.js.map +1 -0
- package/models/components/customerliabilitytype.d.ts +40 -0
- package/models/components/customerliabilitytype.d.ts.map +1 -0
- package/models/components/customerliabilitytype.js +64 -0
- package/models/components/customerliabilitytype.js.map +1 -0
- package/models/components/expenseattributes.d.ts +38 -0
- package/models/components/expenseattributes.d.ts.map +1 -0
- package/models/components/expenseattributes.js +78 -0
- package/models/components/expenseattributes.js.map +1 -0
- package/models/components/expensefrequency.d.ts +31 -0
- package/models/components/expensefrequency.d.ts.map +1 -0
- package/models/components/expensefrequency.js +61 -0
- package/models/components/expensefrequency.js.map +1 -0
- package/models/components/expensetype.d.ts +79 -0
- package/models/components/expensetype.d.ts.map +1 -0
- package/models/components/expensetype.js +78 -0
- package/models/components/expensetype.js.map +1 -0
- package/models/components/incomeattributes.d.ts +38 -0
- package/models/components/incomeattributes.d.ts.map +1 -0
- package/models/components/incomeattributes.js +78 -0
- package/models/components/incomeattributes.js.map +1 -0
- package/models/components/incomefrequency.d.ts +34 -0
- package/models/components/incomefrequency.d.ts.map +1 -0
- package/models/components/incomefrequency.js +62 -0
- package/models/components/incomefrequency.js.map +1 -0
- package/models/components/incometype.d.ts +49 -0
- package/models/components/incometype.d.ts.map +1 -0
- package/models/components/incometype.js +68 -0
- package/models/components/incometype.js.map +1 -0
- package/models/components/index.d.ts +14 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +14 -0
- package/models/components/index.js.map +1 -1
- package/models/components/loandetailsattributes.d.ts +252 -30
- package/models/components/loandetailsattributes.d.ts.map +1 -1
- package/models/components/loandetailsattributes.js +266 -19
- package/models/components/loandetailsattributes.js.map +1 -1
- package/models/components/monetaryquantity.d.ts +63 -0
- package/models/components/monetaryquantity.d.ts.map +1 -0
- package/models/components/monetaryquantity.js +93 -0
- package/models/components/monetaryquantity.js.map +1 -0
- package/models/components/percentagequantity.d.ts +57 -0
- package/models/components/percentagequantity.d.ts.map +1 -0
- package/models/components/percentagequantity.js +89 -0
- package/models/components/percentagequantity.js.map +1 -0
- package/models/operations/createapplication.d.ts +102 -4
- package/models/operations/createapplication.d.ts.map +1 -1
- package/models/operations/createapplication.js +107 -1
- package/models/operations/createapplication.js.map +1 -1
- package/package.json +2 -2
- package/src/lib/config.ts +3 -3
- package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +426 -25
- package/src/models/components/consumersecuredloanassetattributes.ts +282 -25
- package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +895 -40
- package/src/models/components/currencycodeiso4217.ts +32 -0
- package/src/models/components/customerassetattributes.ts +89 -0
- package/src/models/components/customerassettype.ts +39 -0
- package/src/models/components/customerattributes.ts +10 -0
- package/src/models/components/customerliabilityattributes.ts +114 -0
- package/src/models/components/customerliabilityrepaymentfrequency.ts +38 -0
- package/src/models/components/customerliabilitytype.ts +37 -0
- package/src/models/components/expenseattributes.ts +94 -0
- package/src/models/components/expensefrequency.ts +34 -0
- package/src/models/components/expensetype.ts +48 -0
- package/src/models/components/incomeattributes.ts +94 -0
- package/src/models/components/incomefrequency.ts +35 -0
- package/src/models/components/incometype.ts +38 -0
- package/src/models/components/index.ts +14 -0
- package/src/models/components/loandetailsattributes.ts +537 -48
- package/src/models/components/monetaryquantity.ts +110 -0
- package/src/models/components/percentagequantity.ts +102 -0
- package/src/models/operations/createapplication.ts +191 -3
|
@@ -4,7 +4,11 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
4
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
5
|
import { AddressAttributes, AddressAttributes$Outbound } from "./addressattributes.js";
|
|
6
6
|
import { ConsumerSecuredLoanAssetAttributes, ConsumerSecuredLoanAssetAttributes$Outbound } from "./consumersecuredloanassetattributes.js";
|
|
7
|
+
import { CustomerAssetAttributes, CustomerAssetAttributes$Outbound } from "./customerassetattributes.js";
|
|
7
8
|
import { CustomerAttributes, CustomerAttributes$Outbound } from "./customerattributes.js";
|
|
9
|
+
import { CustomerLiabilityAttributes, CustomerLiabilityAttributes$Outbound } from "./customerliabilityattributes.js";
|
|
10
|
+
import { ExpenseAttributes, ExpenseAttributes$Outbound } from "./expenseattributes.js";
|
|
11
|
+
import { IncomeAttributes, IncomeAttributes$Outbound } from "./incomeattributes.js";
|
|
8
12
|
import { LinkObject, LinkObject$Outbound } from "./linkobject.js";
|
|
9
13
|
import { LoanDetailsAttributes, LoanDetailsAttributes$Outbound } from "./loandetailsattributes.js";
|
|
10
14
|
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsType: {
|
|
@@ -35,7 +39,7 @@ export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomer
|
|
|
35
39
|
readonly Addresses: "addresses";
|
|
36
40
|
};
|
|
37
41
|
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType>;
|
|
38
|
-
export type
|
|
42
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData = {
|
|
39
43
|
type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataType;
|
|
40
44
|
attributes: AddressAttributes;
|
|
41
45
|
links?: {
|
|
@@ -46,10 +50,82 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData
|
|
|
46
50
|
} | undefined;
|
|
47
51
|
};
|
|
48
52
|
export type ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses = {
|
|
53
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData>;
|
|
54
|
+
};
|
|
55
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType: {
|
|
56
|
+
readonly Income: "income";
|
|
57
|
+
};
|
|
58
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType>;
|
|
59
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData = {
|
|
60
|
+
type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsType;
|
|
61
|
+
attributes: IncomeAttributes;
|
|
62
|
+
links?: {
|
|
63
|
+
[k: string]: LinkObject;
|
|
64
|
+
} | undefined;
|
|
65
|
+
meta?: {
|
|
66
|
+
[k: string]: any;
|
|
67
|
+
} | undefined;
|
|
68
|
+
};
|
|
69
|
+
export type Income = {
|
|
49
70
|
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData>;
|
|
50
71
|
};
|
|
72
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType: {
|
|
73
|
+
readonly CustomerLiabilities: "customer-liabilities";
|
|
74
|
+
};
|
|
75
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType>;
|
|
76
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData = {
|
|
77
|
+
type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsLiabilitiesType;
|
|
78
|
+
attributes: CustomerLiabilityAttributes;
|
|
79
|
+
links?: {
|
|
80
|
+
[k: string]: LinkObject;
|
|
81
|
+
} | undefined;
|
|
82
|
+
meta?: {
|
|
83
|
+
[k: string]: any;
|
|
84
|
+
} | undefined;
|
|
85
|
+
};
|
|
86
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities = {
|
|
87
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData>;
|
|
88
|
+
};
|
|
89
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType: {
|
|
90
|
+
readonly CustomerAssets: "customer-assets";
|
|
91
|
+
};
|
|
92
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType>;
|
|
93
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData = {
|
|
94
|
+
type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsType;
|
|
95
|
+
attributes: CustomerAssetAttributes;
|
|
96
|
+
links?: {
|
|
97
|
+
[k: string]: LinkObject;
|
|
98
|
+
} | undefined;
|
|
99
|
+
meta?: {
|
|
100
|
+
[k: string]: any;
|
|
101
|
+
} | undefined;
|
|
102
|
+
};
|
|
103
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssets = {
|
|
104
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData>;
|
|
105
|
+
};
|
|
106
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType: {
|
|
107
|
+
readonly Expenses: "expenses";
|
|
108
|
+
};
|
|
109
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType = ClosedEnum<typeof ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType>;
|
|
110
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData = {
|
|
111
|
+
type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesType;
|
|
112
|
+
attributes: ExpenseAttributes;
|
|
113
|
+
links?: {
|
|
114
|
+
[k: string]: LinkObject;
|
|
115
|
+
} | undefined;
|
|
116
|
+
meta?: {
|
|
117
|
+
[k: string]: any;
|
|
118
|
+
} | undefined;
|
|
119
|
+
};
|
|
120
|
+
export type Expenses = {
|
|
121
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData>;
|
|
122
|
+
};
|
|
51
123
|
export type ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships = {
|
|
52
124
|
addresses?: ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses | undefined;
|
|
125
|
+
income?: Income | undefined;
|
|
126
|
+
liabilities?: ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities | undefined;
|
|
127
|
+
assets?: ConsumerSecuredLoanConsumerApplicationRelationshipsAssets | undefined;
|
|
128
|
+
expenses?: Expenses | undefined;
|
|
53
129
|
};
|
|
54
130
|
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersData = {
|
|
55
131
|
type: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersType;
|
|
@@ -199,9 +275,9 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCust
|
|
|
199
275
|
}>;
|
|
200
276
|
}
|
|
201
277
|
/** @internal */
|
|
202
|
-
export declare const
|
|
278
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData, z.ZodTypeDef, unknown>;
|
|
203
279
|
/** @internal */
|
|
204
|
-
export type
|
|
280
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound = {
|
|
205
281
|
type: string;
|
|
206
282
|
attributes: AddressAttributes$Outbound;
|
|
207
283
|
links?: {
|
|
@@ -212,26 +288,26 @@ export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData
|
|
|
212
288
|
} | undefined;
|
|
213
289
|
};
|
|
214
290
|
/** @internal */
|
|
215
|
-
export declare const
|
|
291
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData>;
|
|
216
292
|
/**
|
|
217
293
|
* @internal
|
|
218
294
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
219
295
|
*/
|
|
220
|
-
export declare namespace
|
|
221
|
-
/** @deprecated use `
|
|
222
|
-
const inboundSchema: z.ZodType<
|
|
223
|
-
/** @deprecated use `
|
|
224
|
-
const outboundSchema: z.ZodType<
|
|
225
|
-
/** @deprecated use `
|
|
226
|
-
type Outbound =
|
|
296
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$ {
|
|
297
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$inboundSchema` instead. */
|
|
298
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData, z.ZodTypeDef, unknown>;
|
|
299
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$outboundSchema` instead. */
|
|
300
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData>;
|
|
301
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound` instead. */
|
|
302
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound;
|
|
227
303
|
}
|
|
228
|
-
export declare function
|
|
229
|
-
export declare function
|
|
304
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesDataToJSON(consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData): string;
|
|
305
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesDataFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData, SDKValidationError>;
|
|
230
306
|
/** @internal */
|
|
231
307
|
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses, z.ZodTypeDef, unknown>;
|
|
232
308
|
/** @internal */
|
|
233
309
|
export type ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$Outbound = {
|
|
234
|
-
data: Array<
|
|
310
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAddressesData$Outbound>;
|
|
235
311
|
};
|
|
236
312
|
/** @internal */
|
|
237
313
|
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses>;
|
|
@@ -250,10 +326,290 @@ export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsAddr
|
|
|
250
326
|
export declare function consumerSecuredLoanConsumerApplicationRelationshipsAddressesToJSON(consumerSecuredLoanConsumerApplicationRelationshipsAddresses: ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses): string;
|
|
251
327
|
export declare function consumerSecuredLoanConsumerApplicationRelationshipsAddressesFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses, SDKValidationError>;
|
|
252
328
|
/** @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
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData, z.ZodTypeDef, unknown>;
|
|
348
|
+
/** @internal */
|
|
349
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound = {
|
|
350
|
+
type: string;
|
|
351
|
+
attributes: IncomeAttributes$Outbound;
|
|
352
|
+
links?: {
|
|
353
|
+
[k: string]: LinkObject$Outbound;
|
|
354
|
+
} | undefined;
|
|
355
|
+
meta?: {
|
|
356
|
+
[k: string]: any;
|
|
357
|
+
} | undefined;
|
|
358
|
+
};
|
|
359
|
+
/** @internal */
|
|
360
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData>;
|
|
361
|
+
/**
|
|
362
|
+
* @internal
|
|
363
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
364
|
+
*/
|
|
365
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$ {
|
|
366
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$inboundSchema` instead. */
|
|
367
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData, z.ZodTypeDef, unknown>;
|
|
368
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$outboundSchema` instead. */
|
|
369
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData>;
|
|
370
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound` instead. */
|
|
371
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound;
|
|
372
|
+
}
|
|
373
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataDataToJSON(consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData): string;
|
|
374
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataDataFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData, SDKValidationError>;
|
|
375
|
+
/** @internal */
|
|
376
|
+
export declare const Income$inboundSchema: z.ZodType<Income, z.ZodTypeDef, unknown>;
|
|
377
|
+
/** @internal */
|
|
378
|
+
export type Income$Outbound = {
|
|
379
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataData$Outbound>;
|
|
380
|
+
};
|
|
381
|
+
/** @internal */
|
|
382
|
+
export declare const Income$outboundSchema: z.ZodType<Income$Outbound, z.ZodTypeDef, Income>;
|
|
383
|
+
/**
|
|
384
|
+
* @internal
|
|
385
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
386
|
+
*/
|
|
387
|
+
export declare namespace Income$ {
|
|
388
|
+
/** @deprecated use `Income$inboundSchema` instead. */
|
|
389
|
+
const inboundSchema: z.ZodType<Income, z.ZodTypeDef, unknown>;
|
|
390
|
+
/** @deprecated use `Income$outboundSchema` instead. */
|
|
391
|
+
const outboundSchema: z.ZodType<Income$Outbound, z.ZodTypeDef, Income>;
|
|
392
|
+
/** @deprecated use `Income$Outbound` instead. */
|
|
393
|
+
type Outbound = Income$Outbound;
|
|
394
|
+
}
|
|
395
|
+
export declare function incomeToJSON(income: Income): string;
|
|
396
|
+
export declare function incomeFromJSON(jsonString: string): SafeParseResult<Income, SDKValidationError>;
|
|
397
|
+
/** @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
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData, z.ZodTypeDef, unknown>;
|
|
417
|
+
/** @internal */
|
|
418
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound = {
|
|
419
|
+
type: string;
|
|
420
|
+
attributes: CustomerLiabilityAttributes$Outbound;
|
|
421
|
+
links?: {
|
|
422
|
+
[k: string]: LinkObject$Outbound;
|
|
423
|
+
} | undefined;
|
|
424
|
+
meta?: {
|
|
425
|
+
[k: string]: any;
|
|
426
|
+
} | undefined;
|
|
427
|
+
};
|
|
428
|
+
/** @internal */
|
|
429
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData>;
|
|
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
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$ {
|
|
435
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$inboundSchema` instead. */
|
|
436
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData, z.ZodTypeDef, unknown>;
|
|
437
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$outboundSchema` instead. */
|
|
438
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData>;
|
|
439
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound` instead. */
|
|
440
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound;
|
|
441
|
+
}
|
|
442
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsDataToJSON(consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData): string;
|
|
443
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsDataFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData, SDKValidationError>;
|
|
444
|
+
/** @internal */
|
|
445
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities, z.ZodTypeDef, unknown>;
|
|
446
|
+
/** @internal */
|
|
447
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$Outbound = {
|
|
448
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsData$Outbound>;
|
|
449
|
+
};
|
|
450
|
+
/** @internal */
|
|
451
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities>;
|
|
452
|
+
/**
|
|
453
|
+
* @internal
|
|
454
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
455
|
+
*/
|
|
456
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$ {
|
|
457
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$inboundSchema` instead. */
|
|
458
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities, z.ZodTypeDef, unknown>;
|
|
459
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$outboundSchema` instead. */
|
|
460
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities>;
|
|
461
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$Outbound` instead. */
|
|
462
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$Outbound;
|
|
463
|
+
}
|
|
464
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsLiabilitiesToJSON(consumerSecuredLoanConsumerApplicationRelationshipsLiabilities: ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities): string;
|
|
465
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsLiabilitiesFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities, SDKValidationError>;
|
|
466
|
+
/** @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
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData, z.ZodTypeDef, unknown>;
|
|
486
|
+
/** @internal */
|
|
487
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound = {
|
|
488
|
+
type: string;
|
|
489
|
+
attributes: CustomerAssetAttributes$Outbound;
|
|
490
|
+
links?: {
|
|
491
|
+
[k: string]: LinkObject$Outbound;
|
|
492
|
+
} | undefined;
|
|
493
|
+
meta?: {
|
|
494
|
+
[k: string]: any;
|
|
495
|
+
} | undefined;
|
|
496
|
+
};
|
|
497
|
+
/** @internal */
|
|
498
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData>;
|
|
499
|
+
/**
|
|
500
|
+
* @internal
|
|
501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
502
|
+
*/
|
|
503
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$ {
|
|
504
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$inboundSchema` instead. */
|
|
505
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData, z.ZodTypeDef, unknown>;
|
|
506
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$outboundSchema` instead. */
|
|
507
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData>;
|
|
508
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound` instead. */
|
|
509
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound;
|
|
510
|
+
}
|
|
511
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsDataToJSON(consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData): string;
|
|
512
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsDataFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData, SDKValidationError>;
|
|
513
|
+
/** @internal */
|
|
514
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAssets, z.ZodTypeDef, unknown>;
|
|
515
|
+
/** @internal */
|
|
516
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$Outbound = {
|
|
517
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsAssetsData$Outbound>;
|
|
518
|
+
};
|
|
519
|
+
/** @internal */
|
|
520
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsAssets>;
|
|
521
|
+
/**
|
|
522
|
+
* @internal
|
|
523
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
524
|
+
*/
|
|
525
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$ {
|
|
526
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$inboundSchema` instead. */
|
|
527
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAssets, z.ZodTypeDef, unknown>;
|
|
528
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$outboundSchema` instead. */
|
|
529
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsAssets>;
|
|
530
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$Outbound` instead. */
|
|
531
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$Outbound;
|
|
532
|
+
}
|
|
533
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsAssetsToJSON(consumerSecuredLoanConsumerApplicationRelationshipsAssets: ConsumerSecuredLoanConsumerApplicationRelationshipsAssets): string;
|
|
534
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsAssetsFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsAssets, SDKValidationError>;
|
|
535
|
+
/** @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
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData, z.ZodTypeDef, unknown>;
|
|
555
|
+
/** @internal */
|
|
556
|
+
export type ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound = {
|
|
557
|
+
type: string;
|
|
558
|
+
attributes: ExpenseAttributes$Outbound;
|
|
559
|
+
links?: {
|
|
560
|
+
[k: string]: LinkObject$Outbound;
|
|
561
|
+
} | undefined;
|
|
562
|
+
meta?: {
|
|
563
|
+
[k: string]: any;
|
|
564
|
+
} | undefined;
|
|
565
|
+
};
|
|
566
|
+
/** @internal */
|
|
567
|
+
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData>;
|
|
568
|
+
/**
|
|
569
|
+
* @internal
|
|
570
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
571
|
+
*/
|
|
572
|
+
export declare namespace ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$ {
|
|
573
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$inboundSchema` instead. */
|
|
574
|
+
const inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData, z.ZodTypeDef, unknown>;
|
|
575
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$outboundSchema` instead. */
|
|
576
|
+
const outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData>;
|
|
577
|
+
/** @deprecated use `ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound` instead. */
|
|
578
|
+
type Outbound = ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound;
|
|
579
|
+
}
|
|
580
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesDataToJSON(consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData: ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData): string;
|
|
581
|
+
export declare function consumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesDataFromJSON(jsonString: string): SafeParseResult<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData, SDKValidationError>;
|
|
582
|
+
/** @internal */
|
|
583
|
+
export declare const Expenses$inboundSchema: z.ZodType<Expenses, z.ZodTypeDef, unknown>;
|
|
584
|
+
/** @internal */
|
|
585
|
+
export type Expenses$Outbound = {
|
|
586
|
+
data: Array<ConsumerSecuredLoanConsumerApplicationRelationshipsCustomersDataRelationshipsExpensesData$Outbound>;
|
|
587
|
+
};
|
|
588
|
+
/** @internal */
|
|
589
|
+
export declare const Expenses$outboundSchema: z.ZodType<Expenses$Outbound, z.ZodTypeDef, Expenses>;
|
|
590
|
+
/**
|
|
591
|
+
* @internal
|
|
592
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
593
|
+
*/
|
|
594
|
+
export declare namespace Expenses$ {
|
|
595
|
+
/** @deprecated use `Expenses$inboundSchema` instead. */
|
|
596
|
+
const inboundSchema: z.ZodType<Expenses, z.ZodTypeDef, unknown>;
|
|
597
|
+
/** @deprecated use `Expenses$outboundSchema` instead. */
|
|
598
|
+
const outboundSchema: z.ZodType<Expenses$Outbound, z.ZodTypeDef, Expenses>;
|
|
599
|
+
/** @deprecated use `Expenses$Outbound` instead. */
|
|
600
|
+
type Outbound = Expenses$Outbound;
|
|
601
|
+
}
|
|
602
|
+
export declare function expensesToJSON(expenses: Expenses): string;
|
|
603
|
+
export declare function expensesFromJSON(jsonString: string): SafeParseResult<Expenses, SDKValidationError>;
|
|
604
|
+
/** @internal */
|
|
253
605
|
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$inboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships, z.ZodTypeDef, unknown>;
|
|
254
606
|
/** @internal */
|
|
255
607
|
export type ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$Outbound = {
|
|
256
608
|
addresses?: ConsumerSecuredLoanConsumerApplicationRelationshipsAddresses$Outbound | undefined;
|
|
609
|
+
income?: Income$Outbound | undefined;
|
|
610
|
+
liabilities?: ConsumerSecuredLoanConsumerApplicationRelationshipsLiabilities$Outbound | undefined;
|
|
611
|
+
assets?: ConsumerSecuredLoanConsumerApplicationRelationshipsAssets$Outbound | undefined;
|
|
612
|
+
expenses?: Expenses$Outbound | undefined;
|
|
257
613
|
};
|
|
258
614
|
/** @internal */
|
|
259
615
|
export declare const ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$outboundSchema: z.ZodType<ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships$Outbound, z.ZodTypeDef, ConsumerSecuredLoanConsumerApplicationRelationshipsRelationships>;
|
|
@@ -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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"}
|