@financeable/aggregation 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +11 -132
- package/README.md +262 -1515
- package/docs/sdks/applications/README.md +171 -295
- package/docs/sdks/oauthtoken/README.md +5 -5
- package/docs/sdks/supportingdocuments/README.md +113 -0
- package/funcs/applicationsCreate.d.ts +1 -2
- package/funcs/applicationsCreate.d.ts.map +1 -1
- package/funcs/applicationsCreate.js +2 -3
- 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 +15 -0
- package/funcs/supportingDocumentsCreate.d.ts.map +1 -0
- package/funcs/{applicationsList.js → supportingDocumentsCreate.js} +15 -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 +8 -8
- package/models/components/addressattributes.d.ts.map +1 -1
- package/models/components/addressattributes.js +13 -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/commercialapplicationresource.d.ts +191 -0
- package/models/components/commercialapplicationresource.d.ts.map +1 -0
- package/models/components/commercialapplicationresource.js +183 -0
- package/models/components/commercialapplicationresource.js.map +1 -0
- package/models/components/commercialsecuredloanapplicationsubmissionpayload.d.ts +124 -0
- package/models/components/commercialsecuredloanapplicationsubmissionpayload.d.ts.map +1 -0
- package/models/components/commercialsecuredloanapplicationsubmissionpayload.js +144 -0
- package/models/components/commercialsecuredloanapplicationsubmissionpayload.js.map +1 -0
- package/models/components/commercialsecuredloanassetattributes.d.ts +235 -0
- package/models/components/commercialsecuredloanassetattributes.d.ts.map +1 -0
- package/models/components/commercialsecuredloanassetattributes.js +168 -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 +455 -0
- package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -0
- package/models/components/commercialsecuredloancommercialapplicationrelationships.js +504 -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/consumerapplicationresource.d.ts +191 -0
- package/models/components/consumerapplicationresource.d.ts.map +1 -0
- package/models/components/consumerapplicationresource.js +187 -0
- package/models/components/consumerapplicationresource.js.map +1 -0
- package/models/components/consumersecuredloanapplicationsubmissionpayload.d.ts +124 -0
- package/models/components/consumersecuredloanapplicationsubmissionpayload.d.ts.map +1 -0
- package/models/components/consumersecuredloanapplicationsubmissionpayload.js +146 -0
- package/models/components/consumersecuredloanapplicationsubmissionpayload.js.map +1 -0
- package/models/components/consumersecuredloanassetattributes.d.ts +235 -0
- package/models/components/consumersecuredloanassetattributes.d.ts.map +1 -0
- package/models/components/consumersecuredloanassetattributes.js +170 -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 +376 -0
- package/models/components/consumersecuredloanconsumerapplicationrelationships.d.ts.map +1 -0
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js +426 -0
- package/models/components/consumersecuredloanconsumerapplicationrelationships.js.map +1 -0
- package/models/components/createsupportingdocumentsresponse.d.ts +121 -0
- package/models/components/createsupportingdocumentsresponse.d.ts.map +1 -0
- package/models/components/createsupportingdocumentsresponse.js +149 -0
- package/models/components/createsupportingdocumentsresponse.js.map +1 -0
- package/models/components/documenttype.d.ts +70 -0
- package/models/components/documenttype.d.ts.map +1 -0
- package/models/components/documenttype.js +75 -0
- package/models/components/documenttype.js.map +1 -0
- package/models/components/entityattributes.d.ts +0 -22
- package/models/components/entityattributes.d.ts.map +1 -1
- package/models/components/entityattributes.js +0 -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 +25 -8
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +25 -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/linkobject.js +77 -0
- package/models/components/linkobject.js.map +1 -0
- 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/resourcetypes.d.ts +46 -0
- package/models/components/resourcetypes.d.ts.map +1 -0
- package/models/components/{links.js → resourcetypes.js} +21 -27
- package/models/components/resourcetypes.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 +91 -0
- package/models/components/supportingdocumentresource.d.ts.map +1 -0
- package/models/components/supportingdocumentresource.js +121 -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 +38 -0
- package/models/errors/createapplication.d.ts.map +1 -0
- package/models/errors/{responsebody.js → createapplication.js} +15 -15
- 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 +66 -808
- package/models/operations/createapplication.d.ts.map +1 -1
- package/models/operations/createapplication.js +82 -837
- 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 +60 -0
- package/models/operations/supportingdocumentscreate.d.ts.map +1 -0
- package/models/operations/supportingdocumentscreate.js +108 -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 +10 -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 +7 -8
- package/src/funcs/{oauthTokenGet.ts → oauthTokenOauthToken.ts} +1 -1
- package/src/funcs/{applicationsList.ts → supportingDocumentsCreate.ts} +31 -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 +18 -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/commercialapplicationresource.ts +355 -0
- package/src/models/components/commercialsecuredloanapplicationsubmissionpayload.ts +237 -0
- package/src/models/components/commercialsecuredloanassetattributes.ts +315 -0
- package/src/models/components/commercialsecuredloanassettype.ts +64 -0
- package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +1148 -0
- package/src/models/components/consumerapplicationjsonapirelationships.ts +683 -0
- package/src/models/components/consumerapplicationresource.ts +342 -0
- package/src/models/components/consumersecuredloanapplicationsubmissionpayload.ts +270 -0
- package/src/models/components/consumersecuredloanassetattributes.ts +330 -0
- package/src/models/components/consumersecuredloanassettype.ts +47 -0
- package/src/models/components/consumersecuredloanconsumerapplicationrelationships.ts +1011 -0
- package/src/models/components/createsupportingdocumentsresponse.ts +252 -0
- package/src/models/components/documenttype.ts +49 -0
- package/src/models/components/entityattributes.ts +0 -44
- package/src/models/components/forbiddenerror.ts +35 -58
- package/src/models/components/index.ts +25 -8
- package/src/models/components/linkobject.ts +84 -0
- package/src/models/components/relationshipresourcenotfound.ts +195 -0
- package/src/models/components/resourcenotfound.ts +188 -0
- package/src/models/components/resourcetypes.ts +39 -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 +163 -0
- package/src/models/components/uploadmimetype.ts +44 -0
- package/src/models/errors/createapplication.ts +76 -0
- package/src/models/errors/index.ts +2 -1
- package/src/models/errors/supportingdocumentscreate.ts +342 -0
- package/src/models/operations/createapplication.ts +143 -1778
- package/src/models/operations/index.ts +1 -2
- package/src/models/operations/supportingdocumentscreate.ts +150 -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 +25 -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,504 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema = exports.Customers$ = exports.Customers$outboundSchema = exports.Customers$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema = exports.Addresses$ = exports.Addresses$outboundSchema = exports.Addresses$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema = exports.LoanDetails$ = exports.LoanDetails$outboundSchema = exports.LoanDetails$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$ = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType = void 0;
|
|
40
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationships$ = exports.CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema = exports.Entities$ = exports.Entities$outboundSchema = exports.Entities$inboundSchema = void 0;
|
|
41
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsDataToJSON;
|
|
42
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsDataFromJSON;
|
|
43
|
+
exports.loanDetailsToJSON = loanDetailsToJSON;
|
|
44
|
+
exports.loanDetailsFromJSON = loanDetailsFromJSON;
|
|
45
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON;
|
|
46
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON;
|
|
47
|
+
exports.addressesToJSON = addressesToJSON;
|
|
48
|
+
exports.addressesFromJSON = addressesFromJSON;
|
|
49
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsToJSON = commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsToJSON;
|
|
50
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsFromJSON;
|
|
51
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataToJSON;
|
|
52
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataFromJSON;
|
|
53
|
+
exports.customersToJSON = customersToJSON;
|
|
54
|
+
exports.customersFromJSON = customersFromJSON;
|
|
55
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsAssetDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsAssetDataToJSON;
|
|
56
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsAssetDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsAssetDataFromJSON;
|
|
57
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsAssetToJSON = commercialSecuredLoanCommercialApplicationRelationshipsAssetToJSON;
|
|
58
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsAssetFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsAssetFromJSON;
|
|
59
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataToJSON = commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataToJSON;
|
|
60
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataFromJSON;
|
|
61
|
+
exports.entitiesToJSON = entitiesToJSON;
|
|
62
|
+
exports.entitiesFromJSON = entitiesFromJSON;
|
|
63
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsToJSON = commercialSecuredLoanCommercialApplicationRelationshipsToJSON;
|
|
64
|
+
exports.commercialSecuredLoanCommercialApplicationRelationshipsFromJSON = commercialSecuredLoanCommercialApplicationRelationshipsFromJSON;
|
|
65
|
+
const z = __importStar(require("zod"));
|
|
66
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
67
|
+
const addressattributes_js_1 = require("./addressattributes.js");
|
|
68
|
+
const commercialsecuredloanassetattributes_js_1 = require("./commercialsecuredloanassetattributes.js");
|
|
69
|
+
const customerattributes_js_1 = require("./customerattributes.js");
|
|
70
|
+
const entityattributes_js_1 = require("./entityattributes.js");
|
|
71
|
+
const loandetailsattributes_js_1 = require("./loandetailsattributes.js");
|
|
72
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsType = {
|
|
73
|
+
LoanDetails: "loan-details",
|
|
74
|
+
};
|
|
75
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType = {
|
|
76
|
+
Customers: "customers",
|
|
77
|
+
};
|
|
78
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType = {
|
|
79
|
+
Addresses: "addresses",
|
|
80
|
+
};
|
|
81
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType = {
|
|
82
|
+
Assets: "assets",
|
|
83
|
+
};
|
|
84
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType = {
|
|
85
|
+
Entities: "entities",
|
|
86
|
+
};
|
|
87
|
+
/** @internal */
|
|
88
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsType);
|
|
89
|
+
/** @internal */
|
|
90
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
94
|
+
*/
|
|
95
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsType$;
|
|
96
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsType$) {
|
|
97
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema` instead. */
|
|
98
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema;
|
|
99
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema` instead. */
|
|
100
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema;
|
|
101
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$ = CommercialSecuredLoanCommercialApplicationRelationshipsType$ = {}));
|
|
102
|
+
/** @internal */
|
|
103
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema = z.object({
|
|
104
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$inboundSchema,
|
|
105
|
+
attributes: loandetailsattributes_js_1.LoanDetailsAttributes$inboundSchema,
|
|
106
|
+
relationships: z.nullable(z.any()).optional(),
|
|
107
|
+
});
|
|
108
|
+
/** @internal */
|
|
109
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema = z.object({
|
|
110
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsType$outboundSchema,
|
|
111
|
+
attributes: loandetailsattributes_js_1.LoanDetailsAttributes$outboundSchema,
|
|
112
|
+
relationships: z.nullable(z.any()).optional(),
|
|
113
|
+
});
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
117
|
+
*/
|
|
118
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsData$;
|
|
119
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsData$) {
|
|
120
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema` instead. */
|
|
121
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema;
|
|
122
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema` instead. */
|
|
123
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema;
|
|
124
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$ = CommercialSecuredLoanCommercialApplicationRelationshipsData$ = {}));
|
|
125
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsData) {
|
|
126
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema
|
|
127
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsData));
|
|
128
|
+
}
|
|
129
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsDataFromJSON(jsonString) {
|
|
130
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema
|
|
131
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsData' from JSON`);
|
|
132
|
+
}
|
|
133
|
+
/** @internal */
|
|
134
|
+
exports.LoanDetails$inboundSchema = z.object({
|
|
135
|
+
data: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$inboundSchema),
|
|
136
|
+
});
|
|
137
|
+
/** @internal */
|
|
138
|
+
exports.LoanDetails$outboundSchema = z.object({
|
|
139
|
+
data: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsData$outboundSchema),
|
|
140
|
+
});
|
|
141
|
+
/**
|
|
142
|
+
* @internal
|
|
143
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
144
|
+
*/
|
|
145
|
+
var LoanDetails$;
|
|
146
|
+
(function (LoanDetails$) {
|
|
147
|
+
/** @deprecated use `LoanDetails$inboundSchema` instead. */
|
|
148
|
+
LoanDetails$.inboundSchema = exports.LoanDetails$inboundSchema;
|
|
149
|
+
/** @deprecated use `LoanDetails$outboundSchema` instead. */
|
|
150
|
+
LoanDetails$.outboundSchema = exports.LoanDetails$outboundSchema;
|
|
151
|
+
})(LoanDetails$ || (exports.LoanDetails$ = LoanDetails$ = {}));
|
|
152
|
+
function loanDetailsToJSON(loanDetails) {
|
|
153
|
+
return JSON.stringify(exports.LoanDetails$outboundSchema.parse(loanDetails));
|
|
154
|
+
}
|
|
155
|
+
function loanDetailsFromJSON(jsonString) {
|
|
156
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.LoanDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'LoanDetails' from JSON`);
|
|
157
|
+
}
|
|
158
|
+
/** @internal */
|
|
159
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType);
|
|
160
|
+
/** @internal */
|
|
161
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema;
|
|
162
|
+
/**
|
|
163
|
+
* @internal
|
|
164
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
165
|
+
*/
|
|
166
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$;
|
|
167
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$) {
|
|
168
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema` instead. */
|
|
169
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema;
|
|
170
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema` instead. */
|
|
171
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema;
|
|
172
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$ = {}));
|
|
173
|
+
/** @internal */
|
|
174
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType);
|
|
175
|
+
/** @internal */
|
|
176
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema;
|
|
177
|
+
/**
|
|
178
|
+
* @internal
|
|
179
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
180
|
+
*/
|
|
181
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$;
|
|
182
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$) {
|
|
183
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema` instead. */
|
|
184
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema;
|
|
185
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema` instead. */
|
|
186
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema;
|
|
187
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$ = {}));
|
|
188
|
+
/** @internal */
|
|
189
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema = z.object({
|
|
190
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$inboundSchema,
|
|
191
|
+
attributes: addressattributes_js_1.AddressAttributes$inboundSchema,
|
|
192
|
+
relationships: z.nullable(z.any()).optional(),
|
|
193
|
+
});
|
|
194
|
+
/** @internal */
|
|
195
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema = z.object({
|
|
196
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataType$outboundSchema,
|
|
197
|
+
attributes: addressattributes_js_1.AddressAttributes$outboundSchema,
|
|
198
|
+
relationships: z.nullable(z.any()).optional(),
|
|
199
|
+
});
|
|
200
|
+
/**
|
|
201
|
+
* @internal
|
|
202
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
203
|
+
*/
|
|
204
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$;
|
|
205
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$) {
|
|
206
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema` instead. */
|
|
207
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema;
|
|
208
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema` instead. */
|
|
209
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema;
|
|
210
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$ = {}));
|
|
211
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData) {
|
|
212
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema
|
|
213
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData));
|
|
214
|
+
}
|
|
215
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataDataFromJSON(jsonString) {
|
|
216
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema
|
|
217
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData' from JSON`);
|
|
218
|
+
}
|
|
219
|
+
/** @internal */
|
|
220
|
+
exports.Addresses$inboundSchema = z.object({
|
|
221
|
+
data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$inboundSchema)),
|
|
222
|
+
});
|
|
223
|
+
/** @internal */
|
|
224
|
+
exports.Addresses$outboundSchema = z.object({
|
|
225
|
+
data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersDataData$outboundSchema)),
|
|
226
|
+
});
|
|
227
|
+
/**
|
|
228
|
+
* @internal
|
|
229
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
230
|
+
*/
|
|
231
|
+
var Addresses$;
|
|
232
|
+
(function (Addresses$) {
|
|
233
|
+
/** @deprecated use `Addresses$inboundSchema` instead. */
|
|
234
|
+
Addresses$.inboundSchema = exports.Addresses$inboundSchema;
|
|
235
|
+
/** @deprecated use `Addresses$outboundSchema` instead. */
|
|
236
|
+
Addresses$.outboundSchema = exports.Addresses$outboundSchema;
|
|
237
|
+
})(Addresses$ || (exports.Addresses$ = Addresses$ = {}));
|
|
238
|
+
function addressesToJSON(addresses) {
|
|
239
|
+
return JSON.stringify(exports.Addresses$outboundSchema.parse(addresses));
|
|
240
|
+
}
|
|
241
|
+
function addressesFromJSON(jsonString) {
|
|
242
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Addresses$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Addresses' from JSON`);
|
|
243
|
+
}
|
|
244
|
+
/** @internal */
|
|
245
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema = z.object({
|
|
246
|
+
addresses: z.lazy(() => exports.Addresses$inboundSchema).optional(),
|
|
247
|
+
});
|
|
248
|
+
/** @internal */
|
|
249
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema = z.object({
|
|
250
|
+
addresses: z.lazy(() => exports.Addresses$outboundSchema).optional(),
|
|
251
|
+
});
|
|
252
|
+
/**
|
|
253
|
+
* @internal
|
|
254
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
255
|
+
*/
|
|
256
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$;
|
|
257
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$) {
|
|
258
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema` instead. */
|
|
259
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema;
|
|
260
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema` instead. */
|
|
261
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema;
|
|
262
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$ = CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$ = {}));
|
|
263
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsToJSON(commercialSecuredLoanCommercialApplicationRelationshipsRelationships) {
|
|
264
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema
|
|
265
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsRelationships));
|
|
266
|
+
}
|
|
267
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsRelationshipsFromJSON(jsonString) {
|
|
268
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema
|
|
269
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsRelationships' from JSON`);
|
|
270
|
+
}
|
|
271
|
+
/** @internal */
|
|
272
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema = z.object({
|
|
273
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$inboundSchema,
|
|
274
|
+
attributes: customerattributes_js_1.CustomerAttributes$inboundSchema,
|
|
275
|
+
relationships: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$inboundSchema).optional(),
|
|
276
|
+
});
|
|
277
|
+
/** @internal */
|
|
278
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema = z.object({
|
|
279
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersType$outboundSchema,
|
|
280
|
+
attributes: customerattributes_js_1.CustomerAttributes$outboundSchema,
|
|
281
|
+
relationships: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsRelationships$outboundSchema).optional(),
|
|
282
|
+
});
|
|
283
|
+
/**
|
|
284
|
+
* @internal
|
|
285
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
286
|
+
*/
|
|
287
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$;
|
|
288
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$) {
|
|
289
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema` instead. */
|
|
290
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema;
|
|
291
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema` instead. */
|
|
292
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema;
|
|
293
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ = CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$ = {}));
|
|
294
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsCustomersData) {
|
|
295
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema
|
|
296
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsCustomersData));
|
|
297
|
+
}
|
|
298
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsCustomersDataFromJSON(jsonString) {
|
|
299
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema
|
|
300
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData' from JSON`);
|
|
301
|
+
}
|
|
302
|
+
/** @internal */
|
|
303
|
+
exports.Customers$inboundSchema = z.object({
|
|
304
|
+
data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$inboundSchema)),
|
|
305
|
+
});
|
|
306
|
+
/** @internal */
|
|
307
|
+
exports.Customers$outboundSchema = z.object({
|
|
308
|
+
data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsCustomersData$outboundSchema)),
|
|
309
|
+
});
|
|
310
|
+
/**
|
|
311
|
+
* @internal
|
|
312
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
313
|
+
*/
|
|
314
|
+
var Customers$;
|
|
315
|
+
(function (Customers$) {
|
|
316
|
+
/** @deprecated use `Customers$inboundSchema` instead. */
|
|
317
|
+
Customers$.inboundSchema = exports.Customers$inboundSchema;
|
|
318
|
+
/** @deprecated use `Customers$outboundSchema` instead. */
|
|
319
|
+
Customers$.outboundSchema = exports.Customers$outboundSchema;
|
|
320
|
+
})(Customers$ || (exports.Customers$ = Customers$ = {}));
|
|
321
|
+
function customersToJSON(customers) {
|
|
322
|
+
return JSON.stringify(exports.Customers$outboundSchema.parse(customers));
|
|
323
|
+
}
|
|
324
|
+
function customersFromJSON(jsonString) {
|
|
325
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Customers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Customers' from JSON`);
|
|
326
|
+
}
|
|
327
|
+
/** @internal */
|
|
328
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType);
|
|
329
|
+
/** @internal */
|
|
330
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema;
|
|
331
|
+
/**
|
|
332
|
+
* @internal
|
|
333
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
334
|
+
*/
|
|
335
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$;
|
|
336
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$) {
|
|
337
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema` instead. */
|
|
338
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema;
|
|
339
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema` instead. */
|
|
340
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema;
|
|
341
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ = CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$ = {}));
|
|
342
|
+
/** @internal */
|
|
343
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema = z.object({
|
|
344
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$inboundSchema,
|
|
345
|
+
attributes: commercialsecuredloanassetattributes_js_1.CommercialSecuredLoanAssetAttributes$inboundSchema,
|
|
346
|
+
relationships: z.nullable(z.any()).optional(),
|
|
347
|
+
});
|
|
348
|
+
/** @internal */
|
|
349
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema = z.object({
|
|
350
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetType$outboundSchema,
|
|
351
|
+
attributes: commercialsecuredloanassetattributes_js_1.CommercialSecuredLoanAssetAttributes$outboundSchema,
|
|
352
|
+
relationships: z.nullable(z.any()).optional(),
|
|
353
|
+
});
|
|
354
|
+
/**
|
|
355
|
+
* @internal
|
|
356
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
357
|
+
*/
|
|
358
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$;
|
|
359
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$) {
|
|
360
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema` instead. */
|
|
361
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema;
|
|
362
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema` instead. */
|
|
363
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema;
|
|
364
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ = CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$ = {}));
|
|
365
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsAssetDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsAssetData) {
|
|
366
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema
|
|
367
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsAssetData));
|
|
368
|
+
}
|
|
369
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsAssetDataFromJSON(jsonString) {
|
|
370
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema
|
|
371
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsAssetData' from JSON`);
|
|
372
|
+
}
|
|
373
|
+
/** @internal */
|
|
374
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema = z.object({
|
|
375
|
+
data: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$inboundSchema),
|
|
376
|
+
});
|
|
377
|
+
/** @internal */
|
|
378
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema = z.object({
|
|
379
|
+
data: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsAssetData$outboundSchema),
|
|
380
|
+
});
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
384
|
+
*/
|
|
385
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsAsset$;
|
|
386
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsAsset$) {
|
|
387
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema` instead. */
|
|
388
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsAsset$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema;
|
|
389
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema` instead. */
|
|
390
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsAsset$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema;
|
|
391
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ = CommercialSecuredLoanCommercialApplicationRelationshipsAsset$ = {}));
|
|
392
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsAssetToJSON(commercialSecuredLoanCommercialApplicationRelationshipsAsset) {
|
|
393
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema
|
|
394
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsAsset));
|
|
395
|
+
}
|
|
396
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsAssetFromJSON(jsonString) {
|
|
397
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema
|
|
398
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsAsset' from JSON`);
|
|
399
|
+
}
|
|
400
|
+
/** @internal */
|
|
401
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema = z.nativeEnum(exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType);
|
|
402
|
+
/** @internal */
|
|
403
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema;
|
|
404
|
+
/**
|
|
405
|
+
* @internal
|
|
406
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
407
|
+
*/
|
|
408
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$;
|
|
409
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$) {
|
|
410
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema` instead. */
|
|
411
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema;
|
|
412
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema` instead. */
|
|
413
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema;
|
|
414
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ = CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$ = {}));
|
|
415
|
+
/** @internal */
|
|
416
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema = z.object({
|
|
417
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$inboundSchema,
|
|
418
|
+
attributes: entityattributes_js_1.EntityAttributes$inboundSchema,
|
|
419
|
+
relationships: z.nullable(z.any()).optional(),
|
|
420
|
+
});
|
|
421
|
+
/** @internal */
|
|
422
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema = z.object({
|
|
423
|
+
type: exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesType$outboundSchema,
|
|
424
|
+
attributes: entityattributes_js_1.EntityAttributes$outboundSchema,
|
|
425
|
+
relationships: z.nullable(z.any()).optional(),
|
|
426
|
+
});
|
|
427
|
+
/**
|
|
428
|
+
* @internal
|
|
429
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
430
|
+
*/
|
|
431
|
+
var CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$;
|
|
432
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$) {
|
|
433
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema` instead. */
|
|
434
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema;
|
|
435
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema` instead. */
|
|
436
|
+
CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema;
|
|
437
|
+
})(CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ || (exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ = CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$ = {}));
|
|
438
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataToJSON(commercialSecuredLoanCommercialApplicationRelationshipsEntitiesData) {
|
|
439
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema
|
|
440
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationshipsEntitiesData));
|
|
441
|
+
}
|
|
442
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsEntitiesDataFromJSON(jsonString) {
|
|
443
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema
|
|
444
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData' from JSON`);
|
|
445
|
+
}
|
|
446
|
+
/** @internal */
|
|
447
|
+
exports.Entities$inboundSchema = z.object({
|
|
448
|
+
data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$inboundSchema)),
|
|
449
|
+
});
|
|
450
|
+
/** @internal */
|
|
451
|
+
exports.Entities$outboundSchema = z.object({
|
|
452
|
+
data: z.array(z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsEntitiesData$outboundSchema)),
|
|
453
|
+
});
|
|
454
|
+
/**
|
|
455
|
+
* @internal
|
|
456
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
457
|
+
*/
|
|
458
|
+
var Entities$;
|
|
459
|
+
(function (Entities$) {
|
|
460
|
+
/** @deprecated use `Entities$inboundSchema` instead. */
|
|
461
|
+
Entities$.inboundSchema = exports.Entities$inboundSchema;
|
|
462
|
+
/** @deprecated use `Entities$outboundSchema` instead. */
|
|
463
|
+
Entities$.outboundSchema = exports.Entities$outboundSchema;
|
|
464
|
+
})(Entities$ || (exports.Entities$ = Entities$ = {}));
|
|
465
|
+
function entitiesToJSON(entities) {
|
|
466
|
+
return JSON.stringify(exports.Entities$outboundSchema.parse(entities));
|
|
467
|
+
}
|
|
468
|
+
function entitiesFromJSON(jsonString) {
|
|
469
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Entities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Entities' from JSON`);
|
|
470
|
+
}
|
|
471
|
+
/** @internal */
|
|
472
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema = z.object({
|
|
473
|
+
loanDetails: z.lazy(() => exports.LoanDetails$inboundSchema).optional(),
|
|
474
|
+
customers: z.lazy(() => exports.Customers$inboundSchema).optional(),
|
|
475
|
+
asset: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$inboundSchema).optional(),
|
|
476
|
+
entities: z.lazy(() => exports.Entities$inboundSchema).optional(),
|
|
477
|
+
});
|
|
478
|
+
/** @internal */
|
|
479
|
+
exports.CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema = z.object({
|
|
480
|
+
loanDetails: z.lazy(() => exports.LoanDetails$outboundSchema).optional(),
|
|
481
|
+
customers: z.lazy(() => exports.Customers$outboundSchema).optional(),
|
|
482
|
+
asset: z.lazy(() => exports.CommercialSecuredLoanCommercialApplicationRelationshipsAsset$outboundSchema).optional(),
|
|
483
|
+
entities: z.lazy(() => exports.Entities$outboundSchema).optional(),
|
|
484
|
+
});
|
|
485
|
+
/**
|
|
486
|
+
* @internal
|
|
487
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
488
|
+
*/
|
|
489
|
+
var CommercialSecuredLoanCommercialApplicationRelationships$;
|
|
490
|
+
(function (CommercialSecuredLoanCommercialApplicationRelationships$) {
|
|
491
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema` instead. */
|
|
492
|
+
CommercialSecuredLoanCommercialApplicationRelationships$.inboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema;
|
|
493
|
+
/** @deprecated use `CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema` instead. */
|
|
494
|
+
CommercialSecuredLoanCommercialApplicationRelationships$.outboundSchema = exports.CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema;
|
|
495
|
+
})(CommercialSecuredLoanCommercialApplicationRelationships$ || (exports.CommercialSecuredLoanCommercialApplicationRelationships$ = CommercialSecuredLoanCommercialApplicationRelationships$ = {}));
|
|
496
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsToJSON(commercialSecuredLoanCommercialApplicationRelationships) {
|
|
497
|
+
return JSON.stringify(exports.CommercialSecuredLoanCommercialApplicationRelationships$outboundSchema
|
|
498
|
+
.parse(commercialSecuredLoanCommercialApplicationRelationships));
|
|
499
|
+
}
|
|
500
|
+
function commercialSecuredLoanCommercialApplicationRelationshipsFromJSON(jsonString) {
|
|
501
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CommercialSecuredLoanCommercialApplicationRelationships$inboundSchema
|
|
502
|
+
.parse(JSON.parse(x)), `Failed to parse 'CommercialSecuredLoanCommercialApplicationRelationships' from JSON`);
|
|
503
|
+
}
|
|
504
|
+
//# sourceMappingURL=commercialsecuredloancommercialapplicationrelationships.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commercialsecuredloancommercialapplicationrelationships.js","sourceRoot":"","sources":["../../src/models/components/commercialsecuredloancommercialapplicationrelationships.ts"],"names":[],"mappings":"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"}
|