@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
|
@@ -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":"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"}
|
|
@@ -1,25 +1,42 @@
|
|
|
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 "./commercialapplicationresource.js";
|
|
9
|
+
export * from "./commercialsecuredloanapplicationsubmissionpayload.js";
|
|
10
|
+
export * from "./commercialsecuredloanassetattributes.js";
|
|
11
|
+
export * from "./commercialsecuredloanassettype.js";
|
|
12
|
+
export * from "./commercialsecuredloancommercialapplicationrelationships.js";
|
|
13
|
+
export * from "./consumerapplicationjsonapirelationships.js";
|
|
14
|
+
export * from "./consumerapplicationresource.js";
|
|
15
|
+
export * from "./consumersecuredloanapplicationsubmissionpayload.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";
|
|
33
|
+
export * from "./resourcetypes.js";
|
|
22
34
|
export * from "./security.js";
|
|
35
|
+
export * from "./supportingdocumentattributes.js";
|
|
36
|
+
export * from "./supportingdocumentattributesinput.js";
|
|
37
|
+
export * from "./supportingdocumentrelationships.js";
|
|
38
|
+
export * from "./supportingdocumentresource.js";
|
|
23
39
|
export * from "./tokenrequest.js";
|
|
24
40
|
export * from "./tokenresponse.js";
|
|
41
|
+
export * from "./uploadmimetype.js";
|
|
25
42
|
//# 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,oCAAoC,CAAC;AACnD,cAAc,wDAAwD,CAAC;AACvE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,8DAA8D,CAAC;AAC7E,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kCAAkC,CAAC;AACjD,cAAc,sDAAsD,CAAC;AACrE,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,oBAAoB,CAAC;AACnC,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,43 @@ 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("./commercialapplicationresource.js"), exports);
|
|
28
|
+
__exportStar(require("./commercialsecuredloanapplicationsubmissionpayload.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("./consumerapplicationresource.js"), exports);
|
|
34
|
+
__exportStar(require("./consumersecuredloanapplicationsubmissionpayload.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);
|
|
52
|
+
__exportStar(require("./resourcetypes.js"), exports);
|
|
41
53
|
__exportStar(require("./security.js"), exports);
|
|
54
|
+
__exportStar(require("./supportingdocumentattributes.js"), exports);
|
|
55
|
+
__exportStar(require("./supportingdocumentattributesinput.js"), exports);
|
|
56
|
+
__exportStar(require("./supportingdocumentrelationships.js"), exports);
|
|
57
|
+
__exportStar(require("./supportingdocumentresource.js"), exports);
|
|
42
58
|
__exportStar(require("./tokenrequest.js"), exports);
|
|
43
59
|
__exportStar(require("./tokenresponse.js"), exports);
|
|
60
|
+
__exportStar(require("./uploadmimetype.js"), exports);
|
|
44
61
|
//# 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,qEAAmD;AACnD,yFAAuE;AACvE,4EAA0D;AAC1D,sEAAoD;AACpD,+FAA6E;AAC7E,+EAA6D;AAC7D,mEAAiD;AACjD,uFAAqE;AACrE,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,qDAAmC;AACnC,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"}
|
|
@@ -0,0 +1,77 @@
|
|
|
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.LinkObject$ = exports.LinkObject$outboundSchema = exports.LinkObject$inboundSchema = void 0;
|
|
40
|
+
exports.linkObjectToJSON = linkObjectToJSON;
|
|
41
|
+
exports.linkObjectFromJSON = linkObjectFromJSON;
|
|
42
|
+
const z = __importStar(require("zod"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
/** @internal */
|
|
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(),
|
|
51
|
+
});
|
|
52
|
+
/** @internal */
|
|
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(),
|
|
59
|
+
});
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
63
|
+
*/
|
|
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));
|
|
73
|
+
}
|
|
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`);
|
|
76
|
+
}
|
|
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"}
|
|
@@ -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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"}
|