@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
|
@@ -1,962 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
-
import * as components from "../components/index.js";
|
|
5
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
export type GetApplicationsRequest = {
|
|
7
|
-
humanId?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
export declare const GetApplicationsType: {
|
|
10
|
-
readonly Applications: "applications";
|
|
11
|
-
};
|
|
12
|
-
export type GetApplicationsType = ClosedEnum<typeof GetApplicationsType>;
|
|
13
|
-
export declare const GetApplicationsDataApplicationsType: {
|
|
14
|
-
readonly LoanDetails: "loan-details";
|
|
15
|
-
};
|
|
16
|
-
export type GetApplicationsDataApplicationsType = ClosedEnum<typeof GetApplicationsDataApplicationsType>;
|
|
17
|
-
export type GetApplicationsData2 = {
|
|
18
|
-
type: GetApplicationsDataApplicationsType;
|
|
19
|
-
id: string;
|
|
20
|
-
};
|
|
21
|
-
export declare const GetApplicationsDataType: {
|
|
22
|
-
readonly LoanDetails: "loan-details";
|
|
23
|
-
};
|
|
24
|
-
export type GetApplicationsDataType = ClosedEnum<typeof GetApplicationsDataType>;
|
|
25
|
-
export type GetApplicationsData1 = {
|
|
26
|
-
type: GetApplicationsDataType;
|
|
27
|
-
id: string;
|
|
28
|
-
};
|
|
29
|
-
export type GetApplicationsApplicationsResponse200ApplicationJSONData = GetApplicationsData1 | Array<GetApplicationsData2>;
|
|
30
|
-
export type GetApplicationsLoanDetails = {
|
|
31
|
-
data: GetApplicationsData1 | Array<GetApplicationsData2> | null;
|
|
32
|
-
/**
|
|
33
|
-
* Standard link object
|
|
34
|
-
*/
|
|
35
|
-
links?: components.Links | undefined;
|
|
36
|
-
meta?: {
|
|
37
|
-
[k: string]: any;
|
|
38
|
-
} | undefined;
|
|
39
|
-
};
|
|
40
|
-
export declare const GetApplicationsDataApplicationsResponse200Type: {
|
|
41
|
-
readonly Customers: "customers";
|
|
42
|
-
};
|
|
43
|
-
export type GetApplicationsDataApplicationsResponse200Type = ClosedEnum<typeof GetApplicationsDataApplicationsResponse200Type>;
|
|
44
|
-
export type GetApplicationsDataApplications2 = {
|
|
45
|
-
type: GetApplicationsDataApplicationsResponse200Type;
|
|
46
|
-
id: string;
|
|
47
|
-
};
|
|
48
|
-
export declare const GetApplicationsDataApplicationsResponseType: {
|
|
49
|
-
readonly Customers: "customers";
|
|
50
|
-
};
|
|
51
|
-
export type GetApplicationsDataApplicationsResponseType = ClosedEnum<typeof GetApplicationsDataApplicationsResponseType>;
|
|
52
|
-
export type GetApplicationsDataApplications1 = {
|
|
53
|
-
type: GetApplicationsDataApplicationsResponseType;
|
|
54
|
-
id: string;
|
|
55
|
-
};
|
|
56
|
-
export type GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData = GetApplicationsDataApplications1 | Array<GetApplicationsDataApplications2>;
|
|
57
|
-
export type GetApplicationsCustomers = {
|
|
58
|
-
data: GetApplicationsDataApplications1 | Array<GetApplicationsDataApplications2> | null;
|
|
59
|
-
/**
|
|
60
|
-
* Standard link object
|
|
61
|
-
*/
|
|
62
|
-
links?: components.Links | undefined;
|
|
63
|
-
meta?: {
|
|
64
|
-
[k: string]: any;
|
|
65
|
-
} | undefined;
|
|
66
|
-
};
|
|
67
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType: {
|
|
68
|
-
readonly Assets: "assets";
|
|
69
|
-
};
|
|
70
|
-
export type GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType>;
|
|
71
|
-
export type GetApplicationsDataApplicationsResponse2 = {
|
|
72
|
-
type: GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType;
|
|
73
|
-
id: string;
|
|
74
|
-
};
|
|
75
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONType: {
|
|
76
|
-
readonly Assets: "assets";
|
|
77
|
-
};
|
|
78
|
-
export type GetApplicationsDataApplicationsResponse200ApplicationJSONType = ClosedEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONType>;
|
|
79
|
-
export type GetApplicationsDataApplicationsResponse1 = {
|
|
80
|
-
type: GetApplicationsDataApplicationsResponse200ApplicationJSONType;
|
|
81
|
-
id: string;
|
|
82
|
-
};
|
|
83
|
-
export type GetApplicationsApplicationsResponseData = GetApplicationsDataApplicationsResponse1 | Array<GetApplicationsDataApplicationsResponse2>;
|
|
84
|
-
export type GetApplicationsAsset = {
|
|
85
|
-
data: GetApplicationsDataApplicationsResponse1 | Array<GetApplicationsDataApplicationsResponse2> | null;
|
|
86
|
-
/**
|
|
87
|
-
* Standard link object
|
|
88
|
-
*/
|
|
89
|
-
links?: components.Links | undefined;
|
|
90
|
-
meta?: {
|
|
91
|
-
[k: string]: any;
|
|
92
|
-
} | undefined;
|
|
93
|
-
};
|
|
94
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType: {
|
|
95
|
-
readonly Entities: "entities";
|
|
96
|
-
};
|
|
97
|
-
export type GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType = ClosedEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType>;
|
|
98
|
-
export type GetApplicationsDataApplicationsResponse2002 = {
|
|
99
|
-
type: GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType;
|
|
100
|
-
id: string;
|
|
101
|
-
};
|
|
102
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType: {
|
|
103
|
-
readonly Entities: "entities";
|
|
104
|
-
};
|
|
105
|
-
export type GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType = ClosedEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType>;
|
|
106
|
-
export type GetApplicationsDataApplicationsResponse2001 = {
|
|
107
|
-
type: GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType;
|
|
108
|
-
id: string;
|
|
109
|
-
};
|
|
110
|
-
export type GetApplicationsApplicationsResponse200Data = GetApplicationsDataApplicationsResponse2001 | Array<GetApplicationsDataApplicationsResponse2002>;
|
|
111
|
-
export type GetApplicationsEntities = {
|
|
112
|
-
data: GetApplicationsDataApplicationsResponse2001 | Array<GetApplicationsDataApplicationsResponse2002> | null;
|
|
113
|
-
/**
|
|
114
|
-
* Standard link object
|
|
115
|
-
*/
|
|
116
|
-
links?: components.Links | undefined;
|
|
117
|
-
meta?: {
|
|
118
|
-
[k: string]: any;
|
|
119
|
-
} | undefined;
|
|
120
|
-
};
|
|
121
|
-
export type GetApplicationsRelationships = {
|
|
122
|
-
loanDetails?: GetApplicationsLoanDetails | undefined;
|
|
123
|
-
customers?: GetApplicationsCustomers | undefined;
|
|
124
|
-
asset?: GetApplicationsAsset | undefined;
|
|
125
|
-
entities?: GetApplicationsEntities | undefined;
|
|
126
|
-
};
|
|
127
|
-
export type GetApplicationsData = {
|
|
128
|
-
type: GetApplicationsType;
|
|
129
|
-
id: string;
|
|
130
|
-
/**
|
|
131
|
-
* Application resource attributes
|
|
132
|
-
*/
|
|
133
|
-
attributes?: components.ApplicationAttributes | undefined;
|
|
134
|
-
relationships?: GetApplicationsRelationships | undefined;
|
|
135
|
-
/**
|
|
136
|
-
* Standard link object
|
|
137
|
-
*/
|
|
138
|
-
links?: components.Links | undefined;
|
|
139
|
-
meta?: {
|
|
140
|
-
[k: string]: any;
|
|
141
|
-
} | undefined;
|
|
142
|
-
};
|
|
143
|
-
export type GetApplicationsAttributes = {};
|
|
144
|
-
export type Data2 = {
|
|
145
|
-
type: string;
|
|
146
|
-
id: string;
|
|
147
|
-
};
|
|
148
|
-
export type Data1 = {
|
|
149
|
-
type: string;
|
|
150
|
-
id: string;
|
|
151
|
-
};
|
|
152
|
-
export type GetApplicationsApplicationsData = Data1 | Array<Data2>;
|
|
153
|
-
export type GetApplicationsApplicationsRelationships = {
|
|
154
|
-
data: Data1 | Array<Data2> | null;
|
|
155
|
-
/**
|
|
156
|
-
* Standard link object
|
|
157
|
-
*/
|
|
158
|
-
links?: components.Links | undefined;
|
|
159
|
-
meta?: {
|
|
160
|
-
[k: string]: any;
|
|
161
|
-
} | undefined;
|
|
162
|
-
};
|
|
163
|
-
export type GetApplicationsIncluded = {
|
|
164
|
-
type: string;
|
|
165
|
-
id: string;
|
|
166
|
-
attributes?: GetApplicationsAttributes | undefined;
|
|
167
|
-
relationships?: {
|
|
168
|
-
[k: string]: GetApplicationsApplicationsRelationships;
|
|
169
|
-
} | undefined;
|
|
170
|
-
/**
|
|
171
|
-
* Standard link object
|
|
172
|
-
*/
|
|
173
|
-
links?: components.Links | undefined;
|
|
174
|
-
meta?: {
|
|
175
|
-
[k: string]: any;
|
|
176
|
-
} | undefined;
|
|
177
|
-
};
|
|
178
|
-
/**
|
|
179
|
-
* The request has succeeded.
|
|
180
|
-
*/
|
|
181
|
-
export type GetApplicationsResponseBody = {
|
|
182
|
-
data: GetApplicationsData;
|
|
183
|
-
included?: Array<GetApplicationsIncluded> | undefined;
|
|
184
|
-
/**
|
|
185
|
-
* Standard link object
|
|
186
|
-
*/
|
|
187
|
-
links?: components.Links | undefined;
|
|
188
|
-
};
|
|
189
|
-
/** @internal */
|
|
190
|
-
export declare const GetApplicationsRequest$inboundSchema: z.ZodType<GetApplicationsRequest, z.ZodTypeDef, unknown>;
|
|
191
|
-
/** @internal */
|
|
192
|
-
export type GetApplicationsRequest$Outbound = {
|
|
193
|
-
humanId?: string | undefined;
|
|
194
|
-
};
|
|
195
|
-
/** @internal */
|
|
196
|
-
export declare const GetApplicationsRequest$outboundSchema: z.ZodType<GetApplicationsRequest$Outbound, z.ZodTypeDef, GetApplicationsRequest>;
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
200
|
-
*/
|
|
201
|
-
export declare namespace GetApplicationsRequest$ {
|
|
202
|
-
/** @deprecated use `GetApplicationsRequest$inboundSchema` instead. */
|
|
203
|
-
const inboundSchema: z.ZodType<GetApplicationsRequest, z.ZodTypeDef, unknown>;
|
|
204
|
-
/** @deprecated use `GetApplicationsRequest$outboundSchema` instead. */
|
|
205
|
-
const outboundSchema: z.ZodType<GetApplicationsRequest$Outbound, z.ZodTypeDef, GetApplicationsRequest>;
|
|
206
|
-
/** @deprecated use `GetApplicationsRequest$Outbound` instead. */
|
|
207
|
-
type Outbound = GetApplicationsRequest$Outbound;
|
|
208
|
-
}
|
|
209
|
-
export declare function getApplicationsRequestToJSON(getApplicationsRequest: GetApplicationsRequest): string;
|
|
210
|
-
export declare function getApplicationsRequestFromJSON(jsonString: string): SafeParseResult<GetApplicationsRequest, SDKValidationError>;
|
|
211
|
-
/** @internal */
|
|
212
|
-
export declare const GetApplicationsType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsType>;
|
|
213
|
-
/** @internal */
|
|
214
|
-
export declare const GetApplicationsType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsType>;
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
218
|
-
*/
|
|
219
|
-
export declare namespace GetApplicationsType$ {
|
|
220
|
-
/** @deprecated use `GetApplicationsType$inboundSchema` instead. */
|
|
221
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
222
|
-
readonly Applications: "applications";
|
|
223
|
-
}>;
|
|
224
|
-
/** @deprecated use `GetApplicationsType$outboundSchema` instead. */
|
|
225
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
226
|
-
readonly Applications: "applications";
|
|
227
|
-
}>;
|
|
228
|
-
}
|
|
229
|
-
/** @internal */
|
|
230
|
-
export declare const GetApplicationsDataApplicationsType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsType>;
|
|
231
|
-
/** @internal */
|
|
232
|
-
export declare const GetApplicationsDataApplicationsType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsType>;
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
236
|
-
*/
|
|
237
|
-
export declare namespace GetApplicationsDataApplicationsType$ {
|
|
238
|
-
/** @deprecated use `GetApplicationsDataApplicationsType$inboundSchema` instead. */
|
|
239
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
240
|
-
readonly LoanDetails: "loan-details";
|
|
241
|
-
}>;
|
|
242
|
-
/** @deprecated use `GetApplicationsDataApplicationsType$outboundSchema` instead. */
|
|
243
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
244
|
-
readonly LoanDetails: "loan-details";
|
|
245
|
-
}>;
|
|
246
|
-
}
|
|
247
|
-
/** @internal */
|
|
248
|
-
export declare const GetApplicationsData2$inboundSchema: z.ZodType<GetApplicationsData2, z.ZodTypeDef, unknown>;
|
|
249
|
-
/** @internal */
|
|
250
|
-
export type GetApplicationsData2$Outbound = {
|
|
251
|
-
type: string;
|
|
252
|
-
id: string;
|
|
253
|
-
};
|
|
254
|
-
/** @internal */
|
|
255
|
-
export declare const GetApplicationsData2$outboundSchema: z.ZodType<GetApplicationsData2$Outbound, z.ZodTypeDef, GetApplicationsData2>;
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
259
|
-
*/
|
|
260
|
-
export declare namespace GetApplicationsData2$ {
|
|
261
|
-
/** @deprecated use `GetApplicationsData2$inboundSchema` instead. */
|
|
262
|
-
const inboundSchema: z.ZodType<GetApplicationsData2, z.ZodTypeDef, unknown>;
|
|
263
|
-
/** @deprecated use `GetApplicationsData2$outboundSchema` instead. */
|
|
264
|
-
const outboundSchema: z.ZodType<GetApplicationsData2$Outbound, z.ZodTypeDef, GetApplicationsData2>;
|
|
265
|
-
/** @deprecated use `GetApplicationsData2$Outbound` instead. */
|
|
266
|
-
type Outbound = GetApplicationsData2$Outbound;
|
|
267
|
-
}
|
|
268
|
-
export declare function getApplicationsData2ToJSON(getApplicationsData2: GetApplicationsData2): string;
|
|
269
|
-
export declare function getApplicationsData2FromJSON(jsonString: string): SafeParseResult<GetApplicationsData2, SDKValidationError>;
|
|
270
|
-
/** @internal */
|
|
271
|
-
export declare const GetApplicationsDataType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataType>;
|
|
272
|
-
/** @internal */
|
|
273
|
-
export declare const GetApplicationsDataType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataType>;
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
277
|
-
*/
|
|
278
|
-
export declare namespace GetApplicationsDataType$ {
|
|
279
|
-
/** @deprecated use `GetApplicationsDataType$inboundSchema` instead. */
|
|
280
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
281
|
-
readonly LoanDetails: "loan-details";
|
|
282
|
-
}>;
|
|
283
|
-
/** @deprecated use `GetApplicationsDataType$outboundSchema` instead. */
|
|
284
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
285
|
-
readonly LoanDetails: "loan-details";
|
|
286
|
-
}>;
|
|
287
|
-
}
|
|
288
|
-
/** @internal */
|
|
289
|
-
export declare const GetApplicationsData1$inboundSchema: z.ZodType<GetApplicationsData1, z.ZodTypeDef, unknown>;
|
|
290
|
-
/** @internal */
|
|
291
|
-
export type GetApplicationsData1$Outbound = {
|
|
292
|
-
type: string;
|
|
293
|
-
id: string;
|
|
294
|
-
};
|
|
295
|
-
/** @internal */
|
|
296
|
-
export declare const GetApplicationsData1$outboundSchema: z.ZodType<GetApplicationsData1$Outbound, z.ZodTypeDef, GetApplicationsData1>;
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
300
|
-
*/
|
|
301
|
-
export declare namespace GetApplicationsData1$ {
|
|
302
|
-
/** @deprecated use `GetApplicationsData1$inboundSchema` instead. */
|
|
303
|
-
const inboundSchema: z.ZodType<GetApplicationsData1, z.ZodTypeDef, unknown>;
|
|
304
|
-
/** @deprecated use `GetApplicationsData1$outboundSchema` instead. */
|
|
305
|
-
const outboundSchema: z.ZodType<GetApplicationsData1$Outbound, z.ZodTypeDef, GetApplicationsData1>;
|
|
306
|
-
/** @deprecated use `GetApplicationsData1$Outbound` instead. */
|
|
307
|
-
type Outbound = GetApplicationsData1$Outbound;
|
|
308
|
-
}
|
|
309
|
-
export declare function getApplicationsData1ToJSON(getApplicationsData1: GetApplicationsData1): string;
|
|
310
|
-
export declare function getApplicationsData1FromJSON(jsonString: string): SafeParseResult<GetApplicationsData1, SDKValidationError>;
|
|
311
|
-
/** @internal */
|
|
312
|
-
export declare const GetApplicationsApplicationsResponse200ApplicationJSONData$inboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONData, z.ZodTypeDef, unknown>;
|
|
313
|
-
/** @internal */
|
|
314
|
-
export type GetApplicationsApplicationsResponse200ApplicationJSONData$Outbound = GetApplicationsData1$Outbound | Array<GetApplicationsData2$Outbound>;
|
|
315
|
-
/** @internal */
|
|
316
|
-
export declare const GetApplicationsApplicationsResponse200ApplicationJSONData$outboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponse200ApplicationJSONData>;
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
320
|
-
*/
|
|
321
|
-
export declare namespace GetApplicationsApplicationsResponse200ApplicationJSONData$ {
|
|
322
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200ApplicationJSONData$inboundSchema` instead. */
|
|
323
|
-
const inboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONData, z.ZodTypeDef, unknown>;
|
|
324
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200ApplicationJSONData$outboundSchema` instead. */
|
|
325
|
-
const outboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponse200ApplicationJSONData>;
|
|
326
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200ApplicationJSONData$Outbound` instead. */
|
|
327
|
-
type Outbound = GetApplicationsApplicationsResponse200ApplicationJSONData$Outbound;
|
|
328
|
-
}
|
|
329
|
-
export declare function getApplicationsApplicationsResponse200ApplicationJSONDataToJSON(getApplicationsApplicationsResponse200ApplicationJSONData: GetApplicationsApplicationsResponse200ApplicationJSONData): string;
|
|
330
|
-
export declare function getApplicationsApplicationsResponse200ApplicationJSONDataFromJSON(jsonString: string): SafeParseResult<GetApplicationsApplicationsResponse200ApplicationJSONData, SDKValidationError>;
|
|
331
|
-
/** @internal */
|
|
332
|
-
export declare const GetApplicationsLoanDetails$inboundSchema: z.ZodType<GetApplicationsLoanDetails, z.ZodTypeDef, unknown>;
|
|
333
|
-
/** @internal */
|
|
334
|
-
export type GetApplicationsLoanDetails$Outbound = {
|
|
335
|
-
data: GetApplicationsData1$Outbound | Array<GetApplicationsData2$Outbound> | null;
|
|
336
|
-
links?: components.Links$Outbound | undefined;
|
|
337
|
-
meta?: {
|
|
338
|
-
[k: string]: any;
|
|
339
|
-
} | undefined;
|
|
340
|
-
};
|
|
341
|
-
/** @internal */
|
|
342
|
-
export declare const GetApplicationsLoanDetails$outboundSchema: z.ZodType<GetApplicationsLoanDetails$Outbound, z.ZodTypeDef, GetApplicationsLoanDetails>;
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
346
|
-
*/
|
|
347
|
-
export declare namespace GetApplicationsLoanDetails$ {
|
|
348
|
-
/** @deprecated use `GetApplicationsLoanDetails$inboundSchema` instead. */
|
|
349
|
-
const inboundSchema: z.ZodType<GetApplicationsLoanDetails, z.ZodTypeDef, unknown>;
|
|
350
|
-
/** @deprecated use `GetApplicationsLoanDetails$outboundSchema` instead. */
|
|
351
|
-
const outboundSchema: z.ZodType<GetApplicationsLoanDetails$Outbound, z.ZodTypeDef, GetApplicationsLoanDetails>;
|
|
352
|
-
/** @deprecated use `GetApplicationsLoanDetails$Outbound` instead. */
|
|
353
|
-
type Outbound = GetApplicationsLoanDetails$Outbound;
|
|
354
|
-
}
|
|
355
|
-
export declare function getApplicationsLoanDetailsToJSON(getApplicationsLoanDetails: GetApplicationsLoanDetails): string;
|
|
356
|
-
export declare function getApplicationsLoanDetailsFromJSON(jsonString: string): SafeParseResult<GetApplicationsLoanDetails, SDKValidationError>;
|
|
357
|
-
/** @internal */
|
|
358
|
-
export declare const GetApplicationsDataApplicationsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200Type>;
|
|
359
|
-
/** @internal */
|
|
360
|
-
export declare const GetApplicationsDataApplicationsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200Type>;
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
364
|
-
*/
|
|
365
|
-
export declare namespace GetApplicationsDataApplicationsResponse200Type$ {
|
|
366
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200Type$inboundSchema` instead. */
|
|
367
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
368
|
-
readonly Customers: "customers";
|
|
369
|
-
}>;
|
|
370
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200Type$outboundSchema` instead. */
|
|
371
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
372
|
-
readonly Customers: "customers";
|
|
373
|
-
}>;
|
|
374
|
-
}
|
|
375
|
-
/** @internal */
|
|
376
|
-
export declare const GetApplicationsDataApplications2$inboundSchema: z.ZodType<GetApplicationsDataApplications2, z.ZodTypeDef, unknown>;
|
|
377
|
-
/** @internal */
|
|
378
|
-
export type GetApplicationsDataApplications2$Outbound = {
|
|
379
|
-
type: string;
|
|
380
|
-
id: string;
|
|
381
|
-
};
|
|
382
|
-
/** @internal */
|
|
383
|
-
export declare const GetApplicationsDataApplications2$outboundSchema: z.ZodType<GetApplicationsDataApplications2$Outbound, z.ZodTypeDef, GetApplicationsDataApplications2>;
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
387
|
-
*/
|
|
388
|
-
export declare namespace GetApplicationsDataApplications2$ {
|
|
389
|
-
/** @deprecated use `GetApplicationsDataApplications2$inboundSchema` instead. */
|
|
390
|
-
const inboundSchema: z.ZodType<GetApplicationsDataApplications2, z.ZodTypeDef, unknown>;
|
|
391
|
-
/** @deprecated use `GetApplicationsDataApplications2$outboundSchema` instead. */
|
|
392
|
-
const outboundSchema: z.ZodType<GetApplicationsDataApplications2$Outbound, z.ZodTypeDef, GetApplicationsDataApplications2>;
|
|
393
|
-
/** @deprecated use `GetApplicationsDataApplications2$Outbound` instead. */
|
|
394
|
-
type Outbound = GetApplicationsDataApplications2$Outbound;
|
|
395
|
-
}
|
|
396
|
-
export declare function getApplicationsDataApplications2ToJSON(getApplicationsDataApplications2: GetApplicationsDataApplications2): string;
|
|
397
|
-
export declare function getApplicationsDataApplications2FromJSON(jsonString: string): SafeParseResult<GetApplicationsDataApplications2, SDKValidationError>;
|
|
398
|
-
/** @internal */
|
|
399
|
-
export declare const GetApplicationsDataApplicationsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponseType>;
|
|
400
|
-
/** @internal */
|
|
401
|
-
export declare const GetApplicationsDataApplicationsResponseType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponseType>;
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
405
|
-
*/
|
|
406
|
-
export declare namespace GetApplicationsDataApplicationsResponseType$ {
|
|
407
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponseType$inboundSchema` instead. */
|
|
408
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
409
|
-
readonly Customers: "customers";
|
|
410
|
-
}>;
|
|
411
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponseType$outboundSchema` instead. */
|
|
412
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
413
|
-
readonly Customers: "customers";
|
|
414
|
-
}>;
|
|
415
|
-
}
|
|
416
|
-
/** @internal */
|
|
417
|
-
export declare const GetApplicationsDataApplications1$inboundSchema: z.ZodType<GetApplicationsDataApplications1, z.ZodTypeDef, unknown>;
|
|
418
|
-
/** @internal */
|
|
419
|
-
export type GetApplicationsDataApplications1$Outbound = {
|
|
420
|
-
type: string;
|
|
421
|
-
id: string;
|
|
422
|
-
};
|
|
423
|
-
/** @internal */
|
|
424
|
-
export declare const GetApplicationsDataApplications1$outboundSchema: z.ZodType<GetApplicationsDataApplications1$Outbound, z.ZodTypeDef, GetApplicationsDataApplications1>;
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
428
|
-
*/
|
|
429
|
-
export declare namespace GetApplicationsDataApplications1$ {
|
|
430
|
-
/** @deprecated use `GetApplicationsDataApplications1$inboundSchema` instead. */
|
|
431
|
-
const inboundSchema: z.ZodType<GetApplicationsDataApplications1, z.ZodTypeDef, unknown>;
|
|
432
|
-
/** @deprecated use `GetApplicationsDataApplications1$outboundSchema` instead. */
|
|
433
|
-
const outboundSchema: z.ZodType<GetApplicationsDataApplications1$Outbound, z.ZodTypeDef, GetApplicationsDataApplications1>;
|
|
434
|
-
/** @deprecated use `GetApplicationsDataApplications1$Outbound` instead. */
|
|
435
|
-
type Outbound = GetApplicationsDataApplications1$Outbound;
|
|
436
|
-
}
|
|
437
|
-
export declare function getApplicationsDataApplications1ToJSON(getApplicationsDataApplications1: GetApplicationsDataApplications1): string;
|
|
438
|
-
export declare function getApplicationsDataApplications1FromJSON(jsonString: string): SafeParseResult<GetApplicationsDataApplications1, SDKValidationError>;
|
|
439
|
-
/** @internal */
|
|
440
|
-
export declare const GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$inboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData, z.ZodTypeDef, unknown>;
|
|
441
|
-
/** @internal */
|
|
442
|
-
export type GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$Outbound = GetApplicationsDataApplications1$Outbound | Array<GetApplicationsDataApplications2$Outbound>;
|
|
443
|
-
/** @internal */
|
|
444
|
-
export declare const GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$outboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData>;
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
448
|
-
*/
|
|
449
|
-
export declare namespace GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$ {
|
|
450
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$inboundSchema` instead. */
|
|
451
|
-
const inboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData, z.ZodTypeDef, unknown>;
|
|
452
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$outboundSchema` instead. */
|
|
453
|
-
const outboundSchema: z.ZodType<GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData>;
|
|
454
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$Outbound` instead. */
|
|
455
|
-
type Outbound = GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData$Outbound;
|
|
456
|
-
}
|
|
457
|
-
export declare function getApplicationsApplicationsResponse200ApplicationJSONResponseBodyDataToJSON(getApplicationsApplicationsResponse200ApplicationJSONResponseBodyData: GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData): string;
|
|
458
|
-
export declare function getApplicationsApplicationsResponse200ApplicationJSONResponseBodyDataFromJSON(jsonString: string): SafeParseResult<GetApplicationsApplicationsResponse200ApplicationJSONResponseBodyData, SDKValidationError>;
|
|
459
|
-
/** @internal */
|
|
460
|
-
export declare const GetApplicationsCustomers$inboundSchema: z.ZodType<GetApplicationsCustomers, z.ZodTypeDef, unknown>;
|
|
461
|
-
/** @internal */
|
|
462
|
-
export type GetApplicationsCustomers$Outbound = {
|
|
463
|
-
data: GetApplicationsDataApplications1$Outbound | Array<GetApplicationsDataApplications2$Outbound> | null;
|
|
464
|
-
links?: components.Links$Outbound | undefined;
|
|
465
|
-
meta?: {
|
|
466
|
-
[k: string]: any;
|
|
467
|
-
} | undefined;
|
|
468
|
-
};
|
|
469
|
-
/** @internal */
|
|
470
|
-
export declare const GetApplicationsCustomers$outboundSchema: z.ZodType<GetApplicationsCustomers$Outbound, z.ZodTypeDef, GetApplicationsCustomers>;
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
474
|
-
*/
|
|
475
|
-
export declare namespace GetApplicationsCustomers$ {
|
|
476
|
-
/** @deprecated use `GetApplicationsCustomers$inboundSchema` instead. */
|
|
477
|
-
const inboundSchema: z.ZodType<GetApplicationsCustomers, z.ZodTypeDef, unknown>;
|
|
478
|
-
/** @deprecated use `GetApplicationsCustomers$outboundSchema` instead. */
|
|
479
|
-
const outboundSchema: z.ZodType<GetApplicationsCustomers$Outbound, z.ZodTypeDef, GetApplicationsCustomers>;
|
|
480
|
-
/** @deprecated use `GetApplicationsCustomers$Outbound` instead. */
|
|
481
|
-
type Outbound = GetApplicationsCustomers$Outbound;
|
|
482
|
-
}
|
|
483
|
-
export declare function getApplicationsCustomersToJSON(getApplicationsCustomers: GetApplicationsCustomers): string;
|
|
484
|
-
export declare function getApplicationsCustomersFromJSON(jsonString: string): SafeParseResult<GetApplicationsCustomers, SDKValidationError>;
|
|
485
|
-
/** @internal */
|
|
486
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType>;
|
|
487
|
-
/** @internal */
|
|
488
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType>;
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
492
|
-
*/
|
|
493
|
-
export declare namespace GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType$ {
|
|
494
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
|
|
495
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
496
|
-
readonly Assets: "assets";
|
|
497
|
-
}>;
|
|
498
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
|
|
499
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
500
|
-
readonly Assets: "assets";
|
|
501
|
-
}>;
|
|
502
|
-
}
|
|
503
|
-
/** @internal */
|
|
504
|
-
export declare const GetApplicationsDataApplicationsResponse2$inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2, z.ZodTypeDef, unknown>;
|
|
505
|
-
/** @internal */
|
|
506
|
-
export type GetApplicationsDataApplicationsResponse2$Outbound = {
|
|
507
|
-
type: string;
|
|
508
|
-
id: string;
|
|
509
|
-
};
|
|
510
|
-
/** @internal */
|
|
511
|
-
export declare const GetApplicationsDataApplicationsResponse2$outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse2>;
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
515
|
-
*/
|
|
516
|
-
export declare namespace GetApplicationsDataApplicationsResponse2$ {
|
|
517
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2$inboundSchema` instead. */
|
|
518
|
-
const inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2, z.ZodTypeDef, unknown>;
|
|
519
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2$outboundSchema` instead. */
|
|
520
|
-
const outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse2>;
|
|
521
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2$Outbound` instead. */
|
|
522
|
-
type Outbound = GetApplicationsDataApplicationsResponse2$Outbound;
|
|
523
|
-
}
|
|
524
|
-
export declare function getApplicationsDataApplicationsResponse2ToJSON(getApplicationsDataApplicationsResponse2: GetApplicationsDataApplicationsResponse2): string;
|
|
525
|
-
export declare function getApplicationsDataApplicationsResponse2FromJSON(jsonString: string): SafeParseResult<GetApplicationsDataApplicationsResponse2, SDKValidationError>;
|
|
526
|
-
/** @internal */
|
|
527
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONType>;
|
|
528
|
-
/** @internal */
|
|
529
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONType>;
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
533
|
-
*/
|
|
534
|
-
export declare namespace GetApplicationsDataApplicationsResponse200ApplicationJSONType$ {
|
|
535
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONType$inboundSchema` instead. */
|
|
536
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
537
|
-
readonly Assets: "assets";
|
|
538
|
-
}>;
|
|
539
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONType$outboundSchema` instead. */
|
|
540
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
541
|
-
readonly Assets: "assets";
|
|
542
|
-
}>;
|
|
543
|
-
}
|
|
544
|
-
/** @internal */
|
|
545
|
-
export declare const GetApplicationsDataApplicationsResponse1$inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse1, z.ZodTypeDef, unknown>;
|
|
546
|
-
/** @internal */
|
|
547
|
-
export type GetApplicationsDataApplicationsResponse1$Outbound = {
|
|
548
|
-
type: string;
|
|
549
|
-
id: string;
|
|
550
|
-
};
|
|
551
|
-
/** @internal */
|
|
552
|
-
export declare const GetApplicationsDataApplicationsResponse1$outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse1$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse1>;
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
556
|
-
*/
|
|
557
|
-
export declare namespace GetApplicationsDataApplicationsResponse1$ {
|
|
558
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse1$inboundSchema` instead. */
|
|
559
|
-
const inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse1, z.ZodTypeDef, unknown>;
|
|
560
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse1$outboundSchema` instead. */
|
|
561
|
-
const outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse1$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse1>;
|
|
562
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse1$Outbound` instead. */
|
|
563
|
-
type Outbound = GetApplicationsDataApplicationsResponse1$Outbound;
|
|
564
|
-
}
|
|
565
|
-
export declare function getApplicationsDataApplicationsResponse1ToJSON(getApplicationsDataApplicationsResponse1: GetApplicationsDataApplicationsResponse1): string;
|
|
566
|
-
export declare function getApplicationsDataApplicationsResponse1FromJSON(jsonString: string): SafeParseResult<GetApplicationsDataApplicationsResponse1, SDKValidationError>;
|
|
567
|
-
/** @internal */
|
|
568
|
-
export declare const GetApplicationsApplicationsResponseData$inboundSchema: z.ZodType<GetApplicationsApplicationsResponseData, z.ZodTypeDef, unknown>;
|
|
569
|
-
/** @internal */
|
|
570
|
-
export type GetApplicationsApplicationsResponseData$Outbound = GetApplicationsDataApplicationsResponse1$Outbound | Array<GetApplicationsDataApplicationsResponse2$Outbound>;
|
|
571
|
-
/** @internal */
|
|
572
|
-
export declare const GetApplicationsApplicationsResponseData$outboundSchema: z.ZodType<GetApplicationsApplicationsResponseData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponseData>;
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
576
|
-
*/
|
|
577
|
-
export declare namespace GetApplicationsApplicationsResponseData$ {
|
|
578
|
-
/** @deprecated use `GetApplicationsApplicationsResponseData$inboundSchema` instead. */
|
|
579
|
-
const inboundSchema: z.ZodType<GetApplicationsApplicationsResponseData, z.ZodTypeDef, unknown>;
|
|
580
|
-
/** @deprecated use `GetApplicationsApplicationsResponseData$outboundSchema` instead. */
|
|
581
|
-
const outboundSchema: z.ZodType<GetApplicationsApplicationsResponseData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponseData>;
|
|
582
|
-
/** @deprecated use `GetApplicationsApplicationsResponseData$Outbound` instead. */
|
|
583
|
-
type Outbound = GetApplicationsApplicationsResponseData$Outbound;
|
|
584
|
-
}
|
|
585
|
-
export declare function getApplicationsApplicationsResponseDataToJSON(getApplicationsApplicationsResponseData: GetApplicationsApplicationsResponseData): string;
|
|
586
|
-
export declare function getApplicationsApplicationsResponseDataFromJSON(jsonString: string): SafeParseResult<GetApplicationsApplicationsResponseData, SDKValidationError>;
|
|
587
|
-
/** @internal */
|
|
588
|
-
export declare const GetApplicationsAsset$inboundSchema: z.ZodType<GetApplicationsAsset, z.ZodTypeDef, unknown>;
|
|
589
|
-
/** @internal */
|
|
590
|
-
export type GetApplicationsAsset$Outbound = {
|
|
591
|
-
data: GetApplicationsDataApplicationsResponse1$Outbound | Array<GetApplicationsDataApplicationsResponse2$Outbound> | null;
|
|
592
|
-
links?: components.Links$Outbound | undefined;
|
|
593
|
-
meta?: {
|
|
594
|
-
[k: string]: any;
|
|
595
|
-
} | undefined;
|
|
596
|
-
};
|
|
597
|
-
/** @internal */
|
|
598
|
-
export declare const GetApplicationsAsset$outboundSchema: z.ZodType<GetApplicationsAsset$Outbound, z.ZodTypeDef, GetApplicationsAsset>;
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
602
|
-
*/
|
|
603
|
-
export declare namespace GetApplicationsAsset$ {
|
|
604
|
-
/** @deprecated use `GetApplicationsAsset$inboundSchema` instead. */
|
|
605
|
-
const inboundSchema: z.ZodType<GetApplicationsAsset, z.ZodTypeDef, unknown>;
|
|
606
|
-
/** @deprecated use `GetApplicationsAsset$outboundSchema` instead. */
|
|
607
|
-
const outboundSchema: z.ZodType<GetApplicationsAsset$Outbound, z.ZodTypeDef, GetApplicationsAsset>;
|
|
608
|
-
/** @deprecated use `GetApplicationsAsset$Outbound` instead. */
|
|
609
|
-
type Outbound = GetApplicationsAsset$Outbound;
|
|
610
|
-
}
|
|
611
|
-
export declare function getApplicationsAssetToJSON(getApplicationsAsset: GetApplicationsAsset): string;
|
|
612
|
-
export declare function getApplicationsAssetFromJSON(jsonString: string): SafeParseResult<GetApplicationsAsset, SDKValidationError>;
|
|
613
|
-
/** @internal */
|
|
614
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType>;
|
|
615
|
-
/** @internal */
|
|
616
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType>;
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
620
|
-
*/
|
|
621
|
-
export declare namespace GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType$ {
|
|
622
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType$inboundSchema` instead. */
|
|
623
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
624
|
-
readonly Entities: "entities";
|
|
625
|
-
}>;
|
|
626
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataRelationshipsType$outboundSchema` instead. */
|
|
627
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
628
|
-
readonly Entities: "entities";
|
|
629
|
-
}>;
|
|
630
|
-
}
|
|
631
|
-
/** @internal */
|
|
632
|
-
export declare const GetApplicationsDataApplicationsResponse2002$inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2002, z.ZodTypeDef, unknown>;
|
|
633
|
-
/** @internal */
|
|
634
|
-
export type GetApplicationsDataApplicationsResponse2002$Outbound = {
|
|
635
|
-
type: string;
|
|
636
|
-
id: string;
|
|
637
|
-
};
|
|
638
|
-
/** @internal */
|
|
639
|
-
export declare const GetApplicationsDataApplicationsResponse2002$outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2002$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse2002>;
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
643
|
-
*/
|
|
644
|
-
export declare namespace GetApplicationsDataApplicationsResponse2002$ {
|
|
645
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2002$inboundSchema` instead. */
|
|
646
|
-
const inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2002, z.ZodTypeDef, unknown>;
|
|
647
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2002$outboundSchema` instead. */
|
|
648
|
-
const outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2002$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse2002>;
|
|
649
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2002$Outbound` instead. */
|
|
650
|
-
type Outbound = GetApplicationsDataApplicationsResponse2002$Outbound;
|
|
651
|
-
}
|
|
652
|
-
export declare function getApplicationsDataApplicationsResponse2002ToJSON(getApplicationsDataApplicationsResponse2002: GetApplicationsDataApplicationsResponse2002): string;
|
|
653
|
-
export declare function getApplicationsDataApplicationsResponse2002FromJSON(jsonString: string): SafeParseResult<GetApplicationsDataApplicationsResponse2002, SDKValidationError>;
|
|
654
|
-
/** @internal */
|
|
655
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType$inboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType>;
|
|
656
|
-
/** @internal */
|
|
657
|
-
export declare const GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType$outboundSchema: z.ZodNativeEnum<typeof GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType>;
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
661
|
-
*/
|
|
662
|
-
export declare namespace GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType$ {
|
|
663
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType$inboundSchema` instead. */
|
|
664
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
665
|
-
readonly Entities: "entities";
|
|
666
|
-
}>;
|
|
667
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse200ApplicationJSONResponseBodyDataType$outboundSchema` instead. */
|
|
668
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
669
|
-
readonly Entities: "entities";
|
|
670
|
-
}>;
|
|
671
|
-
}
|
|
672
|
-
/** @internal */
|
|
673
|
-
export declare const GetApplicationsDataApplicationsResponse2001$inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2001, z.ZodTypeDef, unknown>;
|
|
674
|
-
/** @internal */
|
|
675
|
-
export type GetApplicationsDataApplicationsResponse2001$Outbound = {
|
|
676
|
-
type: string;
|
|
677
|
-
id: string;
|
|
678
|
-
};
|
|
679
|
-
/** @internal */
|
|
680
|
-
export declare const GetApplicationsDataApplicationsResponse2001$outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2001$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse2001>;
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
684
|
-
*/
|
|
685
|
-
export declare namespace GetApplicationsDataApplicationsResponse2001$ {
|
|
686
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2001$inboundSchema` instead. */
|
|
687
|
-
const inboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2001, z.ZodTypeDef, unknown>;
|
|
688
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2001$outboundSchema` instead. */
|
|
689
|
-
const outboundSchema: z.ZodType<GetApplicationsDataApplicationsResponse2001$Outbound, z.ZodTypeDef, GetApplicationsDataApplicationsResponse2001>;
|
|
690
|
-
/** @deprecated use `GetApplicationsDataApplicationsResponse2001$Outbound` instead. */
|
|
691
|
-
type Outbound = GetApplicationsDataApplicationsResponse2001$Outbound;
|
|
692
|
-
}
|
|
693
|
-
export declare function getApplicationsDataApplicationsResponse2001ToJSON(getApplicationsDataApplicationsResponse2001: GetApplicationsDataApplicationsResponse2001): string;
|
|
694
|
-
export declare function getApplicationsDataApplicationsResponse2001FromJSON(jsonString: string): SafeParseResult<GetApplicationsDataApplicationsResponse2001, SDKValidationError>;
|
|
695
|
-
/** @internal */
|
|
696
|
-
export declare const GetApplicationsApplicationsResponse200Data$inboundSchema: z.ZodType<GetApplicationsApplicationsResponse200Data, z.ZodTypeDef, unknown>;
|
|
697
|
-
/** @internal */
|
|
698
|
-
export type GetApplicationsApplicationsResponse200Data$Outbound = GetApplicationsDataApplicationsResponse2001$Outbound | Array<GetApplicationsDataApplicationsResponse2002$Outbound>;
|
|
699
|
-
/** @internal */
|
|
700
|
-
export declare const GetApplicationsApplicationsResponse200Data$outboundSchema: z.ZodType<GetApplicationsApplicationsResponse200Data$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponse200Data>;
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
704
|
-
*/
|
|
705
|
-
export declare namespace GetApplicationsApplicationsResponse200Data$ {
|
|
706
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200Data$inboundSchema` instead. */
|
|
707
|
-
const inboundSchema: z.ZodType<GetApplicationsApplicationsResponse200Data, z.ZodTypeDef, unknown>;
|
|
708
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200Data$outboundSchema` instead. */
|
|
709
|
-
const outboundSchema: z.ZodType<GetApplicationsApplicationsResponse200Data$Outbound, z.ZodTypeDef, GetApplicationsApplicationsResponse200Data>;
|
|
710
|
-
/** @deprecated use `GetApplicationsApplicationsResponse200Data$Outbound` instead. */
|
|
711
|
-
type Outbound = GetApplicationsApplicationsResponse200Data$Outbound;
|
|
712
|
-
}
|
|
713
|
-
export declare function getApplicationsApplicationsResponse200DataToJSON(getApplicationsApplicationsResponse200Data: GetApplicationsApplicationsResponse200Data): string;
|
|
714
|
-
export declare function getApplicationsApplicationsResponse200DataFromJSON(jsonString: string): SafeParseResult<GetApplicationsApplicationsResponse200Data, SDKValidationError>;
|
|
715
|
-
/** @internal */
|
|
716
|
-
export declare const GetApplicationsEntities$inboundSchema: z.ZodType<GetApplicationsEntities, z.ZodTypeDef, unknown>;
|
|
717
|
-
/** @internal */
|
|
718
|
-
export type GetApplicationsEntities$Outbound = {
|
|
719
|
-
data: GetApplicationsDataApplicationsResponse2001$Outbound | Array<GetApplicationsDataApplicationsResponse2002$Outbound> | null;
|
|
720
|
-
links?: components.Links$Outbound | undefined;
|
|
721
|
-
meta?: {
|
|
722
|
-
[k: string]: any;
|
|
723
|
-
} | undefined;
|
|
724
|
-
};
|
|
725
|
-
/** @internal */
|
|
726
|
-
export declare const GetApplicationsEntities$outboundSchema: z.ZodType<GetApplicationsEntities$Outbound, z.ZodTypeDef, GetApplicationsEntities>;
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
730
|
-
*/
|
|
731
|
-
export declare namespace GetApplicationsEntities$ {
|
|
732
|
-
/** @deprecated use `GetApplicationsEntities$inboundSchema` instead. */
|
|
733
|
-
const inboundSchema: z.ZodType<GetApplicationsEntities, z.ZodTypeDef, unknown>;
|
|
734
|
-
/** @deprecated use `GetApplicationsEntities$outboundSchema` instead. */
|
|
735
|
-
const outboundSchema: z.ZodType<GetApplicationsEntities$Outbound, z.ZodTypeDef, GetApplicationsEntities>;
|
|
736
|
-
/** @deprecated use `GetApplicationsEntities$Outbound` instead. */
|
|
737
|
-
type Outbound = GetApplicationsEntities$Outbound;
|
|
738
|
-
}
|
|
739
|
-
export declare function getApplicationsEntitiesToJSON(getApplicationsEntities: GetApplicationsEntities): string;
|
|
740
|
-
export declare function getApplicationsEntitiesFromJSON(jsonString: string): SafeParseResult<GetApplicationsEntities, SDKValidationError>;
|
|
741
|
-
/** @internal */
|
|
742
|
-
export declare const GetApplicationsRelationships$inboundSchema: z.ZodType<GetApplicationsRelationships, z.ZodTypeDef, unknown>;
|
|
743
|
-
/** @internal */
|
|
744
|
-
export type GetApplicationsRelationships$Outbound = {
|
|
745
|
-
loanDetails?: GetApplicationsLoanDetails$Outbound | undefined;
|
|
746
|
-
customers?: GetApplicationsCustomers$Outbound | undefined;
|
|
747
|
-
asset?: GetApplicationsAsset$Outbound | undefined;
|
|
748
|
-
entities?: GetApplicationsEntities$Outbound | undefined;
|
|
749
|
-
};
|
|
750
|
-
/** @internal */
|
|
751
|
-
export declare const GetApplicationsRelationships$outboundSchema: z.ZodType<GetApplicationsRelationships$Outbound, z.ZodTypeDef, GetApplicationsRelationships>;
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
755
|
-
*/
|
|
756
|
-
export declare namespace GetApplicationsRelationships$ {
|
|
757
|
-
/** @deprecated use `GetApplicationsRelationships$inboundSchema` instead. */
|
|
758
|
-
const inboundSchema: z.ZodType<GetApplicationsRelationships, z.ZodTypeDef, unknown>;
|
|
759
|
-
/** @deprecated use `GetApplicationsRelationships$outboundSchema` instead. */
|
|
760
|
-
const outboundSchema: z.ZodType<GetApplicationsRelationships$Outbound, z.ZodTypeDef, GetApplicationsRelationships>;
|
|
761
|
-
/** @deprecated use `GetApplicationsRelationships$Outbound` instead. */
|
|
762
|
-
type Outbound = GetApplicationsRelationships$Outbound;
|
|
763
|
-
}
|
|
764
|
-
export declare function getApplicationsRelationshipsToJSON(getApplicationsRelationships: GetApplicationsRelationships): string;
|
|
765
|
-
export declare function getApplicationsRelationshipsFromJSON(jsonString: string): SafeParseResult<GetApplicationsRelationships, SDKValidationError>;
|
|
766
|
-
/** @internal */
|
|
767
|
-
export declare const GetApplicationsData$inboundSchema: z.ZodType<GetApplicationsData, z.ZodTypeDef, unknown>;
|
|
768
|
-
/** @internal */
|
|
769
|
-
export type GetApplicationsData$Outbound = {
|
|
770
|
-
type: string;
|
|
771
|
-
id: string;
|
|
772
|
-
attributes?: components.ApplicationAttributes$Outbound | undefined;
|
|
773
|
-
relationships?: GetApplicationsRelationships$Outbound | undefined;
|
|
774
|
-
links?: components.Links$Outbound | undefined;
|
|
775
|
-
meta?: {
|
|
776
|
-
[k: string]: any;
|
|
777
|
-
} | undefined;
|
|
778
|
-
};
|
|
779
|
-
/** @internal */
|
|
780
|
-
export declare const GetApplicationsData$outboundSchema: z.ZodType<GetApplicationsData$Outbound, z.ZodTypeDef, GetApplicationsData>;
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
784
|
-
*/
|
|
785
|
-
export declare namespace GetApplicationsData$ {
|
|
786
|
-
/** @deprecated use `GetApplicationsData$inboundSchema` instead. */
|
|
787
|
-
const inboundSchema: z.ZodType<GetApplicationsData, z.ZodTypeDef, unknown>;
|
|
788
|
-
/** @deprecated use `GetApplicationsData$outboundSchema` instead. */
|
|
789
|
-
const outboundSchema: z.ZodType<GetApplicationsData$Outbound, z.ZodTypeDef, GetApplicationsData>;
|
|
790
|
-
/** @deprecated use `GetApplicationsData$Outbound` instead. */
|
|
791
|
-
type Outbound = GetApplicationsData$Outbound;
|
|
792
|
-
}
|
|
793
|
-
export declare function getApplicationsDataToJSON(getApplicationsData: GetApplicationsData): string;
|
|
794
|
-
export declare function getApplicationsDataFromJSON(jsonString: string): SafeParseResult<GetApplicationsData, SDKValidationError>;
|
|
795
|
-
/** @internal */
|
|
796
|
-
export declare const GetApplicationsAttributes$inboundSchema: z.ZodType<GetApplicationsAttributes, z.ZodTypeDef, unknown>;
|
|
797
|
-
/** @internal */
|
|
798
|
-
export type GetApplicationsAttributes$Outbound = {};
|
|
799
|
-
/** @internal */
|
|
800
|
-
export declare const GetApplicationsAttributes$outboundSchema: z.ZodType<GetApplicationsAttributes$Outbound, z.ZodTypeDef, GetApplicationsAttributes>;
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
804
|
-
*/
|
|
805
|
-
export declare namespace GetApplicationsAttributes$ {
|
|
806
|
-
/** @deprecated use `GetApplicationsAttributes$inboundSchema` instead. */
|
|
807
|
-
const inboundSchema: z.ZodType<GetApplicationsAttributes, z.ZodTypeDef, unknown>;
|
|
808
|
-
/** @deprecated use `GetApplicationsAttributes$outboundSchema` instead. */
|
|
809
|
-
const outboundSchema: z.ZodType<GetApplicationsAttributes$Outbound, z.ZodTypeDef, GetApplicationsAttributes>;
|
|
810
|
-
/** @deprecated use `GetApplicationsAttributes$Outbound` instead. */
|
|
811
|
-
type Outbound = GetApplicationsAttributes$Outbound;
|
|
812
|
-
}
|
|
813
|
-
export declare function getApplicationsAttributesToJSON(getApplicationsAttributes: GetApplicationsAttributes): string;
|
|
814
|
-
export declare function getApplicationsAttributesFromJSON(jsonString: string): SafeParseResult<GetApplicationsAttributes, SDKValidationError>;
|
|
815
|
-
/** @internal */
|
|
816
|
-
export declare const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown>;
|
|
817
|
-
/** @internal */
|
|
818
|
-
export type Data2$Outbound = {
|
|
819
|
-
type: string;
|
|
820
|
-
id: string;
|
|
821
|
-
};
|
|
822
|
-
/** @internal */
|
|
823
|
-
export declare const Data2$outboundSchema: z.ZodType<Data2$Outbound, z.ZodTypeDef, Data2>;
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
827
|
-
*/
|
|
828
|
-
export declare namespace Data2$ {
|
|
829
|
-
/** @deprecated use `Data2$inboundSchema` instead. */
|
|
830
|
-
const inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown>;
|
|
831
|
-
/** @deprecated use `Data2$outboundSchema` instead. */
|
|
832
|
-
const outboundSchema: z.ZodType<Data2$Outbound, z.ZodTypeDef, Data2>;
|
|
833
|
-
/** @deprecated use `Data2$Outbound` instead. */
|
|
834
|
-
type Outbound = Data2$Outbound;
|
|
835
|
-
}
|
|
836
|
-
export declare function data2ToJSON(data2: Data2): string;
|
|
837
|
-
export declare function data2FromJSON(jsonString: string): SafeParseResult<Data2, SDKValidationError>;
|
|
838
|
-
/** @internal */
|
|
839
|
-
export declare const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown>;
|
|
840
|
-
/** @internal */
|
|
841
|
-
export type Data1$Outbound = {
|
|
842
|
-
type: string;
|
|
843
|
-
id: string;
|
|
844
|
-
};
|
|
845
|
-
/** @internal */
|
|
846
|
-
export declare const Data1$outboundSchema: z.ZodType<Data1$Outbound, z.ZodTypeDef, Data1>;
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
850
|
-
*/
|
|
851
|
-
export declare namespace Data1$ {
|
|
852
|
-
/** @deprecated use `Data1$inboundSchema` instead. */
|
|
853
|
-
const inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown>;
|
|
854
|
-
/** @deprecated use `Data1$outboundSchema` instead. */
|
|
855
|
-
const outboundSchema: z.ZodType<Data1$Outbound, z.ZodTypeDef, Data1>;
|
|
856
|
-
/** @deprecated use `Data1$Outbound` instead. */
|
|
857
|
-
type Outbound = Data1$Outbound;
|
|
858
|
-
}
|
|
859
|
-
export declare function data1ToJSON(data1: Data1): string;
|
|
860
|
-
export declare function data1FromJSON(jsonString: string): SafeParseResult<Data1, SDKValidationError>;
|
|
861
|
-
/** @internal */
|
|
862
|
-
export declare const GetApplicationsApplicationsData$inboundSchema: z.ZodType<GetApplicationsApplicationsData, z.ZodTypeDef, unknown>;
|
|
863
|
-
/** @internal */
|
|
864
|
-
export type GetApplicationsApplicationsData$Outbound = Data1$Outbound | Array<Data2$Outbound>;
|
|
865
|
-
/** @internal */
|
|
866
|
-
export declare const GetApplicationsApplicationsData$outboundSchema: z.ZodType<GetApplicationsApplicationsData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsData>;
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
870
|
-
*/
|
|
871
|
-
export declare namespace GetApplicationsApplicationsData$ {
|
|
872
|
-
/** @deprecated use `GetApplicationsApplicationsData$inboundSchema` instead. */
|
|
873
|
-
const inboundSchema: z.ZodType<GetApplicationsApplicationsData, z.ZodTypeDef, unknown>;
|
|
874
|
-
/** @deprecated use `GetApplicationsApplicationsData$outboundSchema` instead. */
|
|
875
|
-
const outboundSchema: z.ZodType<GetApplicationsApplicationsData$Outbound, z.ZodTypeDef, GetApplicationsApplicationsData>;
|
|
876
|
-
/** @deprecated use `GetApplicationsApplicationsData$Outbound` instead. */
|
|
877
|
-
type Outbound = GetApplicationsApplicationsData$Outbound;
|
|
878
|
-
}
|
|
879
|
-
export declare function getApplicationsApplicationsDataToJSON(getApplicationsApplicationsData: GetApplicationsApplicationsData): string;
|
|
880
|
-
export declare function getApplicationsApplicationsDataFromJSON(jsonString: string): SafeParseResult<GetApplicationsApplicationsData, SDKValidationError>;
|
|
881
|
-
/** @internal */
|
|
882
|
-
export declare const GetApplicationsApplicationsRelationships$inboundSchema: z.ZodType<GetApplicationsApplicationsRelationships, z.ZodTypeDef, unknown>;
|
|
883
|
-
/** @internal */
|
|
884
|
-
export type GetApplicationsApplicationsRelationships$Outbound = {
|
|
885
|
-
data: Data1$Outbound | Array<Data2$Outbound> | null;
|
|
886
|
-
links?: components.Links$Outbound | undefined;
|
|
887
|
-
meta?: {
|
|
888
|
-
[k: string]: any;
|
|
889
|
-
} | undefined;
|
|
890
|
-
};
|
|
891
|
-
/** @internal */
|
|
892
|
-
export declare const GetApplicationsApplicationsRelationships$outboundSchema: z.ZodType<GetApplicationsApplicationsRelationships$Outbound, z.ZodTypeDef, GetApplicationsApplicationsRelationships>;
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
896
|
-
*/
|
|
897
|
-
export declare namespace GetApplicationsApplicationsRelationships$ {
|
|
898
|
-
/** @deprecated use `GetApplicationsApplicationsRelationships$inboundSchema` instead. */
|
|
899
|
-
const inboundSchema: z.ZodType<GetApplicationsApplicationsRelationships, z.ZodTypeDef, unknown>;
|
|
900
|
-
/** @deprecated use `GetApplicationsApplicationsRelationships$outboundSchema` instead. */
|
|
901
|
-
const outboundSchema: z.ZodType<GetApplicationsApplicationsRelationships$Outbound, z.ZodTypeDef, GetApplicationsApplicationsRelationships>;
|
|
902
|
-
/** @deprecated use `GetApplicationsApplicationsRelationships$Outbound` instead. */
|
|
903
|
-
type Outbound = GetApplicationsApplicationsRelationships$Outbound;
|
|
904
|
-
}
|
|
905
|
-
export declare function getApplicationsApplicationsRelationshipsToJSON(getApplicationsApplicationsRelationships: GetApplicationsApplicationsRelationships): string;
|
|
906
|
-
export declare function getApplicationsApplicationsRelationshipsFromJSON(jsonString: string): SafeParseResult<GetApplicationsApplicationsRelationships, SDKValidationError>;
|
|
907
|
-
/** @internal */
|
|
908
|
-
export declare const GetApplicationsIncluded$inboundSchema: z.ZodType<GetApplicationsIncluded, z.ZodTypeDef, unknown>;
|
|
909
|
-
/** @internal */
|
|
910
|
-
export type GetApplicationsIncluded$Outbound = {
|
|
911
|
-
type: string;
|
|
912
|
-
id: string;
|
|
913
|
-
attributes?: GetApplicationsAttributes$Outbound | undefined;
|
|
914
|
-
relationships?: {
|
|
915
|
-
[k: string]: GetApplicationsApplicationsRelationships$Outbound;
|
|
916
|
-
} | undefined;
|
|
917
|
-
links?: components.Links$Outbound | undefined;
|
|
918
|
-
meta?: {
|
|
919
|
-
[k: string]: any;
|
|
920
|
-
} | undefined;
|
|
921
|
-
};
|
|
922
|
-
/** @internal */
|
|
923
|
-
export declare const GetApplicationsIncluded$outboundSchema: z.ZodType<GetApplicationsIncluded$Outbound, z.ZodTypeDef, GetApplicationsIncluded>;
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
927
|
-
*/
|
|
928
|
-
export declare namespace GetApplicationsIncluded$ {
|
|
929
|
-
/** @deprecated use `GetApplicationsIncluded$inboundSchema` instead. */
|
|
930
|
-
const inboundSchema: z.ZodType<GetApplicationsIncluded, z.ZodTypeDef, unknown>;
|
|
931
|
-
/** @deprecated use `GetApplicationsIncluded$outboundSchema` instead. */
|
|
932
|
-
const outboundSchema: z.ZodType<GetApplicationsIncluded$Outbound, z.ZodTypeDef, GetApplicationsIncluded>;
|
|
933
|
-
/** @deprecated use `GetApplicationsIncluded$Outbound` instead. */
|
|
934
|
-
type Outbound = GetApplicationsIncluded$Outbound;
|
|
935
|
-
}
|
|
936
|
-
export declare function getApplicationsIncludedToJSON(getApplicationsIncluded: GetApplicationsIncluded): string;
|
|
937
|
-
export declare function getApplicationsIncludedFromJSON(jsonString: string): SafeParseResult<GetApplicationsIncluded, SDKValidationError>;
|
|
938
|
-
/** @internal */
|
|
939
|
-
export declare const GetApplicationsResponseBody$inboundSchema: z.ZodType<GetApplicationsResponseBody, z.ZodTypeDef, unknown>;
|
|
940
|
-
/** @internal */
|
|
941
|
-
export type GetApplicationsResponseBody$Outbound = {
|
|
942
|
-
data: GetApplicationsData$Outbound;
|
|
943
|
-
included?: Array<GetApplicationsIncluded$Outbound> | undefined;
|
|
944
|
-
links?: components.Links$Outbound | undefined;
|
|
945
|
-
};
|
|
946
|
-
/** @internal */
|
|
947
|
-
export declare const GetApplicationsResponseBody$outboundSchema: z.ZodType<GetApplicationsResponseBody$Outbound, z.ZodTypeDef, GetApplicationsResponseBody>;
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
951
|
-
*/
|
|
952
|
-
export declare namespace GetApplicationsResponseBody$ {
|
|
953
|
-
/** @deprecated use `GetApplicationsResponseBody$inboundSchema` instead. */
|
|
954
|
-
const inboundSchema: z.ZodType<GetApplicationsResponseBody, z.ZodTypeDef, unknown>;
|
|
955
|
-
/** @deprecated use `GetApplicationsResponseBody$outboundSchema` instead. */
|
|
956
|
-
const outboundSchema: z.ZodType<GetApplicationsResponseBody$Outbound, z.ZodTypeDef, GetApplicationsResponseBody>;
|
|
957
|
-
/** @deprecated use `GetApplicationsResponseBody$Outbound` instead. */
|
|
958
|
-
type Outbound = GetApplicationsResponseBody$Outbound;
|
|
959
|
-
}
|
|
960
|
-
export declare function getApplicationsResponseBodyToJSON(getApplicationsResponseBody: GetApplicationsResponseBody): string;
|
|
961
|
-
export declare function getApplicationsResponseBodyFromJSON(jsonString: string): SafeParseResult<GetApplicationsResponseBody, SDKValidationError>;
|
|
962
|
-
//# sourceMappingURL=getapplications.d.ts.map
|