@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
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ForbiddenError$ = exports.ForbiddenError$outboundSchema = exports.ForbiddenError$inboundSchema = exports.
|
|
39
|
+
exports.ForbiddenError$ = exports.ForbiddenError$outboundSchema = exports.ForbiddenError$inboundSchema = exports.ForbiddenErrorTitle$ = exports.ForbiddenErrorTitle$outboundSchema = exports.ForbiddenErrorTitle$inboundSchema = exports.ForbiddenErrorCode$ = exports.ForbiddenErrorCode$outboundSchema = exports.ForbiddenErrorCode$inboundSchema = exports.ForbiddenErrorStatus$ = exports.ForbiddenErrorStatus$outboundSchema = exports.ForbiddenErrorStatus$inboundSchema = exports.ForbiddenErrorTitle = exports.ForbiddenErrorCode = exports.ForbiddenErrorStatus = void 0;
|
|
40
40
|
exports.forbiddenErrorToJSON = forbiddenErrorToJSON;
|
|
41
41
|
exports.forbiddenErrorFromJSON = forbiddenErrorFromJSON;
|
|
42
42
|
const z = __importStar(require("zod"));
|
|
@@ -46,15 +46,12 @@ const errorsource_js_1 = require("./errorsource.js");
|
|
|
46
46
|
exports.ForbiddenErrorStatus = {
|
|
47
47
|
FourHundredAndThree: "403",
|
|
48
48
|
};
|
|
49
|
-
exports.
|
|
49
|
+
exports.ForbiddenErrorCode = {
|
|
50
50
|
Unauthorised: "Unauthorised",
|
|
51
51
|
};
|
|
52
|
-
exports.
|
|
52
|
+
exports.ForbiddenErrorTitle = {
|
|
53
53
|
Unauthorised: "Unauthorised",
|
|
54
54
|
};
|
|
55
|
-
exports.Detail = {
|
|
56
|
-
YouAreNotAuthorizedToPerformThisAction: "You are not authorized to perform this action.",
|
|
57
|
-
};
|
|
58
55
|
/** @internal */
|
|
59
56
|
exports.ForbiddenErrorStatus$inboundSchema = z.nativeEnum(exports.ForbiddenErrorStatus);
|
|
60
57
|
/** @internal */
|
|
@@ -71,59 +68,43 @@ var ForbiddenErrorStatus$;
|
|
|
71
68
|
ForbiddenErrorStatus$.outboundSchema = exports.ForbiddenErrorStatus$outboundSchema;
|
|
72
69
|
})(ForbiddenErrorStatus$ || (exports.ForbiddenErrorStatus$ = ForbiddenErrorStatus$ = {}));
|
|
73
70
|
/** @internal */
|
|
74
|
-
exports.
|
|
75
|
-
/** @internal */
|
|
76
|
-
exports.Code$outboundSchema = exports.Code$inboundSchema;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
80
|
-
*/
|
|
81
|
-
var Code$;
|
|
82
|
-
(function (Code$) {
|
|
83
|
-
/** @deprecated use `Code$inboundSchema` instead. */
|
|
84
|
-
Code$.inboundSchema = exports.Code$inboundSchema;
|
|
85
|
-
/** @deprecated use `Code$outboundSchema` instead. */
|
|
86
|
-
Code$.outboundSchema = exports.Code$outboundSchema;
|
|
87
|
-
})(Code$ || (exports.Code$ = Code$ = {}));
|
|
88
|
-
/** @internal */
|
|
89
|
-
exports.Title$inboundSchema = z.nativeEnum(exports.Title);
|
|
71
|
+
exports.ForbiddenErrorCode$inboundSchema = z.nativeEnum(exports.ForbiddenErrorCode);
|
|
90
72
|
/** @internal */
|
|
91
|
-
exports.
|
|
73
|
+
exports.ForbiddenErrorCode$outboundSchema = exports.ForbiddenErrorCode$inboundSchema;
|
|
92
74
|
/**
|
|
93
75
|
* @internal
|
|
94
76
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
95
77
|
*/
|
|
96
|
-
var
|
|
97
|
-
(function (
|
|
98
|
-
/** @deprecated use `
|
|
99
|
-
|
|
100
|
-
/** @deprecated use `
|
|
101
|
-
|
|
102
|
-
})(
|
|
78
|
+
var ForbiddenErrorCode$;
|
|
79
|
+
(function (ForbiddenErrorCode$) {
|
|
80
|
+
/** @deprecated use `ForbiddenErrorCode$inboundSchema` instead. */
|
|
81
|
+
ForbiddenErrorCode$.inboundSchema = exports.ForbiddenErrorCode$inboundSchema;
|
|
82
|
+
/** @deprecated use `ForbiddenErrorCode$outboundSchema` instead. */
|
|
83
|
+
ForbiddenErrorCode$.outboundSchema = exports.ForbiddenErrorCode$outboundSchema;
|
|
84
|
+
})(ForbiddenErrorCode$ || (exports.ForbiddenErrorCode$ = ForbiddenErrorCode$ = {}));
|
|
103
85
|
/** @internal */
|
|
104
|
-
exports.
|
|
105
|
-
.nativeEnum(exports.Detail);
|
|
86
|
+
exports.ForbiddenErrorTitle$inboundSchema = z.nativeEnum(exports.ForbiddenErrorTitle);
|
|
106
87
|
/** @internal */
|
|
107
|
-
exports.
|
|
88
|
+
exports.ForbiddenErrorTitle$outboundSchema = exports.ForbiddenErrorTitle$inboundSchema;
|
|
108
89
|
/**
|
|
109
90
|
* @internal
|
|
110
91
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
111
92
|
*/
|
|
112
|
-
var
|
|
113
|
-
(function (
|
|
114
|
-
/** @deprecated use `
|
|
115
|
-
|
|
116
|
-
/** @deprecated use `
|
|
117
|
-
|
|
118
|
-
})(
|
|
93
|
+
var ForbiddenErrorTitle$;
|
|
94
|
+
(function (ForbiddenErrorTitle$) {
|
|
95
|
+
/** @deprecated use `ForbiddenErrorTitle$inboundSchema` instead. */
|
|
96
|
+
ForbiddenErrorTitle$.inboundSchema = exports.ForbiddenErrorTitle$inboundSchema;
|
|
97
|
+
/** @deprecated use `ForbiddenErrorTitle$outboundSchema` instead. */
|
|
98
|
+
ForbiddenErrorTitle$.outboundSchema = exports.ForbiddenErrorTitle$outboundSchema;
|
|
99
|
+
})(ForbiddenErrorTitle$ || (exports.ForbiddenErrorTitle$ = ForbiddenErrorTitle$ = {}));
|
|
119
100
|
/** @internal */
|
|
120
101
|
exports.ForbiddenError$inboundSchema = z.object({
|
|
121
102
|
id: z.string().optional(),
|
|
122
103
|
links: apierrorlinks_js_1.APIErrorLinks$inboundSchema.optional(),
|
|
123
104
|
status: exports.ForbiddenErrorStatus$inboundSchema,
|
|
124
|
-
code: exports.
|
|
125
|
-
title: exports.
|
|
126
|
-
detail:
|
|
105
|
+
code: exports.ForbiddenErrorCode$inboundSchema,
|
|
106
|
+
title: exports.ForbiddenErrorTitle$inboundSchema,
|
|
107
|
+
detail: z.string(),
|
|
127
108
|
source: errorsource_js_1.ErrorSource$inboundSchema.optional(),
|
|
128
109
|
meta: z.record(z.any()).optional(),
|
|
129
110
|
});
|
|
@@ -132,9 +113,9 @@ exports.ForbiddenError$outboundSchema = z.object({
|
|
|
132
113
|
id: z.string().optional(),
|
|
133
114
|
links: apierrorlinks_js_1.APIErrorLinks$outboundSchema.optional(),
|
|
134
115
|
status: exports.ForbiddenErrorStatus$outboundSchema,
|
|
135
|
-
code: exports.
|
|
136
|
-
title: exports.
|
|
137
|
-
detail:
|
|
116
|
+
code: exports.ForbiddenErrorCode$outboundSchema,
|
|
117
|
+
title: exports.ForbiddenErrorTitle$outboundSchema,
|
|
118
|
+
detail: z.string(),
|
|
138
119
|
source: errorsource_js_1.ErrorSource$outboundSchema.optional(),
|
|
139
120
|
meta: z.record(z.any()).optional(),
|
|
140
121
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"forbiddenerror.js","sourceRoot":"","sources":["../../src/models/components/forbiddenerror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"forbiddenerror.js","sourceRoot":"","sources":["../../src/models/components/forbiddenerror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyKH,oDAEC;AAED,wDAQC;AAnLD,uCAAyB;AACzB,qDAAiD;AAIjD,yDAK4B;AAC5B,qDAK0B;AAEb,QAAA,oBAAoB,GAAG;IAClC,mBAAmB,EAAE,KAAK;CAClB,CAAC;AAGE,QAAA,kBAAkB,GAAG;IAChC,YAAY,EAAE,cAAc;CACpB,CAAC;AAGE,QAAA,mBAAmB,GAAG;IACjC,YAAY,EAAE,cAAc;CACpB,CAAC;AAiBX,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,CAAC,CAAC,UAAU,CAAC,4BAAoB,CAAC,CAAC;AAEvC,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,0CAAkC,CAAC;AAEvC;;;GAGG;AACH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,oEAAoE;IACvD,mCAAa,GAAG,0CAAkC,CAAC;IAChE,qEAAqE;IACxD,oCAAc,GAAG,2CAAmC,CAAC;AACpE,CAAC,EALgB,qBAAqB,qCAArB,qBAAqB,QAKrC;AAED,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,wCAAgC,CAAC;AAErC;;;GAGG;AACH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAClE,CAAC,EALgB,mBAAmB,mCAAnB,mBAAmB,QAKnC;AAED,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,yCAAiC,CAAC;AAEtC;;;GAGG;AACH,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AACnE,CAAC,EALgB,oBAAoB,oCAApB,oBAAoB,QAKpC;AAED,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,8CAA2B,CAAC,QAAQ,EAAE;IAC7C,MAAM,EAAE,0CAAkC;IAC1C,IAAI,EAAE,wCAAgC;IACtC,KAAK,EAAE,yCAAiC;IACxC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,MAAM,EAAE,0CAAyB,CAAC,QAAQ,EAAE;IAC5C,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAcH,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,KAAK,EAAE,+CAA4B,CAAC,QAAQ,EAAE;IAC9C,MAAM,EAAE,2CAAmC;IAC3C,IAAI,EAAE,yCAAiC;IACvC,KAAK,EAAE,0CAAkC;IACzC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,MAAM,EAAE,2CAA0B,CAAC,QAAQ,EAAE;IAC7C,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,eAAe,CAO/B;AAPD,WAAiB,eAAe;IAC9B,8DAA8D;IACjD,6BAAa,GAAG,oCAA4B,CAAC;IAC1D,+DAA+D;IAClD,8BAAc,GAAG,qCAA6B,CAAC;AAG9D,CAAC,EAPgB,eAAe,+BAAf,eAAe,QAO/B;AAED,SAAgB,oBAAoB,CAAC,cAA8B;IACjE,OAAO,IAAI,CAAC,SAAS,CAAC,qCAA6B,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,sBAAsB,CACpC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxD,4CAA4C,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
export * from "./addressattributes.js";
|
|
2
2
|
export * from "./apierrorlinks.js";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./applicationattributescreate.js";
|
|
5
|
-
export * from "./applicationresourcebulksubmission.js";
|
|
3
|
+
export * from "./applicationresource.js";
|
|
6
4
|
export * from "./applicationstatus.js";
|
|
7
|
-
export * from "./applicationtype.js";
|
|
8
|
-
export * from "./assetattributes.js";
|
|
9
5
|
export * from "./australianstatesandterritories.js";
|
|
10
|
-
export * from "./
|
|
11
|
-
export * from "./
|
|
6
|
+
export * from "./badrequesterror.js";
|
|
7
|
+
export * from "./commercialapplicationjsonapirelationships.js";
|
|
8
|
+
export * from "./commercialsecuredapplicationpayload.js";
|
|
9
|
+
export * from "./commercialsecuredapplicationresource.js";
|
|
10
|
+
export * from "./commercialsecuredloanassetattributes.js";
|
|
11
|
+
export * from "./commercialsecuredloanassettype.js";
|
|
12
|
+
export * from "./commercialsecuredloancommercialapplicationrelationships.js";
|
|
13
|
+
export * from "./consumerapplicationjsonapirelationships.js";
|
|
14
|
+
export * from "./consumersecuredapplicationpayload.js";
|
|
15
|
+
export * from "./consumersecuredapplicationresource.js";
|
|
16
|
+
export * from "./consumersecuredloanassetattributes.js";
|
|
17
|
+
export * from "./consumersecuredloanassettype.js";
|
|
18
|
+
export * from "./consumersecuredloanconsumerapplicationrelationships.js";
|
|
19
|
+
export * from "./createsupportingdocumentsresponse.js";
|
|
12
20
|
export * from "./customerattributes.js";
|
|
13
21
|
export * from "./customeridtype.js";
|
|
14
22
|
export * from "./customertitle.js";
|
|
23
|
+
export * from "./documenttype.js";
|
|
15
24
|
export * from "./entityattributes.js";
|
|
16
25
|
export * from "./errorsource.js";
|
|
17
26
|
export * from "./forbiddenerror.js";
|
|
18
27
|
export * from "./frequencytype.js";
|
|
19
|
-
export * from "./
|
|
28
|
+
export * from "./linkobject.js";
|
|
20
29
|
export * from "./loandetailsattributes.js";
|
|
30
|
+
export * from "./relationshipresourcenotfound.js";
|
|
21
31
|
export * from "./repaymentstructure.js";
|
|
32
|
+
export * from "./resourcenotfound.js";
|
|
22
33
|
export * from "./security.js";
|
|
34
|
+
export * from "./supportingdocumentattributes.js";
|
|
35
|
+
export * from "./supportingdocumentattributesinput.js";
|
|
36
|
+
export * from "./supportingdocumentrelationships.js";
|
|
37
|
+
export * from "./supportingdocumentresource.js";
|
|
23
38
|
export * from "./tokenrequest.js";
|
|
24
39
|
export * from "./tokenresponse.js";
|
|
40
|
+
export * from "./uploadmimetype.js";
|
|
25
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qCAAqC,CAAC;AACpD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,8DAA8D,CAAC;AAC7E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0DAA0D,CAAC;AACzE,cAAc,wCAAwC,CAAC;AACvD,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
|
@@ -19,26 +19,42 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
20
|
__exportStar(require("./addressattributes.js"), exports);
|
|
21
21
|
__exportStar(require("./apierrorlinks.js"), exports);
|
|
22
|
-
__exportStar(require("./
|
|
23
|
-
__exportStar(require("./applicationattributescreate.js"), exports);
|
|
24
|
-
__exportStar(require("./applicationresourcebulksubmission.js"), exports);
|
|
22
|
+
__exportStar(require("./applicationresource.js"), exports);
|
|
25
23
|
__exportStar(require("./applicationstatus.js"), exports);
|
|
26
|
-
__exportStar(require("./applicationtype.js"), exports);
|
|
27
|
-
__exportStar(require("./assetattributes.js"), exports);
|
|
28
24
|
__exportStar(require("./australianstatesandterritories.js"), exports);
|
|
29
|
-
__exportStar(require("./
|
|
30
|
-
__exportStar(require("./
|
|
25
|
+
__exportStar(require("./badrequesterror.js"), exports);
|
|
26
|
+
__exportStar(require("./commercialapplicationjsonapirelationships.js"), exports);
|
|
27
|
+
__exportStar(require("./commercialsecuredapplicationpayload.js"), exports);
|
|
28
|
+
__exportStar(require("./commercialsecuredapplicationresource.js"), exports);
|
|
29
|
+
__exportStar(require("./commercialsecuredloanassetattributes.js"), exports);
|
|
30
|
+
__exportStar(require("./commercialsecuredloanassettype.js"), exports);
|
|
31
|
+
__exportStar(require("./commercialsecuredloancommercialapplicationrelationships.js"), exports);
|
|
32
|
+
__exportStar(require("./consumerapplicationjsonapirelationships.js"), exports);
|
|
33
|
+
__exportStar(require("./consumersecuredapplicationpayload.js"), exports);
|
|
34
|
+
__exportStar(require("./consumersecuredapplicationresource.js"), exports);
|
|
35
|
+
__exportStar(require("./consumersecuredloanassetattributes.js"), exports);
|
|
36
|
+
__exportStar(require("./consumersecuredloanassettype.js"), exports);
|
|
37
|
+
__exportStar(require("./consumersecuredloanconsumerapplicationrelationships.js"), exports);
|
|
38
|
+
__exportStar(require("./createsupportingdocumentsresponse.js"), exports);
|
|
31
39
|
__exportStar(require("./customerattributes.js"), exports);
|
|
32
40
|
__exportStar(require("./customeridtype.js"), exports);
|
|
33
41
|
__exportStar(require("./customertitle.js"), exports);
|
|
42
|
+
__exportStar(require("./documenttype.js"), exports);
|
|
34
43
|
__exportStar(require("./entityattributes.js"), exports);
|
|
35
44
|
__exportStar(require("./errorsource.js"), exports);
|
|
36
45
|
__exportStar(require("./forbiddenerror.js"), exports);
|
|
37
46
|
__exportStar(require("./frequencytype.js"), exports);
|
|
38
|
-
__exportStar(require("./
|
|
47
|
+
__exportStar(require("./linkobject.js"), exports);
|
|
39
48
|
__exportStar(require("./loandetailsattributes.js"), exports);
|
|
49
|
+
__exportStar(require("./relationshipresourcenotfound.js"), exports);
|
|
40
50
|
__exportStar(require("./repaymentstructure.js"), exports);
|
|
51
|
+
__exportStar(require("./resourcenotfound.js"), exports);
|
|
41
52
|
__exportStar(require("./security.js"), exports);
|
|
53
|
+
__exportStar(require("./supportingdocumentattributes.js"), exports);
|
|
54
|
+
__exportStar(require("./supportingdocumentattributesinput.js"), exports);
|
|
55
|
+
__exportStar(require("./supportingdocumentrelationships.js"), exports);
|
|
56
|
+
__exportStar(require("./supportingdocumentresource.js"), exports);
|
|
42
57
|
__exportStar(require("./tokenrequest.js"), exports);
|
|
43
58
|
__exportStar(require("./tokenresponse.js"), exports);
|
|
59
|
+
__exportStar(require("./uploadmimetype.js"), exports);
|
|
44
60
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,yDAAuC;AACvC,qDAAmC;AACnC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,yDAAuC;AACvC,qDAAmC;AACnC,2DAAyC;AACzC,yDAAuC;AACvC,sEAAoD;AACpD,uDAAqC;AACrC,iFAA+D;AAC/D,2EAAyD;AACzD,4EAA0D;AAC1D,4EAA0D;AAC1D,sEAAoD;AACpD,+FAA6E;AAC7E,+EAA6D;AAC7D,yEAAuD;AACvD,0EAAwD;AACxD,0EAAwD;AACxD,oEAAkD;AAClD,2FAAyE;AACzE,yEAAuD;AACvD,0DAAwC;AACxC,sDAAoC;AACpC,qDAAmC;AACnC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC;AACjC,sDAAoC;AACpC,qDAAmC;AACnC,kDAAgC;AAChC,6DAA2C;AAC3C,oEAAkD;AAClD,0DAAwC;AACxC,wDAAsC;AACtC,gDAA8B;AAC9B,oEAAkD;AAClD,yEAAuD;AACvD,uEAAqD;AACrD,kEAAgD;AAChD,oDAAkC;AAClC,qDAAmC;AACnC,sDAAoC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
/**
|
|
5
|
+
* Standard link object
|
|
6
|
+
*/
|
|
7
|
+
export type LinkObject = {
|
|
8
|
+
/**
|
|
9
|
+
* A URI reference
|
|
10
|
+
*/
|
|
11
|
+
href: string;
|
|
12
|
+
describedby?: string | undefined;
|
|
13
|
+
title?: string | undefined;
|
|
14
|
+
type?: string | undefined;
|
|
15
|
+
meta?: {
|
|
16
|
+
[k: string]: any;
|
|
17
|
+
} | undefined;
|
|
18
|
+
};
|
|
19
|
+
/** @internal */
|
|
20
|
+
export declare const LinkObject$inboundSchema: z.ZodType<LinkObject, z.ZodTypeDef, unknown>;
|
|
21
|
+
/** @internal */
|
|
22
|
+
export type LinkObject$Outbound = {
|
|
23
|
+
href: string;
|
|
24
|
+
describedby?: string | undefined;
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
type?: string | undefined;
|
|
27
|
+
meta?: {
|
|
28
|
+
[k: string]: any;
|
|
29
|
+
} | undefined;
|
|
30
|
+
};
|
|
31
|
+
/** @internal */
|
|
32
|
+
export declare const LinkObject$outboundSchema: z.ZodType<LinkObject$Outbound, z.ZodTypeDef, LinkObject>;
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
36
|
+
*/
|
|
37
|
+
export declare namespace LinkObject$ {
|
|
38
|
+
/** @deprecated use `LinkObject$inboundSchema` instead. */
|
|
39
|
+
const inboundSchema: z.ZodType<LinkObject, z.ZodTypeDef, unknown>;
|
|
40
|
+
/** @deprecated use `LinkObject$outboundSchema` instead. */
|
|
41
|
+
const outboundSchema: z.ZodType<LinkObject$Outbound, z.ZodTypeDef, LinkObject>;
|
|
42
|
+
/** @deprecated use `LinkObject$Outbound` instead. */
|
|
43
|
+
type Outbound = LinkObject$Outbound;
|
|
44
|
+
}
|
|
45
|
+
export declare function linkObjectToJSON(linkObject: LinkObject): string;
|
|
46
|
+
export declare function linkObjectFromJSON(jsonString: string): SafeParseResult<LinkObject, SDKValidationError>;
|
|
47
|
+
//# sourceMappingURL=linkobject.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linkobject.d.ts","sourceRoot":"","sources":["../../src/models/components/linkobject.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,UAAU,EACV,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,UAAU,CAOV,CAAC;AAEH;;;GAGG;AACH,yBAAiB,WAAW,CAAC;IAC3B,0DAA0D;IACnD,MAAM,aAAa,8CAA2B,CAAC;IACtD,2DAA2D;IACpD,MAAM,cAAc,0DAA4B,CAAC;IACxD,qDAAqD;IACrD,KAAY,QAAQ,GAAG,mBAAmB,CAAC;CAC5C;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAE/D;AAED,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
|
|
@@ -36,37 +36,42 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
39
|
+
exports.LinkObject$ = exports.LinkObject$outboundSchema = exports.LinkObject$inboundSchema = void 0;
|
|
40
|
+
exports.linkObjectToJSON = linkObjectToJSON;
|
|
41
|
+
exports.linkObjectFromJSON = linkObjectFromJSON;
|
|
42
42
|
const z = __importStar(require("zod"));
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
44
|
/** @internal */
|
|
45
|
-
exports.
|
|
46
|
-
.
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
exports.LinkObject$inboundSchema = z.object({
|
|
46
|
+
href: z.string(),
|
|
47
|
+
describedby: z.string().optional(),
|
|
48
|
+
title: z.string().optional(),
|
|
49
|
+
type: z.string().optional(),
|
|
50
|
+
meta: z.record(z.any()).optional(),
|
|
49
51
|
});
|
|
50
52
|
/** @internal */
|
|
51
|
-
exports.
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
exports.LinkObject$outboundSchema = z.object({
|
|
54
|
+
href: z.string(),
|
|
55
|
+
describedby: z.string().optional(),
|
|
56
|
+
title: z.string().optional(),
|
|
57
|
+
type: z.string().optional(),
|
|
58
|
+
meta: z.record(z.any()).optional(),
|
|
54
59
|
});
|
|
55
60
|
/**
|
|
56
61
|
* @internal
|
|
57
62
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
58
63
|
*/
|
|
59
|
-
var
|
|
60
|
-
(function (
|
|
61
|
-
/** @deprecated use `
|
|
62
|
-
|
|
63
|
-
/** @deprecated use `
|
|
64
|
-
|
|
65
|
-
})(
|
|
66
|
-
function
|
|
67
|
-
return JSON.stringify(exports.
|
|
64
|
+
var LinkObject$;
|
|
65
|
+
(function (LinkObject$) {
|
|
66
|
+
/** @deprecated use `LinkObject$inboundSchema` instead. */
|
|
67
|
+
LinkObject$.inboundSchema = exports.LinkObject$inboundSchema;
|
|
68
|
+
/** @deprecated use `LinkObject$outboundSchema` instead. */
|
|
69
|
+
LinkObject$.outboundSchema = exports.LinkObject$outboundSchema;
|
|
70
|
+
})(LinkObject$ || (exports.LinkObject$ = LinkObject$ = {}));
|
|
71
|
+
function linkObjectToJSON(linkObject) {
|
|
72
|
+
return JSON.stringify(exports.LinkObject$outboundSchema.parse(linkObject));
|
|
68
73
|
}
|
|
69
|
-
function
|
|
70
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
74
|
+
function linkObjectFromJSON(jsonString) {
|
|
75
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.LinkObject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'LinkObject' from JSON`);
|
|
71
76
|
}
|
|
72
|
-
//# sourceMappingURL=
|
|
77
|
+
//# sourceMappingURL=linkobject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linkobject.js","sourceRoot":"","sources":["../../src/models/components/linkobject.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqEH,4CAEC;AAED,gDAQC;AA/ED,uCAAyB;AACzB,qDAAiD;AAkBjD,gBAAgB;AACH,QAAA,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAWH,gBAAgB;AACH,QAAA,yBAAyB,GAIlC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,WAAW,CAO3B;AAPD,WAAiB,WAAW;IAC1B,0DAA0D;IAC7C,yBAAa,GAAG,gCAAwB,CAAC;IACtD,2DAA2D;IAC9C,0BAAc,GAAG,iCAAyB,CAAC;AAG1D,CAAC,EAPgB,WAAW,2BAAX,WAAW,QAO3B;AAED,SAAgB,gBAAgB,CAAC,UAAsB;IACrD,OAAO,IAAI,CAAC,SAAS,CAAC,iCAAyB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,kBAAkB,CAChC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpD,wCAAwC,CACzC,CAAC;AACJ,CAAC"}
|
|
@@ -7,6 +7,7 @@ import { RepaymentStructure } from "./repaymentstructure.js";
|
|
|
7
7
|
* Loan details model
|
|
8
8
|
*/
|
|
9
9
|
export type LoanDetailsAttributes = {
|
|
10
|
+
id: string;
|
|
10
11
|
/**
|
|
11
12
|
* Number of repayments as integer
|
|
12
13
|
*/
|
|
@@ -76,6 +77,7 @@ export type LoanDetailsAttributes = {
|
|
|
76
77
|
export declare const LoanDetailsAttributes$inboundSchema: z.ZodType<LoanDetailsAttributes, z.ZodTypeDef, unknown>;
|
|
77
78
|
/** @internal */
|
|
78
79
|
export type LoanDetailsAttributes$Outbound = {
|
|
80
|
+
id: string;
|
|
79
81
|
repayments?: number | undefined;
|
|
80
82
|
repaymentFrequency?: string | undefined;
|
|
81
83
|
repaymentStructure?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loandetailsattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/loandetailsattributes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,aAAa,EAGd,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,kBAAkB,EAGnB,MAAM,yBAAyB,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,kBAAkB,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,
|
|
1
|
+
{"version":3,"file":"loandetailsattributes.d.ts","sourceRoot":"","sources":["../../src/models/components/loandetailsattributes.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,6 +45,7 @@ const frequencytype_js_1 = require("./frequencytype.js");
|
|
|
45
45
|
const repaymentstructure_js_1 = require("./repaymentstructure.js");
|
|
46
46
|
/** @internal */
|
|
47
47
|
exports.LoanDetailsAttributes$inboundSchema = z.object({
|
|
48
|
+
id: z.string(),
|
|
48
49
|
repayments: z.number().int().optional(),
|
|
49
50
|
repaymentFrequency: frequencytype_js_1.FrequencyType$inboundSchema.optional(),
|
|
50
51
|
repaymentStructure: repaymentstructure_js_1.RepaymentStructure$inboundSchema.optional(),
|
|
@@ -64,6 +65,7 @@ exports.LoanDetailsAttributes$inboundSchema = z.object({
|
|
|
64
65
|
});
|
|
65
66
|
/** @internal */
|
|
66
67
|
exports.LoanDetailsAttributes$outboundSchema = z.object({
|
|
68
|
+
id: z.string(),
|
|
67
69
|
repayments: z.number().int().optional(),
|
|
68
70
|
repaymentFrequency: frequencytype_js_1.FrequencyType$outboundSchema.optional(),
|
|
69
71
|
repaymentStructure: repaymentstructure_js_1.RepaymentStructure$outboundSchema.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loandetailsattributes.js","sourceRoot":"","sources":["../../src/models/components/loandetailsattributes.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"loandetailsattributes.js","sourceRoot":"","sources":["../../src/models/components/loandetailsattributes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,116 @@
|
|
|
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 { APIErrorLinks, APIErrorLinks$Outbound } from "./apierrorlinks.js";
|
|
6
|
+
import { ErrorSource, ErrorSource$Outbound } from "./errorsource.js";
|
|
7
|
+
export declare const RelationshipResourceNotFoundStatus: {
|
|
8
|
+
readonly FourHundredAndFour: "404";
|
|
9
|
+
};
|
|
10
|
+
export type RelationshipResourceNotFoundStatus = ClosedEnum<typeof RelationshipResourceNotFoundStatus>;
|
|
11
|
+
export declare const RelationshipResourceNotFoundCode: {
|
|
12
|
+
readonly RelationshipResourceNotFound: "RelationshipResourceNotFound";
|
|
13
|
+
};
|
|
14
|
+
export type RelationshipResourceNotFoundCode = ClosedEnum<typeof RelationshipResourceNotFoundCode>;
|
|
15
|
+
export declare const RelationshipResourceNotFoundTitle: {
|
|
16
|
+
readonly RelationshipResourceNotFound: "Relationship Resource Not Found";
|
|
17
|
+
};
|
|
18
|
+
export type RelationshipResourceNotFoundTitle = ClosedEnum<typeof RelationshipResourceNotFoundTitle>;
|
|
19
|
+
export type RelationshipResourceNotFound = {
|
|
20
|
+
id?: string | undefined;
|
|
21
|
+
links?: APIErrorLinks | undefined;
|
|
22
|
+
status: RelationshipResourceNotFoundStatus;
|
|
23
|
+
code: RelationshipResourceNotFoundCode;
|
|
24
|
+
title: RelationshipResourceNotFoundTitle;
|
|
25
|
+
detail: string;
|
|
26
|
+
source: ErrorSource;
|
|
27
|
+
meta: {
|
|
28
|
+
[k: string]: any;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/** @internal */
|
|
32
|
+
export declare const RelationshipResourceNotFoundStatus$inboundSchema: z.ZodNativeEnum<typeof RelationshipResourceNotFoundStatus>;
|
|
33
|
+
/** @internal */
|
|
34
|
+
export declare const RelationshipResourceNotFoundStatus$outboundSchema: z.ZodNativeEnum<typeof RelationshipResourceNotFoundStatus>;
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
38
|
+
*/
|
|
39
|
+
export declare namespace RelationshipResourceNotFoundStatus$ {
|
|
40
|
+
/** @deprecated use `RelationshipResourceNotFoundStatus$inboundSchema` instead. */
|
|
41
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
42
|
+
readonly FourHundredAndFour: "404";
|
|
43
|
+
}>;
|
|
44
|
+
/** @deprecated use `RelationshipResourceNotFoundStatus$outboundSchema` instead. */
|
|
45
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
46
|
+
readonly FourHundredAndFour: "404";
|
|
47
|
+
}>;
|
|
48
|
+
}
|
|
49
|
+
/** @internal */
|
|
50
|
+
export declare const RelationshipResourceNotFoundCode$inboundSchema: z.ZodNativeEnum<typeof RelationshipResourceNotFoundCode>;
|
|
51
|
+
/** @internal */
|
|
52
|
+
export declare const RelationshipResourceNotFoundCode$outboundSchema: z.ZodNativeEnum<typeof RelationshipResourceNotFoundCode>;
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
+
*/
|
|
57
|
+
export declare namespace RelationshipResourceNotFoundCode$ {
|
|
58
|
+
/** @deprecated use `RelationshipResourceNotFoundCode$inboundSchema` instead. */
|
|
59
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
60
|
+
readonly RelationshipResourceNotFound: "RelationshipResourceNotFound";
|
|
61
|
+
}>;
|
|
62
|
+
/** @deprecated use `RelationshipResourceNotFoundCode$outboundSchema` instead. */
|
|
63
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
64
|
+
readonly RelationshipResourceNotFound: "RelationshipResourceNotFound";
|
|
65
|
+
}>;
|
|
66
|
+
}
|
|
67
|
+
/** @internal */
|
|
68
|
+
export declare const RelationshipResourceNotFoundTitle$inboundSchema: z.ZodNativeEnum<typeof RelationshipResourceNotFoundTitle>;
|
|
69
|
+
/** @internal */
|
|
70
|
+
export declare const RelationshipResourceNotFoundTitle$outboundSchema: z.ZodNativeEnum<typeof RelationshipResourceNotFoundTitle>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
74
|
+
*/
|
|
75
|
+
export declare namespace RelationshipResourceNotFoundTitle$ {
|
|
76
|
+
/** @deprecated use `RelationshipResourceNotFoundTitle$inboundSchema` instead. */
|
|
77
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
78
|
+
readonly RelationshipResourceNotFound: "Relationship Resource Not Found";
|
|
79
|
+
}>;
|
|
80
|
+
/** @deprecated use `RelationshipResourceNotFoundTitle$outboundSchema` instead. */
|
|
81
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
82
|
+
readonly RelationshipResourceNotFound: "Relationship Resource Not Found";
|
|
83
|
+
}>;
|
|
84
|
+
}
|
|
85
|
+
/** @internal */
|
|
86
|
+
export declare const RelationshipResourceNotFound$inboundSchema: z.ZodType<RelationshipResourceNotFound, z.ZodTypeDef, unknown>;
|
|
87
|
+
/** @internal */
|
|
88
|
+
export type RelationshipResourceNotFound$Outbound = {
|
|
89
|
+
id?: string | undefined;
|
|
90
|
+
links?: APIErrorLinks$Outbound | undefined;
|
|
91
|
+
status: string;
|
|
92
|
+
code: string;
|
|
93
|
+
title: string;
|
|
94
|
+
detail: string;
|
|
95
|
+
source: ErrorSource$Outbound;
|
|
96
|
+
meta: {
|
|
97
|
+
[k: string]: any;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
/** @internal */
|
|
101
|
+
export declare const RelationshipResourceNotFound$outboundSchema: z.ZodType<RelationshipResourceNotFound$Outbound, z.ZodTypeDef, RelationshipResourceNotFound>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
105
|
+
*/
|
|
106
|
+
export declare namespace RelationshipResourceNotFound$ {
|
|
107
|
+
/** @deprecated use `RelationshipResourceNotFound$inboundSchema` instead. */
|
|
108
|
+
const inboundSchema: z.ZodType<RelationshipResourceNotFound, z.ZodTypeDef, unknown>;
|
|
109
|
+
/** @deprecated use `RelationshipResourceNotFound$outboundSchema` instead. */
|
|
110
|
+
const outboundSchema: z.ZodType<RelationshipResourceNotFound$Outbound, z.ZodTypeDef, RelationshipResourceNotFound>;
|
|
111
|
+
/** @deprecated use `RelationshipResourceNotFound$Outbound` instead. */
|
|
112
|
+
type Outbound = RelationshipResourceNotFound$Outbound;
|
|
113
|
+
}
|
|
114
|
+
export declare function relationshipResourceNotFoundToJSON(relationshipResourceNotFound: RelationshipResourceNotFound): string;
|
|
115
|
+
export declare function relationshipResourceNotFoundFromJSON(jsonString: string): SafeParseResult<RelationshipResourceNotFound, SDKValidationError>;
|
|
116
|
+
//# sourceMappingURL=relationshipresourcenotfound.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"relationshipresourcenotfound.d.ts","sourceRoot":"","sources":["../../src/models/components/relationshipresourcenotfound.ts"],"names":[],"mappings":"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"}
|