@matech/thebigpos-sdk 2.28.6 → 2.29.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/dist/index.d.ts +2 -1037
- package/dist/index.js +2 -33
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +77 -1427
package/dist/index.d.ts
CHANGED
|
@@ -3,42 +3,12 @@ export type SiteConfigurationType = "None" | "Account" | "Corporate" | "Branch"
|
|
|
3
3
|
export type SSOIntegrationType = "ConsumerConnect" | "TheBigPOS";
|
|
4
4
|
export type OperationType = "Add" | "Remove" | "Replace" | "Move" | "Copy" | "Test" | "Invalid";
|
|
5
5
|
export type LogLevel = "None" | "Info" | "Warning" | "Error";
|
|
6
|
-
export type LoanType = "Fha" | "Conventional" | "UsdaRd" | "Va" | "Other";
|
|
7
|
-
export type LoanTrustType = "Living" | "Land" | "Testamentary" | "Other";
|
|
8
|
-
export type LoanTitleHeld = "Self" | "JointlyWithSpouse" | "JointlyWithAnother";
|
|
9
6
|
export type LoanRole = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
10
|
-
export type LoanRealEstateStatus = "Sold" | "Pending" | "Retained";
|
|
11
7
|
export type LoanQueueType = "Unknown" | "New" | "Append" | "Update" | "FieldUpdates" | "Document" | "Buckets";
|
|
12
8
|
export type LoanQueueReason = "Unknown" | "Locked" | "LOSError" | "Exception";
|
|
13
|
-
export type LoanPurpose = "Purchase" | "Refinance";
|
|
14
|
-
export type LoanPropertyType = "SingleFamily" | "MultiFamily" | "Condominium" | "Townhouse" | "ManufacturedHome" | "PlannedUnitDevelopment" | "ModularHome" | "Other";
|
|
15
|
-
export type LoanPhoneNumberType = "Home" | "Cell" | "Work" | "Fax" | "Other";
|
|
16
|
-
export type LoanPacificIslanderRace = "NativeHawaiian" | "GuamanianOrChamorro" | "Samoan" | "Other";
|
|
17
|
-
export type LoanOtherLiabilityType = "Alimony" | "ChildSupport" | "SeparateMaintenance" | "JobRelatedExpense" | "Other";
|
|
18
|
-
export type LoanOtherIncomeType = "Alimony" | "AutomobileAllowance" | "BoarderIncome" | "CapitalGains" | "ChildSupport" | "Disability" | "FosterCare" | "Housing" | "InterestAndDividends" | "MortgageCreditCertificate" | "MortgageDifferentialPayments" | "NotesReceivable" | "PublicAssistance" | "Retirement" | "RoyaltyPayments" | "SeparateMaintenance" | "SocialSecurity" | "Trust" | "Unemployment" | "VaCompensation" | "Other";
|
|
19
|
-
export type LoanOtherAssetType = "ProceedsRealEstate" | "ProceedsNonRealEstate" | "SecuredBorrowerFunds" | "UnsecuredBorrowerFunds" | "EarnestMoney" | "EmployerAssistance" | "LotEquity" | "ReAddressFunds" | "RentCredit" | "SweatEquity" | "TradeEquity" | "Other";
|
|
20
|
-
export type LoanOccupancyType = "PrimaryResidence" | "SecondHome" | "InvestmentProperty" | "Other";
|
|
21
|
-
export type LoanNameSuffix = "Jr" | "Sr" | "II" | "III" | "IV" | "V" | "VI" | "VII";
|
|
22
|
-
export type LoanNamePrefix = "Mr" | "Mrs" | "Ms";
|
|
23
|
-
export type LoanMilitaryServiceType = "Current" | "RetiredDischargedSeparated" | "NonActivatedNationalGuard" | "SurvivingSpouse";
|
|
24
|
-
export type LoanMaritalStatus = "Married" | "Separated" | "Unmarried";
|
|
25
9
|
export type LoanLogType = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded" | "LoanCreated" | "WorkflowSubmitted" | "UserInvitationSent" | "CoBorrowerAdded" | "TaskCompleted" | "LoanStatusChanged" | "EConsent";
|
|
26
|
-
export type LoanLienPosition = "First" | "Subordinate";
|
|
27
|
-
export type LoanLiabilityType = "Revolving" | "Installment" | "Open30Day" | "Lease" | "Other";
|
|
28
|
-
export type LoanLanguagePreference = "English" | "Chinese" | "Korean" | "Spanish" | "Tagalog" | "Vietnamese" | "Other";
|
|
29
10
|
export type LoanImportStatus = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
|
|
30
11
|
export type LoanImportMode = "All" | "NewOnly" | "UpdateOnly";
|
|
31
|
-
export type LoanHousingType = "NoExpense" | "Own" | "Rent";
|
|
32
|
-
export type LoanHomeOwnershipType = "Counseling" | "Education" | "Other";
|
|
33
|
-
export type LoanHomeOwnershipFormat = "InPerson" | "Online" | "Telephone";
|
|
34
|
-
export type LoanHispanicEthnicity = "Mexican" | "PuertoRican" | "Cuban" | "Other";
|
|
35
|
-
export type LoanGiftSource = "CommunityNonProfit" | "Employer" | "FederalAgency" | "LocalAgency" | "Relative" | "ReligiousNonProfit" | "StateAgency" | "UnmarriedPartner" | "Lender" | "Other";
|
|
36
|
-
export type LoanGiftAssetType = "Cash" | "Asset" | "Equity";
|
|
37
|
-
export type LoanGenderType = "Male" | "Female";
|
|
38
|
-
export type LoanCitizenship = "Us" | "PermanentResidentAlien" | "NonPermanentResidentAlien";
|
|
39
|
-
export type LoanBankruptcyType = "Chapter7" | "Chapter11" | "Chapter12" | "Chapter13";
|
|
40
|
-
export type LoanAsianRace = "AsianIndian" | "Chinese" | "Filipino" | "Japanese" | "Korean" | "Vietnamese" | "Other";
|
|
41
|
-
export type LoanAccountAssetType = "Checking" | "Savings" | "MoneyMarket" | "CertificateOfDeposit" | "MutualFund" | "Stocks" | "Bonds" | "Retirement" | "BridgeLoanProceeds" | "IndividualDevelopmentAccount" | "TrustAccount" | "CashValueOfLifeInsurance" | "Other";
|
|
42
12
|
export type LoanAccessScopeType = "User" | "Branch";
|
|
43
13
|
export type LOSStatus = "Unknown" | "Pending" | "Retrying" | "Successful" | "Failed" | "FailedPermanently";
|
|
44
14
|
export type FilterType = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
|
|
@@ -49,7 +19,6 @@ export type ConsentType = "Econsent" | "CreditAuthorization" | "Tcpa";
|
|
|
49
19
|
export type BranchType = "Mortgage" | "RealEstate";
|
|
50
20
|
export type BorrowerType = "Borrower" | "CoBorrower" | "Unknown";
|
|
51
21
|
export type BorrowerRelationship = "NotApplicable" | "Spouse" | "NonSpouse";
|
|
52
|
-
export type AddressFamily = "Unspecified" | "Unix" | "InterNetwork" | "ImpLink" | "Pup" | "Chaos" | "NS" | "Ipx" | "Iso" | "Osi" | "Ecma" | "DataKit" | "Ccitt" | "Sna" | "DecNet" | "DataLink" | "Lat" | "HyperChannel" | "AppleTalk" | "NetBios" | "VoiceView" | "FireFox" | "Banyan" | "Atm" | "InterNetworkV6" | "Cluster" | "Ieee12844" | "Irda" | "NetworkDesigners" | "Max" | "Packet" | "ControllerAreaNetwork" | "Unknown";
|
|
53
22
|
export interface ASOSettings {
|
|
54
23
|
enabled: boolean;
|
|
55
24
|
softPull: boolean;
|
|
@@ -96,6 +65,7 @@ export interface AccountSettings {
|
|
|
96
65
|
isSmsEnabled: boolean;
|
|
97
66
|
isLoanEditEnabled: boolean;
|
|
98
67
|
smsNumber?: string | null;
|
|
68
|
+
ssoHostOverride?: string | null;
|
|
99
69
|
}
|
|
100
70
|
export interface AccountSettingsRequest {
|
|
101
71
|
isSmsEnabled: boolean;
|
|
@@ -143,17 +113,6 @@ export interface AddressRequest {
|
|
|
143
113
|
/** @minLength 1 */
|
|
144
114
|
postalCode: string;
|
|
145
115
|
}
|
|
146
|
-
export interface AddressV3 {
|
|
147
|
-
/** @format uuid */
|
|
148
|
-
id?: string | null;
|
|
149
|
-
street?: string | null;
|
|
150
|
-
unit?: string | null;
|
|
151
|
-
unitType?: string | null;
|
|
152
|
-
city?: string | null;
|
|
153
|
-
state?: string | null;
|
|
154
|
-
county?: string | null;
|
|
155
|
-
postalCode?: string | null;
|
|
156
|
-
}
|
|
157
116
|
export interface AdminAccessGetForms {
|
|
158
117
|
/** @format date-time */
|
|
159
118
|
createdAt?: string | null;
|
|
@@ -1343,29 +1302,7 @@ export interface GetWorkflowRequest {
|
|
|
1343
1302
|
userRole?: string | null;
|
|
1344
1303
|
language?: string | null;
|
|
1345
1304
|
}
|
|
1346
|
-
export interface GuidPatchOperation {
|
|
1347
|
-
op: string;
|
|
1348
|
-
path: string;
|
|
1349
|
-
value?: any;
|
|
1350
|
-
from?: string | null;
|
|
1351
|
-
}
|
|
1352
1305
|
export type IContractResolver = object;
|
|
1353
|
-
export interface IPAddress {
|
|
1354
|
-
addressFamily: IpAddressAddressFamilyEnum;
|
|
1355
|
-
/** @format int64 */
|
|
1356
|
-
scopeId: number;
|
|
1357
|
-
isIPv6Multicast: boolean;
|
|
1358
|
-
isIPv6LinkLocal: boolean;
|
|
1359
|
-
isIPv6SiteLocal: boolean;
|
|
1360
|
-
isIPv6Teredo: boolean;
|
|
1361
|
-
isIPv6UniqueLocal: boolean;
|
|
1362
|
-
isIPv4MappedToIPv6: boolean;
|
|
1363
|
-
/**
|
|
1364
|
-
* @deprecated
|
|
1365
|
-
* @format int64
|
|
1366
|
-
*/
|
|
1367
|
-
address: number;
|
|
1368
|
-
}
|
|
1369
1306
|
export interface ImpersonatedDetailedUser {
|
|
1370
1307
|
/** @format date-time */
|
|
1371
1308
|
createdAt?: string | null;
|
|
@@ -1590,765 +1527,6 @@ export interface Loan {
|
|
|
1590
1527
|
userLoans: UserLoan[];
|
|
1591
1528
|
contacts: LoanContact[];
|
|
1592
1529
|
}
|
|
1593
|
-
export interface LoanApplication {
|
|
1594
|
-
/** @format uuid */
|
|
1595
|
-
id?: string | null;
|
|
1596
|
-
loanOfficerEmail?: string | null;
|
|
1597
|
-
type?: LoanType | null;
|
|
1598
|
-
purpose?: LoanPurpose | null;
|
|
1599
|
-
lienPosition?: LoanLienPosition | null;
|
|
1600
|
-
number?: string | null;
|
|
1601
|
-
program?: string | null;
|
|
1602
|
-
channel?: string | null;
|
|
1603
|
-
/** @format date-time */
|
|
1604
|
-
startDate?: string | null;
|
|
1605
|
-
property?: LoanProperty | null;
|
|
1606
|
-
financial?: LoanFinancial | null;
|
|
1607
|
-
borrowers: LoanBorrower[];
|
|
1608
|
-
nonOwningBorrowers: LoanNonOwningBorrower[];
|
|
1609
|
-
}
|
|
1610
|
-
export interface LoanApplicationRequest {
|
|
1611
|
-
/** @format uuid */
|
|
1612
|
-
accountID: string;
|
|
1613
|
-
/** @format uuid */
|
|
1614
|
-
userID: string;
|
|
1615
|
-
/** @format uuid */
|
|
1616
|
-
siteConfigurationID: string;
|
|
1617
|
-
/** @format uuid */
|
|
1618
|
-
draftId?: string | null;
|
|
1619
|
-
loanOfficerEmail?: string | null;
|
|
1620
|
-
type?: LoanType | null;
|
|
1621
|
-
purpose?: LoanPurpose | null;
|
|
1622
|
-
lienPosition?: LoanLienPosition | null;
|
|
1623
|
-
/** @maxLength 50 */
|
|
1624
|
-
number?: string | null;
|
|
1625
|
-
/** @maxLength 100 */
|
|
1626
|
-
program?: string | null;
|
|
1627
|
-
/** @maxLength 50 */
|
|
1628
|
-
channel?: string | null;
|
|
1629
|
-
/** @format date-time */
|
|
1630
|
-
startDate?: string | null;
|
|
1631
|
-
property?: LoanPropertyRequest | null;
|
|
1632
|
-
financial?: LoanFinancialRequest | null;
|
|
1633
|
-
/** @minItems 1 */
|
|
1634
|
-
borrowers: LoanBorrowerRequest[];
|
|
1635
|
-
nonOwningBorrowers: LoanNonOwningBorrowerRequest[];
|
|
1636
|
-
/** @format uuid */
|
|
1637
|
-
existingLoanId?: string | null;
|
|
1638
|
-
/** @format uuid */
|
|
1639
|
-
formId?: string | null;
|
|
1640
|
-
}
|
|
1641
|
-
export interface LoanBorrower {
|
|
1642
|
-
/** @format uuid */
|
|
1643
|
-
id?: string | null;
|
|
1644
|
-
ssn?: string | null;
|
|
1645
|
-
email?: string | null;
|
|
1646
|
-
lastName?: string | null;
|
|
1647
|
-
firstName?: string | null;
|
|
1648
|
-
middleName?: string | null;
|
|
1649
|
-
prefix?: LoanNamePrefix | null;
|
|
1650
|
-
suffix?: LoanNameSuffix | null;
|
|
1651
|
-
/** @format date */
|
|
1652
|
-
birthDate?: string | null;
|
|
1653
|
-
citizenship?: LoanCitizenship | null;
|
|
1654
|
-
maritalStatus?: LoanMaritalStatus | null;
|
|
1655
|
-
languagePreference?: LoanLanguagePreference | null;
|
|
1656
|
-
/** @format int32 */
|
|
1657
|
-
numberOfDependents?: number | null;
|
|
1658
|
-
isPrimaryBorrower: boolean;
|
|
1659
|
-
isFirstTimeHomeBuyer?: boolean | null;
|
|
1660
|
-
hasJointAssetsAndLiabilities?: boolean | null;
|
|
1661
|
-
dependentAges?: number[] | null;
|
|
1662
|
-
demographics?: LoanBorrowerDemographics | null;
|
|
1663
|
-
declarations?: LoanBorrowerDeclarations | null;
|
|
1664
|
-
militaryService?: LoanBorrowerMilitaryService | null;
|
|
1665
|
-
gifts: LoanBorrowerGift[];
|
|
1666
|
-
addresses: LoanBorrowerAddress[];
|
|
1667
|
-
consents: LoanBorrowerConsent[];
|
|
1668
|
-
liabilities: LoanBorrowerLiability[];
|
|
1669
|
-
otherAssets: LoanBorrowerOtherAsset[];
|
|
1670
|
-
otherIncome: LoanBorrowerOtherIncome[];
|
|
1671
|
-
phoneNumbers: LoanBorrowerPhoneNumber[];
|
|
1672
|
-
accountAssets: LoanBorrowerAccountAsset[];
|
|
1673
|
-
homeOwnership: LoanBorrowerHomeOwnership[];
|
|
1674
|
-
alternateNames: LoanBorrowerAlternateName[];
|
|
1675
|
-
otherLiabilities: LoanBorrowerOtherLiability[];
|
|
1676
|
-
realEstateAssets: LoanBorrowerRealEstateAsset[];
|
|
1677
|
-
currentEmployment: LoanBorrowerEmploymentCurrent[];
|
|
1678
|
-
previousEmployment: LoanBorrowerEmploymentPrevious[];
|
|
1679
|
-
}
|
|
1680
|
-
export interface LoanBorrowerAccountAsset {
|
|
1681
|
-
/** @format uuid */
|
|
1682
|
-
id?: string | null;
|
|
1683
|
-
name?: string | null;
|
|
1684
|
-
accountNumber?: string | null;
|
|
1685
|
-
financialInstitution?: string | null;
|
|
1686
|
-
/** @format double */
|
|
1687
|
-
value?: number | null;
|
|
1688
|
-
type?: LoanAccountAssetType | null;
|
|
1689
|
-
}
|
|
1690
|
-
export interface LoanBorrowerAccountAssetRequest {
|
|
1691
|
-
/** @maxLength 255 */
|
|
1692
|
-
name?: string | null;
|
|
1693
|
-
/** @maxLength 50 */
|
|
1694
|
-
accountNumber?: string | null;
|
|
1695
|
-
/** @maxLength 255 */
|
|
1696
|
-
financialInstitution?: string | null;
|
|
1697
|
-
/**
|
|
1698
|
-
* @format double
|
|
1699
|
-
* @min 0
|
|
1700
|
-
*/
|
|
1701
|
-
value?: number | null;
|
|
1702
|
-
type?: LoanAccountAssetType | null;
|
|
1703
|
-
}
|
|
1704
|
-
export interface LoanBorrowerAddress {
|
|
1705
|
-
/** @format uuid */
|
|
1706
|
-
id?: string | null;
|
|
1707
|
-
street?: string | null;
|
|
1708
|
-
unit?: string | null;
|
|
1709
|
-
unitType?: string | null;
|
|
1710
|
-
city?: string | null;
|
|
1711
|
-
state?: string | null;
|
|
1712
|
-
county?: string | null;
|
|
1713
|
-
postalCode?: string | null;
|
|
1714
|
-
housing?: LoanHousingType | null;
|
|
1715
|
-
/** @format double */
|
|
1716
|
-
rentAmount?: number | null;
|
|
1717
|
-
isCurrent?: boolean | null;
|
|
1718
|
-
isMailingAddress?: boolean | null;
|
|
1719
|
-
timeAtAddress?: TimeAtAddress | null;
|
|
1720
|
-
}
|
|
1721
|
-
export interface LoanBorrowerAddressRequest {
|
|
1722
|
-
/** @maxLength 255 */
|
|
1723
|
-
street?: string | null;
|
|
1724
|
-
/** @maxLength 50 */
|
|
1725
|
-
unit?: string | null;
|
|
1726
|
-
/** @maxLength 50 */
|
|
1727
|
-
unitType?: string | null;
|
|
1728
|
-
/** @maxLength 100 */
|
|
1729
|
-
city?: string | null;
|
|
1730
|
-
state?: string | null;
|
|
1731
|
-
/** @maxLength 100 */
|
|
1732
|
-
county?: string | null;
|
|
1733
|
-
postalCode?: string | null;
|
|
1734
|
-
housing?: LoanHousingType | null;
|
|
1735
|
-
/**
|
|
1736
|
-
* @format double
|
|
1737
|
-
* @min 0
|
|
1738
|
-
*/
|
|
1739
|
-
rentAmount?: number | null;
|
|
1740
|
-
isCurrent?: boolean | null;
|
|
1741
|
-
isMailingAddress?: boolean | null;
|
|
1742
|
-
timeAtAddress?: TimeAtAddressRequest | null;
|
|
1743
|
-
}
|
|
1744
|
-
export interface LoanBorrowerAlternateName {
|
|
1745
|
-
/** @format uuid */
|
|
1746
|
-
id?: string | null;
|
|
1747
|
-
suffix?: string | null;
|
|
1748
|
-
lastName?: string | null;
|
|
1749
|
-
firstName?: string | null;
|
|
1750
|
-
middleName?: string | null;
|
|
1751
|
-
}
|
|
1752
|
-
export interface LoanBorrowerAlternateNameRequest {
|
|
1753
|
-
/** @maxLength 20 */
|
|
1754
|
-
suffix?: string | null;
|
|
1755
|
-
/** @maxLength 100 */
|
|
1756
|
-
lastName?: string | null;
|
|
1757
|
-
/** @maxLength 100 */
|
|
1758
|
-
firstName?: string | null;
|
|
1759
|
-
/** @maxLength 100 */
|
|
1760
|
-
middleName?: string | null;
|
|
1761
|
-
}
|
|
1762
|
-
export interface LoanBorrowerBankruptcyDeclaration {
|
|
1763
|
-
/** @format uuid */
|
|
1764
|
-
id?: string | null;
|
|
1765
|
-
isAffirmative?: boolean | null;
|
|
1766
|
-
description?: string | null;
|
|
1767
|
-
types?: LoanBankruptcyType[] | null;
|
|
1768
|
-
}
|
|
1769
|
-
export interface LoanBorrowerBankruptcyDeclarationRequest {
|
|
1770
|
-
isAffirmative?: boolean | null;
|
|
1771
|
-
/** @maxLength 1000 */
|
|
1772
|
-
description?: string | null;
|
|
1773
|
-
types?: LoanBankruptcyType[] | null;
|
|
1774
|
-
}
|
|
1775
|
-
export interface LoanBorrowerConsent {
|
|
1776
|
-
/** @format uuid */
|
|
1777
|
-
id?: string | null;
|
|
1778
|
-
type?: ConsentType | null;
|
|
1779
|
-
providedConsent?: boolean | null;
|
|
1780
|
-
ipAddress?: IPAddress | null;
|
|
1781
|
-
}
|
|
1782
|
-
export interface LoanBorrowerConsentRequest {
|
|
1783
|
-
type?: ConsentType | null;
|
|
1784
|
-
providedConsent?: boolean | null;
|
|
1785
|
-
ipAddress?: IPAddress | null;
|
|
1786
|
-
}
|
|
1787
|
-
export interface LoanBorrowerDeclarations {
|
|
1788
|
-
/** @format uuid */
|
|
1789
|
-
id?: string | null;
|
|
1790
|
-
borrowingMoney?: LoanBorrowerMoneyDeclaration | null;
|
|
1791
|
-
bankruptcy?: LoanBorrowerBankruptcyDeclaration | null;
|
|
1792
|
-
primaryResidence?: LoanBorrowerPrimaryResidenceDeclaration | null;
|
|
1793
|
-
foreclosure?: LoanBorrowerSimpleDeclaration | null;
|
|
1794
|
-
coSignerOnDebt?: LoanBorrowerSimpleDeclaration | null;
|
|
1795
|
-
partyToLawsuit?: LoanBorrowerSimpleDeclaration | null;
|
|
1796
|
-
outstandingJudgments?: LoanBorrowerSimpleDeclaration | null;
|
|
1797
|
-
applyingForNewCredit?: LoanBorrowerSimpleDeclaration | null;
|
|
1798
|
-
subjectToLienPriority?: LoanBorrowerSimpleDeclaration | null;
|
|
1799
|
-
inDelinquencyOrDefault?: LoanBorrowerSimpleDeclaration | null;
|
|
1800
|
-
relationshipWithSeller?: LoanBorrowerSimpleDeclaration | null;
|
|
1801
|
-
preForeclosureOrShortSale?: LoanBorrowerSimpleDeclaration | null;
|
|
1802
|
-
applyingForAnotherMortgage?: LoanBorrowerSimpleDeclaration | null;
|
|
1803
|
-
conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclaration | null;
|
|
1804
|
-
}
|
|
1805
|
-
export interface LoanBorrowerDeclarationsRequest {
|
|
1806
|
-
borrowingMoney?: LoanBorrowerMoneyDeclarationRequest | null;
|
|
1807
|
-
bankruptcy?: LoanBorrowerBankruptcyDeclarationRequest | null;
|
|
1808
|
-
primaryResidence?: LoanBorrowerPrimaryResidenceDeclarationRequest | null;
|
|
1809
|
-
foreclosure?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1810
|
-
coSignerOnDebt?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1811
|
-
partyToLawsuit?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1812
|
-
outstandingJudgments?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1813
|
-
applyingForNewCredit?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1814
|
-
subjectToLienPriority?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1815
|
-
inDelinquencyOrDefault?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1816
|
-
relationshipWithSeller?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1817
|
-
preForeclosureOrShortSale?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1818
|
-
applyingForAnotherMortgage?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1819
|
-
conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1820
|
-
}
|
|
1821
|
-
export interface LoanBorrowerDemographics {
|
|
1822
|
-
/** @format uuid */
|
|
1823
|
-
id?: string | null;
|
|
1824
|
-
race?: LoanBorrowerDemographicsRace | null;
|
|
1825
|
-
gender?: LoanBorrowerDemographicsGender | null;
|
|
1826
|
-
ethnicity?: LoanBorrowerDemographicsEthnicity | null;
|
|
1827
|
-
}
|
|
1828
|
-
export interface LoanBorrowerDemographicsEthnicity {
|
|
1829
|
-
/** @format uuid */
|
|
1830
|
-
id?: string | null;
|
|
1831
|
-
isDeclined?: boolean | null;
|
|
1832
|
-
isHispanicOrLatino?: boolean | null;
|
|
1833
|
-
otherHispanicOrLatino?: string | null;
|
|
1834
|
-
hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
|
|
1835
|
-
}
|
|
1836
|
-
export interface LoanBorrowerDemographicsEthnicityRequest {
|
|
1837
|
-
isDeclined?: boolean | null;
|
|
1838
|
-
isHispanicOrLatino?: boolean | null;
|
|
1839
|
-
/** @maxLength 255 */
|
|
1840
|
-
otherHispanicOrLatino?: string | null;
|
|
1841
|
-
hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
|
|
1842
|
-
}
|
|
1843
|
-
export interface LoanBorrowerDemographicsGender {
|
|
1844
|
-
/** @format uuid */
|
|
1845
|
-
id?: string | null;
|
|
1846
|
-
isDeclined?: boolean | null;
|
|
1847
|
-
gender?: LoanGenderType | null;
|
|
1848
|
-
}
|
|
1849
|
-
export interface LoanBorrowerDemographicsGenderRequest {
|
|
1850
|
-
isDeclined?: boolean | null;
|
|
1851
|
-
gender?: LoanGenderType | null;
|
|
1852
|
-
}
|
|
1853
|
-
export interface LoanBorrowerDemographicsRace {
|
|
1854
|
-
/** @format uuid */
|
|
1855
|
-
id?: string | null;
|
|
1856
|
-
isAmericanIndianOrAlaskanNative?: boolean | null;
|
|
1857
|
-
otherAmericanIndianOrAlaskanNative?: string | null;
|
|
1858
|
-
isAsian?: boolean | null;
|
|
1859
|
-
asianRaces?: LoanAsianRace[] | null;
|
|
1860
|
-
otherAsianRace?: string | null;
|
|
1861
|
-
isBlackOrAfrican?: boolean | null;
|
|
1862
|
-
isPacificIslander?: boolean | null;
|
|
1863
|
-
pacificIslanderRace?: LoanPacificIslanderRace[] | null;
|
|
1864
|
-
otherPacificIslanderRace?: string | null;
|
|
1865
|
-
isWhite?: boolean | null;
|
|
1866
|
-
isDeclined?: boolean | null;
|
|
1867
|
-
}
|
|
1868
|
-
export interface LoanBorrowerDemographicsRaceRequest {
|
|
1869
|
-
isAmericanIndianOrAlaskanNative?: boolean | null;
|
|
1870
|
-
/** @maxLength 255 */
|
|
1871
|
-
otherAmericanIndianOrAlaskanNative?: string | null;
|
|
1872
|
-
isAsian?: boolean | null;
|
|
1873
|
-
asianRaces?: LoanAsianRace[] | null;
|
|
1874
|
-
/** @maxLength 255 */
|
|
1875
|
-
otherAsianRace?: string | null;
|
|
1876
|
-
isBlackOrAfrican?: boolean | null;
|
|
1877
|
-
isPacificIslander?: boolean | null;
|
|
1878
|
-
pacificIslanderRace?: LoanPacificIslanderRace[] | null;
|
|
1879
|
-
/** @maxLength 255 */
|
|
1880
|
-
otherPacificIslanderRace?: string | null;
|
|
1881
|
-
isWhite?: boolean | null;
|
|
1882
|
-
isDeclined?: boolean | null;
|
|
1883
|
-
}
|
|
1884
|
-
export interface LoanBorrowerDemographicsRequest {
|
|
1885
|
-
race?: LoanBorrowerDemographicsRaceRequest | null;
|
|
1886
|
-
gender?: LoanBorrowerDemographicsGenderRequest | null;
|
|
1887
|
-
ethnicity?: LoanBorrowerDemographicsEthnicityRequest | null;
|
|
1888
|
-
}
|
|
1889
|
-
export interface LoanBorrowerEmploymentCurrent {
|
|
1890
|
-
/** @format uuid */
|
|
1891
|
-
id?: string | null;
|
|
1892
|
-
name?: string | null;
|
|
1893
|
-
title?: string | null;
|
|
1894
|
-
phoneNumber?: string | null;
|
|
1895
|
-
/** @format date */
|
|
1896
|
-
startDate?: string | null;
|
|
1897
|
-
isSelfEmployed?: boolean | null;
|
|
1898
|
-
isEmployedByPartyInTransaction?: boolean | null;
|
|
1899
|
-
address?: AddressV3 | null;
|
|
1900
|
-
ownership?: LoanBorrowerEmploymentCurrentOwnership | null;
|
|
1901
|
-
grossIncome?: LoanBorrowerEmploymentCurrentGrossIncome | null;
|
|
1902
|
-
timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWork | null;
|
|
1903
|
-
}
|
|
1904
|
-
export interface LoanBorrowerEmploymentCurrentGrossIncome {
|
|
1905
|
-
/** @format uuid */
|
|
1906
|
-
id?: string | null;
|
|
1907
|
-
/** @format double */
|
|
1908
|
-
base?: number | null;
|
|
1909
|
-
/** @format double */
|
|
1910
|
-
other?: number | null;
|
|
1911
|
-
/** @format double */
|
|
1912
|
-
bonus?: number | null;
|
|
1913
|
-
/** @format double */
|
|
1914
|
-
overtime?: number | null;
|
|
1915
|
-
/** @format double */
|
|
1916
|
-
commission?: number | null;
|
|
1917
|
-
/** @format double */
|
|
1918
|
-
militaryEntitlements?: number | null;
|
|
1919
|
-
}
|
|
1920
|
-
export interface LoanBorrowerEmploymentCurrentGrossIncomeRequest {
|
|
1921
|
-
/**
|
|
1922
|
-
* @format double
|
|
1923
|
-
* @min 0
|
|
1924
|
-
*/
|
|
1925
|
-
base?: number | null;
|
|
1926
|
-
/**
|
|
1927
|
-
* @format double
|
|
1928
|
-
* @min 0
|
|
1929
|
-
*/
|
|
1930
|
-
other?: number | null;
|
|
1931
|
-
/**
|
|
1932
|
-
* @format double
|
|
1933
|
-
* @min 0
|
|
1934
|
-
*/
|
|
1935
|
-
bonus?: number | null;
|
|
1936
|
-
/**
|
|
1937
|
-
* @format double
|
|
1938
|
-
* @min 0
|
|
1939
|
-
*/
|
|
1940
|
-
overtime?: number | null;
|
|
1941
|
-
/**
|
|
1942
|
-
* @format double
|
|
1943
|
-
* @min 0
|
|
1944
|
-
*/
|
|
1945
|
-
commission?: number | null;
|
|
1946
|
-
/**
|
|
1947
|
-
* @format double
|
|
1948
|
-
* @min 0
|
|
1949
|
-
*/
|
|
1950
|
-
militaryEntitlements?: number | null;
|
|
1951
|
-
}
|
|
1952
|
-
export interface LoanBorrowerEmploymentCurrentOwnership {
|
|
1953
|
-
/** @format uuid */
|
|
1954
|
-
id?: string | null;
|
|
1955
|
-
isOwner?: boolean | null;
|
|
1956
|
-
hasOwnershipOver25Percent?: boolean | null;
|
|
1957
|
-
/** @format double */
|
|
1958
|
-
monthlyIncome?: number | null;
|
|
1959
|
-
}
|
|
1960
|
-
export interface LoanBorrowerEmploymentCurrentOwnershipRequest {
|
|
1961
|
-
isOwner?: boolean | null;
|
|
1962
|
-
hasOwnershipOver25Percent?: boolean | null;
|
|
1963
|
-
/**
|
|
1964
|
-
* @format double
|
|
1965
|
-
* @min 0
|
|
1966
|
-
*/
|
|
1967
|
-
monthlyIncome?: number | null;
|
|
1968
|
-
}
|
|
1969
|
-
export interface LoanBorrowerEmploymentCurrentRequest {
|
|
1970
|
-
/** @maxLength 255 */
|
|
1971
|
-
name?: string | null;
|
|
1972
|
-
/** @maxLength 100 */
|
|
1973
|
-
title?: string | null;
|
|
1974
|
-
phoneNumber?: string | null;
|
|
1975
|
-
/** @format date */
|
|
1976
|
-
startDate?: string | null;
|
|
1977
|
-
isSelfEmployed?: boolean | null;
|
|
1978
|
-
isEmployedByPartyInTransaction?: boolean | null;
|
|
1979
|
-
address?: AddressRequest | null;
|
|
1980
|
-
ownership?: LoanBorrowerEmploymentCurrentOwnershipRequest | null;
|
|
1981
|
-
grossIncome?: LoanBorrowerEmploymentCurrentGrossIncomeRequest | null;
|
|
1982
|
-
timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest | null;
|
|
1983
|
-
}
|
|
1984
|
-
export interface LoanBorrowerEmploymentCurrentTimeInLineOfWork {
|
|
1985
|
-
/** @format uuid */
|
|
1986
|
-
id?: string | null;
|
|
1987
|
-
/** @format int32 */
|
|
1988
|
-
years?: number | null;
|
|
1989
|
-
/** @format int32 */
|
|
1990
|
-
months?: number | null;
|
|
1991
|
-
}
|
|
1992
|
-
export interface LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest {
|
|
1993
|
-
/** @format int32 */
|
|
1994
|
-
years?: number | null;
|
|
1995
|
-
/** @format int32 */
|
|
1996
|
-
months?: number | null;
|
|
1997
|
-
}
|
|
1998
|
-
export interface LoanBorrowerEmploymentPrevious {
|
|
1999
|
-
/** @format uuid */
|
|
2000
|
-
id?: string | null;
|
|
2001
|
-
name?: string | null;
|
|
2002
|
-
title?: string | null;
|
|
2003
|
-
phoneNumber?: string | null;
|
|
2004
|
-
/** @format date */
|
|
2005
|
-
startDate?: string | null;
|
|
2006
|
-
/** @format date */
|
|
2007
|
-
endDate?: string | null;
|
|
2008
|
-
/** @format double */
|
|
2009
|
-
grossIncome?: number | null;
|
|
2010
|
-
isSelfEmployed?: boolean | null;
|
|
2011
|
-
address?: AddressV3 | null;
|
|
2012
|
-
}
|
|
2013
|
-
export interface LoanBorrowerEmploymentPreviousRequest {
|
|
2014
|
-
/** @maxLength 255 */
|
|
2015
|
-
name?: string | null;
|
|
2016
|
-
/** @maxLength 100 */
|
|
2017
|
-
title?: string | null;
|
|
2018
|
-
phoneNumber?: string | null;
|
|
2019
|
-
/** @format date */
|
|
2020
|
-
startDate?: string | null;
|
|
2021
|
-
/** @format date */
|
|
2022
|
-
endDate?: string | null;
|
|
2023
|
-
/**
|
|
2024
|
-
* @format double
|
|
2025
|
-
* @min 0
|
|
2026
|
-
*/
|
|
2027
|
-
grossIncome?: number | null;
|
|
2028
|
-
isSelfEmployed?: boolean | null;
|
|
2029
|
-
address?: AddressRequest | null;
|
|
2030
|
-
}
|
|
2031
|
-
export interface LoanBorrowerGift {
|
|
2032
|
-
/** @format uuid */
|
|
2033
|
-
id?: string | null;
|
|
2034
|
-
/** @format double */
|
|
2035
|
-
value?: number | null;
|
|
2036
|
-
isDeposited?: boolean | null;
|
|
2037
|
-
source?: LoanGiftSource | null;
|
|
2038
|
-
assetType?: LoanGiftAssetType | null;
|
|
2039
|
-
}
|
|
2040
|
-
export interface LoanBorrowerGiftRequest {
|
|
2041
|
-
/**
|
|
2042
|
-
* @format double
|
|
2043
|
-
* @min 0
|
|
2044
|
-
*/
|
|
2045
|
-
value?: number | null;
|
|
2046
|
-
isDeposited?: boolean | null;
|
|
2047
|
-
source?: LoanGiftSource | null;
|
|
2048
|
-
assetType?: LoanGiftAssetType | null;
|
|
2049
|
-
}
|
|
2050
|
-
export interface LoanBorrowerHomeOwnership {
|
|
2051
|
-
/** @format uuid */
|
|
2052
|
-
id?: string | null;
|
|
2053
|
-
/** @format date */
|
|
2054
|
-
dateCompleted?: string | null;
|
|
2055
|
-
type?: LoanHomeOwnershipType | null;
|
|
2056
|
-
format?: LoanHomeOwnershipFormat | null;
|
|
2057
|
-
provider?: LoanBorrowerHomeOwnershipProvider | null;
|
|
2058
|
-
}
|
|
2059
|
-
export interface LoanBorrowerHomeOwnershipProvider {
|
|
2060
|
-
/** @format uuid */
|
|
2061
|
-
id?: string | null;
|
|
2062
|
-
name?: string | null;
|
|
2063
|
-
phoneNumber?: string | null;
|
|
2064
|
-
address?: AddressV3 | null;
|
|
2065
|
-
}
|
|
2066
|
-
export interface LoanBorrowerHomeOwnershipProviderRequest {
|
|
2067
|
-
/** @maxLength 255 */
|
|
2068
|
-
name?: string | null;
|
|
2069
|
-
phoneNumber?: string | null;
|
|
2070
|
-
address?: AddressRequest | null;
|
|
2071
|
-
}
|
|
2072
|
-
export interface LoanBorrowerHomeOwnershipRequest {
|
|
2073
|
-
/** @format date */
|
|
2074
|
-
dateCompleted?: string | null;
|
|
2075
|
-
type?: LoanHomeOwnershipType | null;
|
|
2076
|
-
format?: LoanHomeOwnershipFormat | null;
|
|
2077
|
-
provider?: LoanBorrowerHomeOwnershipProviderRequest | null;
|
|
2078
|
-
}
|
|
2079
|
-
export interface LoanBorrowerLiability {
|
|
2080
|
-
/** @format uuid */
|
|
2081
|
-
id?: string | null;
|
|
2082
|
-
type?: LoanLiabilityType | null;
|
|
2083
|
-
name?: string | null;
|
|
2084
|
-
accountNumber?: string | null;
|
|
2085
|
-
financialInstitution?: string | null;
|
|
2086
|
-
/** @format double */
|
|
2087
|
-
balance?: number | null;
|
|
2088
|
-
/** @format double */
|
|
2089
|
-
monthlyPayment?: number | null;
|
|
2090
|
-
/** @format int32 */
|
|
2091
|
-
monthsLeftToPay?: number | null;
|
|
2092
|
-
isPaidOffBeforeClosing?: boolean | null;
|
|
2093
|
-
}
|
|
2094
|
-
export interface LoanBorrowerLiabilityRequest {
|
|
2095
|
-
type?: LoanLiabilityType | null;
|
|
2096
|
-
/** @maxLength 255 */
|
|
2097
|
-
name?: string | null;
|
|
2098
|
-
/** @maxLength 50 */
|
|
2099
|
-
accountNumber?: string | null;
|
|
2100
|
-
/** @maxLength 255 */
|
|
2101
|
-
financialInstitution?: string | null;
|
|
2102
|
-
/**
|
|
2103
|
-
* @format double
|
|
2104
|
-
* @min 0
|
|
2105
|
-
*/
|
|
2106
|
-
balance?: number | null;
|
|
2107
|
-
/**
|
|
2108
|
-
* @format double
|
|
2109
|
-
* @min 0
|
|
2110
|
-
*/
|
|
2111
|
-
monthlyPayment?: number | null;
|
|
2112
|
-
/**
|
|
2113
|
-
* @format int32
|
|
2114
|
-
* @min 0
|
|
2115
|
-
*/
|
|
2116
|
-
monthsLeftToPay?: number | null;
|
|
2117
|
-
isPaidOffBeforeClosing?: boolean | null;
|
|
2118
|
-
}
|
|
2119
|
-
export interface LoanBorrowerMilitaryService {
|
|
2120
|
-
/** @format uuid */
|
|
2121
|
-
id?: string | null;
|
|
2122
|
-
hasServed?: boolean | null;
|
|
2123
|
-
/** @format date */
|
|
2124
|
-
endDate?: string | null;
|
|
2125
|
-
type?: LoanMilitaryServiceType | null;
|
|
2126
|
-
}
|
|
2127
|
-
export interface LoanBorrowerMilitaryServiceRequest {
|
|
2128
|
-
hasServed?: boolean | null;
|
|
2129
|
-
/** @format date */
|
|
2130
|
-
endDate?: string | null;
|
|
2131
|
-
type?: LoanMilitaryServiceType | null;
|
|
2132
|
-
}
|
|
2133
|
-
export interface LoanBorrowerMoneyDeclaration {
|
|
2134
|
-
/** @format uuid */
|
|
2135
|
-
id?: string | null;
|
|
2136
|
-
isAffirmative?: boolean | null;
|
|
2137
|
-
description?: string | null;
|
|
2138
|
-
/** @format double */
|
|
2139
|
-
amount?: number | null;
|
|
2140
|
-
}
|
|
2141
|
-
export interface LoanBorrowerMoneyDeclarationRequest {
|
|
2142
|
-
isAffirmative?: boolean | null;
|
|
2143
|
-
/** @maxLength 1000 */
|
|
2144
|
-
description?: string | null;
|
|
2145
|
-
/**
|
|
2146
|
-
* @format double
|
|
2147
|
-
* @min 0
|
|
2148
|
-
*/
|
|
2149
|
-
amount?: number | null;
|
|
2150
|
-
}
|
|
2151
|
-
export interface LoanBorrowerOtherAsset {
|
|
2152
|
-
/** @format uuid */
|
|
2153
|
-
id?: string | null;
|
|
2154
|
-
type?: LoanOtherAssetType | null;
|
|
2155
|
-
other?: string | null;
|
|
2156
|
-
/** @format double */
|
|
2157
|
-
value?: number | null;
|
|
2158
|
-
}
|
|
2159
|
-
export interface LoanBorrowerOtherAssetRequest {
|
|
2160
|
-
type?: LoanOtherAssetType | null;
|
|
2161
|
-
/** @maxLength 255 */
|
|
2162
|
-
other?: string | null;
|
|
2163
|
-
/**
|
|
2164
|
-
* @format double
|
|
2165
|
-
* @min 0
|
|
2166
|
-
*/
|
|
2167
|
-
value?: number | null;
|
|
2168
|
-
}
|
|
2169
|
-
export interface LoanBorrowerOtherIncome {
|
|
2170
|
-
/** @format uuid */
|
|
2171
|
-
id?: string | null;
|
|
2172
|
-
/** @format double */
|
|
2173
|
-
value?: number | null;
|
|
2174
|
-
type?: LoanOtherIncomeType | null;
|
|
2175
|
-
}
|
|
2176
|
-
export interface LoanBorrowerOtherIncomeRequest {
|
|
2177
|
-
/**
|
|
2178
|
-
* @format double
|
|
2179
|
-
* @min 0
|
|
2180
|
-
*/
|
|
2181
|
-
value?: number | null;
|
|
2182
|
-
type?: LoanOtherIncomeType | null;
|
|
2183
|
-
}
|
|
2184
|
-
export interface LoanBorrowerOtherLiability {
|
|
2185
|
-
/** @format uuid */
|
|
2186
|
-
id?: string | null;
|
|
2187
|
-
/** @format double */
|
|
2188
|
-
monthlyPayment?: number | null;
|
|
2189
|
-
type?: LoanOtherLiabilityType | null;
|
|
2190
|
-
}
|
|
2191
|
-
export interface LoanBorrowerOtherLiabilityRequest {
|
|
2192
|
-
/**
|
|
2193
|
-
* @format double
|
|
2194
|
-
* @min 0
|
|
2195
|
-
*/
|
|
2196
|
-
monthlyPayment?: number | null;
|
|
2197
|
-
type?: LoanOtherLiabilityType | null;
|
|
2198
|
-
}
|
|
2199
|
-
export interface LoanBorrowerPhoneNumber {
|
|
2200
|
-
/** @format uuid */
|
|
2201
|
-
id?: string | null;
|
|
2202
|
-
ext?: string | null;
|
|
2203
|
-
number?: string | null;
|
|
2204
|
-
type?: LoanPhoneNumberType | null;
|
|
2205
|
-
}
|
|
2206
|
-
export interface LoanBorrowerPhoneNumberRequest {
|
|
2207
|
-
/** @maxLength 10 */
|
|
2208
|
-
ext?: string | null;
|
|
2209
|
-
number?: string | null;
|
|
2210
|
-
type?: LoanPhoneNumberType | null;
|
|
2211
|
-
}
|
|
2212
|
-
export interface LoanBorrowerPrimaryResidenceDeclaration {
|
|
2213
|
-
/** @format uuid */
|
|
2214
|
-
id?: string | null;
|
|
2215
|
-
isAffirmative?: boolean | null;
|
|
2216
|
-
description?: string | null;
|
|
2217
|
-
hasInterestInLastThreeYears?: boolean | null;
|
|
2218
|
-
titleHeld?: LoanTitleHeld | null;
|
|
2219
|
-
propertyType?: LoanOccupancyType | null;
|
|
2220
|
-
}
|
|
2221
|
-
export interface LoanBorrowerPrimaryResidenceDeclarationRequest {
|
|
2222
|
-
isAffirmative?: boolean | null;
|
|
2223
|
-
/** @maxLength 1000 */
|
|
2224
|
-
description?: string | null;
|
|
2225
|
-
hasInterestInLastThreeYears?: boolean | null;
|
|
2226
|
-
titleHeld?: LoanTitleHeld | null;
|
|
2227
|
-
propertyType?: LoanOccupancyType | null;
|
|
2228
|
-
}
|
|
2229
|
-
export interface LoanBorrowerRealEstateAsset {
|
|
2230
|
-
/** @format uuid */
|
|
2231
|
-
id?: string | null;
|
|
2232
|
-
status?: LoanRealEstateStatus | null;
|
|
2233
|
-
occupancy?: LoanOccupancyType | null;
|
|
2234
|
-
/** @format double */
|
|
2235
|
-
marketValue?: number | null;
|
|
2236
|
-
/** @format double */
|
|
2237
|
-
monthlyInsTaxDues?: number | null;
|
|
2238
|
-
/** @format double */
|
|
2239
|
-
monthlyRentalIncome?: number | null;
|
|
2240
|
-
address?: AddressV3 | null;
|
|
2241
|
-
mortgages?: LoanBorrowerRealEstateAssetMortgage[] | null;
|
|
2242
|
-
}
|
|
2243
|
-
export interface LoanBorrowerRealEstateAssetMortgage {
|
|
2244
|
-
/** @format uuid */
|
|
2245
|
-
id?: string | null;
|
|
2246
|
-
creditor?: string | null;
|
|
2247
|
-
accountNumber?: string | null;
|
|
2248
|
-
/** @format double */
|
|
2249
|
-
balance?: number | null;
|
|
2250
|
-
/** @format double */
|
|
2251
|
-
creditLimit?: number | null;
|
|
2252
|
-
/** @format double */
|
|
2253
|
-
monthlyMortgagePayment?: number | null;
|
|
2254
|
-
isBalancePaidBeforeClosing?: boolean | null;
|
|
2255
|
-
loanType?: LoanType | null;
|
|
2256
|
-
}
|
|
2257
|
-
export interface LoanBorrowerRealEstateAssetMortgageRequest {
|
|
2258
|
-
/** @maxLength 255 */
|
|
2259
|
-
creditor?: string | null;
|
|
2260
|
-
/** @maxLength 50 */
|
|
2261
|
-
accountNumber?: string | null;
|
|
2262
|
-
/**
|
|
2263
|
-
* @format double
|
|
2264
|
-
* @min 0
|
|
2265
|
-
*/
|
|
2266
|
-
balance?: number | null;
|
|
2267
|
-
/**
|
|
2268
|
-
* @format double
|
|
2269
|
-
* @min 0
|
|
2270
|
-
*/
|
|
2271
|
-
creditLimit?: number | null;
|
|
2272
|
-
/**
|
|
2273
|
-
* @format double
|
|
2274
|
-
* @min 0
|
|
2275
|
-
*/
|
|
2276
|
-
monthlyMortgagePayment?: number | null;
|
|
2277
|
-
isBalancePaidBeforeClosing?: boolean | null;
|
|
2278
|
-
loanType?: LoanType | null;
|
|
2279
|
-
}
|
|
2280
|
-
export interface LoanBorrowerRealEstateAssetRequest {
|
|
2281
|
-
status?: LoanRealEstateStatus | null;
|
|
2282
|
-
occupancy?: LoanOccupancyType | null;
|
|
2283
|
-
/**
|
|
2284
|
-
* @format double
|
|
2285
|
-
* @min 0
|
|
2286
|
-
*/
|
|
2287
|
-
marketValue?: number | null;
|
|
2288
|
-
/**
|
|
2289
|
-
* @format double
|
|
2290
|
-
* @min 0
|
|
2291
|
-
*/
|
|
2292
|
-
monthlyInsTaxDues?: number | null;
|
|
2293
|
-
/**
|
|
2294
|
-
* @format double
|
|
2295
|
-
* @min 0
|
|
2296
|
-
*/
|
|
2297
|
-
monthlyRentalIncome?: number | null;
|
|
2298
|
-
address?: AddressRequest | null;
|
|
2299
|
-
mortgages?: LoanBorrowerRealEstateAssetMortgageRequest[] | null;
|
|
2300
|
-
}
|
|
2301
|
-
export interface LoanBorrowerRequest {
|
|
2302
|
-
ssn?: string | null;
|
|
2303
|
-
email?: string | null;
|
|
2304
|
-
/** @maxLength 100 */
|
|
2305
|
-
lastName?: string | null;
|
|
2306
|
-
/** @maxLength 100 */
|
|
2307
|
-
firstName?: string | null;
|
|
2308
|
-
/** @maxLength 100 */
|
|
2309
|
-
middleName?: string | null;
|
|
2310
|
-
prefix?: LoanNamePrefix | null;
|
|
2311
|
-
suffix?: LoanNameSuffix | null;
|
|
2312
|
-
/** @format date */
|
|
2313
|
-
birthDate?: string | null;
|
|
2314
|
-
citizenship?: LoanCitizenship | null;
|
|
2315
|
-
maritalStatus?: LoanMaritalStatus | null;
|
|
2316
|
-
languagePreference?: LoanLanguagePreference | null;
|
|
2317
|
-
/** @format int32 */
|
|
2318
|
-
numberOfDependents?: number | null;
|
|
2319
|
-
isPrimaryBorrower: boolean;
|
|
2320
|
-
isFirstTimeHomeBuyer?: boolean | null;
|
|
2321
|
-
hasJointAssetsAndLiabilities?: boolean | null;
|
|
2322
|
-
dependentAges?: number[] | null;
|
|
2323
|
-
demographics?: LoanBorrowerDemographicsRequest | null;
|
|
2324
|
-
declarations?: LoanBorrowerDeclarationsRequest | null;
|
|
2325
|
-
militaryService?: LoanBorrowerMilitaryServiceRequest | null;
|
|
2326
|
-
gifts: LoanBorrowerGiftRequest[];
|
|
2327
|
-
addresses: LoanBorrowerAddressRequest[];
|
|
2328
|
-
consents: LoanBorrowerConsentRequest[];
|
|
2329
|
-
liabilities: LoanBorrowerLiabilityRequest[];
|
|
2330
|
-
otherAssets: LoanBorrowerOtherAssetRequest[];
|
|
2331
|
-
otherIncome: LoanBorrowerOtherIncomeRequest[];
|
|
2332
|
-
phoneNumbers: LoanBorrowerPhoneNumberRequest[];
|
|
2333
|
-
accountAssets: LoanBorrowerAccountAssetRequest[];
|
|
2334
|
-
homeOwnership: LoanBorrowerHomeOwnershipRequest[];
|
|
2335
|
-
alternateNames: LoanBorrowerAlternateNameRequest[];
|
|
2336
|
-
otherLiabilities: LoanBorrowerOtherLiabilityRequest[];
|
|
2337
|
-
realEstateAssets: LoanBorrowerRealEstateAssetRequest[];
|
|
2338
|
-
currentEmployment: LoanBorrowerEmploymentCurrentRequest[];
|
|
2339
|
-
previousEmployment: LoanBorrowerEmploymentPreviousRequest[];
|
|
2340
|
-
}
|
|
2341
|
-
export interface LoanBorrowerSimpleDeclaration {
|
|
2342
|
-
/** @format uuid */
|
|
2343
|
-
id?: string | null;
|
|
2344
|
-
isAffirmative?: boolean | null;
|
|
2345
|
-
description?: string | null;
|
|
2346
|
-
}
|
|
2347
|
-
export interface LoanBorrowerSimpleDeclarationRequest {
|
|
2348
|
-
isAffirmative?: boolean | null;
|
|
2349
|
-
/** @maxLength 1000 */
|
|
2350
|
-
description?: string | null;
|
|
2351
|
-
}
|
|
2352
1530
|
export interface LoanComparison {
|
|
2353
1531
|
loanID: string;
|
|
2354
1532
|
scenarios: LoanComparisonScenario[];
|
|
@@ -2547,35 +1725,6 @@ export interface LoanDraftSearchCriteria {
|
|
|
2547
1725
|
excludeLinkedToLoan?: boolean | null;
|
|
2548
1726
|
draftTypes?: DraftType[] | null;
|
|
2549
1727
|
}
|
|
2550
|
-
export interface LoanFinancial {
|
|
2551
|
-
/** @format uuid */
|
|
2552
|
-
id?: string | null;
|
|
2553
|
-
isDebtsAssetsReviewed?: boolean | null;
|
|
2554
|
-
/** @format double */
|
|
2555
|
-
cashToClose?: number | null;
|
|
2556
|
-
/** @format double */
|
|
2557
|
-
cashDownPayment?: number | null;
|
|
2558
|
-
/** @format double */
|
|
2559
|
-
maximumPurchasePrice?: number | null;
|
|
2560
|
-
}
|
|
2561
|
-
export interface LoanFinancialRequest {
|
|
2562
|
-
isDebtsAssetsReviewed?: boolean | null;
|
|
2563
|
-
/**
|
|
2564
|
-
* @format double
|
|
2565
|
-
* @min 0
|
|
2566
|
-
*/
|
|
2567
|
-
cashToClose?: number | null;
|
|
2568
|
-
/**
|
|
2569
|
-
* @format double
|
|
2570
|
-
* @min 0
|
|
2571
|
-
*/
|
|
2572
|
-
cashDownPayment?: number | null;
|
|
2573
|
-
/**
|
|
2574
|
-
* @format double
|
|
2575
|
-
* @min 0
|
|
2576
|
-
*/
|
|
2577
|
-
maximumPurchasePrice?: number | null;
|
|
2578
|
-
}
|
|
2579
1728
|
export interface LoanIdentifier {
|
|
2580
1729
|
/** @format uuid */
|
|
2581
1730
|
id: string;
|
|
@@ -2661,29 +1810,6 @@ export interface LoanLogSearchCriteria {
|
|
|
2661
1810
|
types?: LoanLogType[] | null;
|
|
2662
1811
|
levels?: LogLevel[] | null;
|
|
2663
1812
|
}
|
|
2664
|
-
export interface LoanNonOwningBorrower {
|
|
2665
|
-
/** @format uuid */
|
|
2666
|
-
id?: string | null;
|
|
2667
|
-
email?: string | null;
|
|
2668
|
-
lastName?: string | null;
|
|
2669
|
-
firstName?: string | null;
|
|
2670
|
-
middleName?: string | null;
|
|
2671
|
-
prefix?: LoanNamePrefix | null;
|
|
2672
|
-
suffix?: LoanNameSuffix | null;
|
|
2673
|
-
consents: LoanBorrowerConsent[];
|
|
2674
|
-
}
|
|
2675
|
-
export interface LoanNonOwningBorrowerRequest {
|
|
2676
|
-
email?: string | null;
|
|
2677
|
-
/** @maxLength 100 */
|
|
2678
|
-
lastName?: string | null;
|
|
2679
|
-
/** @maxLength 100 */
|
|
2680
|
-
firstName?: string | null;
|
|
2681
|
-
/** @maxLength 100 */
|
|
2682
|
-
middleName?: string | null;
|
|
2683
|
-
prefix?: LoanNamePrefix | null;
|
|
2684
|
-
suffix?: LoanNameSuffix | null;
|
|
2685
|
-
consents: LoanBorrowerConsentRequest[];
|
|
2686
|
-
}
|
|
2687
1813
|
export interface LoanOfficer {
|
|
2688
1814
|
/** @format uuid */
|
|
2689
1815
|
id: string;
|
|
@@ -2715,121 +1841,6 @@ export interface LoanOfficerSearchCriteria {
|
|
|
2715
1841
|
/** @format uuid */
|
|
2716
1842
|
brand?: string | null;
|
|
2717
1843
|
}
|
|
2718
|
-
export interface LoanPatchRequestGuidPatchDocument {
|
|
2719
|
-
operations: GuidPatchOperation[];
|
|
2720
|
-
}
|
|
2721
|
-
export interface LoanProperty {
|
|
2722
|
-
/** @format uuid */
|
|
2723
|
-
id?: string | null;
|
|
2724
|
-
trustType?: LoanTrustType | null;
|
|
2725
|
-
occupancy?: LoanOccupancyType | null;
|
|
2726
|
-
propertyType?: LoanPropertyType | null;
|
|
2727
|
-
referenceId?: string | null;
|
|
2728
|
-
/** @format int32 */
|
|
2729
|
-
yearBuilt?: number | null;
|
|
2730
|
-
/** @format int32 */
|
|
2731
|
-
yearAcquired?: number | null;
|
|
2732
|
-
/** @format int32 */
|
|
2733
|
-
numberOfUnits?: number | null;
|
|
2734
|
-
/** @format double */
|
|
2735
|
-
salePrice?: number | null;
|
|
2736
|
-
/** @format double */
|
|
2737
|
-
propertyValue?: number | null;
|
|
2738
|
-
/** @format double */
|
|
2739
|
-
purchasePrice?: number | null;
|
|
2740
|
-
/** @format double */
|
|
2741
|
-
estimatedValue?: number | null;
|
|
2742
|
-
/** @format double */
|
|
2743
|
-
monthlyRentalIncome?: number | null;
|
|
2744
|
-
isMixedUseProperty?: boolean | null;
|
|
2745
|
-
isManufacturedHome?: boolean | null;
|
|
2746
|
-
isFhaSecondaryResidence?: boolean | null;
|
|
2747
|
-
address?: AddressV3 | null;
|
|
2748
|
-
mortgages: LoanPropertyMortgage[];
|
|
2749
|
-
}
|
|
2750
|
-
export interface LoanPropertyMortgage {
|
|
2751
|
-
/** @format uuid */
|
|
2752
|
-
id?: string | null;
|
|
2753
|
-
creditor?: string | null;
|
|
2754
|
-
/** @format double */
|
|
2755
|
-
loanAmount?: number | null;
|
|
2756
|
-
/** @format double */
|
|
2757
|
-
creditLimit?: number | null;
|
|
2758
|
-
/** @format double */
|
|
2759
|
-
monthlyPayment?: number | null;
|
|
2760
|
-
lienType?: LoanLienPosition | null;
|
|
2761
|
-
}
|
|
2762
|
-
export interface LoanPropertyMortgageRequest {
|
|
2763
|
-
/** @maxLength 255 */
|
|
2764
|
-
creditor?: string | null;
|
|
2765
|
-
/**
|
|
2766
|
-
* @format double
|
|
2767
|
-
* @min 0
|
|
2768
|
-
*/
|
|
2769
|
-
loanAmount?: number | null;
|
|
2770
|
-
/**
|
|
2771
|
-
* @format double
|
|
2772
|
-
* @min 0
|
|
2773
|
-
*/
|
|
2774
|
-
creditLimit?: number | null;
|
|
2775
|
-
/**
|
|
2776
|
-
* @format double
|
|
2777
|
-
* @min 0
|
|
2778
|
-
*/
|
|
2779
|
-
monthlyPayment?: number | null;
|
|
2780
|
-
lienType?: LoanLienPosition | null;
|
|
2781
|
-
}
|
|
2782
|
-
export interface LoanPropertyRequest {
|
|
2783
|
-
trustType?: LoanTrustType | null;
|
|
2784
|
-
occupancy?: LoanOccupancyType | null;
|
|
2785
|
-
propertyType?: LoanPropertyType | null;
|
|
2786
|
-
/** @maxLength 100 */
|
|
2787
|
-
referenceId?: string | null;
|
|
2788
|
-
/**
|
|
2789
|
-
* @format int32
|
|
2790
|
-
* @min 1800
|
|
2791
|
-
* @max 2035
|
|
2792
|
-
*/
|
|
2793
|
-
yearBuilt?: number | null;
|
|
2794
|
-
/**
|
|
2795
|
-
* @format int32
|
|
2796
|
-
* @min 1900
|
|
2797
|
-
* @max 2035
|
|
2798
|
-
*/
|
|
2799
|
-
yearAcquired?: number | null;
|
|
2800
|
-
/** @format int32 */
|
|
2801
|
-
numberOfUnits?: number | null;
|
|
2802
|
-
/**
|
|
2803
|
-
* @format double
|
|
2804
|
-
* @min 0
|
|
2805
|
-
*/
|
|
2806
|
-
salePrice?: number | null;
|
|
2807
|
-
/**
|
|
2808
|
-
* @format double
|
|
2809
|
-
* @min 0
|
|
2810
|
-
*/
|
|
2811
|
-
propertyValue?: number | null;
|
|
2812
|
-
/**
|
|
2813
|
-
* @format double
|
|
2814
|
-
* @min 0
|
|
2815
|
-
*/
|
|
2816
|
-
purchasePrice?: number | null;
|
|
2817
|
-
/**
|
|
2818
|
-
* @format double
|
|
2819
|
-
* @min 0
|
|
2820
|
-
*/
|
|
2821
|
-
estimatedValue?: number | null;
|
|
2822
|
-
/**
|
|
2823
|
-
* @format double
|
|
2824
|
-
* @min 0
|
|
2825
|
-
*/
|
|
2826
|
-
monthlyRentalIncome?: number | null;
|
|
2827
|
-
isMixedUseProperty?: boolean | null;
|
|
2828
|
-
isManufacturedHome?: boolean | null;
|
|
2829
|
-
isFhaSecondaryResidence?: boolean | null;
|
|
2830
|
-
address?: AddressRequest | null;
|
|
2831
|
-
mortgages: LoanPropertyMortgageRequest[];
|
|
2832
|
-
}
|
|
2833
1844
|
export interface LoanQueue {
|
|
2834
1845
|
/** @format date-time */
|
|
2835
1846
|
createdAt: string;
|
|
@@ -4326,20 +3337,6 @@ export interface Theme {
|
|
|
4326
3337
|
textColor?: string | null;
|
|
4327
3338
|
iconColor?: string | null;
|
|
4328
3339
|
}
|
|
4329
|
-
export interface TimeAtAddress {
|
|
4330
|
-
/** @format uuid */
|
|
4331
|
-
id?: string | null;
|
|
4332
|
-
/** @format int32 */
|
|
4333
|
-
years?: number | null;
|
|
4334
|
-
/** @format int32 */
|
|
4335
|
-
months?: number | null;
|
|
4336
|
-
}
|
|
4337
|
-
export interface TimeAtAddressRequest {
|
|
4338
|
-
/** @format int32 */
|
|
4339
|
-
years?: number | null;
|
|
4340
|
-
/** @format int32 */
|
|
4341
|
-
months?: number | null;
|
|
4342
|
-
}
|
|
4343
3340
|
export interface Token {
|
|
4344
3341
|
token_type: string;
|
|
4345
3342
|
/** @format int32 */
|
|
@@ -4808,7 +3805,6 @@ export type CreateUserDraftLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrow
|
|
|
4808
3805
|
export type DraftTypeEnum = "NewLoan" | "EditLoan";
|
|
4809
3806
|
export type DraftContentTypeEnum = "NewLoan" | "EditLoan";
|
|
4810
3807
|
export type FusionReportFilterFilterTypeEnum = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
|
|
4811
|
-
export type IpAddressAddressFamilyEnum = "Unspecified" | "Unix" | "InterNetwork" | "ImpLink" | "Pup" | "Chaos" | "NS" | "Ipx" | "Iso" | "Osi" | "Ecma" | "DataKit" | "Ccitt" | "Sna" | "DecNet" | "DataLink" | "Lat" | "HyperChannel" | "AppleTalk" | "NetBios" | "VoiceView" | "FireFox" | "Banyan" | "Atm" | "InterNetworkV6" | "Cluster" | "Ieee12844" | "Irda" | "NetworkDesigners" | "Max" | "Packet" | "ControllerAreaNetwork" | "Unknown";
|
|
4812
3808
|
export type LoanContactRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4813
3809
|
export type LoanImportStatusEnum = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
|
|
4814
3810
|
export type LoanImportImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
|
|
@@ -4879,7 +3875,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
|
|
|
4879
3875
|
}
|
|
4880
3876
|
/**
|
|
4881
3877
|
* @title The Big POS API
|
|
4882
|
-
* @version v2.
|
|
3878
|
+
* @version v2.29.1
|
|
4883
3879
|
* @termsOfService https://www.thebigpos.com/terms-of-use/
|
|
4884
3880
|
* @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
|
|
4885
3881
|
*/
|
|
@@ -7056,37 +6052,6 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7056
6052
|
* @response `200` `Loan` Success
|
|
7057
6053
|
*/
|
|
7058
6054
|
updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
|
|
7059
|
-
/**
|
|
7060
|
-
* @description Creates a new loan or adds borrowers to an existing loan based on the presence of LoanID
|
|
7061
|
-
*
|
|
7062
|
-
* @tags Loans V3
|
|
7063
|
-
* @name SubmitLoanApplication
|
|
7064
|
-
* @summary Submit Loan Application
|
|
7065
|
-
* @request POST:/api/v3/loans/applications
|
|
7066
|
-
* @secure
|
|
7067
|
-
* @response `201` `LoanApplication` Created
|
|
7068
|
-
* @response `400` `any` Bad Request
|
|
7069
|
-
* @response `401` `ProblemDetails` Unauthorized
|
|
7070
|
-
* @response `403` `ProblemDetails` Forbidden
|
|
7071
|
-
* @response `404` `ProblemDetails` Not Found
|
|
7072
|
-
*/
|
|
7073
|
-
submitLoanApplication: (data: LoanApplicationRequest, params?: RequestParams) => Promise<AxiosResponse<LoanApplication, any, {}>>;
|
|
7074
|
-
/**
|
|
7075
|
-
* @description Partially update a loan using GUID-based patch operations. Supports GUID lookups in collections, eliminating index ordering issues.
|
|
7076
|
-
*
|
|
7077
|
-
* @tags Loans V3
|
|
7078
|
-
* @name PatchLoan
|
|
7079
|
-
* @summary Patch Loan (GUID-based)
|
|
7080
|
-
* @request PATCH:/api/v3/loans/{id}
|
|
7081
|
-
* @secure
|
|
7082
|
-
* @response `200` `LoanApplication` Success
|
|
7083
|
-
* @response `400` `any` Bad Request
|
|
7084
|
-
* @response `401` `ProblemDetails` Unauthorized
|
|
7085
|
-
* @response `403` `ProblemDetails` Forbidden
|
|
7086
|
-
* @response `404` `ProblemDetails` Not Found
|
|
7087
|
-
* @response `409` `any` Conflict
|
|
7088
|
-
*/
|
|
7089
|
-
patchLoan: (id: string, data: any, params?: RequestParams) => Promise<AxiosResponse<LoanApplication, any, {}>>;
|
|
7090
6055
|
/**
|
|
7091
6056
|
* No description
|
|
7092
6057
|
*
|