@matech/thebigpos-sdk 2.27.11-rc1 → 2.28.2-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +2 -2
- package/LICENSE +21 -21
- package/README.md +44 -44
- package/dist/index.d.ts +758 -328
- package/dist/index.js +7 -8
- package/dist/index.js.map +1 -1
- package/package.json +43 -40
- package/scripts/apply-json-patch-content-type.js +56 -56
- package/src/index.ts +944 -163
- package/tsconfig.json +27 -27
package/dist/index.d.ts
CHANGED
|
@@ -3,12 +3,42 @@ 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";
|
|
6
9
|
export type LoanRole = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
10
|
+
export type LoanRealEstateStatus = "Sold" | "Pending" | "Retained";
|
|
7
11
|
export type LoanQueueType = "Unknown" | "New" | "Append" | "Update" | "FieldUpdates" | "Document" | "Buckets";
|
|
8
12
|
export type LoanQueueReason = "Unknown" | "Locked" | "LOSError" | "Exception";
|
|
9
|
-
export type
|
|
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
|
+
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";
|
|
10
29
|
export type LoanImportStatus = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
|
|
11
30
|
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";
|
|
12
42
|
export type LoanAccessScopeType = "User" | "Branch";
|
|
13
43
|
export type LOSStatus = "Unknown" | "Pending" | "Retrying" | "Successful" | "Failed" | "FailedPermanently";
|
|
14
44
|
export type FilterType = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
|
|
@@ -19,6 +49,7 @@ export type ConsentType = "Econsent" | "CreditAuthorization" | "Tcpa";
|
|
|
19
49
|
export type BranchType = "Mortgage" | "RealEstate";
|
|
20
50
|
export type BorrowerType = "Borrower" | "CoBorrower" | "Unknown";
|
|
21
51
|
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";
|
|
22
53
|
export interface ASOSettings {
|
|
23
54
|
enabled: boolean;
|
|
24
55
|
softPull: boolean;
|
|
@@ -94,6 +125,7 @@ export interface AddressRequest {
|
|
|
94
125
|
/** @minLength 1 */
|
|
95
126
|
street: string;
|
|
96
127
|
unit?: string | null;
|
|
128
|
+
unitType?: string | null;
|
|
97
129
|
/** @minLength 1 */
|
|
98
130
|
city: string;
|
|
99
131
|
/** @minLength 1 */
|
|
@@ -530,7 +562,7 @@ export interface CorporateSearchCriteria {
|
|
|
530
562
|
isActive?: boolean | null;
|
|
531
563
|
}
|
|
532
564
|
export interface CreateAccessScopeRequest {
|
|
533
|
-
scopeType:
|
|
565
|
+
scopeType: CreateAccessScopeRequestScopeTypeEnum;
|
|
534
566
|
/** @format uuid */
|
|
535
567
|
userId?: string | null;
|
|
536
568
|
/** @format uuid */
|
|
@@ -553,7 +585,7 @@ export interface CreateAccountRequest {
|
|
|
553
585
|
*/
|
|
554
586
|
nlmsid: number;
|
|
555
587
|
settings: AccountSettingsRequest;
|
|
556
|
-
environment:
|
|
588
|
+
environment: CreateAccountRequestEnvironmentEnum;
|
|
557
589
|
losIntegration: LOSIntegration;
|
|
558
590
|
}
|
|
559
591
|
export interface CreateBranchRequest {
|
|
@@ -582,7 +614,7 @@ export interface CreateDocumentTemplateRequest {
|
|
|
582
614
|
export interface CreateGroupMemberRequest {
|
|
583
615
|
/** @format uuid */
|
|
584
616
|
userId: string;
|
|
585
|
-
loanRole:
|
|
617
|
+
loanRole: CreateGroupMemberRequestLoanRoleEnum;
|
|
586
618
|
}
|
|
587
619
|
export interface CreateInviteRequest {
|
|
588
620
|
/** @minLength 1 */
|
|
@@ -593,7 +625,7 @@ export interface CreateInviteRequest {
|
|
|
593
625
|
emailAddress: string;
|
|
594
626
|
phoneNumber?: string | null;
|
|
595
627
|
/** @deprecated */
|
|
596
|
-
relationship:
|
|
628
|
+
relationship: CreateInviteRequestRelationshipEnum;
|
|
597
629
|
loanID: string;
|
|
598
630
|
route?: string | null;
|
|
599
631
|
/** @format uuid */
|
|
@@ -615,13 +647,13 @@ export interface CreateLoanImportRequest {
|
|
|
615
647
|
* @minLength 1
|
|
616
648
|
*/
|
|
617
649
|
startDate: string;
|
|
618
|
-
importMode:
|
|
650
|
+
importMode: CreateLoanImportRequestImportModeEnum;
|
|
619
651
|
}
|
|
620
652
|
export interface CreateUserDeviceRequest {
|
|
621
653
|
token: string;
|
|
622
654
|
}
|
|
623
655
|
export interface CreateUserDraft {
|
|
624
|
-
loanRole:
|
|
656
|
+
loanRole: CreateUserDraftLoanRoleEnum;
|
|
625
657
|
}
|
|
626
658
|
export interface CreateUserGroupRequest {
|
|
627
659
|
/**
|
|
@@ -888,7 +920,7 @@ export interface Draft {
|
|
|
888
920
|
siteConfiguration: SiteConfigurationReduced;
|
|
889
921
|
/** @format uuid */
|
|
890
922
|
loanID?: string | null;
|
|
891
|
-
type:
|
|
923
|
+
type: DraftTypeEnum;
|
|
892
924
|
isCoBorrower: boolean;
|
|
893
925
|
}
|
|
894
926
|
export interface DraftContent {
|
|
@@ -906,7 +938,7 @@ export interface DraftContent {
|
|
|
906
938
|
siteConfiguration: SiteConfigurationReduced;
|
|
907
939
|
/** @format uuid */
|
|
908
940
|
loanID?: string | null;
|
|
909
|
-
type:
|
|
941
|
+
type: DraftContentTypeEnum;
|
|
910
942
|
isCoBorrower: boolean;
|
|
911
943
|
applicationPayload: any;
|
|
912
944
|
}
|
|
@@ -1180,7 +1212,7 @@ export interface FusionFieldDisplay {
|
|
|
1180
1212
|
fieldValue: string;
|
|
1181
1213
|
}
|
|
1182
1214
|
export interface FusionReportFilter {
|
|
1183
|
-
filterType:
|
|
1215
|
+
filterType: FusionReportFilterFilterTypeEnum;
|
|
1184
1216
|
targetField: string;
|
|
1185
1217
|
targetValue: string;
|
|
1186
1218
|
}
|
|
@@ -1288,6 +1320,22 @@ export interface GetWorkflowRequest {
|
|
|
1288
1320
|
language?: string | null;
|
|
1289
1321
|
}
|
|
1290
1322
|
export type IContractResolver = object;
|
|
1323
|
+
export interface IPAddress {
|
|
1324
|
+
addressFamily: IpAddressAddressFamilyEnum;
|
|
1325
|
+
/** @format int64 */
|
|
1326
|
+
scopeId: number;
|
|
1327
|
+
isIPv6Multicast: boolean;
|
|
1328
|
+
isIPv6LinkLocal: boolean;
|
|
1329
|
+
isIPv6SiteLocal: boolean;
|
|
1330
|
+
isIPv6Teredo: boolean;
|
|
1331
|
+
isIPv6UniqueLocal: boolean;
|
|
1332
|
+
isIPv4MappedToIPv6: boolean;
|
|
1333
|
+
/**
|
|
1334
|
+
* @deprecated
|
|
1335
|
+
* @format int64
|
|
1336
|
+
*/
|
|
1337
|
+
address: number;
|
|
1338
|
+
}
|
|
1291
1339
|
export interface ImpersonatedDetailedUser {
|
|
1292
1340
|
/** @format date-time */
|
|
1293
1341
|
createdAt?: string | null;
|
|
@@ -1511,6 +1559,278 @@ export interface Loan {
|
|
|
1511
1559
|
userLoans: UserLoan[];
|
|
1512
1560
|
contacts: LoanContact[];
|
|
1513
1561
|
}
|
|
1562
|
+
export interface LoanBorrowerAccountAssetRequest {
|
|
1563
|
+
name?: string | null;
|
|
1564
|
+
accountNumber?: string | null;
|
|
1565
|
+
financialInstitution?: string | null;
|
|
1566
|
+
/** @format double */
|
|
1567
|
+
value?: number | null;
|
|
1568
|
+
type?: LoanAccountAssetType | null;
|
|
1569
|
+
}
|
|
1570
|
+
export interface LoanBorrowerAddressRequest {
|
|
1571
|
+
street?: string | null;
|
|
1572
|
+
unit?: string | null;
|
|
1573
|
+
unitType?: string | null;
|
|
1574
|
+
city?: string | null;
|
|
1575
|
+
state?: string | null;
|
|
1576
|
+
county?: string | null;
|
|
1577
|
+
postalCode?: string | null;
|
|
1578
|
+
housing?: LoanHousingType | null;
|
|
1579
|
+
/** @format double */
|
|
1580
|
+
rentAmount?: number | null;
|
|
1581
|
+
isCurrent?: boolean | null;
|
|
1582
|
+
isMailingAddress?: boolean | null;
|
|
1583
|
+
timeAtAddress?: TimeAtAddressRequest | null;
|
|
1584
|
+
}
|
|
1585
|
+
export interface LoanBorrowerAlternateNameRequest {
|
|
1586
|
+
suffix?: string | null;
|
|
1587
|
+
lastName?: string | null;
|
|
1588
|
+
firstName?: string | null;
|
|
1589
|
+
middleName?: string | null;
|
|
1590
|
+
}
|
|
1591
|
+
export interface LoanBorrowerBankruptcyDeclarationRequest {
|
|
1592
|
+
isAffirmative?: boolean | null;
|
|
1593
|
+
description?: string | null;
|
|
1594
|
+
types?: LoanBankruptcyType[] | null;
|
|
1595
|
+
}
|
|
1596
|
+
export interface LoanBorrowerConsentRequest {
|
|
1597
|
+
type?: ConsentType | null;
|
|
1598
|
+
providedConsent?: boolean | null;
|
|
1599
|
+
ipAddress?: IPAddress | null;
|
|
1600
|
+
}
|
|
1601
|
+
export interface LoanBorrowerDeclarationsRequest {
|
|
1602
|
+
borrowingMoney?: LoanBorrowerMoneyDeclarationRequest | null;
|
|
1603
|
+
bankruptcy?: LoanBorrowerBankruptcyDeclarationRequest | null;
|
|
1604
|
+
primaryResidence?: LoanBorrowerPrimaryResidenceDeclarationRequest | null;
|
|
1605
|
+
foreclosure?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1606
|
+
coSignerOnDebt?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1607
|
+
partyToLawsuit?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1608
|
+
outstandingJudgments?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1609
|
+
applyingForNewCredit?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1610
|
+
subjectToLienPriority?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1611
|
+
inDelinquencyOrDefault?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1612
|
+
relationshipWithSeller?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1613
|
+
preForeclosureOrShortSale?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1614
|
+
applyingForAnotherMortgage?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1615
|
+
conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclarationRequest | null;
|
|
1616
|
+
}
|
|
1617
|
+
export interface LoanBorrowerDemographicsEthnicityRequest {
|
|
1618
|
+
isDeclined?: boolean | null;
|
|
1619
|
+
isHispanicOrLatino?: boolean | null;
|
|
1620
|
+
otherHispanicOrLatino?: string | null;
|
|
1621
|
+
hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
|
|
1622
|
+
}
|
|
1623
|
+
export interface LoanBorrowerDemographicsGenderRequest {
|
|
1624
|
+
isDeclined?: boolean | null;
|
|
1625
|
+
gender?: LoanGenderType | null;
|
|
1626
|
+
}
|
|
1627
|
+
export interface LoanBorrowerDemographicsRaceRequest {
|
|
1628
|
+
isAmericanIndianOrAlaskanNative?: boolean | null;
|
|
1629
|
+
otherAmericanIndianOrAlaskanNative?: string | null;
|
|
1630
|
+
isAsian?: boolean | null;
|
|
1631
|
+
asianRaces?: LoanAsianRace[] | null;
|
|
1632
|
+
otherAsianRace?: string | null;
|
|
1633
|
+
isBlackOrAfrican?: boolean | null;
|
|
1634
|
+
isPacificIslander?: boolean | null;
|
|
1635
|
+
pacificIslanderRace?: LoanPacificIslanderRace[] | null;
|
|
1636
|
+
otherPacificIslanderRace?: string | null;
|
|
1637
|
+
isWhite?: boolean | null;
|
|
1638
|
+
isDeclined?: boolean | null;
|
|
1639
|
+
}
|
|
1640
|
+
export interface LoanBorrowerDemographicsRequest {
|
|
1641
|
+
race?: LoanBorrowerDemographicsRaceRequest | null;
|
|
1642
|
+
gender?: LoanBorrowerDemographicsGenderRequest | null;
|
|
1643
|
+
ethnicity?: LoanBorrowerDemographicsEthnicityRequest | null;
|
|
1644
|
+
}
|
|
1645
|
+
export interface LoanBorrowerEmploymentCurrentGrossIncomeRequest {
|
|
1646
|
+
/** @format double */
|
|
1647
|
+
base?: number | null;
|
|
1648
|
+
/** @format double */
|
|
1649
|
+
other?: number | null;
|
|
1650
|
+
/** @format double */
|
|
1651
|
+
bonus?: number | null;
|
|
1652
|
+
/** @format double */
|
|
1653
|
+
overtime?: number | null;
|
|
1654
|
+
/** @format double */
|
|
1655
|
+
commission?: number | null;
|
|
1656
|
+
/** @format double */
|
|
1657
|
+
militaryEntitlements?: number | null;
|
|
1658
|
+
}
|
|
1659
|
+
export interface LoanBorrowerEmploymentCurrentOwnershipRequest {
|
|
1660
|
+
isOwner?: boolean | null;
|
|
1661
|
+
hasOwnershipOver25Percent?: boolean | null;
|
|
1662
|
+
/** @format double */
|
|
1663
|
+
monthlyIncome?: number | null;
|
|
1664
|
+
}
|
|
1665
|
+
export interface LoanBorrowerEmploymentCurrentRequest {
|
|
1666
|
+
name?: string | null;
|
|
1667
|
+
title?: string | null;
|
|
1668
|
+
phoneNumber?: string | null;
|
|
1669
|
+
/** @format date */
|
|
1670
|
+
startDate?: string | null;
|
|
1671
|
+
isSelfEmployed?: boolean | null;
|
|
1672
|
+
isEmployedByPartyInTransaction?: boolean | null;
|
|
1673
|
+
address?: AddressRequest | null;
|
|
1674
|
+
ownership?: LoanBorrowerEmploymentCurrentOwnershipRequest | null;
|
|
1675
|
+
grossIncome?: LoanBorrowerEmploymentCurrentGrossIncomeRequest | null;
|
|
1676
|
+
timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest | null;
|
|
1677
|
+
}
|
|
1678
|
+
export interface LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest {
|
|
1679
|
+
/** @format int32 */
|
|
1680
|
+
years?: number | null;
|
|
1681
|
+
/** @format int32 */
|
|
1682
|
+
months?: number | null;
|
|
1683
|
+
}
|
|
1684
|
+
export interface LoanBorrowerEmploymentPreviousRequest {
|
|
1685
|
+
name?: string | null;
|
|
1686
|
+
title?: string | null;
|
|
1687
|
+
phoneNumber?: string | null;
|
|
1688
|
+
/** @format date */
|
|
1689
|
+
startDate?: string | null;
|
|
1690
|
+
/** @format date */
|
|
1691
|
+
endDate?: string | null;
|
|
1692
|
+
/** @format double */
|
|
1693
|
+
grossIncome?: number | null;
|
|
1694
|
+
isSelfEmployed?: boolean | null;
|
|
1695
|
+
address?: AddressRequest | null;
|
|
1696
|
+
}
|
|
1697
|
+
export interface LoanBorrowerGiftRequest {
|
|
1698
|
+
/** @format double */
|
|
1699
|
+
value?: number | null;
|
|
1700
|
+
isDeposited?: boolean | null;
|
|
1701
|
+
source?: LoanGiftSource | null;
|
|
1702
|
+
assetType?: LoanGiftAssetType | null;
|
|
1703
|
+
}
|
|
1704
|
+
export interface LoanBorrowerHomeOwnershipProviderRequest {
|
|
1705
|
+
name?: string | null;
|
|
1706
|
+
phoneNumber?: string | null;
|
|
1707
|
+
address?: AddressRequest | null;
|
|
1708
|
+
}
|
|
1709
|
+
export interface LoanBorrowerHomeOwnershipRequest {
|
|
1710
|
+
/** @format date */
|
|
1711
|
+
dateCompleted?: string | null;
|
|
1712
|
+
type?: LoanHomeOwnershipType | null;
|
|
1713
|
+
format?: LoanHomeOwnershipFormat | null;
|
|
1714
|
+
provider?: LoanBorrowerHomeOwnershipProviderRequest | null;
|
|
1715
|
+
}
|
|
1716
|
+
export interface LoanBorrowerLiabilityRequest {
|
|
1717
|
+
type?: LoanLiabilityType | null;
|
|
1718
|
+
name?: string | null;
|
|
1719
|
+
accountNumber?: string | null;
|
|
1720
|
+
financialInstitution?: string | null;
|
|
1721
|
+
/** @format double */
|
|
1722
|
+
balance?: number | null;
|
|
1723
|
+
/** @format double */
|
|
1724
|
+
monthlyPayment?: number | null;
|
|
1725
|
+
/** @format int32 */
|
|
1726
|
+
monthsLeftToPay?: number | null;
|
|
1727
|
+
isPaidOffBeforeClosing?: boolean | null;
|
|
1728
|
+
}
|
|
1729
|
+
export interface LoanBorrowerMilitaryServiceRequest {
|
|
1730
|
+
hasServed?: boolean | null;
|
|
1731
|
+
/** @format date */
|
|
1732
|
+
endDate?: string | null;
|
|
1733
|
+
type?: LoanMilitaryServiceType | null;
|
|
1734
|
+
}
|
|
1735
|
+
export interface LoanBorrowerMoneyDeclarationRequest {
|
|
1736
|
+
isAffirmative?: boolean | null;
|
|
1737
|
+
description?: string | null;
|
|
1738
|
+
/** @format double */
|
|
1739
|
+
amount?: number | null;
|
|
1740
|
+
}
|
|
1741
|
+
export interface LoanBorrowerOtherAssetRequest {
|
|
1742
|
+
type?: LoanOtherAssetType | null;
|
|
1743
|
+
other?: string | null;
|
|
1744
|
+
/** @format double */
|
|
1745
|
+
value?: number | null;
|
|
1746
|
+
}
|
|
1747
|
+
export interface LoanBorrowerOtherIncomeRequest {
|
|
1748
|
+
/** @format double */
|
|
1749
|
+
value?: number | null;
|
|
1750
|
+
type?: LoanOtherIncomeType | null;
|
|
1751
|
+
}
|
|
1752
|
+
export interface LoanBorrowerOtherLiabilityRequest {
|
|
1753
|
+
/** @format double */
|
|
1754
|
+
monthlyPayment?: number | null;
|
|
1755
|
+
type?: LoanOtherLiabilityType | null;
|
|
1756
|
+
}
|
|
1757
|
+
export interface LoanBorrowerPhoneNumberRequest {
|
|
1758
|
+
ext?: string | null;
|
|
1759
|
+
number?: string | null;
|
|
1760
|
+
type?: LoanPhoneNumberType | null;
|
|
1761
|
+
}
|
|
1762
|
+
export interface LoanBorrowerPrimaryResidenceDeclarationRequest {
|
|
1763
|
+
isAffirmative?: boolean | null;
|
|
1764
|
+
description?: string | null;
|
|
1765
|
+
hasInterestInLastThreeYears?: boolean | null;
|
|
1766
|
+
titleHeld?: LoanTitleHeld | null;
|
|
1767
|
+
propertyType?: LoanOccupancyType | null;
|
|
1768
|
+
}
|
|
1769
|
+
export interface LoanBorrowerRealEstateAssetMortgageRequest {
|
|
1770
|
+
creditor?: string | null;
|
|
1771
|
+
accountNumber?: string | null;
|
|
1772
|
+
/** @format double */
|
|
1773
|
+
balance?: number | null;
|
|
1774
|
+
/** @format double */
|
|
1775
|
+
creditLimit?: number | null;
|
|
1776
|
+
/** @format double */
|
|
1777
|
+
monthlyMortgagePayment?: number | null;
|
|
1778
|
+
isBalancePaidBeforeClosing?: boolean | null;
|
|
1779
|
+
loanType?: LoanType | null;
|
|
1780
|
+
}
|
|
1781
|
+
export interface LoanBorrowerRealEstateAssetRequest {
|
|
1782
|
+
status?: LoanRealEstateStatus | null;
|
|
1783
|
+
occupancy?: LoanOccupancyType | null;
|
|
1784
|
+
/** @format double */
|
|
1785
|
+
marketValue?: number | null;
|
|
1786
|
+
/** @format double */
|
|
1787
|
+
monthlyInsTaxDues?: number | null;
|
|
1788
|
+
/** @format double */
|
|
1789
|
+
monthlyRentalIncome?: number | null;
|
|
1790
|
+
address?: AddressRequest | null;
|
|
1791
|
+
mortgages?: LoanBorrowerRealEstateAssetMortgageRequest[] | null;
|
|
1792
|
+
}
|
|
1793
|
+
export interface LoanBorrowerRequest {
|
|
1794
|
+
ssn?: string | null;
|
|
1795
|
+
email?: string | null;
|
|
1796
|
+
lastName?: string | null;
|
|
1797
|
+
firstName?: string | null;
|
|
1798
|
+
middleName?: string | null;
|
|
1799
|
+
prefix?: LoanNamePrefix | null;
|
|
1800
|
+
suffix?: LoanNameSuffix | null;
|
|
1801
|
+
/** @format date-time */
|
|
1802
|
+
birthDate?: string | null;
|
|
1803
|
+
citizenship?: LoanCitizenship | null;
|
|
1804
|
+
maritalStatus?: LoanMaritalStatus | null;
|
|
1805
|
+
languagePreference?: LoanLanguagePreference | null;
|
|
1806
|
+
/** @format int32 */
|
|
1807
|
+
numberOfDependents?: number | null;
|
|
1808
|
+
isPrimaryBorrower: boolean;
|
|
1809
|
+
isFirstTimeHomeBuyer?: boolean | null;
|
|
1810
|
+
hasJointAssetsAndLiabilities?: boolean | null;
|
|
1811
|
+
dependentAges?: number[] | null;
|
|
1812
|
+
demographics?: LoanBorrowerDemographicsRequest | null;
|
|
1813
|
+
declarations?: LoanBorrowerDeclarationsRequest | null;
|
|
1814
|
+
militaryService?: LoanBorrowerMilitaryServiceRequest | null;
|
|
1815
|
+
gifts: LoanBorrowerGiftRequest[];
|
|
1816
|
+
addresses: LoanBorrowerAddressRequest[];
|
|
1817
|
+
consents: LoanBorrowerConsentRequest[];
|
|
1818
|
+
liabilities: LoanBorrowerLiabilityRequest[];
|
|
1819
|
+
otherAssets: LoanBorrowerOtherAssetRequest[];
|
|
1820
|
+
otherIncome: LoanBorrowerOtherIncomeRequest[];
|
|
1821
|
+
phoneNumbers: LoanBorrowerPhoneNumberRequest[];
|
|
1822
|
+
accountAssets: LoanBorrowerAccountAssetRequest[];
|
|
1823
|
+
homeOwnership: LoanBorrowerHomeOwnershipRequest[];
|
|
1824
|
+
alternateNames: LoanBorrowerAlternateNameRequest[];
|
|
1825
|
+
otherLiabilities: LoanBorrowerOtherLiabilityRequest[];
|
|
1826
|
+
realEstateAssets: LoanBorrowerRealEstateAssetRequest[];
|
|
1827
|
+
currentEmployment: LoanBorrowerEmploymentCurrentRequest[];
|
|
1828
|
+
previousEmployment: LoanBorrowerEmploymentPreviousRequest[];
|
|
1829
|
+
}
|
|
1830
|
+
export interface LoanBorrowerSimpleDeclarationRequest {
|
|
1831
|
+
isAffirmative?: boolean | null;
|
|
1832
|
+
description?: string | null;
|
|
1833
|
+
}
|
|
1514
1834
|
export interface LoanComparison {
|
|
1515
1835
|
loanID: string;
|
|
1516
1836
|
scenarios: LoanComparisonScenario[];
|
|
@@ -1641,7 +1961,7 @@ export interface LoanContact {
|
|
|
1641
1961
|
email?: string | null;
|
|
1642
1962
|
phone?: string | null;
|
|
1643
1963
|
companyName?: string | null;
|
|
1644
|
-
role:
|
|
1964
|
+
role: LoanContactRoleEnum;
|
|
1645
1965
|
}
|
|
1646
1966
|
export interface LoanContactList {
|
|
1647
1967
|
email: string;
|
|
@@ -1652,6 +1972,20 @@ export interface LoanCreateRequest {
|
|
|
1652
1972
|
* @minLength 1
|
|
1653
1973
|
*/
|
|
1654
1974
|
draftId: string;
|
|
1975
|
+
loanOfficerEmail?: string | null;
|
|
1976
|
+
type?: LoanType | null;
|
|
1977
|
+
purpose?: LoanPurpose | null;
|
|
1978
|
+
lienPosition?: LoanLienPosition | null;
|
|
1979
|
+
number?: string | null;
|
|
1980
|
+
program?: string | null;
|
|
1981
|
+
channel?: string | null;
|
|
1982
|
+
isPOSLoan?: boolean | null;
|
|
1983
|
+
/** @format date-time */
|
|
1984
|
+
startDate?: string | null;
|
|
1985
|
+
property?: LoanPropertyRequest | null;
|
|
1986
|
+
financial?: LoanFinancialRequest | null;
|
|
1987
|
+
borrowers: LoanBorrowerRequest[];
|
|
1988
|
+
nonOwningBorrowers: LoanNonOwningBorrowerRequest[];
|
|
1655
1989
|
}
|
|
1656
1990
|
export interface LoanCustomFieldsRequest {
|
|
1657
1991
|
additionalFields?: Record<string, string>;
|
|
@@ -1716,6 +2050,15 @@ export interface LoanDraftSearchCriteria {
|
|
|
1716
2050
|
excludeLinkedToLoan?: boolean | null;
|
|
1717
2051
|
draftTypes?: DraftType[] | null;
|
|
1718
2052
|
}
|
|
2053
|
+
export interface LoanFinancialRequest {
|
|
2054
|
+
isDebtsAssetsReviewed?: boolean | null;
|
|
2055
|
+
/** @format double */
|
|
2056
|
+
cashToClose?: number | null;
|
|
2057
|
+
/** @format double */
|
|
2058
|
+
cashDownPayment?: number | null;
|
|
2059
|
+
/** @format double */
|
|
2060
|
+
maximumPurchasePrice?: number | null;
|
|
2061
|
+
}
|
|
1719
2062
|
export interface LoanIdentifier {
|
|
1720
2063
|
/** @format uuid */
|
|
1721
2064
|
id: string;
|
|
@@ -1734,13 +2077,13 @@ export interface LoanImport {
|
|
|
1734
2077
|
/** @format int32 */
|
|
1735
2078
|
importedCount: number;
|
|
1736
2079
|
statusMessage?: string | null;
|
|
1737
|
-
status:
|
|
1738
|
-
importMode:
|
|
2080
|
+
status: LoanImportStatusEnum;
|
|
2081
|
+
importMode: LoanImportImportModeEnum;
|
|
1739
2082
|
/** @format date-time */
|
|
1740
2083
|
createdAt?: string | null;
|
|
1741
2084
|
}
|
|
1742
2085
|
export interface LoanImportLog {
|
|
1743
|
-
level:
|
|
2086
|
+
level: LoanImportLogLevelEnum;
|
|
1744
2087
|
message: string;
|
|
1745
2088
|
/** @format date-time */
|
|
1746
2089
|
createdAt: string;
|
|
@@ -1784,8 +2127,8 @@ export interface LoanListPaginated {
|
|
|
1784
2127
|
export interface LoanLog {
|
|
1785
2128
|
/** @format uuid */
|
|
1786
2129
|
id: string;
|
|
1787
|
-
level:
|
|
1788
|
-
type:
|
|
2130
|
+
level: LoanLogLevelEnum;
|
|
2131
|
+
type: LoanLogTypeEnum;
|
|
1789
2132
|
message: string;
|
|
1790
2133
|
/** @format date-time */
|
|
1791
2134
|
createdAt: string;
|
|
@@ -1801,6 +2144,15 @@ export interface LoanLogSearchCriteria {
|
|
|
1801
2144
|
types?: LoanLogType[] | null;
|
|
1802
2145
|
levels?: LogLevel[] | null;
|
|
1803
2146
|
}
|
|
2147
|
+
export interface LoanNonOwningBorrowerRequest {
|
|
2148
|
+
email?: string | null;
|
|
2149
|
+
lastName?: string | null;
|
|
2150
|
+
firstName?: string | null;
|
|
2151
|
+
middleName?: string | null;
|
|
2152
|
+
prefix?: LoanNamePrefix | null;
|
|
2153
|
+
suffix?: LoanNameSuffix | null;
|
|
2154
|
+
consents: LoanBorrowerConsentRequest[];
|
|
2155
|
+
}
|
|
1804
2156
|
export interface LoanOfficer {
|
|
1805
2157
|
/** @format uuid */
|
|
1806
2158
|
id: string;
|
|
@@ -1832,6 +2184,43 @@ export interface LoanOfficerSearchCriteria {
|
|
|
1832
2184
|
/** @format uuid */
|
|
1833
2185
|
brand?: string | null;
|
|
1834
2186
|
}
|
|
2187
|
+
export interface LoanPropertyMortgageRequest {
|
|
2188
|
+
creditor?: string | null;
|
|
2189
|
+
/** @format double */
|
|
2190
|
+
loanAmount?: number | null;
|
|
2191
|
+
/** @format double */
|
|
2192
|
+
creditLimit?: number | null;
|
|
2193
|
+
/** @format double */
|
|
2194
|
+
monthlyPayment?: number | null;
|
|
2195
|
+
lienType?: LoanLienPosition | null;
|
|
2196
|
+
}
|
|
2197
|
+
export interface LoanPropertyRequest {
|
|
2198
|
+
trustType?: LoanTrustType | null;
|
|
2199
|
+
occupancy?: LoanOccupancyType | null;
|
|
2200
|
+
propertyType?: LoanPropertyType | null;
|
|
2201
|
+
referenceId?: string | null;
|
|
2202
|
+
/** @format int32 */
|
|
2203
|
+
yearBuilt?: number | null;
|
|
2204
|
+
/** @format int32 */
|
|
2205
|
+
yearAcquired?: number | null;
|
|
2206
|
+
/** @format int32 */
|
|
2207
|
+
numberOfUnits?: number | null;
|
|
2208
|
+
/** @format double */
|
|
2209
|
+
salePrice?: number | null;
|
|
2210
|
+
/** @format double */
|
|
2211
|
+
propertyValue?: number | null;
|
|
2212
|
+
/** @format double */
|
|
2213
|
+
purchasePrice?: number | null;
|
|
2214
|
+
/** @format double */
|
|
2215
|
+
estimatedValue?: number | null;
|
|
2216
|
+
/** @format double */
|
|
2217
|
+
monthlyRentalIncome?: number | null;
|
|
2218
|
+
isMixedUseProperty?: boolean | null;
|
|
2219
|
+
isManufacturedHome?: boolean | null;
|
|
2220
|
+
isFhaSecondaryResidence?: boolean | null;
|
|
2221
|
+
address?: AddressRequest | null;
|
|
2222
|
+
mortgages: LoanPropertyMortgageRequest[];
|
|
2223
|
+
}
|
|
1835
2224
|
export interface LoanQueue {
|
|
1836
2225
|
/** @format date-time */
|
|
1837
2226
|
createdAt: string;
|
|
@@ -1907,7 +2296,7 @@ export interface LoanUpdateRequestJsonPatchDocument {
|
|
|
1907
2296
|
contractResolver?: IContractResolver | null;
|
|
1908
2297
|
}
|
|
1909
2298
|
export interface LoanUpdateRequestOperation {
|
|
1910
|
-
operationType:
|
|
2299
|
+
operationType: LoanUpdateRequestOperationOperationTypeEnum;
|
|
1911
2300
|
path?: string | null;
|
|
1912
2301
|
op?: string | null;
|
|
1913
2302
|
from?: string | null;
|
|
@@ -1921,7 +2310,7 @@ export interface LoanUser {
|
|
|
1921
2310
|
email: string;
|
|
1922
2311
|
phone?: string | null;
|
|
1923
2312
|
role: string;
|
|
1924
|
-
loanRole:
|
|
2313
|
+
loanRole: LoanUserLoanRoleEnum;
|
|
1925
2314
|
isUser: boolean;
|
|
1926
2315
|
/** @format date-time */
|
|
1927
2316
|
createdAt: string;
|
|
@@ -2188,7 +2577,7 @@ export interface NotificationTemplateVersionUpdateRequest {
|
|
|
2188
2577
|
}
|
|
2189
2578
|
export interface Operation {
|
|
2190
2579
|
op?: string;
|
|
2191
|
-
value?:
|
|
2580
|
+
value?: object | null;
|
|
2192
2581
|
path?: string;
|
|
2193
2582
|
}
|
|
2194
2583
|
export interface OverridePasswordRequest {
|
|
@@ -2516,7 +2905,7 @@ export interface SSOTokenRequest {
|
|
|
2516
2905
|
redirectUri: string;
|
|
2517
2906
|
}
|
|
2518
2907
|
export interface SamlMetadataRequest {
|
|
2519
|
-
ssoIntegration:
|
|
2908
|
+
ssoIntegration: SamlMetadataRequestSsoIntegrationEnum;
|
|
2520
2909
|
}
|
|
2521
2910
|
export interface SendForgotPasswordRequest {
|
|
2522
2911
|
/**
|
|
@@ -2551,7 +2940,7 @@ export interface SiteConfiguration {
|
|
|
2551
2940
|
deletedAt?: string | null;
|
|
2552
2941
|
/** @format uuid */
|
|
2553
2942
|
id: string;
|
|
2554
|
-
type:
|
|
2943
|
+
type: SiteConfigurationTypeEnum;
|
|
2555
2944
|
/** @format uuid */
|
|
2556
2945
|
entityID: string;
|
|
2557
2946
|
/** @format int32 */
|
|
@@ -2745,7 +3134,7 @@ export interface SiteConfigurationByUrl {
|
|
|
2745
3134
|
deletedAt?: string | null;
|
|
2746
3135
|
/** @format uuid */
|
|
2747
3136
|
id: string;
|
|
2748
|
-
type:
|
|
3137
|
+
type: SiteConfigurationByUrlTypeEnum;
|
|
2749
3138
|
/** @format uuid */
|
|
2750
3139
|
entityID: string;
|
|
2751
3140
|
/** @format int32 */
|
|
@@ -2956,7 +3345,7 @@ export interface SiteConfigurationForm {
|
|
|
2956
3345
|
export interface SiteConfigurationReduced {
|
|
2957
3346
|
/** @format uuid */
|
|
2958
3347
|
id: string;
|
|
2959
|
-
type:
|
|
3348
|
+
type: SiteConfigurationReducedTypeEnum;
|
|
2960
3349
|
url?: string | null;
|
|
2961
3350
|
name: string;
|
|
2962
3351
|
/** @format int64 */
|
|
@@ -2973,7 +3362,7 @@ export interface SiteConfigurationRequest {
|
|
|
2973
3362
|
entityID: string;
|
|
2974
3363
|
/** @format int32 */
|
|
2975
3364
|
entityType: number;
|
|
2976
|
-
type:
|
|
3365
|
+
type: SiteConfigurationRequestTypeEnum;
|
|
2977
3366
|
url: string;
|
|
2978
3367
|
name: string;
|
|
2979
3368
|
introduction?: string | null;
|
|
@@ -3148,7 +3537,7 @@ export interface SiteConfigurationSearchCriteria {
|
|
|
3148
3537
|
export interface SiteConfigurationSummary {
|
|
3149
3538
|
/** @format uuid */
|
|
3150
3539
|
id: string;
|
|
3151
|
-
type:
|
|
3540
|
+
type: SiteConfigurationSummaryTypeEnum;
|
|
3152
3541
|
url?: string | null;
|
|
3153
3542
|
name: string;
|
|
3154
3543
|
/** @format int64 */
|
|
@@ -3328,6 +3717,12 @@ export interface Theme {
|
|
|
3328
3717
|
textColor?: string | null;
|
|
3329
3718
|
iconColor?: string | null;
|
|
3330
3719
|
}
|
|
3720
|
+
export interface TimeAtAddressRequest {
|
|
3721
|
+
/** @format int32 */
|
|
3722
|
+
years?: number | null;
|
|
3723
|
+
/** @format int32 */
|
|
3724
|
+
months?: number | null;
|
|
3725
|
+
}
|
|
3331
3726
|
export interface Token {
|
|
3332
3727
|
token_type: string;
|
|
3333
3728
|
/** @format int32 */
|
|
@@ -3550,7 +3945,7 @@ export interface UserDevice {
|
|
|
3550
3945
|
export interface UserDraft {
|
|
3551
3946
|
/** @format uuid */
|
|
3552
3947
|
draftID: string;
|
|
3553
|
-
role:
|
|
3948
|
+
role: UserDraftRoleEnum;
|
|
3554
3949
|
user: User;
|
|
3555
3950
|
}
|
|
3556
3951
|
export interface UserDraftPaginated {
|
|
@@ -3574,7 +3969,7 @@ export interface UserGroupAccessScope {
|
|
|
3574
3969
|
id: string;
|
|
3575
3970
|
/** @format uuid */
|
|
3576
3971
|
groupId: string;
|
|
3577
|
-
scopeType:
|
|
3972
|
+
scopeType: UserGroupAccessScopeScopeTypeEnum;
|
|
3578
3973
|
/** @format uuid */
|
|
3579
3974
|
userId?: string | null;
|
|
3580
3975
|
/** @format uuid */
|
|
@@ -3607,7 +4002,7 @@ export interface UserLoan {
|
|
|
3607
4002
|
deletedAt?: string | null;
|
|
3608
4003
|
loanID: string;
|
|
3609
4004
|
user: User;
|
|
3610
|
-
role:
|
|
4005
|
+
role: UserLoanRoleEnum;
|
|
3611
4006
|
/** @format int32 */
|
|
3612
4007
|
borrowerPair?: number | null;
|
|
3613
4008
|
/** @format int32 */
|
|
@@ -3619,7 +4014,7 @@ export interface UserLoanConsent {
|
|
|
3619
4014
|
id: string;
|
|
3620
4015
|
/** @format uuid */
|
|
3621
4016
|
userLoanID: string;
|
|
3622
|
-
type:
|
|
4017
|
+
type: UserLoanConsentTypeEnum;
|
|
3623
4018
|
providedConsent: boolean;
|
|
3624
4019
|
ipAddress?: string | null;
|
|
3625
4020
|
/** @format date-time */
|
|
@@ -3753,7 +4148,7 @@ export interface UserSummary {
|
|
|
3753
4148
|
id: string;
|
|
3754
4149
|
name?: string | null;
|
|
3755
4150
|
email?: string | null;
|
|
3756
|
-
role:
|
|
4151
|
+
role: UserSummaryRoleEnum;
|
|
3757
4152
|
}
|
|
3758
4153
|
export interface VerifyPasswordRequest {
|
|
3759
4154
|
/**
|
|
@@ -3786,6 +4181,42 @@ export interface Workflow {
|
|
|
3786
4181
|
tileSubtitle: string;
|
|
3787
4182
|
icon: string;
|
|
3788
4183
|
}
|
|
4184
|
+
export type CreateAccessScopeRequestScopeTypeEnum = "User" | "Branch";
|
|
4185
|
+
export type CreateAccountRequestEnvironmentEnum = "Development" | "Staging" | "UAT" | "Production";
|
|
4186
|
+
export type CreateGroupMemberRequestLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4187
|
+
/** @deprecated */
|
|
4188
|
+
export type CreateInviteRequestRelationshipEnum = "NotApplicable" | "Spouse" | "NonSpouse";
|
|
4189
|
+
export type CreateLoanImportRequestImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
|
|
4190
|
+
export type CreateUserDraftLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4191
|
+
export type DraftTypeEnum = "NewLoan" | "EditLoan";
|
|
4192
|
+
export type DraftContentTypeEnum = "NewLoan" | "EditLoan";
|
|
4193
|
+
export type FusionReportFilterFilterTypeEnum = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
|
|
4194
|
+
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";
|
|
4195
|
+
export type LoanContactRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4196
|
+
export type LoanImportStatusEnum = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
|
|
4197
|
+
export type LoanImportImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
|
|
4198
|
+
export type LoanImportLogLevelEnum = "None" | "Info" | "Warning" | "Error";
|
|
4199
|
+
export type LoanLogLevelEnum = "None" | "Info" | "Warning" | "Error";
|
|
4200
|
+
export type LoanLogTypeEnum = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded" | "LoanCreated" | "WorkflowSubmitted" | "UserInvitationSent" | "CoBorrowerAdded" | "TaskCompleted" | "LoanStatusChanged" | "EConsent";
|
|
4201
|
+
export type LoanUpdateRequestOperationOperationTypeEnum = "Add" | "Remove" | "Replace" | "Move" | "Copy" | "Test" | "Invalid";
|
|
4202
|
+
export type LoanUserLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4203
|
+
export type SamlMetadataRequestSsoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
|
|
4204
|
+
export type SiteConfigurationTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
|
|
4205
|
+
export type SiteConfigurationByUrlTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
|
|
4206
|
+
export type SiteConfigurationReducedTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
|
|
4207
|
+
export type SiteConfigurationRequestTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
|
|
4208
|
+
export type SiteConfigurationSummaryTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
|
|
4209
|
+
export type UserDraftRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4210
|
+
export type UserGroupAccessScopeScopeTypeEnum = "User" | "Branch";
|
|
4211
|
+
export type UserLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
|
|
4212
|
+
export type UserLoanConsentTypeEnum = "Econsent" | "CreditAuthorization" | "Tcpa";
|
|
4213
|
+
export type UserSummaryRoleEnum = "Borrower" | "LoanOfficer" | "Admin" | "SuperAdmin" | "Realtor" | "SettlementAgent" | "LoanProcessor" | "LoanOfficerAssistant" | "BranchManager" | "SystemAdmin";
|
|
4214
|
+
/** @default "Realtor" */
|
|
4215
|
+
export type GetPartnersParamsRoleEnum = "Borrower" | "LoanOfficer" | "Admin" | "SuperAdmin" | "Realtor" | "SettlementAgent" | "LoanProcessor" | "LoanOfficerAssistant" | "BranchManager" | "SystemAdmin";
|
|
4216
|
+
export type GetSamlMetadataParamsSSoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
|
|
4217
|
+
export type GetSamlMetadataParamsEnum = "ConsumerConnect" | "TheBigPOS";
|
|
4218
|
+
export type CreateOrReplaceSamlMetadataParamsSSoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
|
|
4219
|
+
export type CreateOrReplaceSamlMetadataParamsEnum = "ConsumerConnect" | "TheBigPOS";
|
|
3789
4220
|
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse, ResponseType } from "axios";
|
|
3790
4221
|
export type QueryParamsType = Record<string | number, any>;
|
|
3791
4222
|
export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
|
|
@@ -3809,7 +4240,6 @@ export interface ApiConfig<SecurityDataType = unknown> extends Omit<AxiosRequest
|
|
|
3809
4240
|
format?: ResponseType;
|
|
3810
4241
|
}
|
|
3811
4242
|
export declare enum ContentType {
|
|
3812
|
-
JsonPatch = "application/json-patch+json",
|
|
3813
4243
|
Json = "application/json",
|
|
3814
4244
|
JsonApi = "application/vnd.api+json",
|
|
3815
4245
|
FormData = "multipart/form-data",
|
|
@@ -3831,7 +4261,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
|
|
|
3831
4261
|
}
|
|
3832
4262
|
/**
|
|
3833
4263
|
* @title The Big POS API
|
|
3834
|
-
* @version v2.
|
|
4264
|
+
* @version v2.28.1
|
|
3835
4265
|
* @termsOfService https://www.thebigpos.com/terms-of-use/
|
|
3836
4266
|
* @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
|
|
3837
4267
|
*/
|
|
@@ -3845,7 +4275,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3845
4275
|
* @secure
|
|
3846
4276
|
* @response `200` `void` Success
|
|
3847
4277
|
*/
|
|
3848
|
-
postRoot: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4278
|
+
postRoot: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
3849
4279
|
/**
|
|
3850
4280
|
* No description
|
|
3851
4281
|
*
|
|
@@ -3855,7 +4285,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3855
4285
|
* @secure
|
|
3856
4286
|
* @response `200` `string` Success
|
|
3857
4287
|
*/
|
|
3858
|
-
getRoot: (params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
4288
|
+
getRoot: (params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
3859
4289
|
api: {
|
|
3860
4290
|
/**
|
|
3861
4291
|
* No description
|
|
@@ -3868,7 +4298,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3868
4298
|
* @response `200` `Account` Success
|
|
3869
4299
|
* @response `404` `ProblemDetails` Not Found
|
|
3870
4300
|
*/
|
|
3871
|
-
getMyAccount: (params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
|
|
4301
|
+
getMyAccount: (params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
|
|
3872
4302
|
/**
|
|
3873
4303
|
* No description
|
|
3874
4304
|
*
|
|
@@ -3881,7 +4311,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3881
4311
|
* @response `404` `ProblemDetails` Not Found
|
|
3882
4312
|
* @response `422` `ProblemDetails` Client Error
|
|
3883
4313
|
*/
|
|
3884
|
-
replaceMyAccount: (data: UpdateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
|
|
4314
|
+
replaceMyAccount: (data: UpdateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
|
|
3885
4315
|
/**
|
|
3886
4316
|
* No description
|
|
3887
4317
|
*
|
|
@@ -3892,7 +4322,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3892
4322
|
* @secure
|
|
3893
4323
|
* @response `200` `SiteConfiguration` Success
|
|
3894
4324
|
*/
|
|
3895
|
-
getSiteConfigurationByAccount: (params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
4325
|
+
getSiteConfigurationByAccount: (params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
3896
4326
|
/**
|
|
3897
4327
|
* No description
|
|
3898
4328
|
*
|
|
@@ -3904,7 +4334,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3904
4334
|
* @response `200` `SiteConfiguration` Success
|
|
3905
4335
|
* @response `422` `UnprocessableEntity` Client Error
|
|
3906
4336
|
*/
|
|
3907
|
-
updateSiteConfigurationForAccount: (data: SiteConfiguration, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
4337
|
+
updateSiteConfigurationForAccount: (data: SiteConfiguration, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
3908
4338
|
/**
|
|
3909
4339
|
* No description
|
|
3910
4340
|
*
|
|
@@ -3915,7 +4345,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3915
4345
|
* @secure
|
|
3916
4346
|
* @response `200` `(Account)[]` Success
|
|
3917
4347
|
*/
|
|
3918
|
-
getAccounts: (params?: RequestParams) => Promise<AxiosResponse<Account[], any>>;
|
|
4348
|
+
getAccounts: (params?: RequestParams) => Promise<AxiosResponse<Account[], any, {}>>;
|
|
3919
4349
|
/**
|
|
3920
4350
|
* No description
|
|
3921
4351
|
*
|
|
@@ -3927,7 +4357,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3927
4357
|
* @response `201` `Account` Created
|
|
3928
4358
|
* @response `422` `ProblemDetails` Client Error
|
|
3929
4359
|
*/
|
|
3930
|
-
createAccount: (data: CreateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
|
|
4360
|
+
createAccount: (data: CreateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
|
|
3931
4361
|
/**
|
|
3932
4362
|
* No description
|
|
3933
4363
|
*
|
|
@@ -3939,7 +4369,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3939
4369
|
* @response `201` `Account` Created
|
|
3940
4370
|
* @response `422` `ProblemDetails` Client Error
|
|
3941
4371
|
*/
|
|
3942
|
-
getAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
|
|
4372
|
+
getAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
|
|
3943
4373
|
/**
|
|
3944
4374
|
* No description
|
|
3945
4375
|
*
|
|
@@ -3955,7 +4385,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3955
4385
|
deleteAccount: (id: string, query?: {
|
|
3956
4386
|
/** @default false */
|
|
3957
4387
|
hardDelete?: boolean;
|
|
3958
|
-
}, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
|
|
4388
|
+
}, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
|
|
3959
4389
|
/**
|
|
3960
4390
|
* No description
|
|
3961
4391
|
*
|
|
@@ -3968,7 +4398,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3968
4398
|
* @response `404` `ProblemDetails` Not Found
|
|
3969
4399
|
* @response `422` `UnprocessableEntity` Client Error
|
|
3970
4400
|
*/
|
|
3971
|
-
updateLoansByAccount: (id: string, data: Loan[], params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4401
|
+
updateLoansByAccount: (id: string, data: Loan[], params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
3972
4402
|
/**
|
|
3973
4403
|
* No description
|
|
3974
4404
|
*
|
|
@@ -3980,7 +4410,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3980
4410
|
* @response `200` `(Loan)[]` Success
|
|
3981
4411
|
* @response `404` `ProblemDetails` Not Found
|
|
3982
4412
|
*/
|
|
3983
|
-
getLoansByAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Loan[], any>>;
|
|
4413
|
+
getLoansByAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Loan[], any, {}>>;
|
|
3984
4414
|
/**
|
|
3985
4415
|
* No description
|
|
3986
4416
|
*
|
|
@@ -3992,7 +4422,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
3992
4422
|
* @response `200` `Token` Success
|
|
3993
4423
|
* @response `422` `UnprocessableEntity` Client Error
|
|
3994
4424
|
*/
|
|
3995
|
-
getTokenFromRefreshToken: (data: RefreshTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
|
|
4425
|
+
getTokenFromRefreshToken: (data: RefreshTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
|
|
3996
4426
|
/**
|
|
3997
4427
|
* No description
|
|
3998
4428
|
*
|
|
@@ -4004,7 +4434,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4004
4434
|
* @response `200` `Token` Success
|
|
4005
4435
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4006
4436
|
*/
|
|
4007
|
-
getToken: (data: TokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
|
|
4437
|
+
getToken: (data: TokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
|
|
4008
4438
|
/**
|
|
4009
4439
|
* No description
|
|
4010
4440
|
*
|
|
@@ -4016,7 +4446,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4016
4446
|
* @response `200` `Token` Success
|
|
4017
4447
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4018
4448
|
*/
|
|
4019
|
-
getTokenFromChallengeCode: (data: TokenChallengeRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
|
|
4449
|
+
getTokenFromChallengeCode: (data: TokenChallengeRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
|
|
4020
4450
|
/**
|
|
4021
4451
|
* No description
|
|
4022
4452
|
*
|
|
@@ -4028,7 +4458,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4028
4458
|
* @response `200` `Token` Success
|
|
4029
4459
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4030
4460
|
*/
|
|
4031
|
-
getSystemToken: (data: SystemTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
|
|
4461
|
+
getSystemToken: (data: SystemTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
|
|
4032
4462
|
/**
|
|
4033
4463
|
* No description
|
|
4034
4464
|
*
|
|
@@ -4040,7 +4470,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4040
4470
|
* @response `200` `SSOToken` Success
|
|
4041
4471
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4042
4472
|
*/
|
|
4043
|
-
getSsoToken: (data: SSOTokenRequest, params?: RequestParams) => Promise<AxiosResponse<SSOToken, any>>;
|
|
4473
|
+
getSsoToken: (data: SSOTokenRequest, params?: RequestParams) => Promise<AxiosResponse<SSOToken, any, {}>>;
|
|
4044
4474
|
/**
|
|
4045
4475
|
* No description
|
|
4046
4476
|
*
|
|
@@ -4052,7 +4482,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4052
4482
|
* @response `204` `void` No Content
|
|
4053
4483
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4054
4484
|
*/
|
|
4055
|
-
logOut: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4485
|
+
logOut: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4056
4486
|
/**
|
|
4057
4487
|
* No description
|
|
4058
4488
|
*
|
|
@@ -4071,7 +4501,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4071
4501
|
pageNumber?: number;
|
|
4072
4502
|
sortBy?: string;
|
|
4073
4503
|
sortDirection?: string;
|
|
4074
|
-
}, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any>>;
|
|
4504
|
+
}, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any, {}>>;
|
|
4075
4505
|
/**
|
|
4076
4506
|
* No description
|
|
4077
4507
|
*
|
|
@@ -4083,7 +4513,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4083
4513
|
* @response `200` `GetBranch` Success
|
|
4084
4514
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4085
4515
|
*/
|
|
4086
|
-
createBranch: (data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
|
|
4516
|
+
createBranch: (data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
|
|
4087
4517
|
/**
|
|
4088
4518
|
* No description
|
|
4089
4519
|
*
|
|
@@ -4101,7 +4531,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4101
4531
|
pageNumber?: number;
|
|
4102
4532
|
sortBy?: string;
|
|
4103
4533
|
sortDirection?: string;
|
|
4104
|
-
}, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any>>;
|
|
4534
|
+
}, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any, {}>>;
|
|
4105
4535
|
/**
|
|
4106
4536
|
* No description
|
|
4107
4537
|
*
|
|
@@ -4112,7 +4542,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4112
4542
|
* @secure
|
|
4113
4543
|
* @response `200` `GetBranch` Success
|
|
4114
4544
|
*/
|
|
4115
|
-
getBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
|
|
4545
|
+
getBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
|
|
4116
4546
|
/**
|
|
4117
4547
|
* No description
|
|
4118
4548
|
*
|
|
@@ -4124,7 +4554,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4124
4554
|
* @response `200` `GetBranch` Success
|
|
4125
4555
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4126
4556
|
*/
|
|
4127
|
-
replaceBranch: (branchId: string, data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
|
|
4557
|
+
replaceBranch: (branchId: string, data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
|
|
4128
4558
|
/**
|
|
4129
4559
|
* No description
|
|
4130
4560
|
*
|
|
@@ -4135,7 +4565,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4135
4565
|
* @secure
|
|
4136
4566
|
* @response `204` `void` No Content
|
|
4137
4567
|
*/
|
|
4138
|
-
deleteBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4568
|
+
deleteBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4139
4569
|
/**
|
|
4140
4570
|
* No description
|
|
4141
4571
|
*
|
|
@@ -4147,7 +4577,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4147
4577
|
* @response `204` `void` No Content
|
|
4148
4578
|
* @response `400` `ProblemDetails` Bad Request
|
|
4149
4579
|
*/
|
|
4150
|
-
restoreBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4580
|
+
restoreBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4151
4581
|
/**
|
|
4152
4582
|
* No description
|
|
4153
4583
|
*
|
|
@@ -4159,7 +4589,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4159
4589
|
* @response `200` `SiteConfiguration` Success
|
|
4160
4590
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4161
4591
|
*/
|
|
4162
|
-
createBranchSiteConfiguration: (branchId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
4592
|
+
createBranchSiteConfiguration: (branchId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
4163
4593
|
/**
|
|
4164
4594
|
* No description
|
|
4165
4595
|
*
|
|
@@ -4170,7 +4600,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4170
4600
|
* @secure
|
|
4171
4601
|
* @response `200` `SiteConfigurationWithInherited` Success
|
|
4172
4602
|
*/
|
|
4173
|
-
getBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
|
|
4603
|
+
getBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
|
|
4174
4604
|
/**
|
|
4175
4605
|
* No description
|
|
4176
4606
|
*
|
|
@@ -4184,7 +4614,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4184
4614
|
*/
|
|
4185
4615
|
replaceBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
|
|
4186
4616
|
applyToChildren?: boolean;
|
|
4187
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
4617
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
4188
4618
|
/**
|
|
4189
4619
|
* No description
|
|
4190
4620
|
*
|
|
@@ -4195,7 +4625,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4195
4625
|
* @secure
|
|
4196
4626
|
* @response `200` `LoanOfficerPublic` Success
|
|
4197
4627
|
*/
|
|
4198
|
-
getLoanOfficersByBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any>>;
|
|
4628
|
+
getLoanOfficersByBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any, {}>>;
|
|
4199
4629
|
/**
|
|
4200
4630
|
* No description
|
|
4201
4631
|
*
|
|
@@ -4208,7 +4638,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4208
4638
|
*/
|
|
4209
4639
|
getBusinessRules: (query?: {
|
|
4210
4640
|
showAll?: boolean;
|
|
4211
|
-
}, params?: RequestParams) => Promise<AxiosResponse<BusinessRule[], any>>;
|
|
4641
|
+
}, params?: RequestParams) => Promise<AxiosResponse<BusinessRule[], any, {}>>;
|
|
4212
4642
|
/**
|
|
4213
4643
|
* No description
|
|
4214
4644
|
*
|
|
@@ -4220,7 +4650,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4220
4650
|
* @response `200` `BusinessRule` Success
|
|
4221
4651
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4222
4652
|
*/
|
|
4223
|
-
createBusinessRule: (data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
|
|
4653
|
+
createBusinessRule: (data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
|
|
4224
4654
|
/**
|
|
4225
4655
|
* No description
|
|
4226
4656
|
*
|
|
@@ -4231,7 +4661,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4231
4661
|
* @secure
|
|
4232
4662
|
* @response `200` `BusinessRule` Success
|
|
4233
4663
|
*/
|
|
4234
|
-
getBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
|
|
4664
|
+
getBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
|
|
4235
4665
|
/**
|
|
4236
4666
|
* No description
|
|
4237
4667
|
*
|
|
@@ -4243,7 +4673,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4243
4673
|
* @response `200` `BusinessRule` Success
|
|
4244
4674
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4245
4675
|
*/
|
|
4246
|
-
replaceBusinessRule: (id: string, data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
|
|
4676
|
+
replaceBusinessRule: (id: string, data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
|
|
4247
4677
|
/**
|
|
4248
4678
|
* No description
|
|
4249
4679
|
*
|
|
@@ -4254,7 +4684,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4254
4684
|
* @secure
|
|
4255
4685
|
* @response `204` `void` No Content
|
|
4256
4686
|
*/
|
|
4257
|
-
deleteBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4687
|
+
deleteBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4258
4688
|
/**
|
|
4259
4689
|
* No description
|
|
4260
4690
|
*
|
|
@@ -4265,7 +4695,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4265
4695
|
* @secure
|
|
4266
4696
|
* @response `200` `BusinessRule` Success
|
|
4267
4697
|
*/
|
|
4268
|
-
restoreBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
|
|
4698
|
+
restoreBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
|
|
4269
4699
|
/**
|
|
4270
4700
|
* No description
|
|
4271
4701
|
*
|
|
@@ -4284,7 +4714,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4284
4714
|
pageNumber?: number;
|
|
4285
4715
|
sortBy?: string;
|
|
4286
4716
|
sortDirection?: string;
|
|
4287
|
-
}, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any>>;
|
|
4717
|
+
}, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any, {}>>;
|
|
4288
4718
|
/**
|
|
4289
4719
|
* No description
|
|
4290
4720
|
*
|
|
@@ -4296,7 +4726,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4296
4726
|
* @response `200` `Corporate` Success
|
|
4297
4727
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4298
4728
|
*/
|
|
4299
|
-
createCorporate: (data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
|
|
4729
|
+
createCorporate: (data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
|
|
4300
4730
|
/**
|
|
4301
4731
|
* No description
|
|
4302
4732
|
*
|
|
@@ -4314,7 +4744,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4314
4744
|
pageNumber?: number;
|
|
4315
4745
|
sortBy?: string;
|
|
4316
4746
|
sortDirection?: string;
|
|
4317
|
-
}, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any>>;
|
|
4747
|
+
}, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any, {}>>;
|
|
4318
4748
|
/**
|
|
4319
4749
|
* No description
|
|
4320
4750
|
*
|
|
@@ -4325,7 +4755,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4325
4755
|
* @secure
|
|
4326
4756
|
* @response `200` `Corporate` Success
|
|
4327
4757
|
*/
|
|
4328
|
-
getCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
|
|
4758
|
+
getCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
|
|
4329
4759
|
/**
|
|
4330
4760
|
* No description
|
|
4331
4761
|
*
|
|
@@ -4337,7 +4767,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4337
4767
|
* @response `200` `Corporate` Success
|
|
4338
4768
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4339
4769
|
*/
|
|
4340
|
-
replaceCorporate: (id: string, data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
|
|
4770
|
+
replaceCorporate: (id: string, data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
|
|
4341
4771
|
/**
|
|
4342
4772
|
* No description
|
|
4343
4773
|
*
|
|
@@ -4348,7 +4778,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4348
4778
|
* @secure
|
|
4349
4779
|
* @response `204` `void` No Content
|
|
4350
4780
|
*/
|
|
4351
|
-
deleteCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4781
|
+
deleteCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4352
4782
|
/**
|
|
4353
4783
|
* No description
|
|
4354
4784
|
*
|
|
@@ -4359,7 +4789,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4359
4789
|
* @secure
|
|
4360
4790
|
* @response `204` `void` No Content
|
|
4361
4791
|
*/
|
|
4362
|
-
restoreCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
4792
|
+
restoreCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4363
4793
|
/**
|
|
4364
4794
|
* No description
|
|
4365
4795
|
*
|
|
@@ -4371,7 +4801,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4371
4801
|
* @response `200` `SiteConfiguration` Success
|
|
4372
4802
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4373
4803
|
*/
|
|
4374
|
-
createCorporateSiteConfiguration: (corporateId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
4804
|
+
createCorporateSiteConfiguration: (corporateId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
4375
4805
|
/**
|
|
4376
4806
|
* No description
|
|
4377
4807
|
*
|
|
@@ -4382,7 +4812,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4382
4812
|
* @secure
|
|
4383
4813
|
* @response `200` `SiteConfigurationWithInherited` Success
|
|
4384
4814
|
*/
|
|
4385
|
-
getCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
|
|
4815
|
+
getCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
|
|
4386
4816
|
/**
|
|
4387
4817
|
* No description
|
|
4388
4818
|
*
|
|
@@ -4396,7 +4826,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4396
4826
|
*/
|
|
4397
4827
|
replaceCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
|
|
4398
4828
|
applyToChildren?: boolean;
|
|
4399
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
4829
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
4400
4830
|
/**
|
|
4401
4831
|
* No description
|
|
4402
4832
|
*
|
|
@@ -4407,7 +4837,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4407
4837
|
* @secure
|
|
4408
4838
|
* @response `200` `(BranchReduced)[]` Success
|
|
4409
4839
|
*/
|
|
4410
|
-
getBranchesByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchReduced[], any>>;
|
|
4840
|
+
getBranchesByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchReduced[], any, {}>>;
|
|
4411
4841
|
/**
|
|
4412
4842
|
* No description
|
|
4413
4843
|
*
|
|
@@ -4418,7 +4848,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4418
4848
|
* @secure
|
|
4419
4849
|
* @response `200` `LoanOfficerPublic` Success
|
|
4420
4850
|
*/
|
|
4421
|
-
getLoanOfficersByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any>>;
|
|
4851
|
+
getLoanOfficersByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any, {}>>;
|
|
4422
4852
|
/**
|
|
4423
4853
|
* No description
|
|
4424
4854
|
*
|
|
@@ -4438,7 +4868,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4438
4868
|
pageNumber?: number;
|
|
4439
4869
|
sortBy?: string;
|
|
4440
4870
|
sortDirection?: string;
|
|
4441
|
-
}, params?: RequestParams) => Promise<AxiosResponse<DevicePaginated, any>>;
|
|
4871
|
+
}, params?: RequestParams) => Promise<AxiosResponse<DevicePaginated, any, {}>>;
|
|
4442
4872
|
/**
|
|
4443
4873
|
* No description
|
|
4444
4874
|
*
|
|
@@ -4449,7 +4879,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4449
4879
|
* @secure
|
|
4450
4880
|
* @response `200` `Device` Success
|
|
4451
4881
|
*/
|
|
4452
|
-
getDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<Device, any>>;
|
|
4882
|
+
getDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<Device, any, {}>>;
|
|
4453
4883
|
/**
|
|
4454
4884
|
* No description
|
|
4455
4885
|
*
|
|
@@ -4460,7 +4890,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4460
4890
|
* @secure
|
|
4461
4891
|
* @response `200` `Device` Success
|
|
4462
4892
|
*/
|
|
4463
|
-
updateDevice: (id: string, data: DeviceRequest, params?: RequestParams) => Promise<AxiosResponse<Device, any>>;
|
|
4893
|
+
updateDevice: (id: string, data: DeviceRequest, params?: RequestParams) => Promise<AxiosResponse<Device, any, {}>>;
|
|
4464
4894
|
/**
|
|
4465
4895
|
* No description
|
|
4466
4896
|
*
|
|
@@ -4471,7 +4901,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4471
4901
|
* @secure
|
|
4472
4902
|
* @response `200` `DeviceMDM` Success
|
|
4473
4903
|
*/
|
|
4474
|
-
getDeviceBySerialNumber: (sn: string, params?: RequestParams) => Promise<AxiosResponse<DeviceMDM, any>>;
|
|
4904
|
+
getDeviceBySerialNumber: (sn: string, params?: RequestParams) => Promise<AxiosResponse<DeviceMDM, any, {}>>;
|
|
4475
4905
|
/**
|
|
4476
4906
|
* No description
|
|
4477
4907
|
*
|
|
@@ -4482,7 +4912,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4482
4912
|
* @secure
|
|
4483
4913
|
* @response `200` `Action` Success
|
|
4484
4914
|
*/
|
|
4485
|
-
createDeviceActionBySerialNumber: (sn: string, actionName: string, params?: RequestParams) => Promise<AxiosResponse<Action, any>>;
|
|
4915
|
+
createDeviceActionBySerialNumber: (sn: string, actionName: string, params?: RequestParams) => Promise<AxiosResponse<Action, any, {}>>;
|
|
4486
4916
|
/**
|
|
4487
4917
|
* No description
|
|
4488
4918
|
*
|
|
@@ -4496,7 +4926,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4496
4926
|
getDocumentBuckets: (query?: {
|
|
4497
4927
|
/** @default false */
|
|
4498
4928
|
includeSystemBuckets?: boolean;
|
|
4499
|
-
}, params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
|
|
4929
|
+
}, params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
|
|
4500
4930
|
/**
|
|
4501
4931
|
* No description
|
|
4502
4932
|
*
|
|
@@ -4509,7 +4939,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4509
4939
|
*/
|
|
4510
4940
|
getDocumentTemplates: (query?: {
|
|
4511
4941
|
showAll?: boolean;
|
|
4512
|
-
}, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any>>;
|
|
4942
|
+
}, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any, {}>>;
|
|
4513
4943
|
/**
|
|
4514
4944
|
* No description
|
|
4515
4945
|
*
|
|
@@ -4522,7 +4952,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4522
4952
|
* @response `404` `ProblemDetails` Not Found
|
|
4523
4953
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4524
4954
|
*/
|
|
4525
|
-
createDocumentTemplate: (data: CreateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any>>;
|
|
4955
|
+
createDocumentTemplate: (data: CreateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any, {}>>;
|
|
4526
4956
|
/**
|
|
4527
4957
|
* No description
|
|
4528
4958
|
*
|
|
@@ -4538,7 +4968,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4538
4968
|
showAll?: boolean;
|
|
4539
4969
|
/** @default true */
|
|
4540
4970
|
publishedOnly?: boolean;
|
|
4541
|
-
}, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any>>;
|
|
4971
|
+
}, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any, {}>>;
|
|
4542
4972
|
/**
|
|
4543
4973
|
* No description
|
|
4544
4974
|
*
|
|
@@ -4550,7 +4980,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4550
4980
|
* @response `200` `DocumentTemplate` Success
|
|
4551
4981
|
* @response `404` `ProblemDetails` Not Found
|
|
4552
4982
|
*/
|
|
4553
|
-
getDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplate, any>>;
|
|
4983
|
+
getDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplate, any, {}>>;
|
|
4554
4984
|
/**
|
|
4555
4985
|
* No description
|
|
4556
4986
|
*
|
|
@@ -4564,7 +4994,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4564
4994
|
* @response `404` `ProblemDetails` Not Found
|
|
4565
4995
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4566
4996
|
*/
|
|
4567
|
-
replaceDocumentTemplate: (id: string, data: UpdateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any>>;
|
|
4997
|
+
replaceDocumentTemplate: (id: string, data: UpdateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any, {}>>;
|
|
4568
4998
|
/**
|
|
4569
4999
|
* No description
|
|
4570
5000
|
*
|
|
@@ -4577,7 +5007,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4577
5007
|
* @response `401` `ProblemDetails` Unauthorized
|
|
4578
5008
|
* @response `404` `ProblemDetails` Not Found
|
|
4579
5009
|
*/
|
|
4580
|
-
deleteDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5010
|
+
deleteDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4581
5011
|
/**
|
|
4582
5012
|
* No description
|
|
4583
5013
|
*
|
|
@@ -4590,7 +5020,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4590
5020
|
* @response `401` `ProblemDetails` Unauthorized
|
|
4591
5021
|
* @response `404` `ProblemDetails` Not Found
|
|
4592
5022
|
*/
|
|
4593
|
-
restoreDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5023
|
+
restoreDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4594
5024
|
/**
|
|
4595
5025
|
* No description
|
|
4596
5026
|
*
|
|
@@ -4601,7 +5031,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4601
5031
|
* @secure
|
|
4602
5032
|
* @response `200` `(DocumentTemplateVersion)[]` Success
|
|
4603
5033
|
*/
|
|
4604
|
-
getDocumentTemplateVersions: (documentId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion[], any>>;
|
|
5034
|
+
getDocumentTemplateVersions: (documentId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion[], any, {}>>;
|
|
4605
5035
|
/**
|
|
4606
5036
|
* No description
|
|
4607
5037
|
*
|
|
@@ -4612,7 +5042,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4612
5042
|
* @secure
|
|
4613
5043
|
* @response `200` `DocumentTemplateVersion` Success
|
|
4614
5044
|
*/
|
|
4615
|
-
createDocumentTemplateVersion: (documentId: string, data: DocumentTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
|
|
5045
|
+
createDocumentTemplateVersion: (documentId: string, data: DocumentTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
|
|
4616
5046
|
/**
|
|
4617
5047
|
* No description
|
|
4618
5048
|
*
|
|
@@ -4623,7 +5053,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4623
5053
|
* @secure
|
|
4624
5054
|
* @response `200` `DocumentTemplateVersion` Success
|
|
4625
5055
|
*/
|
|
4626
|
-
getDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
|
|
5056
|
+
getDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
|
|
4627
5057
|
/**
|
|
4628
5058
|
* No description
|
|
4629
5059
|
*
|
|
@@ -4634,7 +5064,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4634
5064
|
* @secure
|
|
4635
5065
|
* @response `200` `DocumentTemplateVersion` Success
|
|
4636
5066
|
*/
|
|
4637
|
-
replaceDocumentTemplateVersion: (documentId: string, id: string, data: DocumentTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
|
|
5067
|
+
replaceDocumentTemplateVersion: (documentId: string, id: string, data: DocumentTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
|
|
4638
5068
|
/**
|
|
4639
5069
|
* No description
|
|
4640
5070
|
*
|
|
@@ -4645,7 +5075,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4645
5075
|
* @secure
|
|
4646
5076
|
* @response `200` `DocumentTemplateVersion` Success
|
|
4647
5077
|
*/
|
|
4648
|
-
deleteDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
|
|
5078
|
+
deleteDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
|
|
4649
5079
|
/**
|
|
4650
5080
|
* No description
|
|
4651
5081
|
*
|
|
@@ -4665,7 +5095,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4665
5095
|
sortDirection?: string;
|
|
4666
5096
|
/** @default false */
|
|
4667
5097
|
includeDeleted?: boolean;
|
|
4668
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any>>;
|
|
5098
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any, {}>>;
|
|
4669
5099
|
/**
|
|
4670
5100
|
* No description
|
|
4671
5101
|
*
|
|
@@ -4683,7 +5113,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4683
5113
|
file?: File;
|
|
4684
5114
|
isPublic?: boolean;
|
|
4685
5115
|
bucket?: string;
|
|
4686
|
-
}, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
|
|
5116
|
+
}, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
|
|
4687
5117
|
/**
|
|
4688
5118
|
* No description
|
|
4689
5119
|
*
|
|
@@ -4694,7 +5124,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4694
5124
|
* @secure
|
|
4695
5125
|
* @response `201` `File` Created
|
|
4696
5126
|
*/
|
|
4697
|
-
getFileById: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
|
|
5127
|
+
getFileById: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
|
|
4698
5128
|
/**
|
|
4699
5129
|
* No description
|
|
4700
5130
|
*
|
|
@@ -4706,7 +5136,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4706
5136
|
* @response `200` `string` Success
|
|
4707
5137
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4708
5138
|
*/
|
|
4709
|
-
replaceFile: (id: string, data: FileRequest, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5139
|
+
replaceFile: (id: string, data: FileRequest, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
4710
5140
|
/**
|
|
4711
5141
|
* No description
|
|
4712
5142
|
*
|
|
@@ -4717,7 +5147,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4717
5147
|
* @secure
|
|
4718
5148
|
* @response `204` `void` No Content
|
|
4719
5149
|
*/
|
|
4720
|
-
deleteFile: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5150
|
+
deleteFile: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4721
5151
|
/**
|
|
4722
5152
|
* No description
|
|
4723
5153
|
*
|
|
@@ -4735,7 +5165,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4735
5165
|
pageNumber?: number;
|
|
4736
5166
|
sortBy?: string;
|
|
4737
5167
|
sortDirection?: string;
|
|
4738
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any>>;
|
|
5168
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any, {}>>;
|
|
4739
5169
|
/**
|
|
4740
5170
|
* No description
|
|
4741
5171
|
*
|
|
@@ -4748,7 +5178,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4748
5178
|
*/
|
|
4749
5179
|
getForms: (query?: {
|
|
4750
5180
|
showAll?: boolean;
|
|
4751
|
-
}, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any>>;
|
|
5181
|
+
}, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any, {}>>;
|
|
4752
5182
|
/**
|
|
4753
5183
|
* No description
|
|
4754
5184
|
*
|
|
@@ -4760,7 +5190,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4760
5190
|
* @response `201` `Form` Created
|
|
4761
5191
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4762
5192
|
*/
|
|
4763
|
-
createForm: (data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
|
|
5193
|
+
createForm: (data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
|
|
4764
5194
|
/**
|
|
4765
5195
|
* No description
|
|
4766
5196
|
*
|
|
@@ -4771,7 +5201,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4771
5201
|
* @secure
|
|
4772
5202
|
* @response `200` `Form` Success
|
|
4773
5203
|
*/
|
|
4774
|
-
getForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
|
|
5204
|
+
getForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
|
|
4775
5205
|
/**
|
|
4776
5206
|
* No description
|
|
4777
5207
|
*
|
|
@@ -4783,7 +5213,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4783
5213
|
* @response `200` `Form` Success
|
|
4784
5214
|
* @response `422` `UnprocessableEntity` Client Error
|
|
4785
5215
|
*/
|
|
4786
|
-
replaceForm: (id: string, data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
|
|
5216
|
+
replaceForm: (id: string, data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
|
|
4787
5217
|
/**
|
|
4788
5218
|
* No description
|
|
4789
5219
|
*
|
|
@@ -4794,7 +5224,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4794
5224
|
* @secure
|
|
4795
5225
|
* @response `204` `void` No Content
|
|
4796
5226
|
*/
|
|
4797
|
-
deleteForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5227
|
+
deleteForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4798
5228
|
/**
|
|
4799
5229
|
* No description
|
|
4800
5230
|
*
|
|
@@ -4805,7 +5235,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4805
5235
|
* @secure
|
|
4806
5236
|
* @response `200` `Form` Success
|
|
4807
5237
|
*/
|
|
4808
|
-
restoreForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
|
|
5238
|
+
restoreForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
|
|
4809
5239
|
/**
|
|
4810
5240
|
* No description
|
|
4811
5241
|
*
|
|
@@ -4820,7 +5250,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4820
5250
|
/** @format binary */
|
|
4821
5251
|
file?: File;
|
|
4822
5252
|
name?: string;
|
|
4823
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionFile, any>>;
|
|
5253
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionFile, any, {}>>;
|
|
4824
5254
|
/**
|
|
4825
5255
|
* No description
|
|
4826
5256
|
*
|
|
@@ -4831,7 +5261,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4831
5261
|
* @secure
|
|
4832
5262
|
* @response `204` `void` No Content
|
|
4833
5263
|
*/
|
|
4834
|
-
deleteFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5264
|
+
deleteFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4835
5265
|
/**
|
|
4836
5266
|
* No description
|
|
4837
5267
|
*
|
|
@@ -4845,7 +5275,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4845
5275
|
downloadFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, query?: {
|
|
4846
5276
|
/** @format uuid */
|
|
4847
5277
|
siteConfigurationId?: string;
|
|
4848
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FileWithBytes, any>>;
|
|
5278
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FileWithBytes, any, {}>>;
|
|
4849
5279
|
/**
|
|
4850
5280
|
* No description
|
|
4851
5281
|
*
|
|
@@ -4863,7 +5293,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4863
5293
|
pageNumber?: number;
|
|
4864
5294
|
sortBy?: string;
|
|
4865
5295
|
sortDirection?: string;
|
|
4866
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any>>;
|
|
5296
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any, {}>>;
|
|
4867
5297
|
/**
|
|
4868
5298
|
* No description
|
|
4869
5299
|
*
|
|
@@ -4876,7 +5306,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4876
5306
|
*/
|
|
4877
5307
|
createFormSubmission: (data: FormSubmissionRequest, query?: {
|
|
4878
5308
|
formID?: string;
|
|
4879
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
|
|
5309
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
|
|
4880
5310
|
/**
|
|
4881
5311
|
* No description
|
|
4882
5312
|
*
|
|
@@ -4887,7 +5317,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4887
5317
|
* @secure
|
|
4888
5318
|
* @response `200` `FormSubmission` Success
|
|
4889
5319
|
*/
|
|
4890
|
-
getFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
|
|
5320
|
+
getFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
|
|
4891
5321
|
/**
|
|
4892
5322
|
* No description
|
|
4893
5323
|
*
|
|
@@ -4898,7 +5328,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4898
5328
|
* @secure
|
|
4899
5329
|
* @response `200` `FormSubmission` Success
|
|
4900
5330
|
*/
|
|
4901
|
-
replaceFormSubmission: (id: string, data: FormSubmissionRequest, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
|
|
5331
|
+
replaceFormSubmission: (id: string, data: FormSubmissionRequest, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
|
|
4902
5332
|
/**
|
|
4903
5333
|
* No description
|
|
4904
5334
|
*
|
|
@@ -4909,7 +5339,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4909
5339
|
* @secure
|
|
4910
5340
|
* @response `204` `void` No Content
|
|
4911
5341
|
*/
|
|
4912
|
-
deleteFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5342
|
+
deleteFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
4913
5343
|
/**
|
|
4914
5344
|
* No description
|
|
4915
5345
|
*
|
|
@@ -4927,7 +5357,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4927
5357
|
pageNumber?: number;
|
|
4928
5358
|
sortBy?: string;
|
|
4929
5359
|
sortDirection?: string;
|
|
4930
|
-
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any>>;
|
|
5360
|
+
}, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any, {}>>;
|
|
4931
5361
|
/**
|
|
4932
5362
|
* No description
|
|
4933
5363
|
*
|
|
@@ -4938,7 +5368,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4938
5368
|
* @secure
|
|
4939
5369
|
* @response `200` `(FormVersion)[]` Success
|
|
4940
5370
|
*/
|
|
4941
|
-
getFormVersions: (formId: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion[], any>>;
|
|
5371
|
+
getFormVersions: (formId: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion[], any, {}>>;
|
|
4942
5372
|
/**
|
|
4943
5373
|
* No description
|
|
4944
5374
|
*
|
|
@@ -4949,7 +5379,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4949
5379
|
* @secure
|
|
4950
5380
|
* @response `200` `FormVersion` Success
|
|
4951
5381
|
*/
|
|
4952
|
-
createFormVersion: (formId: string, data: FormVersionRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
|
|
5382
|
+
createFormVersion: (formId: string, data: FormVersionRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
|
|
4953
5383
|
/**
|
|
4954
5384
|
* No description
|
|
4955
5385
|
*
|
|
@@ -4960,7 +5390,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4960
5390
|
* @secure
|
|
4961
5391
|
* @response `200` `FormVersion` Success
|
|
4962
5392
|
*/
|
|
4963
|
-
getFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
|
|
5393
|
+
getFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
|
|
4964
5394
|
/**
|
|
4965
5395
|
* No description
|
|
4966
5396
|
*
|
|
@@ -4971,7 +5401,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4971
5401
|
* @secure
|
|
4972
5402
|
* @response `200` `FormVersion` Success
|
|
4973
5403
|
*/
|
|
4974
|
-
replaceFormVersion: (formId: string, id: string, data: FormVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
|
|
5404
|
+
replaceFormVersion: (formId: string, id: string, data: FormVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
|
|
4975
5405
|
/**
|
|
4976
5406
|
* No description
|
|
4977
5407
|
*
|
|
@@ -4982,7 +5412,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4982
5412
|
* @secure
|
|
4983
5413
|
* @response `200` `FormVersion` Success
|
|
4984
5414
|
*/
|
|
4985
|
-
deleteFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
|
|
5415
|
+
deleteFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
|
|
4986
5416
|
/**
|
|
4987
5417
|
* No description
|
|
4988
5418
|
*
|
|
@@ -4993,7 +5423,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
4993
5423
|
* @secure
|
|
4994
5424
|
* @response `200` `Record<string,any>` Success
|
|
4995
5425
|
*/
|
|
4996
|
-
getLoanData: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Record<string, any>, any>>;
|
|
5426
|
+
getLoanData: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Record<string, any>, any, {}>>;
|
|
4997
5427
|
/**
|
|
4998
5428
|
* No description
|
|
4999
5429
|
*
|
|
@@ -5006,7 +5436,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5006
5436
|
* @response `200` `string` Success
|
|
5007
5437
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5008
5438
|
*/
|
|
5009
|
-
updateLoanConsentAndCustomFieldsObsolete: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5439
|
+
updateLoanConsentAndCustomFieldsObsolete: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5010
5440
|
/**
|
|
5011
5441
|
* No description
|
|
5012
5442
|
*
|
|
@@ -5017,7 +5447,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5017
5447
|
* @secure
|
|
5018
5448
|
* @response `200` `GetReport` Success
|
|
5019
5449
|
*/
|
|
5020
|
-
getLoansReport: (data: GetReportRequest, params?: RequestParams) => Promise<AxiosResponse<GetReport, any>>;
|
|
5450
|
+
getLoansReport: (data: GetReportRequest, params?: RequestParams) => Promise<AxiosResponse<GetReport, any, {}>>;
|
|
5021
5451
|
/**
|
|
5022
5452
|
* No description
|
|
5023
5453
|
*
|
|
@@ -5034,7 +5464,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5034
5464
|
createLoan: (data: any, query?: {
|
|
5035
5465
|
/** @default false */
|
|
5036
5466
|
isPatch?: boolean;
|
|
5037
|
-
}, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5467
|
+
}, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5038
5468
|
/**
|
|
5039
5469
|
* No description
|
|
5040
5470
|
*
|
|
@@ -5047,7 +5477,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5047
5477
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5048
5478
|
* @response `423` `UnprocessableEntity` Client Error
|
|
5049
5479
|
*/
|
|
5050
|
-
createLoanInternal: (data: any, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5480
|
+
createLoanInternal: (data: any, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5051
5481
|
/**
|
|
5052
5482
|
* No description
|
|
5053
5483
|
*
|
|
@@ -5059,7 +5489,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5059
5489
|
* @response `200` `string` Success
|
|
5060
5490
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5061
5491
|
*/
|
|
5062
|
-
updateLoanCustomFields: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5492
|
+
updateLoanCustomFields: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5063
5493
|
/**
|
|
5064
5494
|
* No description
|
|
5065
5495
|
*
|
|
@@ -5071,7 +5501,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5071
5501
|
* @response `200` `string` Success
|
|
5072
5502
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5073
5503
|
*/
|
|
5074
|
-
updateLoanConsent: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5504
|
+
updateLoanConsent: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5075
5505
|
/**
|
|
5076
5506
|
* No description
|
|
5077
5507
|
*
|
|
@@ -5082,7 +5512,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5082
5512
|
* @secure
|
|
5083
5513
|
* @response `200` `(DocumentData)[]` Success
|
|
5084
5514
|
*/
|
|
5085
|
-
getTaskDocumentsByLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentData[], any>>;
|
|
5515
|
+
getTaskDocumentsByLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentData[], any, {}>>;
|
|
5086
5516
|
/**
|
|
5087
5517
|
* No description
|
|
5088
5518
|
*
|
|
@@ -5096,7 +5526,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5096
5526
|
getLoanDocumentContent: (loanId: string, documentId: string, query?: {
|
|
5097
5527
|
/** @default "base64" */
|
|
5098
5528
|
contentType?: string;
|
|
5099
|
-
}, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5529
|
+
}, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5100
5530
|
/**
|
|
5101
5531
|
* No description
|
|
5102
5532
|
*
|
|
@@ -5107,7 +5537,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5107
5537
|
* @secure
|
|
5108
5538
|
* @response `204` `void` No Content
|
|
5109
5539
|
*/
|
|
5110
|
-
getLoanRecipients: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5540
|
+
getLoanRecipients: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5111
5541
|
/**
|
|
5112
5542
|
* No description
|
|
5113
5543
|
*
|
|
@@ -5118,7 +5548,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5118
5548
|
* @secure
|
|
5119
5549
|
* @response `200` `(PreliminaryCondition)[]` Success
|
|
5120
5550
|
*/
|
|
5121
|
-
getPreliminaryConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<PreliminaryCondition[], any>>;
|
|
5551
|
+
getPreliminaryConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<PreliminaryCondition[], any, {}>>;
|
|
5122
5552
|
/**
|
|
5123
5553
|
* No description
|
|
5124
5554
|
*
|
|
@@ -5129,7 +5559,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5129
5559
|
* @secure
|
|
5130
5560
|
* @response `200` `(UnderwritingCondition)[]` Success
|
|
5131
5561
|
*/
|
|
5132
|
-
getUnderwritingConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UnderwritingCondition[], any>>;
|
|
5562
|
+
getUnderwritingConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UnderwritingCondition[], any, {}>>;
|
|
5133
5563
|
/**
|
|
5134
5564
|
* No description
|
|
5135
5565
|
*
|
|
@@ -5140,7 +5570,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5140
5570
|
* @secure
|
|
5141
5571
|
* @response `200` `string` Success
|
|
5142
5572
|
*/
|
|
5143
|
-
getLoanEmbeddedSigningLink: (envelopeId: string, userName: string, email: string, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5573
|
+
getLoanEmbeddedSigningLink: (envelopeId: string, userName: string, email: string, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5144
5574
|
/**
|
|
5145
5575
|
* No description
|
|
5146
5576
|
*
|
|
@@ -5152,7 +5582,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5152
5582
|
* @secure
|
|
5153
5583
|
* @response `200` `DocumentDataRequest` Success
|
|
5154
5584
|
*/
|
|
5155
|
-
createLegacyLoanDocument: (data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any>>;
|
|
5585
|
+
createLegacyLoanDocument: (data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any, {}>>;
|
|
5156
5586
|
/**
|
|
5157
5587
|
* No description
|
|
5158
5588
|
*
|
|
@@ -5167,7 +5597,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5167
5597
|
createEditDraftForLoan: (loanId: string, query?: {
|
|
5168
5598
|
/** @default false */
|
|
5169
5599
|
isCoBorrower?: boolean;
|
|
5170
|
-
}, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
|
|
5600
|
+
}, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
|
|
5171
5601
|
/**
|
|
5172
5602
|
* No description
|
|
5173
5603
|
*
|
|
@@ -5183,7 +5613,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5183
5613
|
file?: File;
|
|
5184
5614
|
/** @format int32 */
|
|
5185
5615
|
weight?: number;
|
|
5186
|
-
}, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any>>;
|
|
5616
|
+
}, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any, {}>>;
|
|
5187
5617
|
/**
|
|
5188
5618
|
* No description
|
|
5189
5619
|
*
|
|
@@ -5194,7 +5624,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5194
5624
|
* @secure
|
|
5195
5625
|
* @response `200` `ListingFile` Success
|
|
5196
5626
|
*/
|
|
5197
|
-
updateListingFiles: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any>>;
|
|
5627
|
+
updateListingFiles: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any, {}>>;
|
|
5198
5628
|
/**
|
|
5199
5629
|
* No description
|
|
5200
5630
|
*
|
|
@@ -5205,7 +5635,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5205
5635
|
* @secure
|
|
5206
5636
|
* @response `204` `Listing` No Content
|
|
5207
5637
|
*/
|
|
5208
|
-
removeListingFile: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
|
|
5638
|
+
removeListingFile: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
|
|
5209
5639
|
/**
|
|
5210
5640
|
* No description
|
|
5211
5641
|
*
|
|
@@ -5223,7 +5653,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5223
5653
|
file?: File;
|
|
5224
5654
|
/** @format int32 */
|
|
5225
5655
|
weight?: number;
|
|
5226
|
-
}, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto, any>>;
|
|
5656
|
+
}, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto, any, {}>>;
|
|
5227
5657
|
/**
|
|
5228
5658
|
* No description
|
|
5229
5659
|
*
|
|
@@ -5234,7 +5664,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5234
5664
|
* @secure
|
|
5235
5665
|
* @response `200` `(ListingPhoto)[]` Success
|
|
5236
5666
|
*/
|
|
5237
|
-
updateListingPhotos: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto[], any>>;
|
|
5667
|
+
updateListingPhotos: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto[], any, {}>>;
|
|
5238
5668
|
/**
|
|
5239
5669
|
* No description
|
|
5240
5670
|
*
|
|
@@ -5245,7 +5675,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5245
5675
|
* @secure
|
|
5246
5676
|
* @response `204` `Listing` No Content
|
|
5247
5677
|
*/
|
|
5248
|
-
removeListingPhoto: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
|
|
5678
|
+
removeListingPhoto: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
|
|
5249
5679
|
/**
|
|
5250
5680
|
* No description
|
|
5251
5681
|
*
|
|
@@ -5263,7 +5693,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5263
5693
|
pageNumber?: number;
|
|
5264
5694
|
sortBy?: string;
|
|
5265
5695
|
sortDirection?: string;
|
|
5266
|
-
}, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any>>;
|
|
5696
|
+
}, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any, {}>>;
|
|
5267
5697
|
/**
|
|
5268
5698
|
* No description
|
|
5269
5699
|
*
|
|
@@ -5274,7 +5704,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5274
5704
|
* @secure
|
|
5275
5705
|
* @response `201` `Listing` Created
|
|
5276
5706
|
*/
|
|
5277
|
-
createListing: (data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
|
|
5707
|
+
createListing: (data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
|
|
5278
5708
|
/**
|
|
5279
5709
|
* No description
|
|
5280
5710
|
*
|
|
@@ -5285,7 +5715,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5285
5715
|
* @secure
|
|
5286
5716
|
* @response `200` `Listing` Success
|
|
5287
5717
|
*/
|
|
5288
|
-
getListingBySlug: (slug: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
|
|
5718
|
+
getListingBySlug: (slug: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
|
|
5289
5719
|
/**
|
|
5290
5720
|
* No description
|
|
5291
5721
|
*
|
|
@@ -5296,7 +5726,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5296
5726
|
* @secure
|
|
5297
5727
|
* @response `200` `Listing` Success
|
|
5298
5728
|
*/
|
|
5299
|
-
getListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
|
|
5729
|
+
getListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
|
|
5300
5730
|
/**
|
|
5301
5731
|
* No description
|
|
5302
5732
|
*
|
|
@@ -5307,7 +5737,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5307
5737
|
* @secure
|
|
5308
5738
|
* @response `200` `Listing` Success
|
|
5309
5739
|
*/
|
|
5310
|
-
replaceListing: (id: string, data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
|
|
5740
|
+
replaceListing: (id: string, data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
|
|
5311
5741
|
/**
|
|
5312
5742
|
* No description
|
|
5313
5743
|
*
|
|
@@ -5318,7 +5748,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5318
5748
|
* @secure
|
|
5319
5749
|
* @response `204` `void` No Content
|
|
5320
5750
|
*/
|
|
5321
|
-
deleteListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5751
|
+
deleteListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5322
5752
|
/**
|
|
5323
5753
|
* No description
|
|
5324
5754
|
*
|
|
@@ -5336,7 +5766,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5336
5766
|
pageNumber?: number;
|
|
5337
5767
|
sortBy?: string;
|
|
5338
5768
|
sortDirection?: string;
|
|
5339
|
-
}, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any>>;
|
|
5769
|
+
}, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any, {}>>;
|
|
5340
5770
|
/**
|
|
5341
5771
|
* No description
|
|
5342
5772
|
*
|
|
@@ -5350,7 +5780,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5350
5780
|
updateListingBackgroundImage: (id: string, data: {
|
|
5351
5781
|
/** @format binary */
|
|
5352
5782
|
file?: File;
|
|
5353
|
-
}, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
|
|
5783
|
+
}, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
|
|
5354
5784
|
/**
|
|
5355
5785
|
* No description
|
|
5356
5786
|
*
|
|
@@ -5361,7 +5791,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5361
5791
|
* @secure
|
|
5362
5792
|
* @response `204` `void` No Content
|
|
5363
5793
|
*/
|
|
5364
|
-
deleteListingBackgroundImage: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5794
|
+
deleteListingBackgroundImage: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5365
5795
|
/**
|
|
5366
5796
|
* No description
|
|
5367
5797
|
*
|
|
@@ -5372,7 +5802,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5372
5802
|
* @secure
|
|
5373
5803
|
* @response `200` `File` Success
|
|
5374
5804
|
*/
|
|
5375
|
-
getListingOpenHouseFlyer: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
|
|
5805
|
+
getListingOpenHouseFlyer: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
|
|
5376
5806
|
/**
|
|
5377
5807
|
* No description
|
|
5378
5808
|
*
|
|
@@ -5383,7 +5813,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5383
5813
|
* @secure
|
|
5384
5814
|
* @response `200` `RunLOCalculation` Success
|
|
5385
5815
|
*/
|
|
5386
|
-
getLoanCalculator: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any>>;
|
|
5816
|
+
getLoanCalculator: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any, {}>>;
|
|
5387
5817
|
/**
|
|
5388
5818
|
* No description
|
|
5389
5819
|
*
|
|
@@ -5396,7 +5826,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5396
5826
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5397
5827
|
* @response `423` `UnprocessableEntity` Client Error
|
|
5398
5828
|
*/
|
|
5399
|
-
runLoanCalculator: (loanId: string, data: RunLOCalculationRequest, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any>>;
|
|
5829
|
+
runLoanCalculator: (loanId: string, data: RunLOCalculationRequest, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any, {}>>;
|
|
5400
5830
|
/**
|
|
5401
5831
|
* No description
|
|
5402
5832
|
*
|
|
@@ -5407,7 +5837,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5407
5837
|
* @secure
|
|
5408
5838
|
* @response `200` `LoanComparison` Success
|
|
5409
5839
|
*/
|
|
5410
|
-
getLoanComparisons: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<LoanComparison, any>>;
|
|
5840
|
+
getLoanComparisons: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<LoanComparison, any, {}>>;
|
|
5411
5841
|
/**
|
|
5412
5842
|
* No description
|
|
5413
5843
|
*
|
|
@@ -5420,7 +5850,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5420
5850
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5421
5851
|
* @response `423` `UnprocessableEntity` Client Error
|
|
5422
5852
|
*/
|
|
5423
|
-
createLoanComparison: (loanId: string, index: number, data: LoanComparisonScenario, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonScenario, any>>;
|
|
5853
|
+
createLoanComparison: (loanId: string, index: number, data: LoanComparisonScenario, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonScenario, any, {}>>;
|
|
5424
5854
|
/**
|
|
5425
5855
|
* No description
|
|
5426
5856
|
*
|
|
@@ -5431,7 +5861,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5431
5861
|
* @secure
|
|
5432
5862
|
* @response `204` `void` No Content
|
|
5433
5863
|
*/
|
|
5434
|
-
deleteLoanComparison: (loanId: string, index: number, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5864
|
+
deleteLoanComparison: (loanId: string, index: number, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5435
5865
|
/**
|
|
5436
5866
|
* No description
|
|
5437
5867
|
*
|
|
@@ -5443,7 +5873,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5443
5873
|
* @response `204` `void` No Content
|
|
5444
5874
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5445
5875
|
*/
|
|
5446
|
-
createLoanComparisonPdf: (loanId: string, data: PostLoanComparisonPdfRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5876
|
+
createLoanComparisonPdf: (loanId: string, data: PostLoanComparisonPdfRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5447
5877
|
/**
|
|
5448
5878
|
* No description
|
|
5449
5879
|
*
|
|
@@ -5454,7 +5884,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5454
5884
|
* @secure
|
|
5455
5885
|
* @response `200` `(string)[]` Success
|
|
5456
5886
|
*/
|
|
5457
|
-
getLoanDocumentBuckets: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
|
|
5887
|
+
getLoanDocumentBuckets: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
|
|
5458
5888
|
/**
|
|
5459
5889
|
* No description
|
|
5460
5890
|
*
|
|
@@ -5465,7 +5895,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5465
5895
|
* @secure
|
|
5466
5896
|
* @response `201` `(string)[]` Created
|
|
5467
5897
|
*/
|
|
5468
|
-
createLoanDocumentBuckets: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
|
|
5898
|
+
createLoanDocumentBuckets: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
|
|
5469
5899
|
/**
|
|
5470
5900
|
* No description
|
|
5471
5901
|
*
|
|
@@ -5480,7 +5910,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5480
5910
|
getLoanDocument: (loanId: string, documentId: string, query?: {
|
|
5481
5911
|
/** @default false */
|
|
5482
5912
|
preview?: boolean;
|
|
5483
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
|
|
5913
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
|
|
5484
5914
|
/**
|
|
5485
5915
|
* No description
|
|
5486
5916
|
*
|
|
@@ -5498,7 +5928,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5498
5928
|
pageNumber?: number;
|
|
5499
5929
|
sortBy?: string;
|
|
5500
5930
|
sortDirection?: string;
|
|
5501
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanDocumentSearchPaginated, any>>;
|
|
5931
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanDocumentSearchPaginated, any, {}>>;
|
|
5502
5932
|
/**
|
|
5503
5933
|
* No description
|
|
5504
5934
|
*
|
|
@@ -5510,7 +5940,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5510
5940
|
* @response `200` `string` Success
|
|
5511
5941
|
* @response `404` `ProblemDetails` Not Found
|
|
5512
5942
|
*/
|
|
5513
|
-
downloadLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
5943
|
+
downloadLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5514
5944
|
/**
|
|
5515
5945
|
* No description
|
|
5516
5946
|
*
|
|
@@ -5528,7 +5958,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5528
5958
|
/** @format binary */
|
|
5529
5959
|
file?: File;
|
|
5530
5960
|
bucket?: string;
|
|
5531
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
|
|
5961
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
|
|
5532
5962
|
/**
|
|
5533
5963
|
* No description
|
|
5534
5964
|
*
|
|
@@ -5541,7 +5971,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5541
5971
|
* @response `404` `ProblemDetails` Not Found
|
|
5542
5972
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5543
5973
|
*/
|
|
5544
|
-
retryFailedLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
|
|
5974
|
+
retryFailedLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
|
|
5545
5975
|
/**
|
|
5546
5976
|
* No description
|
|
5547
5977
|
*
|
|
@@ -5552,7 +5982,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5552
5982
|
* @secure
|
|
5553
5983
|
* @response `200` `DocumentDataRequest` Success
|
|
5554
5984
|
*/
|
|
5555
|
-
generateLoanDocument: (loanId: string, data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any>>;
|
|
5985
|
+
generateLoanDocument: (loanId: string, data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any, {}>>;
|
|
5556
5986
|
/**
|
|
5557
5987
|
* No description
|
|
5558
5988
|
*
|
|
@@ -5565,7 +5995,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5565
5995
|
* @response `400` `ProblemDetails` Bad Request
|
|
5566
5996
|
* @response `404` `ProblemDetails` Not Found
|
|
5567
5997
|
*/
|
|
5568
|
-
sendLoanDocuments: (loanId: string, data: SendLoanDocumentsRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
5998
|
+
sendLoanDocuments: (loanId: string, data: SendLoanDocumentsRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5569
5999
|
/**
|
|
5570
6000
|
* No description
|
|
5571
6001
|
*
|
|
@@ -5576,7 +6006,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5576
6006
|
* @secure
|
|
5577
6007
|
* @response `201` `Draft` Created
|
|
5578
6008
|
*/
|
|
5579
|
-
createLoanDraft: (data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
|
|
6009
|
+
createLoanDraft: (data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
|
|
5580
6010
|
/**
|
|
5581
6011
|
* No description
|
|
5582
6012
|
*
|
|
@@ -5587,7 +6017,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5587
6017
|
* @secure
|
|
5588
6018
|
* @response `200` `(DraftContent)[]` Success
|
|
5589
6019
|
*/
|
|
5590
|
-
getLoanDrafts: (params?: RequestParams) => Promise<AxiosResponse<DraftContent[], any>>;
|
|
6020
|
+
getLoanDrafts: (params?: RequestParams) => Promise<AxiosResponse<DraftContent[], any, {}>>;
|
|
5591
6021
|
/**
|
|
5592
6022
|
* No description
|
|
5593
6023
|
*
|
|
@@ -5598,7 +6028,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5598
6028
|
* @secure
|
|
5599
6029
|
* @response `200` `DraftContent` Success
|
|
5600
6030
|
*/
|
|
5601
|
-
getLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<DraftContent, any>>;
|
|
6031
|
+
getLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<DraftContent, any, {}>>;
|
|
5602
6032
|
/**
|
|
5603
6033
|
* No description
|
|
5604
6034
|
*
|
|
@@ -5609,7 +6039,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5609
6039
|
* @secure
|
|
5610
6040
|
* @response `200` `Draft` Success
|
|
5611
6041
|
*/
|
|
5612
|
-
replaceLoanDraft: (draftId: string, data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
|
|
6042
|
+
replaceLoanDraft: (draftId: string, data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
|
|
5613
6043
|
/**
|
|
5614
6044
|
* No description
|
|
5615
6045
|
*
|
|
@@ -5620,7 +6050,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5620
6050
|
* @secure
|
|
5621
6051
|
* @response `204` `void` No Content
|
|
5622
6052
|
*/
|
|
5623
|
-
deleteLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6053
|
+
deleteLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5624
6054
|
/**
|
|
5625
6055
|
* No description
|
|
5626
6056
|
*
|
|
@@ -5638,7 +6068,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5638
6068
|
pageNumber?: number;
|
|
5639
6069
|
sortBy?: string;
|
|
5640
6070
|
sortDirection?: string;
|
|
5641
|
-
}, params?: RequestParams) => Promise<AxiosResponse<DraftContentPaginated, any>>;
|
|
6071
|
+
}, params?: RequestParams) => Promise<AxiosResponse<DraftContentPaginated, any, {}>>;
|
|
5642
6072
|
/**
|
|
5643
6073
|
* No description
|
|
5644
6074
|
*
|
|
@@ -5649,7 +6079,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5649
6079
|
* @secure
|
|
5650
6080
|
* @response `200` `Draft` Success
|
|
5651
6081
|
*/
|
|
5652
|
-
reassignLoanOfficer: (draftId: string, data: DraftLoanOfficerReassignRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
|
|
6082
|
+
reassignLoanOfficer: (draftId: string, data: DraftLoanOfficerReassignRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
|
|
5653
6083
|
/**
|
|
5654
6084
|
* No description
|
|
5655
6085
|
*
|
|
@@ -5660,7 +6090,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5660
6090
|
* @secure
|
|
5661
6091
|
* @response `200` `Draft` Success
|
|
5662
6092
|
*/
|
|
5663
|
-
restoreLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
|
|
6093
|
+
restoreLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
|
|
5664
6094
|
/**
|
|
5665
6095
|
* No description
|
|
5666
6096
|
*
|
|
@@ -5680,7 +6110,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5680
6110
|
pageNumber?: number;
|
|
5681
6111
|
sortBy?: string;
|
|
5682
6112
|
sortDirection?: string;
|
|
5683
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanImportPaginated, any>>;
|
|
6113
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanImportPaginated, any, {}>>;
|
|
5684
6114
|
/**
|
|
5685
6115
|
* No description
|
|
5686
6116
|
*
|
|
@@ -5691,7 +6121,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5691
6121
|
* @secure
|
|
5692
6122
|
* @response `201` `LoanImport` Created
|
|
5693
6123
|
*/
|
|
5694
|
-
createLoanImport: (data: CreateLoanImportRequest, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any>>;
|
|
6124
|
+
createLoanImport: (data: CreateLoanImportRequest, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any, {}>>;
|
|
5695
6125
|
/**
|
|
5696
6126
|
* No description
|
|
5697
6127
|
*
|
|
@@ -5702,7 +6132,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5702
6132
|
* @secure
|
|
5703
6133
|
* @response `200` `LoanImport` Success
|
|
5704
6134
|
*/
|
|
5705
|
-
getLoanImport: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any>>;
|
|
6135
|
+
getLoanImport: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any, {}>>;
|
|
5706
6136
|
/**
|
|
5707
6137
|
* No description
|
|
5708
6138
|
*
|
|
@@ -5720,7 +6150,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5720
6150
|
pageNumber?: number;
|
|
5721
6151
|
sortBy?: string;
|
|
5722
6152
|
sortDirection?: string;
|
|
5723
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanImportLogPaginated, any>>;
|
|
6153
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanImportLogPaginated, any, {}>>;
|
|
5724
6154
|
/**
|
|
5725
6155
|
* No description
|
|
5726
6156
|
*
|
|
@@ -5732,7 +6162,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5732
6162
|
* @response `200` `(Invite)[]` Success
|
|
5733
6163
|
* @response `404` `ProblemDetails` Not Found
|
|
5734
6164
|
*/
|
|
5735
|
-
getLoanInvites: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Invite[], any>>;
|
|
6165
|
+
getLoanInvites: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Invite[], any, {}>>;
|
|
5736
6166
|
/**
|
|
5737
6167
|
* No description
|
|
5738
6168
|
*
|
|
@@ -5744,7 +6174,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5744
6174
|
* @response `200` `(Invite)[]` Success
|
|
5745
6175
|
* @response `404` `ProblemDetails` Not Found
|
|
5746
6176
|
*/
|
|
5747
|
-
inviteLoanContacts: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<Invite[], any>>;
|
|
6177
|
+
inviteLoanContacts: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<Invite[], any, {}>>;
|
|
5748
6178
|
/**
|
|
5749
6179
|
* No description
|
|
5750
6180
|
*
|
|
@@ -5762,7 +6192,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5762
6192
|
pageNumber?: number;
|
|
5763
6193
|
sortBy?: string;
|
|
5764
6194
|
sortDirection?: string;
|
|
5765
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanLogPaginated, any>>;
|
|
6195
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanLogPaginated, any, {}>>;
|
|
5766
6196
|
/**
|
|
5767
6197
|
* No description
|
|
5768
6198
|
*
|
|
@@ -5781,7 +6211,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5781
6211
|
pageNumber?: number;
|
|
5782
6212
|
sortBy?: string;
|
|
5783
6213
|
sortDirection?: string;
|
|
5784
|
-
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
|
|
6214
|
+
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
|
|
5785
6215
|
/**
|
|
5786
6216
|
* No description
|
|
5787
6217
|
*
|
|
@@ -5799,7 +6229,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5799
6229
|
pageNumber?: number;
|
|
5800
6230
|
sortBy?: string;
|
|
5801
6231
|
sortDirection?: string;
|
|
5802
|
-
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
|
|
6232
|
+
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
|
|
5803
6233
|
/**
|
|
5804
6234
|
* No description
|
|
5805
6235
|
*
|
|
@@ -5810,7 +6240,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5810
6240
|
* @secure
|
|
5811
6241
|
* @response `200` `BranchUser` Success
|
|
5812
6242
|
*/
|
|
5813
|
-
getLoanOfficer: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any>>;
|
|
6243
|
+
getLoanOfficer: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any, {}>>;
|
|
5814
6244
|
/**
|
|
5815
6245
|
* No description
|
|
5816
6246
|
*
|
|
@@ -5822,7 +6252,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5822
6252
|
* @response `200` `SiteConfiguration` Success
|
|
5823
6253
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5824
6254
|
*/
|
|
5825
|
-
createLoanOfficerSiteConfiguration: (loanOfficerId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
6255
|
+
createLoanOfficerSiteConfiguration: (loanOfficerId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
5826
6256
|
/**
|
|
5827
6257
|
* No description
|
|
5828
6258
|
*
|
|
@@ -5833,7 +6263,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5833
6263
|
* @secure
|
|
5834
6264
|
* @response `200` `SiteConfigurationWithInherited` Success
|
|
5835
6265
|
*/
|
|
5836
|
-
getLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
|
|
6266
|
+
getLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
|
|
5837
6267
|
/**
|
|
5838
6268
|
* No description
|
|
5839
6269
|
*
|
|
@@ -5847,7 +6277,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5847
6277
|
*/
|
|
5848
6278
|
replaceLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
|
|
5849
6279
|
applyToChildren?: boolean;
|
|
5850
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
6280
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
5851
6281
|
/**
|
|
5852
6282
|
* No description
|
|
5853
6283
|
*
|
|
@@ -5865,7 +6295,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5865
6295
|
pageNumber?: number;
|
|
5866
6296
|
sortBy?: string;
|
|
5867
6297
|
sortDirection?: string;
|
|
5868
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanQueuePaginated, any>>;
|
|
6298
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanQueuePaginated, any, {}>>;
|
|
5869
6299
|
/**
|
|
5870
6300
|
* No description
|
|
5871
6301
|
*
|
|
@@ -5877,7 +6307,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5877
6307
|
* @response `200` `any` Success
|
|
5878
6308
|
* @response `404` `ProblemDetails` Not Found
|
|
5879
6309
|
*/
|
|
5880
|
-
getLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<any, any>>;
|
|
6310
|
+
getLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<any, any, {}>>;
|
|
5881
6311
|
/**
|
|
5882
6312
|
* No description
|
|
5883
6313
|
*
|
|
@@ -5889,7 +6319,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5889
6319
|
* @response `200` `LoanQueueWithData` Success
|
|
5890
6320
|
* @response `404` `ProblemDetails` Not Found
|
|
5891
6321
|
*/
|
|
5892
|
-
replaceLoanQueue: (loanQueueId: string, data: UpdateLoanQueueRequest, params?: RequestParams) => Promise<AxiosResponse<LoanQueueWithData, any>>;
|
|
6322
|
+
replaceLoanQueue: (loanQueueId: string, data: UpdateLoanQueueRequest, params?: RequestParams) => Promise<AxiosResponse<LoanQueueWithData, any, {}>>;
|
|
5893
6323
|
/**
|
|
5894
6324
|
* No description
|
|
5895
6325
|
*
|
|
@@ -5901,7 +6331,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5901
6331
|
* @response `204` `void` No Content
|
|
5902
6332
|
* @response `404` `ProblemDetails` Not Found
|
|
5903
6333
|
*/
|
|
5904
|
-
deleteLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6334
|
+
deleteLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5905
6335
|
/**
|
|
5906
6336
|
* No description
|
|
5907
6337
|
*
|
|
@@ -5913,7 +6343,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5913
6343
|
* @response `204` `void` No Content
|
|
5914
6344
|
* @response `404` `ProblemDetails` Not Found
|
|
5915
6345
|
*/
|
|
5916
|
-
retryLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6346
|
+
retryLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
5917
6347
|
/**
|
|
5918
6348
|
* No description
|
|
5919
6349
|
*
|
|
@@ -5925,7 +6355,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5925
6355
|
* @response `200` `string` Success
|
|
5926
6356
|
* @response `422` `UnprocessableEntity` Client Error
|
|
5927
6357
|
*/
|
|
5928
|
-
createLoanByDraftId: (data: LoanCreateRequest, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
|
|
6358
|
+
createLoanByDraftId: (data: LoanCreateRequest, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
|
|
5929
6359
|
/**
|
|
5930
6360
|
* No description
|
|
5931
6361
|
*
|
|
@@ -5936,7 +6366,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5936
6366
|
* @secure
|
|
5937
6367
|
* @response `200` `GetApplications` Success
|
|
5938
6368
|
*/
|
|
5939
|
-
getLoans: (params?: RequestParams) => Promise<AxiosResponse<GetApplications, any>>;
|
|
6369
|
+
getLoans: (params?: RequestParams) => Promise<AxiosResponse<GetApplications, any, {}>>;
|
|
5940
6370
|
/**
|
|
5941
6371
|
* No description
|
|
5942
6372
|
*
|
|
@@ -5954,7 +6384,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5954
6384
|
pageNumber?: number;
|
|
5955
6385
|
sortBy?: string;
|
|
5956
6386
|
sortDirection?: string;
|
|
5957
|
-
}, params?: RequestParams) => Promise<AxiosResponse<any, any>>;
|
|
6387
|
+
}, params?: RequestParams) => Promise<AxiosResponse<any, any, {}>>;
|
|
5958
6388
|
/**
|
|
5959
6389
|
* No description
|
|
5960
6390
|
*
|
|
@@ -5966,7 +6396,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5966
6396
|
* @response `200` `Loan` Success
|
|
5967
6397
|
* @response `404` `ProblemDetails` Not Found
|
|
5968
6398
|
*/
|
|
5969
|
-
getLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
|
|
6399
|
+
getLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
|
|
5970
6400
|
/**
|
|
5971
6401
|
* No description
|
|
5972
6402
|
*
|
|
@@ -5984,7 +6414,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5984
6414
|
pageNumber?: number;
|
|
5985
6415
|
sortBy?: string;
|
|
5986
6416
|
sortDirection?: string;
|
|
5987
|
-
}, params?: RequestParams) => Promise<AxiosResponse<LoanListPaginated, any>>;
|
|
6417
|
+
}, params?: RequestParams) => Promise<AxiosResponse<LoanListPaginated, any, {}>>;
|
|
5988
6418
|
/**
|
|
5989
6419
|
* No description
|
|
5990
6420
|
*
|
|
@@ -5995,7 +6425,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
5995
6425
|
* @secure
|
|
5996
6426
|
* @response `200` `Loan` Success
|
|
5997
6427
|
*/
|
|
5998
|
-
importLoanFromLos: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
|
|
6428
|
+
importLoanFromLos: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
|
|
5999
6429
|
/**
|
|
6000
6430
|
* No description
|
|
6001
6431
|
*
|
|
@@ -6006,7 +6436,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6006
6436
|
* @secure
|
|
6007
6437
|
* @response `200` `Loan` Success
|
|
6008
6438
|
*/
|
|
6009
|
-
updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
|
|
6439
|
+
updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
|
|
6010
6440
|
/**
|
|
6011
6441
|
* No description
|
|
6012
6442
|
*
|
|
@@ -6025,7 +6455,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6025
6455
|
pageNumber?: number;
|
|
6026
6456
|
sortBy?: string;
|
|
6027
6457
|
sortDirection?: string;
|
|
6028
|
-
}, params?: RequestParams) => Promise<AxiosResponse<TaskCommentPaginated, any>>;
|
|
6458
|
+
}, params?: RequestParams) => Promise<AxiosResponse<TaskCommentPaginated, any, {}>>;
|
|
6029
6459
|
/**
|
|
6030
6460
|
* No description
|
|
6031
6461
|
*
|
|
@@ -6037,7 +6467,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6037
6467
|
* @response `200` `TaskComment` Success
|
|
6038
6468
|
* @response `404` `ProblemDetails` Not Found
|
|
6039
6469
|
*/
|
|
6040
|
-
getLoanTaskComment: (id: string, loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
|
|
6470
|
+
getLoanTaskComment: (id: string, loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
|
|
6041
6471
|
/**
|
|
6042
6472
|
* No description
|
|
6043
6473
|
*
|
|
@@ -6049,7 +6479,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6049
6479
|
* @response `201` `TaskComment` Created
|
|
6050
6480
|
* @response `404` `ProblemDetails` Not Found
|
|
6051
6481
|
*/
|
|
6052
|
-
createLoanTaskComment: (loanId: string, userLoanTaskId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
|
|
6482
|
+
createLoanTaskComment: (loanId: string, userLoanTaskId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
|
|
6053
6483
|
/**
|
|
6054
6484
|
* No description
|
|
6055
6485
|
*
|
|
@@ -6061,7 +6491,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6061
6491
|
* @response `200` `TaskComment` Success
|
|
6062
6492
|
* @response `404` `ProblemDetails` Not Found
|
|
6063
6493
|
*/
|
|
6064
|
-
replaceLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
|
|
6494
|
+
replaceLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
|
|
6065
6495
|
/**
|
|
6066
6496
|
* No description
|
|
6067
6497
|
*
|
|
@@ -6073,7 +6503,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6073
6503
|
* @response `204` `void` No Content
|
|
6074
6504
|
* @response `404` `ProblemDetails` Not Found
|
|
6075
6505
|
*/
|
|
6076
|
-
deleteLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6506
|
+
deleteLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6077
6507
|
/**
|
|
6078
6508
|
* No description
|
|
6079
6509
|
*
|
|
@@ -6091,7 +6521,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6091
6521
|
/** @format binary */
|
|
6092
6522
|
file?: File;
|
|
6093
6523
|
bucket?: string;
|
|
6094
|
-
}, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
|
|
6524
|
+
}, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
|
|
6095
6525
|
/**
|
|
6096
6526
|
* No description
|
|
6097
6527
|
*
|
|
@@ -6103,7 +6533,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6103
6533
|
* @response `204` `UserLoanTask` No Content
|
|
6104
6534
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6105
6535
|
*/
|
|
6106
|
-
createLoanTaskDocumentBucket: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
|
|
6536
|
+
createLoanTaskDocumentBucket: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
|
|
6107
6537
|
/**
|
|
6108
6538
|
* No description
|
|
6109
6539
|
*
|
|
@@ -6115,7 +6545,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6115
6545
|
* @response `200` `(UserLoanTask)[]` Success
|
|
6116
6546
|
* @response `404` `ProblemDetails` Not Found
|
|
6117
6547
|
*/
|
|
6118
|
-
getLoanTasks: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
|
|
6548
|
+
getLoanTasks: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
|
|
6119
6549
|
/**
|
|
6120
6550
|
* No description
|
|
6121
6551
|
*
|
|
@@ -6127,7 +6557,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6127
6557
|
* @response `200` `UserLoanTask` Success
|
|
6128
6558
|
* @response `404` `ProblemDetails` Not Found
|
|
6129
6559
|
*/
|
|
6130
|
-
getLoanTask: (id: string, loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
|
|
6560
|
+
getLoanTask: (id: string, loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
|
|
6131
6561
|
/**
|
|
6132
6562
|
* @description Get the difference between the current loan tasks and the tasks generated by business rules
|
|
6133
6563
|
*
|
|
@@ -6139,7 +6569,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6139
6569
|
* @response `200` `(UserLoanTask)[]` Success
|
|
6140
6570
|
* @response `404` `ProblemDetails` Not Found
|
|
6141
6571
|
*/
|
|
6142
|
-
getLoanTaskDifference: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
|
|
6572
|
+
getLoanTaskDifference: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
|
|
6143
6573
|
/**
|
|
6144
6574
|
* No description
|
|
6145
6575
|
*
|
|
@@ -6151,7 +6581,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6151
6581
|
* @response `201` `UserLoanTask` Created
|
|
6152
6582
|
* @response `404` `ProblemDetails` Not Found
|
|
6153
6583
|
*/
|
|
6154
|
-
createLoanTask: (loanId: string, taskId: string, data: UserLoanTaskRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
|
|
6584
|
+
createLoanTask: (loanId: string, taskId: string, data: UserLoanTaskRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
|
|
6155
6585
|
/**
|
|
6156
6586
|
* No description
|
|
6157
6587
|
*
|
|
@@ -6163,7 +6593,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6163
6593
|
* @response `201` `(UserLoanTask)[]` Created
|
|
6164
6594
|
* @response `404` `ProblemDetails` Not Found
|
|
6165
6595
|
*/
|
|
6166
|
-
importLoanTask: (loanId: string, data: ImportUserLoanTaskRequest[], params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
|
|
6596
|
+
importLoanTask: (loanId: string, data: ImportUserLoanTaskRequest[], params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
|
|
6167
6597
|
/**
|
|
6168
6598
|
* No description
|
|
6169
6599
|
*
|
|
@@ -6175,7 +6605,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6175
6605
|
* @response `200` `UserLoanTask` Success
|
|
6176
6606
|
* @response `404` `ProblemDetails` Not Found
|
|
6177
6607
|
*/
|
|
6178
|
-
replaceLoanTask: (loanId: string, userLoanTaskId: string, data: UserLoanTaskUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
|
|
6608
|
+
replaceLoanTask: (loanId: string, userLoanTaskId: string, data: UserLoanTaskUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
|
|
6179
6609
|
/**
|
|
6180
6610
|
* No description
|
|
6181
6611
|
*
|
|
@@ -6187,7 +6617,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6187
6617
|
* @response `204` `void` No Content
|
|
6188
6618
|
* @response `404` `ProblemDetails` Not Found
|
|
6189
6619
|
*/
|
|
6190
|
-
deleteLoanTask: (loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6620
|
+
deleteLoanTask: (loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6191
6621
|
/**
|
|
6192
6622
|
* No description
|
|
6193
6623
|
*
|
|
@@ -6199,7 +6629,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6199
6629
|
* @response `204` `void` No Content
|
|
6200
6630
|
* @response `404` `ProblemDetails` Not Found
|
|
6201
6631
|
*/
|
|
6202
|
-
sendOutstandingLoanTaskNotification: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6632
|
+
sendOutstandingLoanTaskNotification: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6203
6633
|
/**
|
|
6204
6634
|
* No description
|
|
6205
6635
|
*
|
|
@@ -6212,7 +6642,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6212
6642
|
* @response `404` `ProblemDetails` Not Found
|
|
6213
6643
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6214
6644
|
*/
|
|
6215
|
-
createLoanTaskVerification: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
|
|
6645
|
+
createLoanTaskVerification: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
|
|
6216
6646
|
/**
|
|
6217
6647
|
* No description
|
|
6218
6648
|
*
|
|
@@ -6223,7 +6653,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6223
6653
|
* @secure
|
|
6224
6654
|
* @response `200` `(UserLoanConsent)[]` Success
|
|
6225
6655
|
*/
|
|
6226
|
-
getLoanUserConsents: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanConsent[], any>>;
|
|
6656
|
+
getLoanUserConsents: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanConsent[], any, {}>>;
|
|
6227
6657
|
/**
|
|
6228
6658
|
* No description
|
|
6229
6659
|
*
|
|
@@ -6234,7 +6664,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6234
6664
|
* @secure
|
|
6235
6665
|
* @response `200` `LoanUser` Success
|
|
6236
6666
|
*/
|
|
6237
|
-
getLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
|
|
6667
|
+
getLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
|
|
6238
6668
|
/**
|
|
6239
6669
|
* No description
|
|
6240
6670
|
*
|
|
@@ -6245,7 +6675,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6245
6675
|
* @secure
|
|
6246
6676
|
* @response `201` `LoanUser` Created
|
|
6247
6677
|
*/
|
|
6248
|
-
addLoanUser: (loanId: string, userId: string, data: CreateUserLoan, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
|
|
6678
|
+
addLoanUser: (loanId: string, userId: string, data: CreateUserLoan, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
|
|
6249
6679
|
/**
|
|
6250
6680
|
* No description
|
|
6251
6681
|
*
|
|
@@ -6256,7 +6686,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6256
6686
|
* @secure
|
|
6257
6687
|
* @response `204` `LoanUser` No Content
|
|
6258
6688
|
*/
|
|
6259
|
-
removeLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
|
|
6689
|
+
removeLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
|
|
6260
6690
|
/**
|
|
6261
6691
|
* No description
|
|
6262
6692
|
*
|
|
@@ -6267,7 +6697,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6267
6697
|
* @secure
|
|
6268
6698
|
* @response `204` `void` No Content
|
|
6269
6699
|
*/
|
|
6270
|
-
sendLoanUserInviteReminderNotification: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6700
|
+
sendLoanUserInviteReminderNotification: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6271
6701
|
/**
|
|
6272
6702
|
* No description
|
|
6273
6703
|
*
|
|
@@ -6278,7 +6708,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6278
6708
|
* @secure
|
|
6279
6709
|
* @response `200` `(MilestoneConfiguration)[]` Success
|
|
6280
6710
|
*/
|
|
6281
|
-
getMilestones: (params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration[], any>>;
|
|
6711
|
+
getMilestones: (params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration[], any, {}>>;
|
|
6282
6712
|
/**
|
|
6283
6713
|
* No description
|
|
6284
6714
|
*
|
|
@@ -6290,7 +6720,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6290
6720
|
* @response `201` `MilestoneConfiguration` Created
|
|
6291
6721
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6292
6722
|
*/
|
|
6293
|
-
createMilestone: (data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
|
|
6723
|
+
createMilestone: (data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
|
|
6294
6724
|
/**
|
|
6295
6725
|
* No description
|
|
6296
6726
|
*
|
|
@@ -6302,7 +6732,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6302
6732
|
* @response `200` `MilestoneConfiguration` Success
|
|
6303
6733
|
* @response `404` `Error` Not Found
|
|
6304
6734
|
*/
|
|
6305
|
-
getMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
|
|
6735
|
+
getMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
|
|
6306
6736
|
/**
|
|
6307
6737
|
* No description
|
|
6308
6738
|
*
|
|
@@ -6315,7 +6745,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6315
6745
|
* @response `404` `Error` Not Found
|
|
6316
6746
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6317
6747
|
*/
|
|
6318
|
-
replaceMilestone: (id: string, data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
|
|
6748
|
+
replaceMilestone: (id: string, data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
|
|
6319
6749
|
/**
|
|
6320
6750
|
* No description
|
|
6321
6751
|
*
|
|
@@ -6327,7 +6757,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6327
6757
|
* @response `204` `void` No Content
|
|
6328
6758
|
* @response `404` `Error` Not Found
|
|
6329
6759
|
*/
|
|
6330
|
-
deleteMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6760
|
+
deleteMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6331
6761
|
/**
|
|
6332
6762
|
* No description
|
|
6333
6763
|
*
|
|
@@ -6339,7 +6769,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6339
6769
|
* @response `200` `MonthlyPaymentCalculator` Success
|
|
6340
6770
|
* @response `422` `ProblemDetails` Client Error
|
|
6341
6771
|
*/
|
|
6342
|
-
calculateMortgageMonthlyPayment: (data: MonthlyPaymentCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<MonthlyPaymentCalculator, any>>;
|
|
6772
|
+
calculateMortgageMonthlyPayment: (data: MonthlyPaymentCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<MonthlyPaymentCalculator, any, {}>>;
|
|
6343
6773
|
/**
|
|
6344
6774
|
* No description
|
|
6345
6775
|
*
|
|
@@ -6351,7 +6781,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6351
6781
|
* @response `200` `AffordabilityCalculator` Success
|
|
6352
6782
|
* @response `422` `ProblemDetails` Client Error
|
|
6353
6783
|
*/
|
|
6354
|
-
calculateMortgageAffordability: (data: AffordabilityCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<AffordabilityCalculator, any>>;
|
|
6784
|
+
calculateMortgageAffordability: (data: AffordabilityCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<AffordabilityCalculator, any, {}>>;
|
|
6355
6785
|
/**
|
|
6356
6786
|
* No description
|
|
6357
6787
|
*
|
|
@@ -6363,7 +6793,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6363
6793
|
* @response `200` `LoanComparisonCalculator` Success
|
|
6364
6794
|
* @response `422` `ProblemDetails` Client Error
|
|
6365
6795
|
*/
|
|
6366
|
-
calculateMortgageLoanComparison: (data: LoanComparisonCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonCalculator, any>>;
|
|
6796
|
+
calculateMortgageLoanComparison: (data: LoanComparisonCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonCalculator, any, {}>>;
|
|
6367
6797
|
/**
|
|
6368
6798
|
* No description
|
|
6369
6799
|
*
|
|
@@ -6375,7 +6805,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6375
6805
|
* @response `200` `RefinanceCalculator` Success
|
|
6376
6806
|
* @response `422` `ProblemDetails` Client Error
|
|
6377
6807
|
*/
|
|
6378
|
-
calculateMortgageRefinance: (data: RefinanceCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<RefinanceCalculator, any>>;
|
|
6808
|
+
calculateMortgageRefinance: (data: RefinanceCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<RefinanceCalculator, any, {}>>;
|
|
6379
6809
|
/**
|
|
6380
6810
|
* No description
|
|
6381
6811
|
*
|
|
@@ -6387,7 +6817,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6387
6817
|
* @response `200` `void` Success
|
|
6388
6818
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6389
6819
|
*/
|
|
6390
|
-
sendNotificationForLoan: (data: SendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6820
|
+
sendNotificationForLoan: (data: SendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6391
6821
|
/**
|
|
6392
6822
|
* No description
|
|
6393
6823
|
*
|
|
@@ -6399,7 +6829,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6399
6829
|
* @response `200` `void` Success
|
|
6400
6830
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6401
6831
|
*/
|
|
6402
|
-
sendTestNotificationForLoan: (data: TestSendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6832
|
+
sendTestNotificationForLoan: (data: TestSendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6403
6833
|
/**
|
|
6404
6834
|
* No description
|
|
6405
6835
|
*
|
|
@@ -6412,7 +6842,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6412
6842
|
*/
|
|
6413
6843
|
getNotificationTemplates: (query?: {
|
|
6414
6844
|
showAll?: boolean;
|
|
6415
|
-
}, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateBase[], any>>;
|
|
6845
|
+
}, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateBase[], any, {}>>;
|
|
6416
6846
|
/**
|
|
6417
6847
|
* No description
|
|
6418
6848
|
*
|
|
@@ -6424,7 +6854,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6424
6854
|
* @response `201` `NotificationTemplate` Created
|
|
6425
6855
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6426
6856
|
*/
|
|
6427
|
-
createNotificationTemplate: (data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
|
|
6857
|
+
createNotificationTemplate: (data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
|
|
6428
6858
|
/**
|
|
6429
6859
|
* No description
|
|
6430
6860
|
*
|
|
@@ -6435,7 +6865,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6435
6865
|
* @secure
|
|
6436
6866
|
* @response `200` `NotificationTemplate` Success
|
|
6437
6867
|
*/
|
|
6438
|
-
getNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
|
|
6868
|
+
getNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
|
|
6439
6869
|
/**
|
|
6440
6870
|
* No description
|
|
6441
6871
|
*
|
|
@@ -6447,7 +6877,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6447
6877
|
* @response `200` `NotificationTemplate` Success
|
|
6448
6878
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6449
6879
|
*/
|
|
6450
|
-
replaceNotificationTemplate: (id: string, data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
|
|
6880
|
+
replaceNotificationTemplate: (id: string, data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
|
|
6451
6881
|
/**
|
|
6452
6882
|
* No description
|
|
6453
6883
|
*
|
|
@@ -6458,7 +6888,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6458
6888
|
* @secure
|
|
6459
6889
|
* @response `204` `void` No Content
|
|
6460
6890
|
*/
|
|
6461
|
-
deleteNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
6891
|
+
deleteNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6462
6892
|
/**
|
|
6463
6893
|
* No description
|
|
6464
6894
|
*
|
|
@@ -6469,7 +6899,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6469
6899
|
* @secure
|
|
6470
6900
|
* @response `200` `NotificationTemplate` Success
|
|
6471
6901
|
*/
|
|
6472
|
-
restoreNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
|
|
6902
|
+
restoreNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
|
|
6473
6903
|
/**
|
|
6474
6904
|
* No description
|
|
6475
6905
|
*
|
|
@@ -6480,7 +6910,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6480
6910
|
* @secure
|
|
6481
6911
|
* @response `200` `(NotificationTemplateVersion)[]` Success
|
|
6482
6912
|
*/
|
|
6483
|
-
getNotificationTemplateVersions: (notificationId: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion[], any>>;
|
|
6913
|
+
getNotificationTemplateVersions: (notificationId: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion[], any, {}>>;
|
|
6484
6914
|
/**
|
|
6485
6915
|
* No description
|
|
6486
6916
|
*
|
|
@@ -6491,7 +6921,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6491
6921
|
* @secure
|
|
6492
6922
|
* @response `200` `NotificationTemplateVersion` Success
|
|
6493
6923
|
*/
|
|
6494
|
-
createNotificationTemplateVersion: (notificationId: string, data: NotificationTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
|
|
6924
|
+
createNotificationTemplateVersion: (notificationId: string, data: NotificationTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
|
|
6495
6925
|
/**
|
|
6496
6926
|
* No description
|
|
6497
6927
|
*
|
|
@@ -6502,7 +6932,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6502
6932
|
* @secure
|
|
6503
6933
|
* @response `200` `NotificationTemplateVersion` Success
|
|
6504
6934
|
*/
|
|
6505
|
-
getNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
|
|
6935
|
+
getNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
|
|
6506
6936
|
/**
|
|
6507
6937
|
* No description
|
|
6508
6938
|
*
|
|
@@ -6513,7 +6943,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6513
6943
|
* @secure
|
|
6514
6944
|
* @response `200` `NotificationTemplateVersion` Success
|
|
6515
6945
|
*/
|
|
6516
|
-
replaceNotificationTemplateVersion: (notificationId: string, id: string, data: NotificationTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
|
|
6946
|
+
replaceNotificationTemplateVersion: (notificationId: string, id: string, data: NotificationTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
|
|
6517
6947
|
/**
|
|
6518
6948
|
* No description
|
|
6519
6949
|
*
|
|
@@ -6524,7 +6954,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6524
6954
|
* @secure
|
|
6525
6955
|
* @response `200` `NotificationTemplateVersion` Success
|
|
6526
6956
|
*/
|
|
6527
|
-
deleteNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
|
|
6957
|
+
deleteNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
|
|
6528
6958
|
/**
|
|
6529
6959
|
* No description
|
|
6530
6960
|
*
|
|
@@ -6538,14 +6968,14 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6538
6968
|
getPartners: (query?: {
|
|
6539
6969
|
showAll?: boolean;
|
|
6540
6970
|
/** @default "Realtor" */
|
|
6541
|
-
role?:
|
|
6971
|
+
role?: GetPartnersParamsRoleEnum;
|
|
6542
6972
|
/** @format int32 */
|
|
6543
6973
|
pageSize?: number;
|
|
6544
6974
|
/** @format int32 */
|
|
6545
6975
|
pageNumber?: number;
|
|
6546
6976
|
sortBy?: string;
|
|
6547
6977
|
sortDirection?: string;
|
|
6548
|
-
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
|
|
6978
|
+
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
|
|
6549
6979
|
/**
|
|
6550
6980
|
* No description
|
|
6551
6981
|
*
|
|
@@ -6563,7 +6993,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6563
6993
|
pageNumber?: number;
|
|
6564
6994
|
sortBy?: string;
|
|
6565
6995
|
sortDirection?: string;
|
|
6566
|
-
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
|
|
6996
|
+
}, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
|
|
6567
6997
|
/**
|
|
6568
6998
|
* No description
|
|
6569
6999
|
*
|
|
@@ -6574,7 +7004,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6574
7004
|
* @secure
|
|
6575
7005
|
* @response `200` `BranchUser` Success
|
|
6576
7006
|
*/
|
|
6577
|
-
getPartner: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any>>;
|
|
7007
|
+
getPartner: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any, {}>>;
|
|
6578
7008
|
/**
|
|
6579
7009
|
* No description
|
|
6580
7010
|
*
|
|
@@ -6586,7 +7016,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6586
7016
|
* @response `200` `SiteConfiguration` Success
|
|
6587
7017
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6588
7018
|
*/
|
|
6589
|
-
createPartnerSiteConfiguration: (realtorId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
7019
|
+
createPartnerSiteConfiguration: (realtorId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
6590
7020
|
/**
|
|
6591
7021
|
* No description
|
|
6592
7022
|
*
|
|
@@ -6597,7 +7027,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6597
7027
|
* @secure
|
|
6598
7028
|
* @response `200` `SiteConfigurationWithInherited` Success
|
|
6599
7029
|
*/
|
|
6600
|
-
getPartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
|
|
7030
|
+
getPartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
|
|
6601
7031
|
/**
|
|
6602
7032
|
* No description
|
|
6603
7033
|
*
|
|
@@ -6611,7 +7041,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6611
7041
|
*/
|
|
6612
7042
|
replacePartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
|
|
6613
7043
|
applyToChildren?: boolean;
|
|
6614
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
7044
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
6615
7045
|
/**
|
|
6616
7046
|
* No description
|
|
6617
7047
|
*
|
|
@@ -6622,7 +7052,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6622
7052
|
* @secure
|
|
6623
7053
|
* @response `200` `SiteConfiguration` Success
|
|
6624
7054
|
*/
|
|
6625
|
-
getSiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
7055
|
+
getSiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
6626
7056
|
/**
|
|
6627
7057
|
* No description
|
|
6628
7058
|
*
|
|
@@ -6635,7 +7065,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6635
7065
|
* @response `200` `SiteConfigurationByUrl` Success
|
|
6636
7066
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6637
7067
|
*/
|
|
6638
|
-
searchSiteConfigurationByUrl: (data: GetSiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any>>;
|
|
7068
|
+
searchSiteConfigurationByUrl: (data: GetSiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any, {}>>;
|
|
6639
7069
|
/**
|
|
6640
7070
|
* No description
|
|
6641
7071
|
*
|
|
@@ -6649,7 +7079,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6649
7079
|
*/
|
|
6650
7080
|
getSiteConfigurationByUrl: (query?: {
|
|
6651
7081
|
url?: string;
|
|
6652
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any>>;
|
|
7082
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any, {}>>;
|
|
6653
7083
|
/**
|
|
6654
7084
|
* No description
|
|
6655
7085
|
*
|
|
@@ -6662,7 +7092,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6662
7092
|
* @response `200` `SiteConfiguration` Success
|
|
6663
7093
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6664
7094
|
*/
|
|
6665
|
-
searchSiteConfigurationByLoanOfficerUser: (data: GetSiteConfigurationByLOUserIDRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
7095
|
+
searchSiteConfigurationByLoanOfficerUser: (data: GetSiteConfigurationByLOUserIDRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
6666
7096
|
/**
|
|
6667
7097
|
* No description
|
|
6668
7098
|
*
|
|
@@ -6674,7 +7104,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6674
7104
|
* @response `200` `SiteConfiguration` Success
|
|
6675
7105
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6676
7106
|
*/
|
|
6677
|
-
getSiteConfigurationByLoanOfficerUser: (loUserId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
|
|
7107
|
+
getSiteConfigurationByLoanOfficerUser: (loUserId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
|
|
6678
7108
|
/**
|
|
6679
7109
|
* No description
|
|
6680
7110
|
*
|
|
@@ -6693,7 +7123,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6693
7123
|
pageNumber?: number;
|
|
6694
7124
|
sortBy?: string;
|
|
6695
7125
|
sortDirection?: string;
|
|
6696
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationSummaryPaginated, any>>;
|
|
7126
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationSummaryPaginated, any, {}>>;
|
|
6697
7127
|
/**
|
|
6698
7128
|
* No description
|
|
6699
7129
|
*
|
|
@@ -6704,7 +7134,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6704
7134
|
* @secure
|
|
6705
7135
|
* @response `200` `(AdminAccessGetForms)[]` Success
|
|
6706
7136
|
*/
|
|
6707
|
-
getFormsBySiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any>>;
|
|
7137
|
+
getFormsBySiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any, {}>>;
|
|
6708
7138
|
/**
|
|
6709
7139
|
* No description
|
|
6710
7140
|
*
|
|
@@ -6716,7 +7146,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6716
7146
|
* @response `200` `File` Success
|
|
6717
7147
|
* @response `404` `ProblemDetails` Not Found
|
|
6718
7148
|
*/
|
|
6719
|
-
getSamlMetadata: (sSoIntegration:
|
|
7149
|
+
getSamlMetadata: (sSoIntegration: GetSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
|
|
6720
7150
|
/**
|
|
6721
7151
|
* No description
|
|
6722
7152
|
*
|
|
@@ -6727,7 +7157,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6727
7157
|
* @secure
|
|
6728
7158
|
* @response `200` `File` Success
|
|
6729
7159
|
*/
|
|
6730
|
-
createOrReplaceSamlMetadata: (sSoIntegration:
|
|
7160
|
+
createOrReplaceSamlMetadata: (sSoIntegration: CreateOrReplaceSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
|
|
6731
7161
|
/**
|
|
6732
7162
|
* No description
|
|
6733
7163
|
*
|
|
@@ -6738,7 +7168,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6738
7168
|
* @secure
|
|
6739
7169
|
* @response `200` `(SiteConfigurationForm)[]` Success
|
|
6740
7170
|
*/
|
|
6741
|
-
getWorkflowSiteConfigurations: (workflowId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm[], any>>;
|
|
7171
|
+
getWorkflowSiteConfigurations: (workflowId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm[], any, {}>>;
|
|
6742
7172
|
/**
|
|
6743
7173
|
* No description
|
|
6744
7174
|
*
|
|
@@ -6750,7 +7180,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6750
7180
|
* @response `200` `SiteConfigurationForm` Success
|
|
6751
7181
|
* @response `404` `ProblemDetails` Not Found
|
|
6752
7182
|
*/
|
|
6753
|
-
getWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any>>;
|
|
7183
|
+
getWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any, {}>>;
|
|
6754
7184
|
/**
|
|
6755
7185
|
* No description
|
|
6756
7186
|
*
|
|
@@ -6763,7 +7193,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6763
7193
|
* @response `409` `ProblemDetails` Conflict
|
|
6764
7194
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6765
7195
|
*/
|
|
6766
|
-
createWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any>>;
|
|
7196
|
+
createWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any, {}>>;
|
|
6767
7197
|
/**
|
|
6768
7198
|
* No description
|
|
6769
7199
|
*
|
|
@@ -6774,7 +7204,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6774
7204
|
* @secure
|
|
6775
7205
|
* @response `204` `void` No Content
|
|
6776
7206
|
*/
|
|
6777
|
-
deleteWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7207
|
+
deleteWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6778
7208
|
/**
|
|
6779
7209
|
* No description
|
|
6780
7210
|
*
|
|
@@ -6785,7 +7215,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6785
7215
|
* @secure
|
|
6786
7216
|
* @response `200` `GetForm` Success
|
|
6787
7217
|
*/
|
|
6788
|
-
getFormBySiteConfigurationSlug: (data: GetSiteFormRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any>>;
|
|
7218
|
+
getFormBySiteConfigurationSlug: (data: GetSiteFormRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any, {}>>;
|
|
6789
7219
|
/**
|
|
6790
7220
|
* No description
|
|
6791
7221
|
*
|
|
@@ -6799,7 +7229,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6799
7229
|
getSurveysByUsers: (query?: {
|
|
6800
7230
|
/** @format int32 */
|
|
6801
7231
|
limit?: number;
|
|
6802
|
-
}, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any>>;
|
|
7232
|
+
}, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any, {}>>;
|
|
6803
7233
|
/**
|
|
6804
7234
|
* No description
|
|
6805
7235
|
*
|
|
@@ -6811,7 +7241,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6811
7241
|
* @response `200` `(SocialSurveyRecord)[]` Success
|
|
6812
7242
|
* @response `422` `UnprocessableEntity` Client Error
|
|
6813
7243
|
*/
|
|
6814
|
-
getSurveysByUser: (data: SurveyEmailRequest, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any>>;
|
|
7244
|
+
getSurveysByUser: (data: SurveyEmailRequest, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any, {}>>;
|
|
6815
7245
|
/**
|
|
6816
7246
|
* No description
|
|
6817
7247
|
*
|
|
@@ -6830,7 +7260,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6830
7260
|
pageNumber?: number;
|
|
6831
7261
|
sortBy?: string;
|
|
6832
7262
|
sortDirection?: string;
|
|
6833
|
-
}, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
|
|
7263
|
+
}, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
|
|
6834
7264
|
/**
|
|
6835
7265
|
* No description
|
|
6836
7266
|
*
|
|
@@ -6841,7 +7271,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6841
7271
|
* @secure
|
|
6842
7272
|
* @response `201` `Task` Created
|
|
6843
7273
|
*/
|
|
6844
|
-
createTask: (data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
|
|
7274
|
+
createTask: (data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
|
|
6845
7275
|
/**
|
|
6846
7276
|
* No description
|
|
6847
7277
|
*
|
|
@@ -6853,7 +7283,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6853
7283
|
* @response `200` `Task` Success
|
|
6854
7284
|
* @response `404` `ProblemDetails` Not Found
|
|
6855
7285
|
*/
|
|
6856
|
-
getTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
|
|
7286
|
+
getTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
|
|
6857
7287
|
/**
|
|
6858
7288
|
* No description
|
|
6859
7289
|
*
|
|
@@ -6865,7 +7295,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6865
7295
|
* @response `200` `void` Success
|
|
6866
7296
|
* @response `404` `ProblemDetails` Not Found
|
|
6867
7297
|
*/
|
|
6868
|
-
replaceTask: (id: string, data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7298
|
+
replaceTask: (id: string, data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6869
7299
|
/**
|
|
6870
7300
|
* No description
|
|
6871
7301
|
*
|
|
@@ -6877,7 +7307,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6877
7307
|
* @response `204` `void` No Content
|
|
6878
7308
|
* @response `404` `ProblemDetails` Not Found
|
|
6879
7309
|
*/
|
|
6880
|
-
deleteTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7310
|
+
deleteTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6881
7311
|
/**
|
|
6882
7312
|
* No description
|
|
6883
7313
|
*
|
|
@@ -6895,7 +7325,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6895
7325
|
pageNumber?: number;
|
|
6896
7326
|
sortBy?: string;
|
|
6897
7327
|
sortDirection?: string;
|
|
6898
|
-
}, params?: RequestParams) => Promise<AxiosResponse<TaskPaginated, any>>;
|
|
7328
|
+
}, params?: RequestParams) => Promise<AxiosResponse<TaskPaginated, any, {}>>;
|
|
6899
7329
|
/**
|
|
6900
7330
|
* No description
|
|
6901
7331
|
*
|
|
@@ -6905,7 +7335,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6905
7335
|
* @secure
|
|
6906
7336
|
* @response `200` `void` Success
|
|
6907
7337
|
*/
|
|
6908
|
-
integrationsLosLoansCreate: (data: LosLoanCreationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7338
|
+
integrationsLosLoansCreate: (data: LosLoanCreationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6909
7339
|
/**
|
|
6910
7340
|
* No description
|
|
6911
7341
|
*
|
|
@@ -6917,7 +7347,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6917
7347
|
* @response `201` `UserDevice` Created
|
|
6918
7348
|
* @response `400` `ProblemDetails` Bad Request
|
|
6919
7349
|
*/
|
|
6920
|
-
createUserDevice: (data: CreateUserDeviceRequest, params?: RequestParams) => Promise<AxiosResponse<UserDevice, any>>;
|
|
7350
|
+
createUserDevice: (data: CreateUserDeviceRequest, params?: RequestParams) => Promise<AxiosResponse<UserDevice, any, {}>>;
|
|
6921
7351
|
/**
|
|
6922
7352
|
* No description
|
|
6923
7353
|
*
|
|
@@ -6929,7 +7359,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6929
7359
|
* @response `204` `void` No Content
|
|
6930
7360
|
* @response `404` `ProblemDetails` Not Found
|
|
6931
7361
|
*/
|
|
6932
|
-
deleteUserDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7362
|
+
deleteUserDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6933
7363
|
/**
|
|
6934
7364
|
* No description
|
|
6935
7365
|
*
|
|
@@ -6947,7 +7377,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6947
7377
|
pageNumber?: number;
|
|
6948
7378
|
sortBy?: string;
|
|
6949
7379
|
sortDirection?: string;
|
|
6950
|
-
}, params?: RequestParams) => Promise<AxiosResponse<UserDraftPaginated, any>>;
|
|
7380
|
+
}, params?: RequestParams) => Promise<AxiosResponse<UserDraftPaginated, any, {}>>;
|
|
6951
7381
|
/**
|
|
6952
7382
|
* No description
|
|
6953
7383
|
*
|
|
@@ -6958,7 +7388,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6958
7388
|
* @secure
|
|
6959
7389
|
* @response `200` `UserDraft` Success
|
|
6960
7390
|
*/
|
|
6961
|
-
getDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any>>;
|
|
7391
|
+
getDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any, {}>>;
|
|
6962
7392
|
/**
|
|
6963
7393
|
* No description
|
|
6964
7394
|
*
|
|
@@ -6969,7 +7399,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6969
7399
|
* @secure
|
|
6970
7400
|
* @response `200` `UserDraft` Success
|
|
6971
7401
|
*/
|
|
6972
|
-
addDraftUsers: (draftId: string, userId: string, data: CreateUserDraft, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any>>;
|
|
7402
|
+
addDraftUsers: (draftId: string, userId: string, data: CreateUserDraft, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any, {}>>;
|
|
6973
7403
|
/**
|
|
6974
7404
|
* No description
|
|
6975
7405
|
*
|
|
@@ -6980,7 +7410,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6980
7410
|
* @secure
|
|
6981
7411
|
* @response `204` `void` No Content
|
|
6982
7412
|
*/
|
|
6983
|
-
deleteDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7413
|
+
deleteDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
6984
7414
|
/**
|
|
6985
7415
|
* No description
|
|
6986
7416
|
*
|
|
@@ -6991,7 +7421,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
6991
7421
|
* @secure
|
|
6992
7422
|
* @response `200` `(UserGroupAccessScope)[]` Success
|
|
6993
7423
|
*/
|
|
6994
|
-
getUserGroupAccessScopes: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope[], any>>;
|
|
7424
|
+
getUserGroupAccessScopes: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope[], any, {}>>;
|
|
6995
7425
|
/**
|
|
6996
7426
|
* No description
|
|
6997
7427
|
*
|
|
@@ -7002,7 +7432,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7002
7432
|
* @secure
|
|
7003
7433
|
* @response `200` `UserGroupAccessScope` Success
|
|
7004
7434
|
*/
|
|
7005
|
-
createUserGroupAccessScope: (groupId: string, data: CreateAccessScopeRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope, any>>;
|
|
7435
|
+
createUserGroupAccessScope: (groupId: string, data: CreateAccessScopeRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope, any, {}>>;
|
|
7006
7436
|
/**
|
|
7007
7437
|
* No description
|
|
7008
7438
|
*
|
|
@@ -7013,7 +7443,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7013
7443
|
* @secure
|
|
7014
7444
|
* @response `204` `void` No Content
|
|
7015
7445
|
*/
|
|
7016
|
-
deleteUserGroupAccessScope: (groupId: string, scopeId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7446
|
+
deleteUserGroupAccessScope: (groupId: string, scopeId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7017
7447
|
/**
|
|
7018
7448
|
* No description
|
|
7019
7449
|
*
|
|
@@ -7024,7 +7454,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7024
7454
|
* @secure
|
|
7025
7455
|
* @response `200` `(UserGroupMember)[]` Success
|
|
7026
7456
|
*/
|
|
7027
|
-
getUserGroupMembers: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember[], any>>;
|
|
7457
|
+
getUserGroupMembers: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember[], any, {}>>;
|
|
7028
7458
|
/**
|
|
7029
7459
|
* No description
|
|
7030
7460
|
*
|
|
@@ -7038,7 +7468,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7038
7468
|
createUserGroupMember: (groupId: string, data: CreateGroupMemberRequest, query?: {
|
|
7039
7469
|
/** @format uuid */
|
|
7040
7470
|
userId?: string;
|
|
7041
|
-
}, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember, any>>;
|
|
7471
|
+
}, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember, any, {}>>;
|
|
7042
7472
|
/**
|
|
7043
7473
|
* No description
|
|
7044
7474
|
*
|
|
@@ -7049,7 +7479,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7049
7479
|
* @secure
|
|
7050
7480
|
* @response `204` `void` No Content
|
|
7051
7481
|
*/
|
|
7052
|
-
deleteUserGroupMember: (groupId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7482
|
+
deleteUserGroupMember: (groupId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7053
7483
|
/**
|
|
7054
7484
|
* No description
|
|
7055
7485
|
*
|
|
@@ -7068,7 +7498,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7068
7498
|
pageNumber?: number;
|
|
7069
7499
|
sortBy?: string;
|
|
7070
7500
|
sortDirection?: string;
|
|
7071
|
-
}, params?: RequestParams) => Promise<AxiosResponse<UserGroupPaginated, any>>;
|
|
7501
|
+
}, params?: RequestParams) => Promise<AxiosResponse<UserGroupPaginated, any, {}>>;
|
|
7072
7502
|
/**
|
|
7073
7503
|
* No description
|
|
7074
7504
|
*
|
|
@@ -7079,7 +7509,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7079
7509
|
* @secure
|
|
7080
7510
|
* @response `200` `UserGroup` Success
|
|
7081
7511
|
*/
|
|
7082
|
-
getUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
|
|
7512
|
+
getUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
|
|
7083
7513
|
/**
|
|
7084
7514
|
* No description
|
|
7085
7515
|
*
|
|
@@ -7090,7 +7520,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7090
7520
|
* @secure
|
|
7091
7521
|
* @response `200` `UserGroup` Success
|
|
7092
7522
|
*/
|
|
7093
|
-
updateUserGroup: (groupId: string, data: UpdateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
|
|
7523
|
+
updateUserGroup: (groupId: string, data: UpdateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
|
|
7094
7524
|
/**
|
|
7095
7525
|
* No description
|
|
7096
7526
|
*
|
|
@@ -7101,7 +7531,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7101
7531
|
* @secure
|
|
7102
7532
|
* @response `204` `void` No Content
|
|
7103
7533
|
*/
|
|
7104
|
-
deleteUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7534
|
+
deleteUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7105
7535
|
/**
|
|
7106
7536
|
* No description
|
|
7107
7537
|
*
|
|
@@ -7112,7 +7542,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7112
7542
|
* @secure
|
|
7113
7543
|
* @response `201` `UserGroup` Created
|
|
7114
7544
|
*/
|
|
7115
|
-
createUserGroup: (data: CreateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
|
|
7545
|
+
createUserGroup: (data: CreateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
|
|
7116
7546
|
/**
|
|
7117
7547
|
* No description
|
|
7118
7548
|
*
|
|
@@ -7125,7 +7555,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7125
7555
|
* @response `404` `Error` Not Found
|
|
7126
7556
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7127
7557
|
*/
|
|
7128
|
-
requestImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7558
|
+
requestImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7129
7559
|
/**
|
|
7130
7560
|
* No description
|
|
7131
7561
|
*
|
|
@@ -7138,7 +7568,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7138
7568
|
* @response `404` `Error` Not Found
|
|
7139
7569
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7140
7570
|
*/
|
|
7141
|
-
allowImpersonation: (data: AllowImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7571
|
+
allowImpersonation: (data: AllowImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7142
7572
|
/**
|
|
7143
7573
|
* No description
|
|
7144
7574
|
*
|
|
@@ -7151,7 +7581,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7151
7581
|
* @response `404` `Error` Not Found
|
|
7152
7582
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7153
7583
|
*/
|
|
7154
|
-
allowImpersonationWithGuid: (allowToken: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7584
|
+
allowImpersonationWithGuid: (allowToken: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7155
7585
|
/**
|
|
7156
7586
|
* No description
|
|
7157
7587
|
*
|
|
@@ -7163,7 +7593,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7163
7593
|
* @response `204` `void` No Content
|
|
7164
7594
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7165
7595
|
*/
|
|
7166
|
-
beginImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7596
|
+
beginImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7167
7597
|
/**
|
|
7168
7598
|
* No description
|
|
7169
7599
|
*
|
|
@@ -7175,7 +7605,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7175
7605
|
* @response `204` `void` No Content
|
|
7176
7606
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7177
7607
|
*/
|
|
7178
|
-
stopImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7608
|
+
stopImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7179
7609
|
/**
|
|
7180
7610
|
* No description
|
|
7181
7611
|
*
|
|
@@ -7188,7 +7618,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7188
7618
|
* @response `404` `Error` Not Found
|
|
7189
7619
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7190
7620
|
*/
|
|
7191
|
-
forceImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7621
|
+
forceImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7192
7622
|
/**
|
|
7193
7623
|
* No description
|
|
7194
7624
|
*
|
|
@@ -7200,7 +7630,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7200
7630
|
* @response `204` `void` No Content
|
|
7201
7631
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7202
7632
|
*/
|
|
7203
|
-
extendImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7633
|
+
extendImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7204
7634
|
/**
|
|
7205
7635
|
* No description
|
|
7206
7636
|
*
|
|
@@ -7212,7 +7642,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7212
7642
|
* @response `204` `void` No Content
|
|
7213
7643
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7214
7644
|
*/
|
|
7215
|
-
inviteUser: (data: CreateInviteRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7645
|
+
inviteUser: (data: CreateInviteRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7216
7646
|
/**
|
|
7217
7647
|
* No description
|
|
7218
7648
|
*
|
|
@@ -7225,7 +7655,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7225
7655
|
* @response `401` `UnprocessableEntity` Unauthorized
|
|
7226
7656
|
* @response `404` `UnprocessableEntity` Not Found
|
|
7227
7657
|
*/
|
|
7228
|
-
resendInviteNotification: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7658
|
+
resendInviteNotification: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7229
7659
|
/**
|
|
7230
7660
|
* No description
|
|
7231
7661
|
*
|
|
@@ -7237,7 +7667,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7237
7667
|
* @response `200` `Invite` Success
|
|
7238
7668
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7239
7669
|
*/
|
|
7240
|
-
verifyUserInvite: (token: string, params?: RequestParams) => Promise<AxiosResponse<Invite, any>>;
|
|
7670
|
+
verifyUserInvite: (token: string, params?: RequestParams) => Promise<AxiosResponse<Invite, any, {}>>;
|
|
7241
7671
|
/**
|
|
7242
7672
|
* No description
|
|
7243
7673
|
*
|
|
@@ -7248,7 +7678,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7248
7678
|
* @secure
|
|
7249
7679
|
* @response `200` `(UserRelation)[]` Success
|
|
7250
7680
|
*/
|
|
7251
|
-
getUserRelations: (userId: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation[], any>>;
|
|
7681
|
+
getUserRelations: (userId: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation[], any, {}>>;
|
|
7252
7682
|
/**
|
|
7253
7683
|
* No description
|
|
7254
7684
|
*
|
|
@@ -7259,7 +7689,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7259
7689
|
* @secure
|
|
7260
7690
|
* @response `204` `void` No Content
|
|
7261
7691
|
*/
|
|
7262
|
-
createUserRelation: (userId: string, data: CreateUserRelationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7692
|
+
createUserRelation: (userId: string, data: CreateUserRelationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7263
7693
|
/**
|
|
7264
7694
|
* No description
|
|
7265
7695
|
*
|
|
@@ -7270,7 +7700,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7270
7700
|
* @secure
|
|
7271
7701
|
* @response `200` `UserRelation` Success
|
|
7272
7702
|
*/
|
|
7273
|
-
getUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation, any>>;
|
|
7703
|
+
getUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation, any, {}>>;
|
|
7274
7704
|
/**
|
|
7275
7705
|
* No description
|
|
7276
7706
|
*
|
|
@@ -7281,7 +7711,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7281
7711
|
* @secure
|
|
7282
7712
|
* @response `204` `void` No Content
|
|
7283
7713
|
*/
|
|
7284
|
-
deleteUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7714
|
+
deleteUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7285
7715
|
/**
|
|
7286
7716
|
* No description
|
|
7287
7717
|
*
|
|
@@ -7299,7 +7729,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7299
7729
|
pageNumber?: number;
|
|
7300
7730
|
sortBy?: string;
|
|
7301
7731
|
sortDirection?: string;
|
|
7302
|
-
}, params?: RequestParams) => Promise<AxiosResponse<User[], any>>;
|
|
7732
|
+
}, params?: RequestParams) => Promise<AxiosResponse<User[], any, {}>>;
|
|
7303
7733
|
/**
|
|
7304
7734
|
* No description
|
|
7305
7735
|
*
|
|
@@ -7311,7 +7741,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7311
7741
|
* @response `200` `DetailedUser` Success
|
|
7312
7742
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7313
7743
|
*/
|
|
7314
|
-
createUser: (data: CreateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
|
|
7744
|
+
createUser: (data: CreateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
|
|
7315
7745
|
/**
|
|
7316
7746
|
* No description
|
|
7317
7747
|
*
|
|
@@ -7329,7 +7759,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7329
7759
|
pageNumber?: number;
|
|
7330
7760
|
sortBy?: string;
|
|
7331
7761
|
sortDirection?: string;
|
|
7332
|
-
}, params?: RequestParams) => Promise<AxiosResponse<UserPaginated, any>>;
|
|
7762
|
+
}, params?: RequestParams) => Promise<AxiosResponse<UserPaginated, any, {}>>;
|
|
7333
7763
|
/**
|
|
7334
7764
|
* No description
|
|
7335
7765
|
*
|
|
@@ -7340,7 +7770,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7340
7770
|
* @secure
|
|
7341
7771
|
* @response `200` `AdminAccessUser` Success
|
|
7342
7772
|
*/
|
|
7343
|
-
getUserByEmail: (data: GetUserByEmailRequest, params?: RequestParams) => Promise<AxiosResponse<AdminAccessUser, any>>;
|
|
7773
|
+
getUserByEmail: (data: GetUserByEmailRequest, params?: RequestParams) => Promise<AxiosResponse<AdminAccessUser, any, {}>>;
|
|
7344
7774
|
/**
|
|
7345
7775
|
* No description
|
|
7346
7776
|
*
|
|
@@ -7352,7 +7782,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7352
7782
|
* @response `200` `User` Success
|
|
7353
7783
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7354
7784
|
*/
|
|
7355
|
-
signUp: (data: RegisterUserRequest, params?: RequestParams) => Promise<AxiosResponse<User, any>>;
|
|
7785
|
+
signUp: (data: RegisterUserRequest, params?: RequestParams) => Promise<AxiosResponse<User, any, {}>>;
|
|
7356
7786
|
/**
|
|
7357
7787
|
* No description
|
|
7358
7788
|
*
|
|
@@ -7364,7 +7794,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7364
7794
|
* @response `200` `DetailedUser` Success
|
|
7365
7795
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7366
7796
|
*/
|
|
7367
|
-
replaceUser: (id: string, data: UpdateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
|
|
7797
|
+
replaceUser: (id: string, data: UpdateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
|
|
7368
7798
|
/**
|
|
7369
7799
|
* No description
|
|
7370
7800
|
*
|
|
@@ -7378,7 +7808,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7378
7808
|
deleteUser: (id: string, query?: {
|
|
7379
7809
|
/** @default false */
|
|
7380
7810
|
permanent?: boolean;
|
|
7381
|
-
}, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7811
|
+
}, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7382
7812
|
/**
|
|
7383
7813
|
* No description
|
|
7384
7814
|
*
|
|
@@ -7389,7 +7819,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7389
7819
|
* @secure
|
|
7390
7820
|
* @response `204` `void` No Content
|
|
7391
7821
|
*/
|
|
7392
|
-
restoreUser: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7822
|
+
restoreUser: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7393
7823
|
/**
|
|
7394
7824
|
* No description
|
|
7395
7825
|
*
|
|
@@ -7401,7 +7831,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7401
7831
|
* @response `204` `void` No Content
|
|
7402
7832
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7403
7833
|
*/
|
|
7404
|
-
changePassword: (data: ChangePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7834
|
+
changePassword: (data: ChangePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7405
7835
|
/**
|
|
7406
7836
|
* No description
|
|
7407
7837
|
*
|
|
@@ -7413,7 +7843,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7413
7843
|
* @response `204` `void` No Content
|
|
7414
7844
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7415
7845
|
*/
|
|
7416
|
-
verifyPassword: (data: VerifyPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7846
|
+
verifyPassword: (data: VerifyPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7417
7847
|
/**
|
|
7418
7848
|
* No description
|
|
7419
7849
|
*
|
|
@@ -7425,7 +7855,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7425
7855
|
* @response `204` `void` No Content
|
|
7426
7856
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7427
7857
|
*/
|
|
7428
|
-
overridePassword: (id: string, data: OverridePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7858
|
+
overridePassword: (id: string, data: OverridePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7429
7859
|
/**
|
|
7430
7860
|
* No description
|
|
7431
7861
|
*
|
|
@@ -7437,7 +7867,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7437
7867
|
* @response `204` `void` No Content
|
|
7438
7868
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7439
7869
|
*/
|
|
7440
|
-
forgotPassword: (data: SendForgotPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7870
|
+
forgotPassword: (data: SendForgotPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7441
7871
|
/**
|
|
7442
7872
|
* No description
|
|
7443
7873
|
*
|
|
@@ -7449,7 +7879,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7449
7879
|
* @response `204` `void` No Content
|
|
7450
7880
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7451
7881
|
*/
|
|
7452
|
-
sendMobilePhoneVerificationCode: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7882
|
+
sendMobilePhoneVerificationCode: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7453
7883
|
/**
|
|
7454
7884
|
* No description
|
|
7455
7885
|
*
|
|
@@ -7461,7 +7891,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7461
7891
|
* @response `204` `void` No Content
|
|
7462
7892
|
* @response `422` `UnprocessableEntity` Client Error
|
|
7463
7893
|
*/
|
|
7464
|
-
verifyUserMobilePhone: (data: UserMobilePhoneVerificationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7894
|
+
verifyUserMobilePhone: (data: UserMobilePhoneVerificationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7465
7895
|
/**
|
|
7466
7896
|
* No description
|
|
7467
7897
|
*
|
|
@@ -7472,7 +7902,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7472
7902
|
* @secure
|
|
7473
7903
|
* @response `200` `ImpersonatedDetailedUser` Success
|
|
7474
7904
|
*/
|
|
7475
|
-
getMe: (params?: RequestParams) => Promise<AxiosResponse<ImpersonatedDetailedUser, any>>;
|
|
7905
|
+
getMe: (params?: RequestParams) => Promise<AxiosResponse<ImpersonatedDetailedUser, any, {}>>;
|
|
7476
7906
|
/**
|
|
7477
7907
|
* No description
|
|
7478
7908
|
*
|
|
@@ -7483,7 +7913,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7483
7913
|
* @secure
|
|
7484
7914
|
* @response `200` `DetailedUser` Success
|
|
7485
7915
|
*/
|
|
7486
|
-
replaceMe: (data: UpdateMeRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
|
|
7916
|
+
replaceMe: (data: UpdateMeRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
|
|
7487
7917
|
/**
|
|
7488
7918
|
* @description Update the phone number If changed will send a verification code to the new number
|
|
7489
7919
|
*
|
|
@@ -7494,7 +7924,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7494
7924
|
* @secure
|
|
7495
7925
|
* @response `204` `DetailedUser` No Content
|
|
7496
7926
|
*/
|
|
7497
|
-
updateMyPhone: (data: UpdateMobilePhoneRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
|
|
7927
|
+
updateMyPhone: (data: UpdateMobilePhoneRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
|
|
7498
7928
|
/**
|
|
7499
7929
|
* No description
|
|
7500
7930
|
*
|
|
@@ -7505,7 +7935,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7505
7935
|
* @secure
|
|
7506
7936
|
* @response `200` `(UserRelationship)[]` Success
|
|
7507
7937
|
*/
|
|
7508
|
-
getMyRelationships: (params?: RequestParams) => Promise<AxiosResponse<UserRelationship[], any>>;
|
|
7938
|
+
getMyRelationships: (params?: RequestParams) => Promise<AxiosResponse<UserRelationship[], any, {}>>;
|
|
7509
7939
|
/**
|
|
7510
7940
|
* No description
|
|
7511
7941
|
*
|
|
@@ -7516,7 +7946,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7516
7946
|
* @secure
|
|
7517
7947
|
* @response `200` `(UserRelationshipProspect)[]` Success
|
|
7518
7948
|
*/
|
|
7519
|
-
getMyRelationshipProspects: (params?: RequestParams) => Promise<AxiosResponse<UserRelationshipProspect[], any>>;
|
|
7949
|
+
getMyRelationshipProspects: (params?: RequestParams) => Promise<AxiosResponse<UserRelationshipProspect[], any, {}>>;
|
|
7520
7950
|
/**
|
|
7521
7951
|
* No description
|
|
7522
7952
|
*
|
|
@@ -7527,7 +7957,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7527
7957
|
* @secure
|
|
7528
7958
|
* @response `204` `void` No Content
|
|
7529
7959
|
*/
|
|
7530
|
-
deleteRelationshipProspect: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7960
|
+
deleteRelationshipProspect: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7531
7961
|
/**
|
|
7532
7962
|
* No description
|
|
7533
7963
|
*
|
|
@@ -7538,7 +7968,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7538
7968
|
* @secure
|
|
7539
7969
|
* @response `204` `void` No Content
|
|
7540
7970
|
*/
|
|
7541
|
-
deleteMe: (data: UserAccountDeletionRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
|
|
7971
|
+
deleteMe: (data: UserAccountDeletionRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
|
|
7542
7972
|
/**
|
|
7543
7973
|
* No description
|
|
7544
7974
|
*
|
|
@@ -7549,6 +7979,6 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
|
|
|
7549
7979
|
* @secure
|
|
7550
7980
|
* @response `200` `GetForm` Success
|
|
7551
7981
|
*/
|
|
7552
|
-
getWorkflow: (data: GetWorkflowRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any>>;
|
|
7982
|
+
getWorkflow: (data: GetWorkflowRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any, {}>>;
|
|
7553
7983
|
};
|
|
7554
7984
|
}
|