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