@matech/thebigpos-sdk 2.28.4 → 2.28.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -3,21 +3,53 @@ 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 LoanLogType = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded";
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";
15
45
  export type Environment = "Development" | "Staging" | "UAT" | "Production";
16
46
  export type EntityType = "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Realtor";
47
+ export type DraftType = "NewLoan" | "EditLoan";
17
48
  export type ConsentType = "Econsent" | "CreditAuthorization" | "Tcpa";
18
49
  export type BranchType = "Mortgage" | "RealEstate";
19
50
  export type BorrowerType = "Borrower" | "CoBorrower" | "Unknown";
20
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";
21
53
  export interface ASOSettings {
22
54
  enabled: boolean;
23
55
  softPull: boolean;
@@ -90,17 +122,38 @@ export interface Address {
90
122
  postalCode?: string | null;
91
123
  }
92
124
  export interface AddressRequest {
93
- /** @minLength 1 */
125
+ /**
126
+ * @minLength 1
127
+ * @maxLength 255
128
+ */
94
129
  street: string;
130
+ /** @maxLength 50 */
95
131
  unit?: string | null;
96
- /** @minLength 1 */
132
+ /** @maxLength 50 */
133
+ unitType?: string | null;
134
+ /**
135
+ * @minLength 1
136
+ * @maxLength 100
137
+ */
97
138
  city: string;
98
139
  /** @minLength 1 */
99
140
  state: string;
141
+ /** @maxLength 100 */
100
142
  county?: string | null;
101
143
  /** @minLength 1 */
102
144
  postalCode: string;
103
145
  }
146
+ export interface AddressV3 {
147
+ /** @format uuid */
148
+ id?: string | null;
149
+ street?: string | null;
150
+ unit?: string | null;
151
+ unitType?: string | null;
152
+ city?: string | null;
153
+ state?: string | null;
154
+ county?: string | null;
155
+ postalCode?: string | null;
156
+ }
104
157
  export interface AdminAccessGetForms {
105
158
  /** @format date-time */
106
159
  createdAt?: string | null;
@@ -601,6 +654,10 @@ export interface CreateInviteRequest {
601
654
  userRole?: UserRole | null;
602
655
  loanRole?: LoanRole | null;
603
656
  }
657
+ export interface CreateLoanByDraftRequest {
658
+ /** @format uuid */
659
+ draftId: string;
660
+ }
604
661
  export interface CreateLoanImportRequest {
605
662
  /** @format uuid */
606
663
  accountID: string;
@@ -887,6 +944,8 @@ export interface Draft {
887
944
  siteConfiguration: SiteConfigurationReduced;
888
945
  /** @format uuid */
889
946
  loanID?: string | null;
947
+ type: DraftTypeEnum;
948
+ isCoBorrower: boolean;
890
949
  }
891
950
  export interface DraftContent {
892
951
  /** @format date-time */
@@ -903,6 +962,8 @@ export interface DraftContent {
903
962
  siteConfiguration: SiteConfigurationReduced;
904
963
  /** @format uuid */
905
964
  loanID?: string | null;
965
+ type: DraftContentTypeEnum;
966
+ isCoBorrower: boolean;
906
967
  applicationPayload: any;
907
968
  }
908
969
  export interface DraftContentPaginated {
@@ -1282,7 +1343,29 @@ export interface GetWorkflowRequest {
1282
1343
  userRole?: string | null;
1283
1344
  language?: string | null;
1284
1345
  }
1346
+ export interface GuidPatchOperation {
1347
+ op: string;
1348
+ path: string;
1349
+ value?: any;
1350
+ from?: string | null;
1351
+ }
1285
1352
  export type IContractResolver = object;
1353
+ export interface IPAddress {
1354
+ addressFamily: IpAddressAddressFamilyEnum;
1355
+ /** @format int64 */
1356
+ scopeId: number;
1357
+ isIPv6Multicast: boolean;
1358
+ isIPv6LinkLocal: boolean;
1359
+ isIPv6SiteLocal: boolean;
1360
+ isIPv6Teredo: boolean;
1361
+ isIPv6UniqueLocal: boolean;
1362
+ isIPv4MappedToIPv6: boolean;
1363
+ /**
1364
+ * @deprecated
1365
+ * @format int64
1366
+ */
1367
+ address: number;
1368
+ }
1286
1369
  export interface ImpersonatedDetailedUser {
1287
1370
  /** @format date-time */
1288
1371
  createdAt?: string | null;
@@ -1507,6 +1590,765 @@ export interface Loan {
1507
1590
  userLoans: UserLoan[];
1508
1591
  contacts: LoanContact[];
1509
1592
  }
1593
+ export interface LoanApplication {
1594
+ /** @format uuid */
1595
+ id?: string | null;
1596
+ loanOfficerEmail?: string | null;
1597
+ type?: LoanType | null;
1598
+ purpose?: LoanPurpose | null;
1599
+ lienPosition?: LoanLienPosition | null;
1600
+ number?: string | null;
1601
+ program?: string | null;
1602
+ channel?: string | null;
1603
+ /** @format date-time */
1604
+ startDate?: string | null;
1605
+ property?: LoanProperty | null;
1606
+ financial?: LoanFinancial | null;
1607
+ borrowers: LoanBorrower[];
1608
+ nonOwningBorrowers: LoanNonOwningBorrower[];
1609
+ }
1610
+ export interface LoanApplicationRequest {
1611
+ /** @format uuid */
1612
+ accountID: string;
1613
+ /** @format uuid */
1614
+ userID: string;
1615
+ /** @format uuid */
1616
+ siteConfigurationID: string;
1617
+ /** @format uuid */
1618
+ draftId?: string | null;
1619
+ loanOfficerEmail?: string | null;
1620
+ type?: LoanType | null;
1621
+ purpose?: LoanPurpose | null;
1622
+ lienPosition?: LoanLienPosition | null;
1623
+ /** @maxLength 50 */
1624
+ number?: string | null;
1625
+ /** @maxLength 100 */
1626
+ program?: string | null;
1627
+ /** @maxLength 50 */
1628
+ channel?: string | null;
1629
+ /** @format date-time */
1630
+ startDate?: string | null;
1631
+ property?: LoanPropertyRequest | null;
1632
+ financial?: LoanFinancialRequest | null;
1633
+ /** @minItems 1 */
1634
+ borrowers: LoanBorrowerRequest[];
1635
+ nonOwningBorrowers: LoanNonOwningBorrowerRequest[];
1636
+ /** @format uuid */
1637
+ existingLoanId?: string | null;
1638
+ /** @format uuid */
1639
+ formId?: string | null;
1640
+ }
1641
+ export interface LoanBorrower {
1642
+ /** @format uuid */
1643
+ id?: string | null;
1644
+ ssn?: string | null;
1645
+ email?: string | null;
1646
+ lastName?: string | null;
1647
+ firstName?: string | null;
1648
+ middleName?: string | null;
1649
+ prefix?: LoanNamePrefix | null;
1650
+ suffix?: LoanNameSuffix | null;
1651
+ /** @format date */
1652
+ birthDate?: string | null;
1653
+ citizenship?: LoanCitizenship | null;
1654
+ maritalStatus?: LoanMaritalStatus | null;
1655
+ languagePreference?: LoanLanguagePreference | null;
1656
+ /** @format int32 */
1657
+ numberOfDependents?: number | null;
1658
+ isPrimaryBorrower: boolean;
1659
+ isFirstTimeHomeBuyer?: boolean | null;
1660
+ hasJointAssetsAndLiabilities?: boolean | null;
1661
+ dependentAges?: number[] | null;
1662
+ demographics?: LoanBorrowerDemographics | null;
1663
+ declarations?: LoanBorrowerDeclarations | null;
1664
+ militaryService?: LoanBorrowerMilitaryService | null;
1665
+ gifts: LoanBorrowerGift[];
1666
+ addresses: LoanBorrowerAddress[];
1667
+ consents: LoanBorrowerConsent[];
1668
+ liabilities: LoanBorrowerLiability[];
1669
+ otherAssets: LoanBorrowerOtherAsset[];
1670
+ otherIncome: LoanBorrowerOtherIncome[];
1671
+ phoneNumbers: LoanBorrowerPhoneNumber[];
1672
+ accountAssets: LoanBorrowerAccountAsset[];
1673
+ homeOwnership: LoanBorrowerHomeOwnership[];
1674
+ alternateNames: LoanBorrowerAlternateName[];
1675
+ otherLiabilities: LoanBorrowerOtherLiability[];
1676
+ realEstateAssets: LoanBorrowerRealEstateAsset[];
1677
+ currentEmployment: LoanBorrowerEmploymentCurrent[];
1678
+ previousEmployment: LoanBorrowerEmploymentPrevious[];
1679
+ }
1680
+ export interface LoanBorrowerAccountAsset {
1681
+ /** @format uuid */
1682
+ id?: string | null;
1683
+ name?: string | null;
1684
+ accountNumber?: string | null;
1685
+ financialInstitution?: string | null;
1686
+ /** @format double */
1687
+ value?: number | null;
1688
+ type?: LoanAccountAssetType | null;
1689
+ }
1690
+ export interface LoanBorrowerAccountAssetRequest {
1691
+ /** @maxLength 255 */
1692
+ name?: string | null;
1693
+ /** @maxLength 50 */
1694
+ accountNumber?: string | null;
1695
+ /** @maxLength 255 */
1696
+ financialInstitution?: string | null;
1697
+ /**
1698
+ * @format double
1699
+ * @min 0
1700
+ */
1701
+ value?: number | null;
1702
+ type?: LoanAccountAssetType | null;
1703
+ }
1704
+ export interface LoanBorrowerAddress {
1705
+ /** @format uuid */
1706
+ id?: string | null;
1707
+ street?: string | null;
1708
+ unit?: string | null;
1709
+ unitType?: string | null;
1710
+ city?: string | null;
1711
+ state?: string | null;
1712
+ county?: string | null;
1713
+ postalCode?: string | null;
1714
+ housing?: LoanHousingType | null;
1715
+ /** @format double */
1716
+ rentAmount?: number | null;
1717
+ isCurrent?: boolean | null;
1718
+ isMailingAddress?: boolean | null;
1719
+ timeAtAddress?: TimeAtAddress | null;
1720
+ }
1721
+ export interface LoanBorrowerAddressRequest {
1722
+ /** @maxLength 255 */
1723
+ street?: string | null;
1724
+ /** @maxLength 50 */
1725
+ unit?: string | null;
1726
+ /** @maxLength 50 */
1727
+ unitType?: string | null;
1728
+ /** @maxLength 100 */
1729
+ city?: string | null;
1730
+ state?: string | null;
1731
+ /** @maxLength 100 */
1732
+ county?: string | null;
1733
+ postalCode?: string | null;
1734
+ housing?: LoanHousingType | null;
1735
+ /**
1736
+ * @format double
1737
+ * @min 0
1738
+ */
1739
+ rentAmount?: number | null;
1740
+ isCurrent?: boolean | null;
1741
+ isMailingAddress?: boolean | null;
1742
+ timeAtAddress?: TimeAtAddressRequest | null;
1743
+ }
1744
+ export interface LoanBorrowerAlternateName {
1745
+ /** @format uuid */
1746
+ id?: string | null;
1747
+ suffix?: string | null;
1748
+ lastName?: string | null;
1749
+ firstName?: string | null;
1750
+ middleName?: string | null;
1751
+ }
1752
+ export interface LoanBorrowerAlternateNameRequest {
1753
+ /** @maxLength 20 */
1754
+ suffix?: string | null;
1755
+ /** @maxLength 100 */
1756
+ lastName?: string | null;
1757
+ /** @maxLength 100 */
1758
+ firstName?: string | null;
1759
+ /** @maxLength 100 */
1760
+ middleName?: string | null;
1761
+ }
1762
+ export interface LoanBorrowerBankruptcyDeclaration {
1763
+ /** @format uuid */
1764
+ id?: string | null;
1765
+ isAffirmative?: boolean | null;
1766
+ description?: string | null;
1767
+ types?: LoanBankruptcyType[] | null;
1768
+ }
1769
+ export interface LoanBorrowerBankruptcyDeclarationRequest {
1770
+ isAffirmative?: boolean | null;
1771
+ /** @maxLength 1000 */
1772
+ description?: string | null;
1773
+ types?: LoanBankruptcyType[] | null;
1774
+ }
1775
+ export interface LoanBorrowerConsent {
1776
+ /** @format uuid */
1777
+ id?: string | null;
1778
+ type?: ConsentType | null;
1779
+ providedConsent?: boolean | null;
1780
+ ipAddress?: IPAddress | null;
1781
+ }
1782
+ export interface LoanBorrowerConsentRequest {
1783
+ type?: ConsentType | null;
1784
+ providedConsent?: boolean | null;
1785
+ ipAddress?: IPAddress | null;
1786
+ }
1787
+ export interface LoanBorrowerDeclarations {
1788
+ /** @format uuid */
1789
+ id?: string | null;
1790
+ borrowingMoney?: LoanBorrowerMoneyDeclaration | null;
1791
+ bankruptcy?: LoanBorrowerBankruptcyDeclaration | null;
1792
+ primaryResidence?: LoanBorrowerPrimaryResidenceDeclaration | null;
1793
+ foreclosure?: LoanBorrowerSimpleDeclaration | null;
1794
+ coSignerOnDebt?: LoanBorrowerSimpleDeclaration | null;
1795
+ partyToLawsuit?: LoanBorrowerSimpleDeclaration | null;
1796
+ outstandingJudgments?: LoanBorrowerSimpleDeclaration | null;
1797
+ applyingForNewCredit?: LoanBorrowerSimpleDeclaration | null;
1798
+ subjectToLienPriority?: LoanBorrowerSimpleDeclaration | null;
1799
+ inDelinquencyOrDefault?: LoanBorrowerSimpleDeclaration | null;
1800
+ relationshipWithSeller?: LoanBorrowerSimpleDeclaration | null;
1801
+ preForeclosureOrShortSale?: LoanBorrowerSimpleDeclaration | null;
1802
+ applyingForAnotherMortgage?: LoanBorrowerSimpleDeclaration | null;
1803
+ conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclaration | null;
1804
+ }
1805
+ export interface LoanBorrowerDeclarationsRequest {
1806
+ borrowingMoney?: LoanBorrowerMoneyDeclarationRequest | null;
1807
+ bankruptcy?: LoanBorrowerBankruptcyDeclarationRequest | null;
1808
+ primaryResidence?: LoanBorrowerPrimaryResidenceDeclarationRequest | null;
1809
+ foreclosure?: LoanBorrowerSimpleDeclarationRequest | null;
1810
+ coSignerOnDebt?: LoanBorrowerSimpleDeclarationRequest | null;
1811
+ partyToLawsuit?: LoanBorrowerSimpleDeclarationRequest | null;
1812
+ outstandingJudgments?: LoanBorrowerSimpleDeclarationRequest | null;
1813
+ applyingForNewCredit?: LoanBorrowerSimpleDeclarationRequest | null;
1814
+ subjectToLienPriority?: LoanBorrowerSimpleDeclarationRequest | null;
1815
+ inDelinquencyOrDefault?: LoanBorrowerSimpleDeclarationRequest | null;
1816
+ relationshipWithSeller?: LoanBorrowerSimpleDeclarationRequest | null;
1817
+ preForeclosureOrShortSale?: LoanBorrowerSimpleDeclarationRequest | null;
1818
+ applyingForAnotherMortgage?: LoanBorrowerSimpleDeclarationRequest | null;
1819
+ conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclarationRequest | null;
1820
+ }
1821
+ export interface LoanBorrowerDemographics {
1822
+ /** @format uuid */
1823
+ id?: string | null;
1824
+ race?: LoanBorrowerDemographicsRace | null;
1825
+ gender?: LoanBorrowerDemographicsGender | null;
1826
+ ethnicity?: LoanBorrowerDemographicsEthnicity | null;
1827
+ }
1828
+ export interface LoanBorrowerDemographicsEthnicity {
1829
+ /** @format uuid */
1830
+ id?: string | null;
1831
+ isDeclined?: boolean | null;
1832
+ isHispanicOrLatino?: boolean | null;
1833
+ otherHispanicOrLatino?: string | null;
1834
+ hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
1835
+ }
1836
+ export interface LoanBorrowerDemographicsEthnicityRequest {
1837
+ isDeclined?: boolean | null;
1838
+ isHispanicOrLatino?: boolean | null;
1839
+ /** @maxLength 255 */
1840
+ otherHispanicOrLatino?: string | null;
1841
+ hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
1842
+ }
1843
+ export interface LoanBorrowerDemographicsGender {
1844
+ /** @format uuid */
1845
+ id?: string | null;
1846
+ isDeclined?: boolean | null;
1847
+ gender?: LoanGenderType | null;
1848
+ }
1849
+ export interface LoanBorrowerDemographicsGenderRequest {
1850
+ isDeclined?: boolean | null;
1851
+ gender?: LoanGenderType | null;
1852
+ }
1853
+ export interface LoanBorrowerDemographicsRace {
1854
+ /** @format uuid */
1855
+ id?: string | null;
1856
+ isAmericanIndianOrAlaskanNative?: boolean | null;
1857
+ otherAmericanIndianOrAlaskanNative?: string | null;
1858
+ isAsian?: boolean | null;
1859
+ asianRaces?: LoanAsianRace[] | null;
1860
+ otherAsianRace?: string | null;
1861
+ isBlackOrAfrican?: boolean | null;
1862
+ isPacificIslander?: boolean | null;
1863
+ pacificIslanderRace?: LoanPacificIslanderRace[] | null;
1864
+ otherPacificIslanderRace?: string | null;
1865
+ isWhite?: boolean | null;
1866
+ isDeclined?: boolean | null;
1867
+ }
1868
+ export interface LoanBorrowerDemographicsRaceRequest {
1869
+ isAmericanIndianOrAlaskanNative?: boolean | null;
1870
+ /** @maxLength 255 */
1871
+ otherAmericanIndianOrAlaskanNative?: string | null;
1872
+ isAsian?: boolean | null;
1873
+ asianRaces?: LoanAsianRace[] | null;
1874
+ /** @maxLength 255 */
1875
+ otherAsianRace?: string | null;
1876
+ isBlackOrAfrican?: boolean | null;
1877
+ isPacificIslander?: boolean | null;
1878
+ pacificIslanderRace?: LoanPacificIslanderRace[] | null;
1879
+ /** @maxLength 255 */
1880
+ otherPacificIslanderRace?: string | null;
1881
+ isWhite?: boolean | null;
1882
+ isDeclined?: boolean | null;
1883
+ }
1884
+ export interface LoanBorrowerDemographicsRequest {
1885
+ race?: LoanBorrowerDemographicsRaceRequest | null;
1886
+ gender?: LoanBorrowerDemographicsGenderRequest | null;
1887
+ ethnicity?: LoanBorrowerDemographicsEthnicityRequest | null;
1888
+ }
1889
+ export interface LoanBorrowerEmploymentCurrent {
1890
+ /** @format uuid */
1891
+ id?: string | null;
1892
+ name?: string | null;
1893
+ title?: string | null;
1894
+ phoneNumber?: string | null;
1895
+ /** @format date */
1896
+ startDate?: string | null;
1897
+ isSelfEmployed?: boolean | null;
1898
+ isEmployedByPartyInTransaction?: boolean | null;
1899
+ address?: AddressV3 | null;
1900
+ ownership?: LoanBorrowerEmploymentCurrentOwnership | null;
1901
+ grossIncome?: LoanBorrowerEmploymentCurrentGrossIncome | null;
1902
+ timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWork | null;
1903
+ }
1904
+ export interface LoanBorrowerEmploymentCurrentGrossIncome {
1905
+ /** @format uuid */
1906
+ id?: string | null;
1907
+ /** @format double */
1908
+ base?: number | null;
1909
+ /** @format double */
1910
+ other?: number | null;
1911
+ /** @format double */
1912
+ bonus?: number | null;
1913
+ /** @format double */
1914
+ overtime?: number | null;
1915
+ /** @format double */
1916
+ commission?: number | null;
1917
+ /** @format double */
1918
+ militaryEntitlements?: number | null;
1919
+ }
1920
+ export interface LoanBorrowerEmploymentCurrentGrossIncomeRequest {
1921
+ /**
1922
+ * @format double
1923
+ * @min 0
1924
+ */
1925
+ base?: number | null;
1926
+ /**
1927
+ * @format double
1928
+ * @min 0
1929
+ */
1930
+ other?: number | null;
1931
+ /**
1932
+ * @format double
1933
+ * @min 0
1934
+ */
1935
+ bonus?: number | null;
1936
+ /**
1937
+ * @format double
1938
+ * @min 0
1939
+ */
1940
+ overtime?: number | null;
1941
+ /**
1942
+ * @format double
1943
+ * @min 0
1944
+ */
1945
+ commission?: number | null;
1946
+ /**
1947
+ * @format double
1948
+ * @min 0
1949
+ */
1950
+ militaryEntitlements?: number | null;
1951
+ }
1952
+ export interface LoanBorrowerEmploymentCurrentOwnership {
1953
+ /** @format uuid */
1954
+ id?: string | null;
1955
+ isOwner?: boolean | null;
1956
+ hasOwnershipOver25Percent?: boolean | null;
1957
+ /** @format double */
1958
+ monthlyIncome?: number | null;
1959
+ }
1960
+ export interface LoanBorrowerEmploymentCurrentOwnershipRequest {
1961
+ isOwner?: boolean | null;
1962
+ hasOwnershipOver25Percent?: boolean | null;
1963
+ /**
1964
+ * @format double
1965
+ * @min 0
1966
+ */
1967
+ monthlyIncome?: number | null;
1968
+ }
1969
+ export interface LoanBorrowerEmploymentCurrentRequest {
1970
+ /** @maxLength 255 */
1971
+ name?: string | null;
1972
+ /** @maxLength 100 */
1973
+ title?: string | null;
1974
+ phoneNumber?: string | null;
1975
+ /** @format date */
1976
+ startDate?: string | null;
1977
+ isSelfEmployed?: boolean | null;
1978
+ isEmployedByPartyInTransaction?: boolean | null;
1979
+ address?: AddressRequest | null;
1980
+ ownership?: LoanBorrowerEmploymentCurrentOwnershipRequest | null;
1981
+ grossIncome?: LoanBorrowerEmploymentCurrentGrossIncomeRequest | null;
1982
+ timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest | null;
1983
+ }
1984
+ export interface LoanBorrowerEmploymentCurrentTimeInLineOfWork {
1985
+ /** @format uuid */
1986
+ id?: string | null;
1987
+ /** @format int32 */
1988
+ years?: number | null;
1989
+ /** @format int32 */
1990
+ months?: number | null;
1991
+ }
1992
+ export interface LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest {
1993
+ /** @format int32 */
1994
+ years?: number | null;
1995
+ /** @format int32 */
1996
+ months?: number | null;
1997
+ }
1998
+ export interface LoanBorrowerEmploymentPrevious {
1999
+ /** @format uuid */
2000
+ id?: string | null;
2001
+ name?: string | null;
2002
+ title?: string | null;
2003
+ phoneNumber?: string | null;
2004
+ /** @format date */
2005
+ startDate?: string | null;
2006
+ /** @format date */
2007
+ endDate?: string | null;
2008
+ /** @format double */
2009
+ grossIncome?: number | null;
2010
+ isSelfEmployed?: boolean | null;
2011
+ address?: AddressV3 | null;
2012
+ }
2013
+ export interface LoanBorrowerEmploymentPreviousRequest {
2014
+ /** @maxLength 255 */
2015
+ name?: string | null;
2016
+ /** @maxLength 100 */
2017
+ title?: string | null;
2018
+ phoneNumber?: string | null;
2019
+ /** @format date */
2020
+ startDate?: string | null;
2021
+ /** @format date */
2022
+ endDate?: string | null;
2023
+ /**
2024
+ * @format double
2025
+ * @min 0
2026
+ */
2027
+ grossIncome?: number | null;
2028
+ isSelfEmployed?: boolean | null;
2029
+ address?: AddressRequest | null;
2030
+ }
2031
+ export interface LoanBorrowerGift {
2032
+ /** @format uuid */
2033
+ id?: string | null;
2034
+ /** @format double */
2035
+ value?: number | null;
2036
+ isDeposited?: boolean | null;
2037
+ source?: LoanGiftSource | null;
2038
+ assetType?: LoanGiftAssetType | null;
2039
+ }
2040
+ export interface LoanBorrowerGiftRequest {
2041
+ /**
2042
+ * @format double
2043
+ * @min 0
2044
+ */
2045
+ value?: number | null;
2046
+ isDeposited?: boolean | null;
2047
+ source?: LoanGiftSource | null;
2048
+ assetType?: LoanGiftAssetType | null;
2049
+ }
2050
+ export interface LoanBorrowerHomeOwnership {
2051
+ /** @format uuid */
2052
+ id?: string | null;
2053
+ /** @format date */
2054
+ dateCompleted?: string | null;
2055
+ type?: LoanHomeOwnershipType | null;
2056
+ format?: LoanHomeOwnershipFormat | null;
2057
+ provider?: LoanBorrowerHomeOwnershipProvider | null;
2058
+ }
2059
+ export interface LoanBorrowerHomeOwnershipProvider {
2060
+ /** @format uuid */
2061
+ id?: string | null;
2062
+ name?: string | null;
2063
+ phoneNumber?: string | null;
2064
+ address?: AddressV3 | null;
2065
+ }
2066
+ export interface LoanBorrowerHomeOwnershipProviderRequest {
2067
+ /** @maxLength 255 */
2068
+ name?: string | null;
2069
+ phoneNumber?: string | null;
2070
+ address?: AddressRequest | null;
2071
+ }
2072
+ export interface LoanBorrowerHomeOwnershipRequest {
2073
+ /** @format date */
2074
+ dateCompleted?: string | null;
2075
+ type?: LoanHomeOwnershipType | null;
2076
+ format?: LoanHomeOwnershipFormat | null;
2077
+ provider?: LoanBorrowerHomeOwnershipProviderRequest | null;
2078
+ }
2079
+ export interface LoanBorrowerLiability {
2080
+ /** @format uuid */
2081
+ id?: string | null;
2082
+ type?: LoanLiabilityType | null;
2083
+ name?: string | null;
2084
+ accountNumber?: string | null;
2085
+ financialInstitution?: string | null;
2086
+ /** @format double */
2087
+ balance?: number | null;
2088
+ /** @format double */
2089
+ monthlyPayment?: number | null;
2090
+ /** @format int32 */
2091
+ monthsLeftToPay?: number | null;
2092
+ isPaidOffBeforeClosing?: boolean | null;
2093
+ }
2094
+ export interface LoanBorrowerLiabilityRequest {
2095
+ type?: LoanLiabilityType | null;
2096
+ /** @maxLength 255 */
2097
+ name?: string | null;
2098
+ /** @maxLength 50 */
2099
+ accountNumber?: string | null;
2100
+ /** @maxLength 255 */
2101
+ financialInstitution?: string | null;
2102
+ /**
2103
+ * @format double
2104
+ * @min 0
2105
+ */
2106
+ balance?: number | null;
2107
+ /**
2108
+ * @format double
2109
+ * @min 0
2110
+ */
2111
+ monthlyPayment?: number | null;
2112
+ /**
2113
+ * @format int32
2114
+ * @min 0
2115
+ */
2116
+ monthsLeftToPay?: number | null;
2117
+ isPaidOffBeforeClosing?: boolean | null;
2118
+ }
2119
+ export interface LoanBorrowerMilitaryService {
2120
+ /** @format uuid */
2121
+ id?: string | null;
2122
+ hasServed?: boolean | null;
2123
+ /** @format date */
2124
+ endDate?: string | null;
2125
+ type?: LoanMilitaryServiceType | null;
2126
+ }
2127
+ export interface LoanBorrowerMilitaryServiceRequest {
2128
+ hasServed?: boolean | null;
2129
+ /** @format date */
2130
+ endDate?: string | null;
2131
+ type?: LoanMilitaryServiceType | null;
2132
+ }
2133
+ export interface LoanBorrowerMoneyDeclaration {
2134
+ /** @format uuid */
2135
+ id?: string | null;
2136
+ isAffirmative?: boolean | null;
2137
+ description?: string | null;
2138
+ /** @format double */
2139
+ amount?: number | null;
2140
+ }
2141
+ export interface LoanBorrowerMoneyDeclarationRequest {
2142
+ isAffirmative?: boolean | null;
2143
+ /** @maxLength 1000 */
2144
+ description?: string | null;
2145
+ /**
2146
+ * @format double
2147
+ * @min 0
2148
+ */
2149
+ amount?: number | null;
2150
+ }
2151
+ export interface LoanBorrowerOtherAsset {
2152
+ /** @format uuid */
2153
+ id?: string | null;
2154
+ type?: LoanOtherAssetType | null;
2155
+ other?: string | null;
2156
+ /** @format double */
2157
+ value?: number | null;
2158
+ }
2159
+ export interface LoanBorrowerOtherAssetRequest {
2160
+ type?: LoanOtherAssetType | null;
2161
+ /** @maxLength 255 */
2162
+ other?: string | null;
2163
+ /**
2164
+ * @format double
2165
+ * @min 0
2166
+ */
2167
+ value?: number | null;
2168
+ }
2169
+ export interface LoanBorrowerOtherIncome {
2170
+ /** @format uuid */
2171
+ id?: string | null;
2172
+ /** @format double */
2173
+ value?: number | null;
2174
+ type?: LoanOtherIncomeType | null;
2175
+ }
2176
+ export interface LoanBorrowerOtherIncomeRequest {
2177
+ /**
2178
+ * @format double
2179
+ * @min 0
2180
+ */
2181
+ value?: number | null;
2182
+ type?: LoanOtherIncomeType | null;
2183
+ }
2184
+ export interface LoanBorrowerOtherLiability {
2185
+ /** @format uuid */
2186
+ id?: string | null;
2187
+ /** @format double */
2188
+ monthlyPayment?: number | null;
2189
+ type?: LoanOtherLiabilityType | null;
2190
+ }
2191
+ export interface LoanBorrowerOtherLiabilityRequest {
2192
+ /**
2193
+ * @format double
2194
+ * @min 0
2195
+ */
2196
+ monthlyPayment?: number | null;
2197
+ type?: LoanOtherLiabilityType | null;
2198
+ }
2199
+ export interface LoanBorrowerPhoneNumber {
2200
+ /** @format uuid */
2201
+ id?: string | null;
2202
+ ext?: string | null;
2203
+ number?: string | null;
2204
+ type?: LoanPhoneNumberType | null;
2205
+ }
2206
+ export interface LoanBorrowerPhoneNumberRequest {
2207
+ /** @maxLength 10 */
2208
+ ext?: string | null;
2209
+ number?: string | null;
2210
+ type?: LoanPhoneNumberType | null;
2211
+ }
2212
+ export interface LoanBorrowerPrimaryResidenceDeclaration {
2213
+ /** @format uuid */
2214
+ id?: string | null;
2215
+ isAffirmative?: boolean | null;
2216
+ description?: string | null;
2217
+ hasInterestInLastThreeYears?: boolean | null;
2218
+ titleHeld?: LoanTitleHeld | null;
2219
+ propertyType?: LoanOccupancyType | null;
2220
+ }
2221
+ export interface LoanBorrowerPrimaryResidenceDeclarationRequest {
2222
+ isAffirmative?: boolean | null;
2223
+ /** @maxLength 1000 */
2224
+ description?: string | null;
2225
+ hasInterestInLastThreeYears?: boolean | null;
2226
+ titleHeld?: LoanTitleHeld | null;
2227
+ propertyType?: LoanOccupancyType | null;
2228
+ }
2229
+ export interface LoanBorrowerRealEstateAsset {
2230
+ /** @format uuid */
2231
+ id?: string | null;
2232
+ status?: LoanRealEstateStatus | null;
2233
+ occupancy?: LoanOccupancyType | null;
2234
+ /** @format double */
2235
+ marketValue?: number | null;
2236
+ /** @format double */
2237
+ monthlyInsTaxDues?: number | null;
2238
+ /** @format double */
2239
+ monthlyRentalIncome?: number | null;
2240
+ address?: AddressV3 | null;
2241
+ mortgages?: LoanBorrowerRealEstateAssetMortgage[] | null;
2242
+ }
2243
+ export interface LoanBorrowerRealEstateAssetMortgage {
2244
+ /** @format uuid */
2245
+ id?: string | null;
2246
+ creditor?: string | null;
2247
+ accountNumber?: string | null;
2248
+ /** @format double */
2249
+ balance?: number | null;
2250
+ /** @format double */
2251
+ creditLimit?: number | null;
2252
+ /** @format double */
2253
+ monthlyMortgagePayment?: number | null;
2254
+ isBalancePaidBeforeClosing?: boolean | null;
2255
+ loanType?: LoanType | null;
2256
+ }
2257
+ export interface LoanBorrowerRealEstateAssetMortgageRequest {
2258
+ /** @maxLength 255 */
2259
+ creditor?: string | null;
2260
+ /** @maxLength 50 */
2261
+ accountNumber?: string | null;
2262
+ /**
2263
+ * @format double
2264
+ * @min 0
2265
+ */
2266
+ balance?: number | null;
2267
+ /**
2268
+ * @format double
2269
+ * @min 0
2270
+ */
2271
+ creditLimit?: number | null;
2272
+ /**
2273
+ * @format double
2274
+ * @min 0
2275
+ */
2276
+ monthlyMortgagePayment?: number | null;
2277
+ isBalancePaidBeforeClosing?: boolean | null;
2278
+ loanType?: LoanType | null;
2279
+ }
2280
+ export interface LoanBorrowerRealEstateAssetRequest {
2281
+ status?: LoanRealEstateStatus | null;
2282
+ occupancy?: LoanOccupancyType | null;
2283
+ /**
2284
+ * @format double
2285
+ * @min 0
2286
+ */
2287
+ marketValue?: number | null;
2288
+ /**
2289
+ * @format double
2290
+ * @min 0
2291
+ */
2292
+ monthlyInsTaxDues?: number | null;
2293
+ /**
2294
+ * @format double
2295
+ * @min 0
2296
+ */
2297
+ monthlyRentalIncome?: number | null;
2298
+ address?: AddressRequest | null;
2299
+ mortgages?: LoanBorrowerRealEstateAssetMortgageRequest[] | null;
2300
+ }
2301
+ export interface LoanBorrowerRequest {
2302
+ ssn?: string | null;
2303
+ email?: string | null;
2304
+ /** @maxLength 100 */
2305
+ lastName?: string | null;
2306
+ /** @maxLength 100 */
2307
+ firstName?: string | null;
2308
+ /** @maxLength 100 */
2309
+ middleName?: string | null;
2310
+ prefix?: LoanNamePrefix | null;
2311
+ suffix?: LoanNameSuffix | null;
2312
+ /** @format date */
2313
+ birthDate?: string | null;
2314
+ citizenship?: LoanCitizenship | null;
2315
+ maritalStatus?: LoanMaritalStatus | null;
2316
+ languagePreference?: LoanLanguagePreference | null;
2317
+ /** @format int32 */
2318
+ numberOfDependents?: number | null;
2319
+ isPrimaryBorrower: boolean;
2320
+ isFirstTimeHomeBuyer?: boolean | null;
2321
+ hasJointAssetsAndLiabilities?: boolean | null;
2322
+ dependentAges?: number[] | null;
2323
+ demographics?: LoanBorrowerDemographicsRequest | null;
2324
+ declarations?: LoanBorrowerDeclarationsRequest | null;
2325
+ militaryService?: LoanBorrowerMilitaryServiceRequest | null;
2326
+ gifts: LoanBorrowerGiftRequest[];
2327
+ addresses: LoanBorrowerAddressRequest[];
2328
+ consents: LoanBorrowerConsentRequest[];
2329
+ liabilities: LoanBorrowerLiabilityRequest[];
2330
+ otherAssets: LoanBorrowerOtherAssetRequest[];
2331
+ otherIncome: LoanBorrowerOtherIncomeRequest[];
2332
+ phoneNumbers: LoanBorrowerPhoneNumberRequest[];
2333
+ accountAssets: LoanBorrowerAccountAssetRequest[];
2334
+ homeOwnership: LoanBorrowerHomeOwnershipRequest[];
2335
+ alternateNames: LoanBorrowerAlternateNameRequest[];
2336
+ otherLiabilities: LoanBorrowerOtherLiabilityRequest[];
2337
+ realEstateAssets: LoanBorrowerRealEstateAssetRequest[];
2338
+ currentEmployment: LoanBorrowerEmploymentCurrentRequest[];
2339
+ previousEmployment: LoanBorrowerEmploymentPreviousRequest[];
2340
+ }
2341
+ export interface LoanBorrowerSimpleDeclaration {
2342
+ /** @format uuid */
2343
+ id?: string | null;
2344
+ isAffirmative?: boolean | null;
2345
+ description?: string | null;
2346
+ }
2347
+ export interface LoanBorrowerSimpleDeclarationRequest {
2348
+ isAffirmative?: boolean | null;
2349
+ /** @maxLength 1000 */
2350
+ description?: string | null;
2351
+ }
1510
2352
  export interface LoanComparison {
1511
2353
  loanID: string;
1512
2354
  scenarios: LoanComparisonScenario[];
@@ -1642,13 +2484,6 @@ export interface LoanContact {
1642
2484
  export interface LoanContactList {
1643
2485
  email: string;
1644
2486
  }
1645
- export interface LoanCreateRequest {
1646
- /**
1647
- * @format uuid
1648
- * @minLength 1
1649
- */
1650
- draftId: string;
1651
- }
1652
2487
  export interface LoanCustomFieldsRequest {
1653
2488
  additionalFields?: Record<string, string>;
1654
2489
  }
@@ -1710,6 +2545,36 @@ export interface LoanDraftSearchCriteria {
1710
2545
  isUnassigned?: boolean | null;
1711
2546
  includeDeleted?: boolean | null;
1712
2547
  excludeLinkedToLoan?: boolean | null;
2548
+ draftTypes?: DraftType[] | null;
2549
+ }
2550
+ export interface LoanFinancial {
2551
+ /** @format uuid */
2552
+ id?: string | null;
2553
+ isDebtsAssetsReviewed?: boolean | null;
2554
+ /** @format double */
2555
+ cashToClose?: number | null;
2556
+ /** @format double */
2557
+ cashDownPayment?: number | null;
2558
+ /** @format double */
2559
+ maximumPurchasePrice?: number | null;
2560
+ }
2561
+ export interface LoanFinancialRequest {
2562
+ isDebtsAssetsReviewed?: boolean | null;
2563
+ /**
2564
+ * @format double
2565
+ * @min 0
2566
+ */
2567
+ cashToClose?: number | null;
2568
+ /**
2569
+ * @format double
2570
+ * @min 0
2571
+ */
2572
+ cashDownPayment?: number | null;
2573
+ /**
2574
+ * @format double
2575
+ * @min 0
2576
+ */
2577
+ maximumPurchasePrice?: number | null;
1713
2578
  }
1714
2579
  export interface LoanIdentifier {
1715
2580
  /** @format uuid */
@@ -1796,6 +2661,29 @@ export interface LoanLogSearchCriteria {
1796
2661
  types?: LoanLogType[] | null;
1797
2662
  levels?: LogLevel[] | null;
1798
2663
  }
2664
+ export interface LoanNonOwningBorrower {
2665
+ /** @format uuid */
2666
+ id?: string | null;
2667
+ email?: string | null;
2668
+ lastName?: string | null;
2669
+ firstName?: string | null;
2670
+ middleName?: string | null;
2671
+ prefix?: LoanNamePrefix | null;
2672
+ suffix?: LoanNameSuffix | null;
2673
+ consents: LoanBorrowerConsent[];
2674
+ }
2675
+ export interface LoanNonOwningBorrowerRequest {
2676
+ email?: string | null;
2677
+ /** @maxLength 100 */
2678
+ lastName?: string | null;
2679
+ /** @maxLength 100 */
2680
+ firstName?: string | null;
2681
+ /** @maxLength 100 */
2682
+ middleName?: string | null;
2683
+ prefix?: LoanNamePrefix | null;
2684
+ suffix?: LoanNameSuffix | null;
2685
+ consents: LoanBorrowerConsentRequest[];
2686
+ }
1799
2687
  export interface LoanOfficer {
1800
2688
  /** @format uuid */
1801
2689
  id: string;
@@ -1827,6 +2715,121 @@ export interface LoanOfficerSearchCriteria {
1827
2715
  /** @format uuid */
1828
2716
  brand?: string | null;
1829
2717
  }
2718
+ export interface LoanPatchRequestGuidPatchDocument {
2719
+ operations: GuidPatchOperation[];
2720
+ }
2721
+ export interface LoanProperty {
2722
+ /** @format uuid */
2723
+ id?: string | null;
2724
+ trustType?: LoanTrustType | null;
2725
+ occupancy?: LoanOccupancyType | null;
2726
+ propertyType?: LoanPropertyType | null;
2727
+ referenceId?: string | null;
2728
+ /** @format int32 */
2729
+ yearBuilt?: number | null;
2730
+ /** @format int32 */
2731
+ yearAcquired?: number | null;
2732
+ /** @format int32 */
2733
+ numberOfUnits?: number | null;
2734
+ /** @format double */
2735
+ salePrice?: number | null;
2736
+ /** @format double */
2737
+ propertyValue?: number | null;
2738
+ /** @format double */
2739
+ purchasePrice?: number | null;
2740
+ /** @format double */
2741
+ estimatedValue?: number | null;
2742
+ /** @format double */
2743
+ monthlyRentalIncome?: number | null;
2744
+ isMixedUseProperty?: boolean | null;
2745
+ isManufacturedHome?: boolean | null;
2746
+ isFhaSecondaryResidence?: boolean | null;
2747
+ address?: AddressV3 | null;
2748
+ mortgages: LoanPropertyMortgage[];
2749
+ }
2750
+ export interface LoanPropertyMortgage {
2751
+ /** @format uuid */
2752
+ id?: string | null;
2753
+ creditor?: string | null;
2754
+ /** @format double */
2755
+ loanAmount?: number | null;
2756
+ /** @format double */
2757
+ creditLimit?: number | null;
2758
+ /** @format double */
2759
+ monthlyPayment?: number | null;
2760
+ lienType?: LoanLienPosition | null;
2761
+ }
2762
+ export interface LoanPropertyMortgageRequest {
2763
+ /** @maxLength 255 */
2764
+ creditor?: string | null;
2765
+ /**
2766
+ * @format double
2767
+ * @min 0
2768
+ */
2769
+ loanAmount?: number | null;
2770
+ /**
2771
+ * @format double
2772
+ * @min 0
2773
+ */
2774
+ creditLimit?: number | null;
2775
+ /**
2776
+ * @format double
2777
+ * @min 0
2778
+ */
2779
+ monthlyPayment?: number | null;
2780
+ lienType?: LoanLienPosition | null;
2781
+ }
2782
+ export interface LoanPropertyRequest {
2783
+ trustType?: LoanTrustType | null;
2784
+ occupancy?: LoanOccupancyType | null;
2785
+ propertyType?: LoanPropertyType | null;
2786
+ /** @maxLength 100 */
2787
+ referenceId?: string | null;
2788
+ /**
2789
+ * @format int32
2790
+ * @min 1800
2791
+ * @max 2035
2792
+ */
2793
+ yearBuilt?: number | null;
2794
+ /**
2795
+ * @format int32
2796
+ * @min 1900
2797
+ * @max 2035
2798
+ */
2799
+ yearAcquired?: number | null;
2800
+ /** @format int32 */
2801
+ numberOfUnits?: number | null;
2802
+ /**
2803
+ * @format double
2804
+ * @min 0
2805
+ */
2806
+ salePrice?: number | null;
2807
+ /**
2808
+ * @format double
2809
+ * @min 0
2810
+ */
2811
+ propertyValue?: number | null;
2812
+ /**
2813
+ * @format double
2814
+ * @min 0
2815
+ */
2816
+ purchasePrice?: number | null;
2817
+ /**
2818
+ * @format double
2819
+ * @min 0
2820
+ */
2821
+ estimatedValue?: number | null;
2822
+ /**
2823
+ * @format double
2824
+ * @min 0
2825
+ */
2826
+ monthlyRentalIncome?: number | null;
2827
+ isMixedUseProperty?: boolean | null;
2828
+ isManufacturedHome?: boolean | null;
2829
+ isFhaSecondaryResidence?: boolean | null;
2830
+ address?: AddressRequest | null;
2831
+ mortgages: LoanPropertyMortgageRequest[];
2832
+ }
1830
2833
  export interface LoanQueue {
1831
2834
  /** @format date-time */
1832
2835
  createdAt: string;
@@ -3323,6 +4326,20 @@ export interface Theme {
3323
4326
  textColor?: string | null;
3324
4327
  iconColor?: string | null;
3325
4328
  }
4329
+ export interface TimeAtAddress {
4330
+ /** @format uuid */
4331
+ id?: string | null;
4332
+ /** @format int32 */
4333
+ years?: number | null;
4334
+ /** @format int32 */
4335
+ months?: number | null;
4336
+ }
4337
+ export interface TimeAtAddressRequest {
4338
+ /** @format int32 */
4339
+ years?: number | null;
4340
+ /** @format int32 */
4341
+ months?: number | null;
4342
+ }
3326
4343
  export interface Token {
3327
4344
  token_type: string;
3328
4345
  /** @format int32 */
@@ -3788,13 +4805,16 @@ export type CreateGroupMemberRequestLoanRoleEnum = "Borrower" | "CoBorrower" | "
3788
4805
  export type CreateInviteRequestRelationshipEnum = "NotApplicable" | "Spouse" | "NonSpouse";
3789
4806
  export type CreateLoanImportRequestImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
3790
4807
  export type CreateUserDraftLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
4808
+ export type DraftTypeEnum = "NewLoan" | "EditLoan";
4809
+ export type DraftContentTypeEnum = "NewLoan" | "EditLoan";
3791
4810
  export type FusionReportFilterFilterTypeEnum = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
4811
+ export type IpAddressAddressFamilyEnum = "Unspecified" | "Unix" | "InterNetwork" | "ImpLink" | "Pup" | "Chaos" | "NS" | "Ipx" | "Iso" | "Osi" | "Ecma" | "DataKit" | "Ccitt" | "Sna" | "DecNet" | "DataLink" | "Lat" | "HyperChannel" | "AppleTalk" | "NetBios" | "VoiceView" | "FireFox" | "Banyan" | "Atm" | "InterNetworkV6" | "Cluster" | "Ieee12844" | "Irda" | "NetworkDesigners" | "Max" | "Packet" | "ControllerAreaNetwork" | "Unknown";
3792
4812
  export type LoanContactRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3793
4813
  export type LoanImportStatusEnum = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
3794
4814
  export type LoanImportImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
3795
4815
  export type LoanImportLogLevelEnum = "None" | "Info" | "Warning" | "Error";
3796
4816
  export type LoanLogLevelEnum = "None" | "Info" | "Warning" | "Error";
3797
- export type LoanLogTypeEnum = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded";
4817
+ export type LoanLogTypeEnum = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded" | "LoanCreated" | "WorkflowSubmitted" | "UserInvitationSent" | "CoBorrowerAdded" | "TaskCompleted" | "LoanStatusChanged" | "EConsent";
3798
4818
  export type LoanUpdateRequestOperationOperationTypeEnum = "Add" | "Remove" | "Replace" | "Move" | "Copy" | "Test" | "Invalid";
3799
4819
  export type LoanUserLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3800
4820
  export type SamlMetadataRequestSsoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
@@ -3859,7 +4879,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
3859
4879
  }
3860
4880
  /**
3861
4881
  * @title The Big POS API
3862
- * @version v2.28.4
4882
+ * @version v2.28.6
3863
4883
  * @termsOfService https://www.thebigpos.com/terms-of-use/
3864
4884
  * @contact Mortgage Automation Technologies <support@thebigpos.com> (https://www.thebigpos.com/terms-of-use/)
3865
4885
  */
@@ -3873,7 +4893,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3873
4893
  * @secure
3874
4894
  * @response `200` `void` Success
3875
4895
  */
3876
- postRoot: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4896
+ postRoot: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
3877
4897
  /**
3878
4898
  * No description
3879
4899
  *
@@ -3883,7 +4903,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3883
4903
  * @secure
3884
4904
  * @response `200` `string` Success
3885
4905
  */
3886
- getRoot: (params?: RequestParams) => Promise<AxiosResponse<string, any>>;
4906
+ getRoot: (params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
3887
4907
  api: {
3888
4908
  /**
3889
4909
  * No description
@@ -3896,7 +4916,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3896
4916
  * @response `200` `Account` Success
3897
4917
  * @response `404` `ProblemDetails` Not Found
3898
4918
  */
3899
- getMyAccount: (params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
4919
+ getMyAccount: (params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
3900
4920
  /**
3901
4921
  * No description
3902
4922
  *
@@ -3909,7 +4929,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3909
4929
  * @response `404` `ProblemDetails` Not Found
3910
4930
  * @response `422` `ProblemDetails` Client Error
3911
4931
  */
3912
- replaceMyAccount: (data: UpdateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
4932
+ replaceMyAccount: (data: UpdateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
3913
4933
  /**
3914
4934
  * No description
3915
4935
  *
@@ -3920,7 +4940,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3920
4940
  * @secure
3921
4941
  * @response `200` `SiteConfiguration` Success
3922
4942
  */
3923
- getSiteConfigurationByAccount: (params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
4943
+ getSiteConfigurationByAccount: (params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
3924
4944
  /**
3925
4945
  * No description
3926
4946
  *
@@ -3932,7 +4952,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3932
4952
  * @response `200` `SiteConfiguration` Success
3933
4953
  * @response `422` `UnprocessableEntity` Client Error
3934
4954
  */
3935
- updateSiteConfigurationForAccount: (data: SiteConfiguration, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
4955
+ updateSiteConfigurationForAccount: (data: SiteConfiguration, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
3936
4956
  /**
3937
4957
  * No description
3938
4958
  *
@@ -3943,7 +4963,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3943
4963
  * @secure
3944
4964
  * @response `200` `(Account)[]` Success
3945
4965
  */
3946
- getAccounts: (params?: RequestParams) => Promise<AxiosResponse<Account[], any>>;
4966
+ getAccounts: (params?: RequestParams) => Promise<AxiosResponse<Account[], any, {}>>;
3947
4967
  /**
3948
4968
  * No description
3949
4969
  *
@@ -3955,7 +4975,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3955
4975
  * @response `201` `Account` Created
3956
4976
  * @response `422` `ProblemDetails` Client Error
3957
4977
  */
3958
- createAccount: (data: CreateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
4978
+ createAccount: (data: CreateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
3959
4979
  /**
3960
4980
  * No description
3961
4981
  *
@@ -3967,7 +4987,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3967
4987
  * @response `201` `Account` Created
3968
4988
  * @response `422` `ProblemDetails` Client Error
3969
4989
  */
3970
- getAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
4990
+ getAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
3971
4991
  /**
3972
4992
  * No description
3973
4993
  *
@@ -3983,7 +5003,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3983
5003
  deleteAccount: (id: string, query?: {
3984
5004
  /** @default false */
3985
5005
  hardDelete?: boolean;
3986
- }, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
5006
+ }, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
3987
5007
  /**
3988
5008
  * No description
3989
5009
  *
@@ -3996,7 +5016,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3996
5016
  * @response `404` `ProblemDetails` Not Found
3997
5017
  * @response `422` `UnprocessableEntity` Client Error
3998
5018
  */
3999
- updateLoansByAccount: (id: string, data: Loan[], params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5019
+ updateLoansByAccount: (id: string, data: Loan[], params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4000
5020
  /**
4001
5021
  * No description
4002
5022
  *
@@ -4008,7 +5028,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4008
5028
  * @response `200` `(Loan)[]` Success
4009
5029
  * @response `404` `ProblemDetails` Not Found
4010
5030
  */
4011
- getLoansByAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Loan[], any>>;
5031
+ getLoansByAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Loan[], any, {}>>;
4012
5032
  /**
4013
5033
  * No description
4014
5034
  *
@@ -4020,7 +5040,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4020
5040
  * @response `200` `Token` Success
4021
5041
  * @response `422` `UnprocessableEntity` Client Error
4022
5042
  */
4023
- getTokenFromRefreshToken: (data: RefreshTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
5043
+ getTokenFromRefreshToken: (data: RefreshTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
4024
5044
  /**
4025
5045
  * No description
4026
5046
  *
@@ -4032,7 +5052,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4032
5052
  * @response `200` `Token` Success
4033
5053
  * @response `422` `UnprocessableEntity` Client Error
4034
5054
  */
4035
- getToken: (data: TokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
5055
+ getToken: (data: TokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
4036
5056
  /**
4037
5057
  * No description
4038
5058
  *
@@ -4044,7 +5064,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4044
5064
  * @response `200` `Token` Success
4045
5065
  * @response `422` `UnprocessableEntity` Client Error
4046
5066
  */
4047
- getTokenFromChallengeCode: (data: TokenChallengeRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
5067
+ getTokenFromChallengeCode: (data: TokenChallengeRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
4048
5068
  /**
4049
5069
  * No description
4050
5070
  *
@@ -4056,7 +5076,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4056
5076
  * @response `200` `Token` Success
4057
5077
  * @response `422` `UnprocessableEntity` Client Error
4058
5078
  */
4059
- getSystemToken: (data: SystemTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
5079
+ getSystemToken: (data: SystemTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
4060
5080
  /**
4061
5081
  * No description
4062
5082
  *
@@ -4068,7 +5088,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4068
5088
  * @response `200` `SSOToken` Success
4069
5089
  * @response `422` `UnprocessableEntity` Client Error
4070
5090
  */
4071
- getSsoToken: (data: SSOTokenRequest, params?: RequestParams) => Promise<AxiosResponse<SSOToken, any>>;
5091
+ getSsoToken: (data: SSOTokenRequest, params?: RequestParams) => Promise<AxiosResponse<SSOToken, any, {}>>;
4072
5092
  /**
4073
5093
  * No description
4074
5094
  *
@@ -4080,7 +5100,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4080
5100
  * @response `204` `void` No Content
4081
5101
  * @response `422` `UnprocessableEntity` Client Error
4082
5102
  */
4083
- logOut: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5103
+ logOut: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4084
5104
  /**
4085
5105
  * No description
4086
5106
  *
@@ -4099,7 +5119,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4099
5119
  pageNumber?: number;
4100
5120
  sortBy?: string;
4101
5121
  sortDirection?: string;
4102
- }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any>>;
5122
+ }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any, {}>>;
4103
5123
  /**
4104
5124
  * No description
4105
5125
  *
@@ -4111,7 +5131,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4111
5131
  * @response `200` `GetBranch` Success
4112
5132
  * @response `422` `UnprocessableEntity` Client Error
4113
5133
  */
4114
- createBranch: (data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
5134
+ createBranch: (data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
4115
5135
  /**
4116
5136
  * No description
4117
5137
  *
@@ -4129,7 +5149,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4129
5149
  pageNumber?: number;
4130
5150
  sortBy?: string;
4131
5151
  sortDirection?: string;
4132
- }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any>>;
5152
+ }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any, {}>>;
4133
5153
  /**
4134
5154
  * No description
4135
5155
  *
@@ -4140,7 +5160,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4140
5160
  * @secure
4141
5161
  * @response `200` `GetBranch` Success
4142
5162
  */
4143
- getBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
5163
+ getBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
4144
5164
  /**
4145
5165
  * No description
4146
5166
  *
@@ -4152,7 +5172,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4152
5172
  * @response `200` `GetBranch` Success
4153
5173
  * @response `422` `UnprocessableEntity` Client Error
4154
5174
  */
4155
- replaceBranch: (branchId: string, data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
5175
+ replaceBranch: (branchId: string, data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
4156
5176
  /**
4157
5177
  * No description
4158
5178
  *
@@ -4163,7 +5183,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4163
5183
  * @secure
4164
5184
  * @response `204` `void` No Content
4165
5185
  */
4166
- deleteBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5186
+ deleteBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4167
5187
  /**
4168
5188
  * No description
4169
5189
  *
@@ -4175,7 +5195,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4175
5195
  * @response `204` `void` No Content
4176
5196
  * @response `400` `ProblemDetails` Bad Request
4177
5197
  */
4178
- restoreBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5198
+ restoreBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4179
5199
  /**
4180
5200
  * No description
4181
5201
  *
@@ -4187,7 +5207,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4187
5207
  * @response `200` `SiteConfiguration` Success
4188
5208
  * @response `422` `UnprocessableEntity` Client Error
4189
5209
  */
4190
- createBranchSiteConfiguration: (branchId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
5210
+ createBranchSiteConfiguration: (branchId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
4191
5211
  /**
4192
5212
  * No description
4193
5213
  *
@@ -4198,7 +5218,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4198
5218
  * @secure
4199
5219
  * @response `200` `SiteConfigurationWithInherited` Success
4200
5220
  */
4201
- getBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
5221
+ getBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
4202
5222
  /**
4203
5223
  * No description
4204
5224
  *
@@ -4212,7 +5232,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4212
5232
  */
4213
5233
  replaceBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
4214
5234
  applyToChildren?: boolean;
4215
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
5235
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
4216
5236
  /**
4217
5237
  * No description
4218
5238
  *
@@ -4223,7 +5243,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4223
5243
  * @secure
4224
5244
  * @response `200` `LoanOfficerPublic` Success
4225
5245
  */
4226
- getLoanOfficersByBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any>>;
5246
+ getLoanOfficersByBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any, {}>>;
4227
5247
  /**
4228
5248
  * No description
4229
5249
  *
@@ -4236,7 +5256,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4236
5256
  */
4237
5257
  getBusinessRules: (query?: {
4238
5258
  showAll?: boolean;
4239
- }, params?: RequestParams) => Promise<AxiosResponse<BusinessRule[], any>>;
5259
+ }, params?: RequestParams) => Promise<AxiosResponse<BusinessRule[], any, {}>>;
4240
5260
  /**
4241
5261
  * No description
4242
5262
  *
@@ -4248,7 +5268,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4248
5268
  * @response `200` `BusinessRule` Success
4249
5269
  * @response `422` `UnprocessableEntity` Client Error
4250
5270
  */
4251
- createBusinessRule: (data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
5271
+ createBusinessRule: (data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
4252
5272
  /**
4253
5273
  * No description
4254
5274
  *
@@ -4259,7 +5279,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4259
5279
  * @secure
4260
5280
  * @response `200` `BusinessRule` Success
4261
5281
  */
4262
- getBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
5282
+ getBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
4263
5283
  /**
4264
5284
  * No description
4265
5285
  *
@@ -4271,7 +5291,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4271
5291
  * @response `200` `BusinessRule` Success
4272
5292
  * @response `422` `UnprocessableEntity` Client Error
4273
5293
  */
4274
- replaceBusinessRule: (id: string, data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
5294
+ replaceBusinessRule: (id: string, data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
4275
5295
  /**
4276
5296
  * No description
4277
5297
  *
@@ -4282,7 +5302,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4282
5302
  * @secure
4283
5303
  * @response `204` `void` No Content
4284
5304
  */
4285
- deleteBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5305
+ deleteBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4286
5306
  /**
4287
5307
  * No description
4288
5308
  *
@@ -4293,7 +5313,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4293
5313
  * @secure
4294
5314
  * @response `200` `BusinessRule` Success
4295
5315
  */
4296
- restoreBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
5316
+ restoreBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
4297
5317
  /**
4298
5318
  * No description
4299
5319
  *
@@ -4312,7 +5332,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4312
5332
  pageNumber?: number;
4313
5333
  sortBy?: string;
4314
5334
  sortDirection?: string;
4315
- }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any>>;
5335
+ }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any, {}>>;
4316
5336
  /**
4317
5337
  * No description
4318
5338
  *
@@ -4324,7 +5344,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4324
5344
  * @response `200` `Corporate` Success
4325
5345
  * @response `422` `UnprocessableEntity` Client Error
4326
5346
  */
4327
- createCorporate: (data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
5347
+ createCorporate: (data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
4328
5348
  /**
4329
5349
  * No description
4330
5350
  *
@@ -4342,7 +5362,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4342
5362
  pageNumber?: number;
4343
5363
  sortBy?: string;
4344
5364
  sortDirection?: string;
4345
- }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any>>;
5365
+ }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any, {}>>;
4346
5366
  /**
4347
5367
  * No description
4348
5368
  *
@@ -4353,7 +5373,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4353
5373
  * @secure
4354
5374
  * @response `200` `Corporate` Success
4355
5375
  */
4356
- getCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
5376
+ getCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
4357
5377
  /**
4358
5378
  * No description
4359
5379
  *
@@ -4365,7 +5385,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4365
5385
  * @response `200` `Corporate` Success
4366
5386
  * @response `422` `UnprocessableEntity` Client Error
4367
5387
  */
4368
- replaceCorporate: (id: string, data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
5388
+ replaceCorporate: (id: string, data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
4369
5389
  /**
4370
5390
  * No description
4371
5391
  *
@@ -4376,7 +5396,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4376
5396
  * @secure
4377
5397
  * @response `204` `void` No Content
4378
5398
  */
4379
- deleteCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5399
+ deleteCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4380
5400
  /**
4381
5401
  * No description
4382
5402
  *
@@ -4387,7 +5407,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4387
5407
  * @secure
4388
5408
  * @response `204` `void` No Content
4389
5409
  */
4390
- restoreCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5410
+ restoreCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4391
5411
  /**
4392
5412
  * No description
4393
5413
  *
@@ -4399,7 +5419,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4399
5419
  * @response `200` `SiteConfiguration` Success
4400
5420
  * @response `422` `UnprocessableEntity` Client Error
4401
5421
  */
4402
- createCorporateSiteConfiguration: (corporateId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
5422
+ createCorporateSiteConfiguration: (corporateId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
4403
5423
  /**
4404
5424
  * No description
4405
5425
  *
@@ -4410,7 +5430,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4410
5430
  * @secure
4411
5431
  * @response `200` `SiteConfigurationWithInherited` Success
4412
5432
  */
4413
- getCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
5433
+ getCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
4414
5434
  /**
4415
5435
  * No description
4416
5436
  *
@@ -4424,7 +5444,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4424
5444
  */
4425
5445
  replaceCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
4426
5446
  applyToChildren?: boolean;
4427
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
5447
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
4428
5448
  /**
4429
5449
  * No description
4430
5450
  *
@@ -4435,7 +5455,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4435
5455
  * @secure
4436
5456
  * @response `200` `(BranchReduced)[]` Success
4437
5457
  */
4438
- getBranchesByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchReduced[], any>>;
5458
+ getBranchesByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchReduced[], any, {}>>;
4439
5459
  /**
4440
5460
  * No description
4441
5461
  *
@@ -4446,7 +5466,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4446
5466
  * @secure
4447
5467
  * @response `200` `LoanOfficerPublic` Success
4448
5468
  */
4449
- getLoanOfficersByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any>>;
5469
+ getLoanOfficersByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any, {}>>;
4450
5470
  /**
4451
5471
  * No description
4452
5472
  *
@@ -4466,7 +5486,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4466
5486
  pageNumber?: number;
4467
5487
  sortBy?: string;
4468
5488
  sortDirection?: string;
4469
- }, params?: RequestParams) => Promise<AxiosResponse<DevicePaginated, any>>;
5489
+ }, params?: RequestParams) => Promise<AxiosResponse<DevicePaginated, any, {}>>;
4470
5490
  /**
4471
5491
  * No description
4472
5492
  *
@@ -4477,7 +5497,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4477
5497
  * @secure
4478
5498
  * @response `200` `Device` Success
4479
5499
  */
4480
- getDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<Device, any>>;
5500
+ getDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<Device, any, {}>>;
4481
5501
  /**
4482
5502
  * No description
4483
5503
  *
@@ -4488,7 +5508,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4488
5508
  * @secure
4489
5509
  * @response `200` `Device` Success
4490
5510
  */
4491
- updateDevice: (id: string, data: DeviceRequest, params?: RequestParams) => Promise<AxiosResponse<Device, any>>;
5511
+ updateDevice: (id: string, data: DeviceRequest, params?: RequestParams) => Promise<AxiosResponse<Device, any, {}>>;
4492
5512
  /**
4493
5513
  * No description
4494
5514
  *
@@ -4499,7 +5519,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4499
5519
  * @secure
4500
5520
  * @response `200` `DeviceMDM` Success
4501
5521
  */
4502
- getDeviceBySerialNumber: (sn: string, params?: RequestParams) => Promise<AxiosResponse<DeviceMDM, any>>;
5522
+ getDeviceBySerialNumber: (sn: string, params?: RequestParams) => Promise<AxiosResponse<DeviceMDM, any, {}>>;
4503
5523
  /**
4504
5524
  * No description
4505
5525
  *
@@ -4510,7 +5530,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4510
5530
  * @secure
4511
5531
  * @response `200` `Action` Success
4512
5532
  */
4513
- createDeviceActionBySerialNumber: (sn: string, actionName: string, params?: RequestParams) => Promise<AxiosResponse<Action, any>>;
5533
+ createDeviceActionBySerialNumber: (sn: string, actionName: string, params?: RequestParams) => Promise<AxiosResponse<Action, any, {}>>;
4514
5534
  /**
4515
5535
  * No description
4516
5536
  *
@@ -4524,7 +5544,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4524
5544
  getDocumentBuckets: (query?: {
4525
5545
  /** @default false */
4526
5546
  includeSystemBuckets?: boolean;
4527
- }, params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
5547
+ }, params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
4528
5548
  /**
4529
5549
  * No description
4530
5550
  *
@@ -4537,7 +5557,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4537
5557
  */
4538
5558
  getDocumentTemplates: (query?: {
4539
5559
  showAll?: boolean;
4540
- }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any>>;
5560
+ }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any, {}>>;
4541
5561
  /**
4542
5562
  * No description
4543
5563
  *
@@ -4550,7 +5570,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4550
5570
  * @response `404` `ProblemDetails` Not Found
4551
5571
  * @response `422` `UnprocessableEntity` Client Error
4552
5572
  */
4553
- createDocumentTemplate: (data: CreateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any>>;
5573
+ createDocumentTemplate: (data: CreateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any, {}>>;
4554
5574
  /**
4555
5575
  * No description
4556
5576
  *
@@ -4566,7 +5586,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4566
5586
  showAll?: boolean;
4567
5587
  /** @default true */
4568
5588
  publishedOnly?: boolean;
4569
- }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any>>;
5589
+ }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any, {}>>;
4570
5590
  /**
4571
5591
  * No description
4572
5592
  *
@@ -4578,7 +5598,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4578
5598
  * @response `200` `DocumentTemplate` Success
4579
5599
  * @response `404` `ProblemDetails` Not Found
4580
5600
  */
4581
- getDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplate, any>>;
5601
+ getDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplate, any, {}>>;
4582
5602
  /**
4583
5603
  * No description
4584
5604
  *
@@ -4592,7 +5612,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4592
5612
  * @response `404` `ProblemDetails` Not Found
4593
5613
  * @response `422` `UnprocessableEntity` Client Error
4594
5614
  */
4595
- replaceDocumentTemplate: (id: string, data: UpdateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any>>;
5615
+ replaceDocumentTemplate: (id: string, data: UpdateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any, {}>>;
4596
5616
  /**
4597
5617
  * No description
4598
5618
  *
@@ -4605,7 +5625,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4605
5625
  * @response `401` `ProblemDetails` Unauthorized
4606
5626
  * @response `404` `ProblemDetails` Not Found
4607
5627
  */
4608
- deleteDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5628
+ deleteDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4609
5629
  /**
4610
5630
  * No description
4611
5631
  *
@@ -4618,7 +5638,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4618
5638
  * @response `401` `ProblemDetails` Unauthorized
4619
5639
  * @response `404` `ProblemDetails` Not Found
4620
5640
  */
4621
- restoreDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5641
+ restoreDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4622
5642
  /**
4623
5643
  * No description
4624
5644
  *
@@ -4629,7 +5649,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4629
5649
  * @secure
4630
5650
  * @response `200` `(DocumentTemplateVersion)[]` Success
4631
5651
  */
4632
- getDocumentTemplateVersions: (documentId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion[], any>>;
5652
+ getDocumentTemplateVersions: (documentId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion[], any, {}>>;
4633
5653
  /**
4634
5654
  * No description
4635
5655
  *
@@ -4640,7 +5660,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4640
5660
  * @secure
4641
5661
  * @response `200` `DocumentTemplateVersion` Success
4642
5662
  */
4643
- createDocumentTemplateVersion: (documentId: string, data: DocumentTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
5663
+ createDocumentTemplateVersion: (documentId: string, data: DocumentTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
4644
5664
  /**
4645
5665
  * No description
4646
5666
  *
@@ -4651,7 +5671,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4651
5671
  * @secure
4652
5672
  * @response `200` `DocumentTemplateVersion` Success
4653
5673
  */
4654
- getDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
5674
+ getDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
4655
5675
  /**
4656
5676
  * No description
4657
5677
  *
@@ -4662,7 +5682,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4662
5682
  * @secure
4663
5683
  * @response `200` `DocumentTemplateVersion` Success
4664
5684
  */
4665
- replaceDocumentTemplateVersion: (documentId: string, id: string, data: DocumentTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
5685
+ replaceDocumentTemplateVersion: (documentId: string, id: string, data: DocumentTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
4666
5686
  /**
4667
5687
  * No description
4668
5688
  *
@@ -4673,7 +5693,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4673
5693
  * @secure
4674
5694
  * @response `200` `DocumentTemplateVersion` Success
4675
5695
  */
4676
- deleteDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
5696
+ deleteDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
4677
5697
  /**
4678
5698
  * No description
4679
5699
  *
@@ -4693,7 +5713,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4693
5713
  sortDirection?: string;
4694
5714
  /** @default false */
4695
5715
  includeDeleted?: boolean;
4696
- }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any>>;
5716
+ }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any, {}>>;
4697
5717
  /**
4698
5718
  * No description
4699
5719
  *
@@ -4711,7 +5731,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4711
5731
  file?: File;
4712
5732
  isPublic?: boolean;
4713
5733
  bucket?: string;
4714
- }, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
5734
+ }, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
4715
5735
  /**
4716
5736
  * No description
4717
5737
  *
@@ -4722,7 +5742,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4722
5742
  * @secure
4723
5743
  * @response `201` `File` Created
4724
5744
  */
4725
- getFileById: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
5745
+ getFileById: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
4726
5746
  /**
4727
5747
  * No description
4728
5748
  *
@@ -4734,7 +5754,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4734
5754
  * @response `200` `string` Success
4735
5755
  * @response `422` `UnprocessableEntity` Client Error
4736
5756
  */
4737
- replaceFile: (id: string, data: FileRequest, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5757
+ replaceFile: (id: string, data: FileRequest, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
4738
5758
  /**
4739
5759
  * No description
4740
5760
  *
@@ -4745,7 +5765,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4745
5765
  * @secure
4746
5766
  * @response `204` `void` No Content
4747
5767
  */
4748
- deleteFile: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5768
+ deleteFile: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4749
5769
  /**
4750
5770
  * No description
4751
5771
  *
@@ -4763,7 +5783,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4763
5783
  pageNumber?: number;
4764
5784
  sortBy?: string;
4765
5785
  sortDirection?: string;
4766
- }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any>>;
5786
+ }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any, {}>>;
4767
5787
  /**
4768
5788
  * No description
4769
5789
  *
@@ -4776,7 +5796,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4776
5796
  */
4777
5797
  getForms: (query?: {
4778
5798
  showAll?: boolean;
4779
- }, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any>>;
5799
+ }, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any, {}>>;
4780
5800
  /**
4781
5801
  * No description
4782
5802
  *
@@ -4788,7 +5808,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4788
5808
  * @response `201` `Form` Created
4789
5809
  * @response `422` `UnprocessableEntity` Client Error
4790
5810
  */
4791
- createForm: (data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
5811
+ createForm: (data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
4792
5812
  /**
4793
5813
  * No description
4794
5814
  *
@@ -4799,7 +5819,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4799
5819
  * @secure
4800
5820
  * @response `200` `Form` Success
4801
5821
  */
4802
- getForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
5822
+ getForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
4803
5823
  /**
4804
5824
  * No description
4805
5825
  *
@@ -4811,7 +5831,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4811
5831
  * @response `200` `Form` Success
4812
5832
  * @response `422` `UnprocessableEntity` Client Error
4813
5833
  */
4814
- replaceForm: (id: string, data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
5834
+ replaceForm: (id: string, data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
4815
5835
  /**
4816
5836
  * No description
4817
5837
  *
@@ -4822,7 +5842,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4822
5842
  * @secure
4823
5843
  * @response `204` `void` No Content
4824
5844
  */
4825
- deleteForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5845
+ deleteForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4826
5846
  /**
4827
5847
  * No description
4828
5848
  *
@@ -4833,7 +5853,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4833
5853
  * @secure
4834
5854
  * @response `200` `Form` Success
4835
5855
  */
4836
- restoreForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
5856
+ restoreForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
4837
5857
  /**
4838
5858
  * No description
4839
5859
  *
@@ -4848,7 +5868,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4848
5868
  /** @format binary */
4849
5869
  file?: File;
4850
5870
  name?: string;
4851
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionFile, any>>;
5871
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionFile, any, {}>>;
4852
5872
  /**
4853
5873
  * No description
4854
5874
  *
@@ -4859,7 +5879,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4859
5879
  * @secure
4860
5880
  * @response `204` `void` No Content
4861
5881
  */
4862
- deleteFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5882
+ deleteFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4863
5883
  /**
4864
5884
  * No description
4865
5885
  *
@@ -4873,7 +5893,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4873
5893
  downloadFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, query?: {
4874
5894
  /** @format uuid */
4875
5895
  siteConfigurationId?: string;
4876
- }, params?: RequestParams) => Promise<AxiosResponse<FileWithBytes, any>>;
5896
+ }, params?: RequestParams) => Promise<AxiosResponse<FileWithBytes, any, {}>>;
4877
5897
  /**
4878
5898
  * No description
4879
5899
  *
@@ -4891,7 +5911,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4891
5911
  pageNumber?: number;
4892
5912
  sortBy?: string;
4893
5913
  sortDirection?: string;
4894
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any>>;
5914
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any, {}>>;
4895
5915
  /**
4896
5916
  * No description
4897
5917
  *
@@ -4904,7 +5924,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4904
5924
  */
4905
5925
  createFormSubmission: (data: FormSubmissionRequest, query?: {
4906
5926
  formID?: string;
4907
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
5927
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
4908
5928
  /**
4909
5929
  * No description
4910
5930
  *
@@ -4915,7 +5935,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4915
5935
  * @secure
4916
5936
  * @response `200` `FormSubmission` Success
4917
5937
  */
4918
- getFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
5938
+ getFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
4919
5939
  /**
4920
5940
  * No description
4921
5941
  *
@@ -4926,7 +5946,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4926
5946
  * @secure
4927
5947
  * @response `200` `FormSubmission` Success
4928
5948
  */
4929
- replaceFormSubmission: (id: string, data: FormSubmissionRequest, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
5949
+ replaceFormSubmission: (id: string, data: FormSubmissionRequest, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
4930
5950
  /**
4931
5951
  * No description
4932
5952
  *
@@ -4937,7 +5957,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4937
5957
  * @secure
4938
5958
  * @response `204` `void` No Content
4939
5959
  */
4940
- deleteFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5960
+ deleteFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4941
5961
  /**
4942
5962
  * No description
4943
5963
  *
@@ -4955,7 +5975,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4955
5975
  pageNumber?: number;
4956
5976
  sortBy?: string;
4957
5977
  sortDirection?: string;
4958
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any>>;
5978
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any, {}>>;
4959
5979
  /**
4960
5980
  * No description
4961
5981
  *
@@ -4966,7 +5986,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4966
5986
  * @secure
4967
5987
  * @response `200` `(FormVersion)[]` Success
4968
5988
  */
4969
- getFormVersions: (formId: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion[], any>>;
5989
+ getFormVersions: (formId: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion[], any, {}>>;
4970
5990
  /**
4971
5991
  * No description
4972
5992
  *
@@ -4977,7 +5997,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4977
5997
  * @secure
4978
5998
  * @response `200` `FormVersion` Success
4979
5999
  */
4980
- createFormVersion: (formId: string, data: FormVersionRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
6000
+ createFormVersion: (formId: string, data: FormVersionRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
4981
6001
  /**
4982
6002
  * No description
4983
6003
  *
@@ -4988,7 +6008,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4988
6008
  * @secure
4989
6009
  * @response `200` `FormVersion` Success
4990
6010
  */
4991
- getFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
6011
+ getFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
4992
6012
  /**
4993
6013
  * No description
4994
6014
  *
@@ -4999,7 +6019,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4999
6019
  * @secure
5000
6020
  * @response `200` `FormVersion` Success
5001
6021
  */
5002
- replaceFormVersion: (formId: string, id: string, data: FormVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
6022
+ replaceFormVersion: (formId: string, id: string, data: FormVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
5003
6023
  /**
5004
6024
  * No description
5005
6025
  *
@@ -5010,7 +6030,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5010
6030
  * @secure
5011
6031
  * @response `200` `FormVersion` Success
5012
6032
  */
5013
- deleteFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
6033
+ deleteFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
5014
6034
  /**
5015
6035
  * No description
5016
6036
  *
@@ -5021,7 +6041,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5021
6041
  * @secure
5022
6042
  * @response `200` `Record<string,any>` Success
5023
6043
  */
5024
- getLoanData: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Record<string, any>, any>>;
6044
+ getLoanData: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Record<string, any>, any, {}>>;
5025
6045
  /**
5026
6046
  * No description
5027
6047
  *
@@ -5034,7 +6054,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5034
6054
  * @response `200` `string` Success
5035
6055
  * @response `422` `UnprocessableEntity` Client Error
5036
6056
  */
5037
- updateLoanConsentAndCustomFieldsObsolete: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6057
+ updateLoanConsentAndCustomFieldsObsolete: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5038
6058
  /**
5039
6059
  * No description
5040
6060
  *
@@ -5045,7 +6065,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5045
6065
  * @secure
5046
6066
  * @response `200` `GetReport` Success
5047
6067
  */
5048
- getLoansReport: (data: GetReportRequest, params?: RequestParams) => Promise<AxiosResponse<GetReport, any>>;
6068
+ getLoansReport: (data: GetReportRequest, params?: RequestParams) => Promise<AxiosResponse<GetReport, any, {}>>;
5049
6069
  /**
5050
6070
  * No description
5051
6071
  *
@@ -5059,7 +6079,10 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5059
6079
  * @response `422` `UnprocessableEntity` Client Error
5060
6080
  * @response `423` `UnprocessableEntity` Client Error
5061
6081
  */
5062
- createLoan: (data: any, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6082
+ createLoan: (data: any, query?: {
6083
+ /** @default false */
6084
+ isPatch?: boolean;
6085
+ }, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5063
6086
  /**
5064
6087
  * No description
5065
6088
  *
@@ -5072,7 +6095,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5072
6095
  * @response `422` `UnprocessableEntity` Client Error
5073
6096
  * @response `423` `UnprocessableEntity` Client Error
5074
6097
  */
5075
- createLoanInternal: (data: any, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6098
+ createLoanInternal: (data: any, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5076
6099
  /**
5077
6100
  * No description
5078
6101
  *
@@ -5084,7 +6107,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5084
6107
  * @response `200` `string` Success
5085
6108
  * @response `422` `UnprocessableEntity` Client Error
5086
6109
  */
5087
- updateLoanCustomFields: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6110
+ updateLoanCustomFields: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5088
6111
  /**
5089
6112
  * No description
5090
6113
  *
@@ -5096,7 +6119,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5096
6119
  * @response `200` `string` Success
5097
6120
  * @response `422` `UnprocessableEntity` Client Error
5098
6121
  */
5099
- updateLoanConsent: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6122
+ updateLoanConsent: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5100
6123
  /**
5101
6124
  * No description
5102
6125
  *
@@ -5107,7 +6130,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5107
6130
  * @secure
5108
6131
  * @response `200` `(DocumentData)[]` Success
5109
6132
  */
5110
- getTaskDocumentsByLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentData[], any>>;
6133
+ getTaskDocumentsByLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentData[], any, {}>>;
5111
6134
  /**
5112
6135
  * No description
5113
6136
  *
@@ -5121,7 +6144,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5121
6144
  getLoanDocumentContent: (loanId: string, documentId: string, query?: {
5122
6145
  /** @default "base64" */
5123
6146
  contentType?: string;
5124
- }, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6147
+ }, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5125
6148
  /**
5126
6149
  * No description
5127
6150
  *
@@ -5132,7 +6155,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5132
6155
  * @secure
5133
6156
  * @response `204` `void` No Content
5134
6157
  */
5135
- getLoanRecipients: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6158
+ getLoanRecipients: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5136
6159
  /**
5137
6160
  * No description
5138
6161
  *
@@ -5143,7 +6166,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5143
6166
  * @secure
5144
6167
  * @response `200` `(PreliminaryCondition)[]` Success
5145
6168
  */
5146
- getPreliminaryConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<PreliminaryCondition[], any>>;
6169
+ getPreliminaryConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<PreliminaryCondition[], any, {}>>;
5147
6170
  /**
5148
6171
  * No description
5149
6172
  *
@@ -5154,7 +6177,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5154
6177
  * @secure
5155
6178
  * @response `200` `(UnderwritingCondition)[]` Success
5156
6179
  */
5157
- getUnderwritingConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UnderwritingCondition[], any>>;
6180
+ getUnderwritingConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UnderwritingCondition[], any, {}>>;
5158
6181
  /**
5159
6182
  * No description
5160
6183
  *
@@ -5165,7 +6188,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5165
6188
  * @secure
5166
6189
  * @response `200` `string` Success
5167
6190
  */
5168
- getLoanEmbeddedSigningLink: (envelopeId: string, userName: string, email: string, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6191
+ getLoanEmbeddedSigningLink: (envelopeId: string, userName: string, email: string, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5169
6192
  /**
5170
6193
  * No description
5171
6194
  *
@@ -5177,7 +6200,23 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5177
6200
  * @secure
5178
6201
  * @response `200` `DocumentDataRequest` Success
5179
6202
  */
5180
- createLegacyLoanDocument: (data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any>>;
6203
+ createLegacyLoanDocument: (data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any, {}>>;
6204
+ /**
6205
+ * No description
6206
+ *
6207
+ * @tags LegacyLoan
6208
+ * @name CreateEditDraftForLoan
6209
+ * @summary Create Edit Draft for Loan
6210
+ * @request PUT:/api/los/loan/{loanID}/edit
6211
+ * @secure
6212
+ * @response `200` `Draft` Success
6213
+ * @response `400` `ProblemDetails` Bad Request
6214
+ * @response `404` `ProblemDetails` Not Found
6215
+ */
6216
+ createEditDraftForLoan: (loanId: string, query?: {
6217
+ /** @default false */
6218
+ isCoBorrower?: boolean;
6219
+ }, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
5181
6220
  /**
5182
6221
  * No description
5183
6222
  *
@@ -5193,7 +6232,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5193
6232
  file?: File;
5194
6233
  /** @format int32 */
5195
6234
  weight?: number;
5196
- }, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any>>;
6235
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any, {}>>;
5197
6236
  /**
5198
6237
  * No description
5199
6238
  *
@@ -5204,7 +6243,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5204
6243
  * @secure
5205
6244
  * @response `200` `ListingFile` Success
5206
6245
  */
5207
- updateListingFiles: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any>>;
6246
+ updateListingFiles: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any, {}>>;
5208
6247
  /**
5209
6248
  * No description
5210
6249
  *
@@ -5215,7 +6254,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5215
6254
  * @secure
5216
6255
  * @response `204` `Listing` No Content
5217
6256
  */
5218
- removeListingFile: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
6257
+ removeListingFile: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
5219
6258
  /**
5220
6259
  * No description
5221
6260
  *
@@ -5233,7 +6272,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5233
6272
  file?: File;
5234
6273
  /** @format int32 */
5235
6274
  weight?: number;
5236
- }, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto, any>>;
6275
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto, any, {}>>;
5237
6276
  /**
5238
6277
  * No description
5239
6278
  *
@@ -5244,7 +6283,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5244
6283
  * @secure
5245
6284
  * @response `200` `(ListingPhoto)[]` Success
5246
6285
  */
5247
- updateListingPhotos: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto[], any>>;
6286
+ updateListingPhotos: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto[], any, {}>>;
5248
6287
  /**
5249
6288
  * No description
5250
6289
  *
@@ -5255,7 +6294,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5255
6294
  * @secure
5256
6295
  * @response `204` `Listing` No Content
5257
6296
  */
5258
- removeListingPhoto: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
6297
+ removeListingPhoto: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
5259
6298
  /**
5260
6299
  * No description
5261
6300
  *
@@ -5273,7 +6312,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5273
6312
  pageNumber?: number;
5274
6313
  sortBy?: string;
5275
6314
  sortDirection?: string;
5276
- }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any>>;
6315
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any, {}>>;
5277
6316
  /**
5278
6317
  * No description
5279
6318
  *
@@ -5284,7 +6323,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5284
6323
  * @secure
5285
6324
  * @response `201` `Listing` Created
5286
6325
  */
5287
- createListing: (data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
6326
+ createListing: (data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
5288
6327
  /**
5289
6328
  * No description
5290
6329
  *
@@ -5295,7 +6334,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5295
6334
  * @secure
5296
6335
  * @response `200` `Listing` Success
5297
6336
  */
5298
- getListingBySlug: (slug: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
6337
+ getListingBySlug: (slug: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
5299
6338
  /**
5300
6339
  * No description
5301
6340
  *
@@ -5306,7 +6345,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5306
6345
  * @secure
5307
6346
  * @response `200` `Listing` Success
5308
6347
  */
5309
- getListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
6348
+ getListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
5310
6349
  /**
5311
6350
  * No description
5312
6351
  *
@@ -5317,7 +6356,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5317
6356
  * @secure
5318
6357
  * @response `200` `Listing` Success
5319
6358
  */
5320
- replaceListing: (id: string, data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
6359
+ replaceListing: (id: string, data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
5321
6360
  /**
5322
6361
  * No description
5323
6362
  *
@@ -5328,7 +6367,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5328
6367
  * @secure
5329
6368
  * @response `204` `void` No Content
5330
6369
  */
5331
- deleteListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6370
+ deleteListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5332
6371
  /**
5333
6372
  * No description
5334
6373
  *
@@ -5346,7 +6385,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5346
6385
  pageNumber?: number;
5347
6386
  sortBy?: string;
5348
6387
  sortDirection?: string;
5349
- }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any>>;
6388
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any, {}>>;
5350
6389
  /**
5351
6390
  * No description
5352
6391
  *
@@ -5360,7 +6399,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5360
6399
  updateListingBackgroundImage: (id: string, data: {
5361
6400
  /** @format binary */
5362
6401
  file?: File;
5363
- }, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
6402
+ }, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
5364
6403
  /**
5365
6404
  * No description
5366
6405
  *
@@ -5371,7 +6410,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5371
6410
  * @secure
5372
6411
  * @response `204` `void` No Content
5373
6412
  */
5374
- deleteListingBackgroundImage: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6413
+ deleteListingBackgroundImage: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5375
6414
  /**
5376
6415
  * No description
5377
6416
  *
@@ -5382,7 +6421,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5382
6421
  * @secure
5383
6422
  * @response `200` `File` Success
5384
6423
  */
5385
- getListingOpenHouseFlyer: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
6424
+ getListingOpenHouseFlyer: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
5386
6425
  /**
5387
6426
  * No description
5388
6427
  *
@@ -5393,7 +6432,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5393
6432
  * @secure
5394
6433
  * @response `200` `RunLOCalculation` Success
5395
6434
  */
5396
- getLoanCalculator: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any>>;
6435
+ getLoanCalculator: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any, {}>>;
5397
6436
  /**
5398
6437
  * No description
5399
6438
  *
@@ -5406,7 +6445,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5406
6445
  * @response `422` `UnprocessableEntity` Client Error
5407
6446
  * @response `423` `UnprocessableEntity` Client Error
5408
6447
  */
5409
- runLoanCalculator: (loanId: string, data: RunLOCalculationRequest, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any>>;
6448
+ runLoanCalculator: (loanId: string, data: RunLOCalculationRequest, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any, {}>>;
5410
6449
  /**
5411
6450
  * No description
5412
6451
  *
@@ -5417,7 +6456,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5417
6456
  * @secure
5418
6457
  * @response `200` `LoanComparison` Success
5419
6458
  */
5420
- getLoanComparisons: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<LoanComparison, any>>;
6459
+ getLoanComparisons: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<LoanComparison, any, {}>>;
5421
6460
  /**
5422
6461
  * No description
5423
6462
  *
@@ -5430,7 +6469,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5430
6469
  * @response `422` `UnprocessableEntity` Client Error
5431
6470
  * @response `423` `UnprocessableEntity` Client Error
5432
6471
  */
5433
- createLoanComparison: (loanId: string, index: number, data: LoanComparisonScenario, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonScenario, any>>;
6472
+ createLoanComparison: (loanId: string, index: number, data: LoanComparisonScenario, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonScenario, any, {}>>;
5434
6473
  /**
5435
6474
  * No description
5436
6475
  *
@@ -5441,7 +6480,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5441
6480
  * @secure
5442
6481
  * @response `204` `void` No Content
5443
6482
  */
5444
- deleteLoanComparison: (loanId: string, index: number, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6483
+ deleteLoanComparison: (loanId: string, index: number, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5445
6484
  /**
5446
6485
  * No description
5447
6486
  *
@@ -5453,7 +6492,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5453
6492
  * @response `204` `void` No Content
5454
6493
  * @response `422` `UnprocessableEntity` Client Error
5455
6494
  */
5456
- createLoanComparisonPdf: (loanId: string, data: PostLoanComparisonPdfRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6495
+ createLoanComparisonPdf: (loanId: string, data: PostLoanComparisonPdfRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5457
6496
  /**
5458
6497
  * No description
5459
6498
  *
@@ -5464,7 +6503,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5464
6503
  * @secure
5465
6504
  * @response `200` `(string)[]` Success
5466
6505
  */
5467
- getLoanDocumentBuckets: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
6506
+ getLoanDocumentBuckets: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
5468
6507
  /**
5469
6508
  * No description
5470
6509
  *
@@ -5475,7 +6514,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5475
6514
  * @secure
5476
6515
  * @response `201` `(string)[]` Created
5477
6516
  */
5478
- createLoanDocumentBuckets: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
6517
+ createLoanDocumentBuckets: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
5479
6518
  /**
5480
6519
  * No description
5481
6520
  *
@@ -5490,7 +6529,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5490
6529
  getLoanDocument: (loanId: string, documentId: string, query?: {
5491
6530
  /** @default false */
5492
6531
  preview?: boolean;
5493
- }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
6532
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
5494
6533
  /**
5495
6534
  * No description
5496
6535
  *
@@ -5508,7 +6547,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5508
6547
  pageNumber?: number;
5509
6548
  sortBy?: string;
5510
6549
  sortDirection?: string;
5511
- }, params?: RequestParams) => Promise<AxiosResponse<LoanDocumentSearchPaginated, any>>;
6550
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanDocumentSearchPaginated, any, {}>>;
5512
6551
  /**
5513
6552
  * No description
5514
6553
  *
@@ -5520,7 +6559,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5520
6559
  * @response `200` `string` Success
5521
6560
  * @response `404` `ProblemDetails` Not Found
5522
6561
  */
5523
- downloadLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6562
+ downloadLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5524
6563
  /**
5525
6564
  * No description
5526
6565
  *
@@ -5538,7 +6577,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5538
6577
  /** @format binary */
5539
6578
  file?: File;
5540
6579
  bucket?: string;
5541
- }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
6580
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
5542
6581
  /**
5543
6582
  * No description
5544
6583
  *
@@ -5551,7 +6590,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5551
6590
  * @response `404` `ProblemDetails` Not Found
5552
6591
  * @response `422` `UnprocessableEntity` Client Error
5553
6592
  */
5554
- retryFailedLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
6593
+ retryFailedLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
5555
6594
  /**
5556
6595
  * No description
5557
6596
  *
@@ -5562,7 +6601,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5562
6601
  * @secure
5563
6602
  * @response `200` `DocumentDataRequest` Success
5564
6603
  */
5565
- generateLoanDocument: (loanId: string, data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any>>;
6604
+ generateLoanDocument: (loanId: string, data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any, {}>>;
5566
6605
  /**
5567
6606
  * No description
5568
6607
  *
@@ -5575,7 +6614,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5575
6614
  * @response `400` `ProblemDetails` Bad Request
5576
6615
  * @response `404` `ProblemDetails` Not Found
5577
6616
  */
5578
- sendLoanDocuments: (loanId: string, data: SendLoanDocumentsRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6617
+ sendLoanDocuments: (loanId: string, data: SendLoanDocumentsRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5579
6618
  /**
5580
6619
  * No description
5581
6620
  *
@@ -5586,7 +6625,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5586
6625
  * @secure
5587
6626
  * @response `201` `Draft` Created
5588
6627
  */
5589
- createLoanDraft: (data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
6628
+ createLoanDraft: (data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
5590
6629
  /**
5591
6630
  * No description
5592
6631
  *
@@ -5597,7 +6636,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5597
6636
  * @secure
5598
6637
  * @response `200` `(DraftContent)[]` Success
5599
6638
  */
5600
- getLoanDrafts: (params?: RequestParams) => Promise<AxiosResponse<DraftContent[], any>>;
6639
+ getLoanDrafts: (params?: RequestParams) => Promise<AxiosResponse<DraftContent[], any, {}>>;
5601
6640
  /**
5602
6641
  * No description
5603
6642
  *
@@ -5608,7 +6647,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5608
6647
  * @secure
5609
6648
  * @response `200` `DraftContent` Success
5610
6649
  */
5611
- getLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<DraftContent, any>>;
6650
+ getLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<DraftContent, any, {}>>;
5612
6651
  /**
5613
6652
  * No description
5614
6653
  *
@@ -5619,7 +6658,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5619
6658
  * @secure
5620
6659
  * @response `200` `Draft` Success
5621
6660
  */
5622
- replaceLoanDraft: (draftId: string, data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
6661
+ replaceLoanDraft: (draftId: string, data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
5623
6662
  /**
5624
6663
  * No description
5625
6664
  *
@@ -5630,7 +6669,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5630
6669
  * @secure
5631
6670
  * @response `204` `void` No Content
5632
6671
  */
5633
- deleteLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6672
+ deleteLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5634
6673
  /**
5635
6674
  * No description
5636
6675
  *
@@ -5648,7 +6687,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5648
6687
  pageNumber?: number;
5649
6688
  sortBy?: string;
5650
6689
  sortDirection?: string;
5651
- }, params?: RequestParams) => Promise<AxiosResponse<DraftContentPaginated, any>>;
6690
+ }, params?: RequestParams) => Promise<AxiosResponse<DraftContentPaginated, any, {}>>;
5652
6691
  /**
5653
6692
  * No description
5654
6693
  *
@@ -5659,7 +6698,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5659
6698
  * @secure
5660
6699
  * @response `200` `Draft` Success
5661
6700
  */
5662
- reassignLoanOfficer: (draftId: string, data: DraftLoanOfficerReassignRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
6701
+ reassignLoanOfficer: (draftId: string, data: DraftLoanOfficerReassignRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
5663
6702
  /**
5664
6703
  * No description
5665
6704
  *
@@ -5670,7 +6709,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5670
6709
  * @secure
5671
6710
  * @response `200` `Draft` Success
5672
6711
  */
5673
- restoreLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
6712
+ restoreLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
5674
6713
  /**
5675
6714
  * No description
5676
6715
  *
@@ -5690,7 +6729,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5690
6729
  pageNumber?: number;
5691
6730
  sortBy?: string;
5692
6731
  sortDirection?: string;
5693
- }, params?: RequestParams) => Promise<AxiosResponse<LoanImportPaginated, any>>;
6732
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanImportPaginated, any, {}>>;
5694
6733
  /**
5695
6734
  * No description
5696
6735
  *
@@ -5701,7 +6740,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5701
6740
  * @secure
5702
6741
  * @response `201` `LoanImport` Created
5703
6742
  */
5704
- createLoanImport: (data: CreateLoanImportRequest, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any>>;
6743
+ createLoanImport: (data: CreateLoanImportRequest, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any, {}>>;
5705
6744
  /**
5706
6745
  * No description
5707
6746
  *
@@ -5712,7 +6751,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5712
6751
  * @secure
5713
6752
  * @response `200` `LoanImport` Success
5714
6753
  */
5715
- getLoanImport: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any>>;
6754
+ getLoanImport: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any, {}>>;
5716
6755
  /**
5717
6756
  * No description
5718
6757
  *
@@ -5730,7 +6769,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5730
6769
  pageNumber?: number;
5731
6770
  sortBy?: string;
5732
6771
  sortDirection?: string;
5733
- }, params?: RequestParams) => Promise<AxiosResponse<LoanImportLogPaginated, any>>;
6772
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanImportLogPaginated, any, {}>>;
5734
6773
  /**
5735
6774
  * No description
5736
6775
  *
@@ -5742,7 +6781,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5742
6781
  * @response `200` `(Invite)[]` Success
5743
6782
  * @response `404` `ProblemDetails` Not Found
5744
6783
  */
5745
- getLoanInvites: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Invite[], any>>;
6784
+ getLoanInvites: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Invite[], any, {}>>;
5746
6785
  /**
5747
6786
  * No description
5748
6787
  *
@@ -5754,7 +6793,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5754
6793
  * @response `200` `(Invite)[]` Success
5755
6794
  * @response `404` `ProblemDetails` Not Found
5756
6795
  */
5757
- inviteLoanContacts: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<Invite[], any>>;
6796
+ inviteLoanContacts: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<Invite[], any, {}>>;
5758
6797
  /**
5759
6798
  * No description
5760
6799
  *
@@ -5772,7 +6811,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5772
6811
  pageNumber?: number;
5773
6812
  sortBy?: string;
5774
6813
  sortDirection?: string;
5775
- }, params?: RequestParams) => Promise<AxiosResponse<LoanLogPaginated, any>>;
6814
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanLogPaginated, any, {}>>;
5776
6815
  /**
5777
6816
  * No description
5778
6817
  *
@@ -5791,7 +6830,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5791
6830
  pageNumber?: number;
5792
6831
  sortBy?: string;
5793
6832
  sortDirection?: string;
5794
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
6833
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
5795
6834
  /**
5796
6835
  * No description
5797
6836
  *
@@ -5809,7 +6848,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5809
6848
  pageNumber?: number;
5810
6849
  sortBy?: string;
5811
6850
  sortDirection?: string;
5812
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
6851
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
5813
6852
  /**
5814
6853
  * No description
5815
6854
  *
@@ -5820,7 +6859,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5820
6859
  * @secure
5821
6860
  * @response `200` `BranchUser` Success
5822
6861
  */
5823
- getLoanOfficer: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any>>;
6862
+ getLoanOfficer: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any, {}>>;
5824
6863
  /**
5825
6864
  * No description
5826
6865
  *
@@ -5832,7 +6871,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5832
6871
  * @response `200` `SiteConfiguration` Success
5833
6872
  * @response `422` `UnprocessableEntity` Client Error
5834
6873
  */
5835
- createLoanOfficerSiteConfiguration: (loanOfficerId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6874
+ createLoanOfficerSiteConfiguration: (loanOfficerId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
5836
6875
  /**
5837
6876
  * No description
5838
6877
  *
@@ -5843,7 +6882,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5843
6882
  * @secure
5844
6883
  * @response `200` `SiteConfigurationWithInherited` Success
5845
6884
  */
5846
- getLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
6885
+ getLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
5847
6886
  /**
5848
6887
  * No description
5849
6888
  *
@@ -5857,7 +6896,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5857
6896
  */
5858
6897
  replaceLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
5859
6898
  applyToChildren?: boolean;
5860
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6899
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
5861
6900
  /**
5862
6901
  * No description
5863
6902
  *
@@ -5875,7 +6914,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5875
6914
  pageNumber?: number;
5876
6915
  sortBy?: string;
5877
6916
  sortDirection?: string;
5878
- }, params?: RequestParams) => Promise<AxiosResponse<LoanQueuePaginated, any>>;
6917
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanQueuePaginated, any, {}>>;
5879
6918
  /**
5880
6919
  * No description
5881
6920
  *
@@ -5887,7 +6926,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5887
6926
  * @response `200` `any` Success
5888
6927
  * @response `404` `ProblemDetails` Not Found
5889
6928
  */
5890
- getLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<any, any>>;
6929
+ getLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<any, any, {}>>;
5891
6930
  /**
5892
6931
  * No description
5893
6932
  *
@@ -5899,7 +6938,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5899
6938
  * @response `200` `LoanQueueWithData` Success
5900
6939
  * @response `404` `ProblemDetails` Not Found
5901
6940
  */
5902
- replaceLoanQueue: (loanQueueId: string, data: UpdateLoanQueueRequest, params?: RequestParams) => Promise<AxiosResponse<LoanQueueWithData, any>>;
6941
+ replaceLoanQueue: (loanQueueId: string, data: UpdateLoanQueueRequest, params?: RequestParams) => Promise<AxiosResponse<LoanQueueWithData, any, {}>>;
5903
6942
  /**
5904
6943
  * No description
5905
6944
  *
@@ -5911,7 +6950,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5911
6950
  * @response `204` `void` No Content
5912
6951
  * @response `404` `ProblemDetails` Not Found
5913
6952
  */
5914
- deleteLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6953
+ deleteLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5915
6954
  /**
5916
6955
  * No description
5917
6956
  *
@@ -5923,7 +6962,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5923
6962
  * @response `204` `void` No Content
5924
6963
  * @response `404` `ProblemDetails` Not Found
5925
6964
  */
5926
- retryLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6965
+ retryLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5927
6966
  /**
5928
6967
  * No description
5929
6968
  *
@@ -5935,7 +6974,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5935
6974
  * @response `200` `string` Success
5936
6975
  * @response `422` `UnprocessableEntity` Client Error
5937
6976
  */
5938
- createLoanByDraftId: (data: LoanCreateRequest, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
6977
+ createLoanByDraftId: (data: CreateLoanByDraftRequest, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5939
6978
  /**
5940
6979
  * No description
5941
6980
  *
@@ -5946,7 +6985,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5946
6985
  * @secure
5947
6986
  * @response `200` `GetApplications` Success
5948
6987
  */
5949
- getLoans: (params?: RequestParams) => Promise<AxiosResponse<GetApplications, any>>;
6988
+ getLoans: (params?: RequestParams) => Promise<AxiosResponse<GetApplications, any, {}>>;
5950
6989
  /**
5951
6990
  * No description
5952
6991
  *
@@ -5964,7 +7003,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5964
7003
  pageNumber?: number;
5965
7004
  sortBy?: string;
5966
7005
  sortDirection?: string;
5967
- }, params?: RequestParams) => Promise<AxiosResponse<any, any>>;
7006
+ }, params?: RequestParams) => Promise<AxiosResponse<any, any, {}>>;
5968
7007
  /**
5969
7008
  * No description
5970
7009
  *
@@ -5976,7 +7015,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5976
7015
  * @response `200` `Loan` Success
5977
7016
  * @response `404` `ProblemDetails` Not Found
5978
7017
  */
5979
- getLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
7018
+ getLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
5980
7019
  /**
5981
7020
  * No description
5982
7021
  *
@@ -5994,7 +7033,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5994
7033
  pageNumber?: number;
5995
7034
  sortBy?: string;
5996
7035
  sortDirection?: string;
5997
- }, params?: RequestParams) => Promise<AxiosResponse<LoanListPaginated, any>>;
7036
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanListPaginated, any, {}>>;
5998
7037
  /**
5999
7038
  * No description
6000
7039
  *
@@ -6005,7 +7044,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6005
7044
  * @secure
6006
7045
  * @response `200` `Loan` Success
6007
7046
  */
6008
- importLoanFromLos: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
7047
+ importLoanFromLos: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
6009
7048
  /**
6010
7049
  * No description
6011
7050
  *
@@ -6016,7 +7055,38 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6016
7055
  * @secure
6017
7056
  * @response `200` `Loan` Success
6018
7057
  */
6019
- updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
7058
+ updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
7059
+ /**
7060
+ * @description Creates a new loan or adds borrowers to an existing loan based on the presence of LoanID
7061
+ *
7062
+ * @tags Loans V3
7063
+ * @name SubmitLoanApplication
7064
+ * @summary Submit Loan Application
7065
+ * @request POST:/api/v3/loans/applications
7066
+ * @secure
7067
+ * @response `201` `LoanApplication` Created
7068
+ * @response `400` `any` Bad Request
7069
+ * @response `401` `ProblemDetails` Unauthorized
7070
+ * @response `403` `ProblemDetails` Forbidden
7071
+ * @response `404` `ProblemDetails` Not Found
7072
+ */
7073
+ submitLoanApplication: (data: LoanApplicationRequest, params?: RequestParams) => Promise<AxiosResponse<LoanApplication, any, {}>>;
7074
+ /**
7075
+ * @description Partially update a loan using GUID-based patch operations. Supports GUID lookups in collections, eliminating index ordering issues.
7076
+ *
7077
+ * @tags Loans V3
7078
+ * @name PatchLoan
7079
+ * @summary Patch Loan (GUID-based)
7080
+ * @request PATCH:/api/v3/loans/{id}
7081
+ * @secure
7082
+ * @response `200` `LoanApplication` Success
7083
+ * @response `400` `any` Bad Request
7084
+ * @response `401` `ProblemDetails` Unauthorized
7085
+ * @response `403` `ProblemDetails` Forbidden
7086
+ * @response `404` `ProblemDetails` Not Found
7087
+ * @response `409` `any` Conflict
7088
+ */
7089
+ patchLoan: (id: string, data: any, params?: RequestParams) => Promise<AxiosResponse<LoanApplication, any, {}>>;
6020
7090
  /**
6021
7091
  * No description
6022
7092
  *
@@ -6035,7 +7105,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6035
7105
  pageNumber?: number;
6036
7106
  sortBy?: string;
6037
7107
  sortDirection?: string;
6038
- }, params?: RequestParams) => Promise<AxiosResponse<TaskCommentPaginated, any>>;
7108
+ }, params?: RequestParams) => Promise<AxiosResponse<TaskCommentPaginated, any, {}>>;
6039
7109
  /**
6040
7110
  * No description
6041
7111
  *
@@ -6047,7 +7117,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6047
7117
  * @response `200` `TaskComment` Success
6048
7118
  * @response `404` `ProblemDetails` Not Found
6049
7119
  */
6050
- getLoanTaskComment: (id: string, loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
7120
+ getLoanTaskComment: (id: string, loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
6051
7121
  /**
6052
7122
  * No description
6053
7123
  *
@@ -6059,7 +7129,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6059
7129
  * @response `201` `TaskComment` Created
6060
7130
  * @response `404` `ProblemDetails` Not Found
6061
7131
  */
6062
- createLoanTaskComment: (loanId: string, userLoanTaskId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
7132
+ createLoanTaskComment: (loanId: string, userLoanTaskId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
6063
7133
  /**
6064
7134
  * No description
6065
7135
  *
@@ -6071,7 +7141,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6071
7141
  * @response `200` `TaskComment` Success
6072
7142
  * @response `404` `ProblemDetails` Not Found
6073
7143
  */
6074
- replaceLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
7144
+ replaceLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
6075
7145
  /**
6076
7146
  * No description
6077
7147
  *
@@ -6083,7 +7153,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6083
7153
  * @response `204` `void` No Content
6084
7154
  * @response `404` `ProblemDetails` Not Found
6085
7155
  */
6086
- deleteLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7156
+ deleteLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6087
7157
  /**
6088
7158
  * No description
6089
7159
  *
@@ -6101,7 +7171,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6101
7171
  /** @format binary */
6102
7172
  file?: File;
6103
7173
  bucket?: string;
6104
- }, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
7174
+ }, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
6105
7175
  /**
6106
7176
  * No description
6107
7177
  *
@@ -6113,7 +7183,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6113
7183
  * @response `204` `UserLoanTask` No Content
6114
7184
  * @response `422` `UnprocessableEntity` Client Error
6115
7185
  */
6116
- createLoanTaskDocumentBucket: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
7186
+ createLoanTaskDocumentBucket: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
6117
7187
  /**
6118
7188
  * No description
6119
7189
  *
@@ -6125,7 +7195,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6125
7195
  * @response `200` `(UserLoanTask)[]` Success
6126
7196
  * @response `404` `ProblemDetails` Not Found
6127
7197
  */
6128
- getLoanTasks: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
7198
+ getLoanTasks: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
6129
7199
  /**
6130
7200
  * No description
6131
7201
  *
@@ -6137,7 +7207,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6137
7207
  * @response `200` `UserLoanTask` Success
6138
7208
  * @response `404` `ProblemDetails` Not Found
6139
7209
  */
6140
- getLoanTask: (id: string, loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
7210
+ getLoanTask: (id: string, loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
6141
7211
  /**
6142
7212
  * @description Get the difference between the current loan tasks and the tasks generated by business rules
6143
7213
  *
@@ -6149,7 +7219,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6149
7219
  * @response `200` `(UserLoanTask)[]` Success
6150
7220
  * @response `404` `ProblemDetails` Not Found
6151
7221
  */
6152
- getLoanTaskDifference: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
7222
+ getLoanTaskDifference: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
6153
7223
  /**
6154
7224
  * No description
6155
7225
  *
@@ -6161,7 +7231,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6161
7231
  * @response `201` `UserLoanTask` Created
6162
7232
  * @response `404` `ProblemDetails` Not Found
6163
7233
  */
6164
- createLoanTask: (loanId: string, taskId: string, data: UserLoanTaskRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
7234
+ createLoanTask: (loanId: string, taskId: string, data: UserLoanTaskRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
6165
7235
  /**
6166
7236
  * No description
6167
7237
  *
@@ -6173,7 +7243,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6173
7243
  * @response `201` `(UserLoanTask)[]` Created
6174
7244
  * @response `404` `ProblemDetails` Not Found
6175
7245
  */
6176
- importLoanTask: (loanId: string, data: ImportUserLoanTaskRequest[], params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
7246
+ importLoanTask: (loanId: string, data: ImportUserLoanTaskRequest[], params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
6177
7247
  /**
6178
7248
  * No description
6179
7249
  *
@@ -6185,7 +7255,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6185
7255
  * @response `200` `UserLoanTask` Success
6186
7256
  * @response `404` `ProblemDetails` Not Found
6187
7257
  */
6188
- replaceLoanTask: (loanId: string, userLoanTaskId: string, data: UserLoanTaskUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
7258
+ replaceLoanTask: (loanId: string, userLoanTaskId: string, data: UserLoanTaskUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
6189
7259
  /**
6190
7260
  * No description
6191
7261
  *
@@ -6197,7 +7267,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6197
7267
  * @response `204` `void` No Content
6198
7268
  * @response `404` `ProblemDetails` Not Found
6199
7269
  */
6200
- deleteLoanTask: (loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7270
+ deleteLoanTask: (loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6201
7271
  /**
6202
7272
  * No description
6203
7273
  *
@@ -6209,7 +7279,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6209
7279
  * @response `204` `void` No Content
6210
7280
  * @response `404` `ProblemDetails` Not Found
6211
7281
  */
6212
- sendOutstandingLoanTaskNotification: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7282
+ sendOutstandingLoanTaskNotification: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6213
7283
  /**
6214
7284
  * No description
6215
7285
  *
@@ -6222,7 +7292,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6222
7292
  * @response `404` `ProblemDetails` Not Found
6223
7293
  * @response `422` `UnprocessableEntity` Client Error
6224
7294
  */
6225
- createLoanTaskVerification: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
7295
+ createLoanTaskVerification: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
6226
7296
  /**
6227
7297
  * No description
6228
7298
  *
@@ -6233,7 +7303,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6233
7303
  * @secure
6234
7304
  * @response `200` `(UserLoanConsent)[]` Success
6235
7305
  */
6236
- getLoanUserConsents: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanConsent[], any>>;
7306
+ getLoanUserConsents: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanConsent[], any, {}>>;
6237
7307
  /**
6238
7308
  * No description
6239
7309
  *
@@ -6244,7 +7314,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6244
7314
  * @secure
6245
7315
  * @response `200` `LoanUser` Success
6246
7316
  */
6247
- getLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
7317
+ getLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
6248
7318
  /**
6249
7319
  * No description
6250
7320
  *
@@ -6255,7 +7325,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6255
7325
  * @secure
6256
7326
  * @response `201` `LoanUser` Created
6257
7327
  */
6258
- addLoanUser: (loanId: string, userId: string, data: CreateUserLoan, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
7328
+ addLoanUser: (loanId: string, userId: string, data: CreateUserLoan, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
6259
7329
  /**
6260
7330
  * No description
6261
7331
  *
@@ -6266,7 +7336,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6266
7336
  * @secure
6267
7337
  * @response `204` `LoanUser` No Content
6268
7338
  */
6269
- removeLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
7339
+ removeLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
6270
7340
  /**
6271
7341
  * No description
6272
7342
  *
@@ -6277,7 +7347,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6277
7347
  * @secure
6278
7348
  * @response `204` `void` No Content
6279
7349
  */
6280
- sendLoanUserInviteReminderNotification: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7350
+ sendLoanUserInviteReminderNotification: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6281
7351
  /**
6282
7352
  * No description
6283
7353
  *
@@ -6288,7 +7358,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6288
7358
  * @secure
6289
7359
  * @response `200` `(MilestoneConfiguration)[]` Success
6290
7360
  */
6291
- getMilestones: (params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration[], any>>;
7361
+ getMilestones: (params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration[], any, {}>>;
6292
7362
  /**
6293
7363
  * No description
6294
7364
  *
@@ -6300,7 +7370,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6300
7370
  * @response `201` `MilestoneConfiguration` Created
6301
7371
  * @response `422` `UnprocessableEntity` Client Error
6302
7372
  */
6303
- createMilestone: (data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
7373
+ createMilestone: (data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
6304
7374
  /**
6305
7375
  * No description
6306
7376
  *
@@ -6312,7 +7382,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6312
7382
  * @response `200` `MilestoneConfiguration` Success
6313
7383
  * @response `404` `Error` Not Found
6314
7384
  */
6315
- getMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
7385
+ getMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
6316
7386
  /**
6317
7387
  * No description
6318
7388
  *
@@ -6325,7 +7395,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6325
7395
  * @response `404` `Error` Not Found
6326
7396
  * @response `422` `UnprocessableEntity` Client Error
6327
7397
  */
6328
- replaceMilestone: (id: string, data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
7398
+ replaceMilestone: (id: string, data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
6329
7399
  /**
6330
7400
  * No description
6331
7401
  *
@@ -6337,7 +7407,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6337
7407
  * @response `204` `void` No Content
6338
7408
  * @response `404` `Error` Not Found
6339
7409
  */
6340
- deleteMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7410
+ deleteMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6341
7411
  /**
6342
7412
  * No description
6343
7413
  *
@@ -6349,7 +7419,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6349
7419
  * @response `200` `MonthlyPaymentCalculator` Success
6350
7420
  * @response `422` `ProblemDetails` Client Error
6351
7421
  */
6352
- calculateMortgageMonthlyPayment: (data: MonthlyPaymentCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<MonthlyPaymentCalculator, any>>;
7422
+ calculateMortgageMonthlyPayment: (data: MonthlyPaymentCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<MonthlyPaymentCalculator, any, {}>>;
6353
7423
  /**
6354
7424
  * No description
6355
7425
  *
@@ -6361,7 +7431,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6361
7431
  * @response `200` `AffordabilityCalculator` Success
6362
7432
  * @response `422` `ProblemDetails` Client Error
6363
7433
  */
6364
- calculateMortgageAffordability: (data: AffordabilityCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<AffordabilityCalculator, any>>;
7434
+ calculateMortgageAffordability: (data: AffordabilityCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<AffordabilityCalculator, any, {}>>;
6365
7435
  /**
6366
7436
  * No description
6367
7437
  *
@@ -6373,7 +7443,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6373
7443
  * @response `200` `LoanComparisonCalculator` Success
6374
7444
  * @response `422` `ProblemDetails` Client Error
6375
7445
  */
6376
- calculateMortgageLoanComparison: (data: LoanComparisonCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonCalculator, any>>;
7446
+ calculateMortgageLoanComparison: (data: LoanComparisonCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonCalculator, any, {}>>;
6377
7447
  /**
6378
7448
  * No description
6379
7449
  *
@@ -6385,7 +7455,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6385
7455
  * @response `200` `RefinanceCalculator` Success
6386
7456
  * @response `422` `ProblemDetails` Client Error
6387
7457
  */
6388
- calculateMortgageRefinance: (data: RefinanceCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<RefinanceCalculator, any>>;
7458
+ calculateMortgageRefinance: (data: RefinanceCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<RefinanceCalculator, any, {}>>;
6389
7459
  /**
6390
7460
  * No description
6391
7461
  *
@@ -6397,7 +7467,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6397
7467
  * @response `200` `void` Success
6398
7468
  * @response `422` `UnprocessableEntity` Client Error
6399
7469
  */
6400
- sendNotificationForLoan: (data: SendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7470
+ sendNotificationForLoan: (data: SendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6401
7471
  /**
6402
7472
  * No description
6403
7473
  *
@@ -6409,7 +7479,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6409
7479
  * @response `200` `void` Success
6410
7480
  * @response `422` `UnprocessableEntity` Client Error
6411
7481
  */
6412
- sendTestNotificationForLoan: (data: TestSendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7482
+ sendTestNotificationForLoan: (data: TestSendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6413
7483
  /**
6414
7484
  * No description
6415
7485
  *
@@ -6422,7 +7492,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6422
7492
  */
6423
7493
  getNotificationTemplates: (query?: {
6424
7494
  showAll?: boolean;
6425
- }, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateBase[], any>>;
7495
+ }, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateBase[], any, {}>>;
6426
7496
  /**
6427
7497
  * No description
6428
7498
  *
@@ -6434,7 +7504,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6434
7504
  * @response `201` `NotificationTemplate` Created
6435
7505
  * @response `422` `UnprocessableEntity` Client Error
6436
7506
  */
6437
- createNotificationTemplate: (data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
7507
+ createNotificationTemplate: (data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
6438
7508
  /**
6439
7509
  * No description
6440
7510
  *
@@ -6445,7 +7515,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6445
7515
  * @secure
6446
7516
  * @response `200` `NotificationTemplate` Success
6447
7517
  */
6448
- getNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
7518
+ getNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
6449
7519
  /**
6450
7520
  * No description
6451
7521
  *
@@ -6457,7 +7527,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6457
7527
  * @response `200` `NotificationTemplate` Success
6458
7528
  * @response `422` `UnprocessableEntity` Client Error
6459
7529
  */
6460
- replaceNotificationTemplate: (id: string, data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
7530
+ replaceNotificationTemplate: (id: string, data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
6461
7531
  /**
6462
7532
  * No description
6463
7533
  *
@@ -6468,7 +7538,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6468
7538
  * @secure
6469
7539
  * @response `204` `void` No Content
6470
7540
  */
6471
- deleteNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7541
+ deleteNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6472
7542
  /**
6473
7543
  * No description
6474
7544
  *
@@ -6479,7 +7549,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6479
7549
  * @secure
6480
7550
  * @response `200` `NotificationTemplate` Success
6481
7551
  */
6482
- restoreNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
7552
+ restoreNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
6483
7553
  /**
6484
7554
  * No description
6485
7555
  *
@@ -6490,7 +7560,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6490
7560
  * @secure
6491
7561
  * @response `200` `(NotificationTemplateVersion)[]` Success
6492
7562
  */
6493
- getNotificationTemplateVersions: (notificationId: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion[], any>>;
7563
+ getNotificationTemplateVersions: (notificationId: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion[], any, {}>>;
6494
7564
  /**
6495
7565
  * No description
6496
7566
  *
@@ -6501,7 +7571,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6501
7571
  * @secure
6502
7572
  * @response `200` `NotificationTemplateVersion` Success
6503
7573
  */
6504
- createNotificationTemplateVersion: (notificationId: string, data: NotificationTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
7574
+ createNotificationTemplateVersion: (notificationId: string, data: NotificationTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
6505
7575
  /**
6506
7576
  * No description
6507
7577
  *
@@ -6512,7 +7582,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6512
7582
  * @secure
6513
7583
  * @response `200` `NotificationTemplateVersion` Success
6514
7584
  */
6515
- getNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
7585
+ getNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
6516
7586
  /**
6517
7587
  * No description
6518
7588
  *
@@ -6523,7 +7593,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6523
7593
  * @secure
6524
7594
  * @response `200` `NotificationTemplateVersion` Success
6525
7595
  */
6526
- replaceNotificationTemplateVersion: (notificationId: string, id: string, data: NotificationTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
7596
+ replaceNotificationTemplateVersion: (notificationId: string, id: string, data: NotificationTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
6527
7597
  /**
6528
7598
  * No description
6529
7599
  *
@@ -6534,7 +7604,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6534
7604
  * @secure
6535
7605
  * @response `200` `NotificationTemplateVersion` Success
6536
7606
  */
6537
- deleteNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
7607
+ deleteNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
6538
7608
  /**
6539
7609
  * No description
6540
7610
  *
@@ -6555,7 +7625,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6555
7625
  pageNumber?: number;
6556
7626
  sortBy?: string;
6557
7627
  sortDirection?: string;
6558
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
7628
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
6559
7629
  /**
6560
7630
  * No description
6561
7631
  *
@@ -6573,7 +7643,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6573
7643
  pageNumber?: number;
6574
7644
  sortBy?: string;
6575
7645
  sortDirection?: string;
6576
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
7646
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
6577
7647
  /**
6578
7648
  * No description
6579
7649
  *
@@ -6584,7 +7654,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6584
7654
  * @secure
6585
7655
  * @response `200` `BranchUser` Success
6586
7656
  */
6587
- getPartner: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any>>;
7657
+ getPartner: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any, {}>>;
6588
7658
  /**
6589
7659
  * No description
6590
7660
  *
@@ -6596,7 +7666,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6596
7666
  * @response `200` `SiteConfiguration` Success
6597
7667
  * @response `422` `UnprocessableEntity` Client Error
6598
7668
  */
6599
- createPartnerSiteConfiguration: (realtorId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
7669
+ createPartnerSiteConfiguration: (realtorId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6600
7670
  /**
6601
7671
  * No description
6602
7672
  *
@@ -6607,7 +7677,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6607
7677
  * @secure
6608
7678
  * @response `200` `SiteConfigurationWithInherited` Success
6609
7679
  */
6610
- getPartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
7680
+ getPartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
6611
7681
  /**
6612
7682
  * No description
6613
7683
  *
@@ -6621,7 +7691,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6621
7691
  */
6622
7692
  replacePartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
6623
7693
  applyToChildren?: boolean;
6624
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
7694
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6625
7695
  /**
6626
7696
  * No description
6627
7697
  *
@@ -6632,7 +7702,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6632
7702
  * @secure
6633
7703
  * @response `200` `SiteConfiguration` Success
6634
7704
  */
6635
- getSiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
7705
+ getSiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6636
7706
  /**
6637
7707
  * No description
6638
7708
  *
@@ -6645,7 +7715,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6645
7715
  * @response `200` `SiteConfigurationByUrl` Success
6646
7716
  * @response `422` `UnprocessableEntity` Client Error
6647
7717
  */
6648
- searchSiteConfigurationByUrl: (data: GetSiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any>>;
7718
+ searchSiteConfigurationByUrl: (data: GetSiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any, {}>>;
6649
7719
  /**
6650
7720
  * No description
6651
7721
  *
@@ -6659,7 +7729,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6659
7729
  */
6660
7730
  getSiteConfigurationByUrl: (query?: {
6661
7731
  url?: string;
6662
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any>>;
7732
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any, {}>>;
6663
7733
  /**
6664
7734
  * No description
6665
7735
  *
@@ -6672,7 +7742,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6672
7742
  * @response `200` `SiteConfiguration` Success
6673
7743
  * @response `422` `UnprocessableEntity` Client Error
6674
7744
  */
6675
- searchSiteConfigurationByLoanOfficerUser: (data: GetSiteConfigurationByLOUserIDRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
7745
+ searchSiteConfigurationByLoanOfficerUser: (data: GetSiteConfigurationByLOUserIDRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6676
7746
  /**
6677
7747
  * No description
6678
7748
  *
@@ -6684,7 +7754,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6684
7754
  * @response `200` `SiteConfiguration` Success
6685
7755
  * @response `422` `UnprocessableEntity` Client Error
6686
7756
  */
6687
- getSiteConfigurationByLoanOfficerUser: (loUserId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
7757
+ getSiteConfigurationByLoanOfficerUser: (loUserId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6688
7758
  /**
6689
7759
  * No description
6690
7760
  *
@@ -6703,7 +7773,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6703
7773
  pageNumber?: number;
6704
7774
  sortBy?: string;
6705
7775
  sortDirection?: string;
6706
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationSummaryPaginated, any>>;
7776
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationSummaryPaginated, any, {}>>;
6707
7777
  /**
6708
7778
  * No description
6709
7779
  *
@@ -6714,7 +7784,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6714
7784
  * @secure
6715
7785
  * @response `200` `(AdminAccessGetForms)[]` Success
6716
7786
  */
6717
- getFormsBySiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any>>;
7787
+ getFormsBySiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any, {}>>;
6718
7788
  /**
6719
7789
  * No description
6720
7790
  *
@@ -6726,7 +7796,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6726
7796
  * @response `200` `File` Success
6727
7797
  * @response `404` `ProblemDetails` Not Found
6728
7798
  */
6729
- getSamlMetadata: (sSoIntegration: GetSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
7799
+ getSamlMetadata: (sSoIntegration: GetSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
6730
7800
  /**
6731
7801
  * No description
6732
7802
  *
@@ -6737,7 +7807,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6737
7807
  * @secure
6738
7808
  * @response `200` `File` Success
6739
7809
  */
6740
- createOrReplaceSamlMetadata: (sSoIntegration: CreateOrReplaceSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
7810
+ createOrReplaceSamlMetadata: (sSoIntegration: CreateOrReplaceSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
6741
7811
  /**
6742
7812
  * No description
6743
7813
  *
@@ -6748,7 +7818,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6748
7818
  * @secure
6749
7819
  * @response `200` `(SiteConfigurationForm)[]` Success
6750
7820
  */
6751
- getWorkflowSiteConfigurations: (workflowId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm[], any>>;
7821
+ getWorkflowSiteConfigurations: (workflowId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm[], any, {}>>;
6752
7822
  /**
6753
7823
  * No description
6754
7824
  *
@@ -6760,7 +7830,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6760
7830
  * @response `200` `SiteConfigurationForm` Success
6761
7831
  * @response `404` `ProblemDetails` Not Found
6762
7832
  */
6763
- getWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any>>;
7833
+ getWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any, {}>>;
6764
7834
  /**
6765
7835
  * No description
6766
7836
  *
@@ -6773,7 +7843,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6773
7843
  * @response `409` `ProblemDetails` Conflict
6774
7844
  * @response `422` `UnprocessableEntity` Client Error
6775
7845
  */
6776
- createWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any>>;
7846
+ createWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any, {}>>;
6777
7847
  /**
6778
7848
  * No description
6779
7849
  *
@@ -6784,7 +7854,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6784
7854
  * @secure
6785
7855
  * @response `204` `void` No Content
6786
7856
  */
6787
- deleteWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7857
+ deleteWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6788
7858
  /**
6789
7859
  * No description
6790
7860
  *
@@ -6795,7 +7865,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6795
7865
  * @secure
6796
7866
  * @response `200` `GetForm` Success
6797
7867
  */
6798
- getFormBySiteConfigurationSlug: (data: GetSiteFormRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any>>;
7868
+ getFormBySiteConfigurationSlug: (data: GetSiteFormRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any, {}>>;
6799
7869
  /**
6800
7870
  * No description
6801
7871
  *
@@ -6809,7 +7879,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6809
7879
  getSurveysByUsers: (query?: {
6810
7880
  /** @format int32 */
6811
7881
  limit?: number;
6812
- }, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any>>;
7882
+ }, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any, {}>>;
6813
7883
  /**
6814
7884
  * No description
6815
7885
  *
@@ -6821,7 +7891,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6821
7891
  * @response `200` `(SocialSurveyRecord)[]` Success
6822
7892
  * @response `422` `UnprocessableEntity` Client Error
6823
7893
  */
6824
- getSurveysByUser: (data: SurveyEmailRequest, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any>>;
7894
+ getSurveysByUser: (data: SurveyEmailRequest, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any, {}>>;
6825
7895
  /**
6826
7896
  * No description
6827
7897
  *
@@ -6840,7 +7910,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6840
7910
  pageNumber?: number;
6841
7911
  sortBy?: string;
6842
7912
  sortDirection?: string;
6843
- }, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
7913
+ }, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
6844
7914
  /**
6845
7915
  * No description
6846
7916
  *
@@ -6851,7 +7921,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6851
7921
  * @secure
6852
7922
  * @response `201` `Task` Created
6853
7923
  */
6854
- createTask: (data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
7924
+ createTask: (data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
6855
7925
  /**
6856
7926
  * No description
6857
7927
  *
@@ -6863,7 +7933,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6863
7933
  * @response `200` `Task` Success
6864
7934
  * @response `404` `ProblemDetails` Not Found
6865
7935
  */
6866
- getTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
7936
+ getTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
6867
7937
  /**
6868
7938
  * No description
6869
7939
  *
@@ -6875,7 +7945,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6875
7945
  * @response `200` `void` Success
6876
7946
  * @response `404` `ProblemDetails` Not Found
6877
7947
  */
6878
- replaceTask: (id: string, data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7948
+ replaceTask: (id: string, data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6879
7949
  /**
6880
7950
  * No description
6881
7951
  *
@@ -6887,7 +7957,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6887
7957
  * @response `204` `void` No Content
6888
7958
  * @response `404` `ProblemDetails` Not Found
6889
7959
  */
6890
- deleteTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7960
+ deleteTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6891
7961
  /**
6892
7962
  * No description
6893
7963
  *
@@ -6905,7 +7975,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6905
7975
  pageNumber?: number;
6906
7976
  sortBy?: string;
6907
7977
  sortDirection?: string;
6908
- }, params?: RequestParams) => Promise<AxiosResponse<TaskPaginated, any>>;
7978
+ }, params?: RequestParams) => Promise<AxiosResponse<TaskPaginated, any, {}>>;
6909
7979
  /**
6910
7980
  * No description
6911
7981
  *
@@ -6915,7 +7985,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6915
7985
  * @secure
6916
7986
  * @response `200` `void` Success
6917
7987
  */
6918
- integrationsLosLoansCreate: (data: LosLoanCreationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7988
+ integrationsLosLoansCreate: (data: LosLoanCreationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6919
7989
  /**
6920
7990
  * No description
6921
7991
  *
@@ -6927,7 +7997,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6927
7997
  * @response `201` `UserDevice` Created
6928
7998
  * @response `400` `ProblemDetails` Bad Request
6929
7999
  */
6930
- createUserDevice: (data: CreateUserDeviceRequest, params?: RequestParams) => Promise<AxiosResponse<UserDevice, any>>;
8000
+ createUserDevice: (data: CreateUserDeviceRequest, params?: RequestParams) => Promise<AxiosResponse<UserDevice, any, {}>>;
6931
8001
  /**
6932
8002
  * No description
6933
8003
  *
@@ -6939,7 +8009,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6939
8009
  * @response `204` `void` No Content
6940
8010
  * @response `404` `ProblemDetails` Not Found
6941
8011
  */
6942
- deleteUserDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8012
+ deleteUserDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6943
8013
  /**
6944
8014
  * No description
6945
8015
  *
@@ -6957,7 +8027,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6957
8027
  pageNumber?: number;
6958
8028
  sortBy?: string;
6959
8029
  sortDirection?: string;
6960
- }, params?: RequestParams) => Promise<AxiosResponse<UserDraftPaginated, any>>;
8030
+ }, params?: RequestParams) => Promise<AxiosResponse<UserDraftPaginated, any, {}>>;
6961
8031
  /**
6962
8032
  * No description
6963
8033
  *
@@ -6968,7 +8038,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6968
8038
  * @secure
6969
8039
  * @response `200` `UserDraft` Success
6970
8040
  */
6971
- getDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any>>;
8041
+ getDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any, {}>>;
6972
8042
  /**
6973
8043
  * No description
6974
8044
  *
@@ -6979,7 +8049,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6979
8049
  * @secure
6980
8050
  * @response `200` `UserDraft` Success
6981
8051
  */
6982
- addDraftUsers: (draftId: string, userId: string, data: CreateUserDraft, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any>>;
8052
+ addDraftUsers: (draftId: string, userId: string, data: CreateUserDraft, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any, {}>>;
6983
8053
  /**
6984
8054
  * No description
6985
8055
  *
@@ -6990,7 +8060,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6990
8060
  * @secure
6991
8061
  * @response `204` `void` No Content
6992
8062
  */
6993
- deleteDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8063
+ deleteDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6994
8064
  /**
6995
8065
  * No description
6996
8066
  *
@@ -7001,7 +8071,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7001
8071
  * @secure
7002
8072
  * @response `200` `(UserGroupAccessScope)[]` Success
7003
8073
  */
7004
- getUserGroupAccessScopes: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope[], any>>;
8074
+ getUserGroupAccessScopes: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope[], any, {}>>;
7005
8075
  /**
7006
8076
  * No description
7007
8077
  *
@@ -7012,7 +8082,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7012
8082
  * @secure
7013
8083
  * @response `200` `UserGroupAccessScope` Success
7014
8084
  */
7015
- createUserGroupAccessScope: (groupId: string, data: CreateAccessScopeRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope, any>>;
8085
+ createUserGroupAccessScope: (groupId: string, data: CreateAccessScopeRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope, any, {}>>;
7016
8086
  /**
7017
8087
  * No description
7018
8088
  *
@@ -7023,7 +8093,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7023
8093
  * @secure
7024
8094
  * @response `204` `void` No Content
7025
8095
  */
7026
- deleteUserGroupAccessScope: (groupId: string, scopeId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8096
+ deleteUserGroupAccessScope: (groupId: string, scopeId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7027
8097
  /**
7028
8098
  * No description
7029
8099
  *
@@ -7034,7 +8104,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7034
8104
  * @secure
7035
8105
  * @response `200` `(UserGroupMember)[]` Success
7036
8106
  */
7037
- getUserGroupMembers: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember[], any>>;
8107
+ getUserGroupMembers: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember[], any, {}>>;
7038
8108
  /**
7039
8109
  * No description
7040
8110
  *
@@ -7048,7 +8118,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7048
8118
  createUserGroupMember: (groupId: string, data: CreateGroupMemberRequest, query?: {
7049
8119
  /** @format uuid */
7050
8120
  userId?: string;
7051
- }, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember, any>>;
8121
+ }, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember, any, {}>>;
7052
8122
  /**
7053
8123
  * No description
7054
8124
  *
@@ -7059,7 +8129,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7059
8129
  * @secure
7060
8130
  * @response `204` `void` No Content
7061
8131
  */
7062
- deleteUserGroupMember: (groupId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8132
+ deleteUserGroupMember: (groupId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7063
8133
  /**
7064
8134
  * No description
7065
8135
  *
@@ -7078,7 +8148,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7078
8148
  pageNumber?: number;
7079
8149
  sortBy?: string;
7080
8150
  sortDirection?: string;
7081
- }, params?: RequestParams) => Promise<AxiosResponse<UserGroupPaginated, any>>;
8151
+ }, params?: RequestParams) => Promise<AxiosResponse<UserGroupPaginated, any, {}>>;
7082
8152
  /**
7083
8153
  * No description
7084
8154
  *
@@ -7089,7 +8159,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7089
8159
  * @secure
7090
8160
  * @response `200` `UserGroup` Success
7091
8161
  */
7092
- getUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
8162
+ getUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
7093
8163
  /**
7094
8164
  * No description
7095
8165
  *
@@ -7100,7 +8170,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7100
8170
  * @secure
7101
8171
  * @response `200` `UserGroup` Success
7102
8172
  */
7103
- updateUserGroup: (groupId: string, data: UpdateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
8173
+ updateUserGroup: (groupId: string, data: UpdateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
7104
8174
  /**
7105
8175
  * No description
7106
8176
  *
@@ -7111,7 +8181,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7111
8181
  * @secure
7112
8182
  * @response `204` `void` No Content
7113
8183
  */
7114
- deleteUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8184
+ deleteUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7115
8185
  /**
7116
8186
  * No description
7117
8187
  *
@@ -7122,7 +8192,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7122
8192
  * @secure
7123
8193
  * @response `201` `UserGroup` Created
7124
8194
  */
7125
- createUserGroup: (data: CreateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
8195
+ createUserGroup: (data: CreateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
7126
8196
  /**
7127
8197
  * No description
7128
8198
  *
@@ -7135,7 +8205,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7135
8205
  * @response `404` `Error` Not Found
7136
8206
  * @response `422` `UnprocessableEntity` Client Error
7137
8207
  */
7138
- requestImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8208
+ requestImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7139
8209
  /**
7140
8210
  * No description
7141
8211
  *
@@ -7148,7 +8218,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7148
8218
  * @response `404` `Error` Not Found
7149
8219
  * @response `422` `UnprocessableEntity` Client Error
7150
8220
  */
7151
- allowImpersonation: (data: AllowImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8221
+ allowImpersonation: (data: AllowImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7152
8222
  /**
7153
8223
  * No description
7154
8224
  *
@@ -7161,7 +8231,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7161
8231
  * @response `404` `Error` Not Found
7162
8232
  * @response `422` `UnprocessableEntity` Client Error
7163
8233
  */
7164
- allowImpersonationWithGuid: (allowToken: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8234
+ allowImpersonationWithGuid: (allowToken: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7165
8235
  /**
7166
8236
  * No description
7167
8237
  *
@@ -7173,7 +8243,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7173
8243
  * @response `204` `void` No Content
7174
8244
  * @response `422` `UnprocessableEntity` Client Error
7175
8245
  */
7176
- beginImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8246
+ beginImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7177
8247
  /**
7178
8248
  * No description
7179
8249
  *
@@ -7185,7 +8255,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7185
8255
  * @response `204` `void` No Content
7186
8256
  * @response `422` `UnprocessableEntity` Client Error
7187
8257
  */
7188
- stopImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8258
+ stopImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7189
8259
  /**
7190
8260
  * No description
7191
8261
  *
@@ -7198,7 +8268,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7198
8268
  * @response `404` `Error` Not Found
7199
8269
  * @response `422` `UnprocessableEntity` Client Error
7200
8270
  */
7201
- forceImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8271
+ forceImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7202
8272
  /**
7203
8273
  * No description
7204
8274
  *
@@ -7210,7 +8280,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7210
8280
  * @response `204` `void` No Content
7211
8281
  * @response `422` `UnprocessableEntity` Client Error
7212
8282
  */
7213
- extendImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8283
+ extendImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7214
8284
  /**
7215
8285
  * No description
7216
8286
  *
@@ -7222,7 +8292,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7222
8292
  * @response `204` `void` No Content
7223
8293
  * @response `422` `UnprocessableEntity` Client Error
7224
8294
  */
7225
- inviteUser: (data: CreateInviteRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8295
+ inviteUser: (data: CreateInviteRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7226
8296
  /**
7227
8297
  * No description
7228
8298
  *
@@ -7235,7 +8305,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7235
8305
  * @response `401` `UnprocessableEntity` Unauthorized
7236
8306
  * @response `404` `UnprocessableEntity` Not Found
7237
8307
  */
7238
- resendInviteNotification: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8308
+ resendInviteNotification: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7239
8309
  /**
7240
8310
  * No description
7241
8311
  *
@@ -7247,7 +8317,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7247
8317
  * @response `200` `Invite` Success
7248
8318
  * @response `422` `UnprocessableEntity` Client Error
7249
8319
  */
7250
- verifyUserInvite: (token: string, params?: RequestParams) => Promise<AxiosResponse<Invite, any>>;
8320
+ verifyUserInvite: (token: string, params?: RequestParams) => Promise<AxiosResponse<Invite, any, {}>>;
7251
8321
  /**
7252
8322
  * No description
7253
8323
  *
@@ -7258,7 +8328,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7258
8328
  * @secure
7259
8329
  * @response `200` `(UserRelation)[]` Success
7260
8330
  */
7261
- getUserRelations: (userId: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation[], any>>;
8331
+ getUserRelations: (userId: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation[], any, {}>>;
7262
8332
  /**
7263
8333
  * No description
7264
8334
  *
@@ -7269,7 +8339,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7269
8339
  * @secure
7270
8340
  * @response `204` `void` No Content
7271
8341
  */
7272
- createUserRelation: (userId: string, data: CreateUserRelationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8342
+ createUserRelation: (userId: string, data: CreateUserRelationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7273
8343
  /**
7274
8344
  * No description
7275
8345
  *
@@ -7280,7 +8350,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7280
8350
  * @secure
7281
8351
  * @response `200` `UserRelation` Success
7282
8352
  */
7283
- getUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation, any>>;
8353
+ getUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation, any, {}>>;
7284
8354
  /**
7285
8355
  * No description
7286
8356
  *
@@ -7291,7 +8361,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7291
8361
  * @secure
7292
8362
  * @response `204` `void` No Content
7293
8363
  */
7294
- deleteUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8364
+ deleteUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7295
8365
  /**
7296
8366
  * No description
7297
8367
  *
@@ -7309,7 +8379,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7309
8379
  pageNumber?: number;
7310
8380
  sortBy?: string;
7311
8381
  sortDirection?: string;
7312
- }, params?: RequestParams) => Promise<AxiosResponse<User[], any>>;
8382
+ }, params?: RequestParams) => Promise<AxiosResponse<User[], any, {}>>;
7313
8383
  /**
7314
8384
  * No description
7315
8385
  *
@@ -7321,7 +8391,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7321
8391
  * @response `200` `DetailedUser` Success
7322
8392
  * @response `422` `UnprocessableEntity` Client Error
7323
8393
  */
7324
- createUser: (data: CreateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
8394
+ createUser: (data: CreateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
7325
8395
  /**
7326
8396
  * No description
7327
8397
  *
@@ -7339,7 +8409,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7339
8409
  pageNumber?: number;
7340
8410
  sortBy?: string;
7341
8411
  sortDirection?: string;
7342
- }, params?: RequestParams) => Promise<AxiosResponse<UserPaginated, any>>;
8412
+ }, params?: RequestParams) => Promise<AxiosResponse<UserPaginated, any, {}>>;
7343
8413
  /**
7344
8414
  * No description
7345
8415
  *
@@ -7350,7 +8420,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7350
8420
  * @secure
7351
8421
  * @response `200` `AdminAccessUser` Success
7352
8422
  */
7353
- getUserByEmail: (data: GetUserByEmailRequest, params?: RequestParams) => Promise<AxiosResponse<AdminAccessUser, any>>;
8423
+ getUserByEmail: (data: GetUserByEmailRequest, params?: RequestParams) => Promise<AxiosResponse<AdminAccessUser, any, {}>>;
7354
8424
  /**
7355
8425
  * No description
7356
8426
  *
@@ -7362,7 +8432,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7362
8432
  * @response `200` `User` Success
7363
8433
  * @response `422` `UnprocessableEntity` Client Error
7364
8434
  */
7365
- signUp: (data: RegisterUserRequest, params?: RequestParams) => Promise<AxiosResponse<User, any>>;
8435
+ signUp: (data: RegisterUserRequest, params?: RequestParams) => Promise<AxiosResponse<User, any, {}>>;
7366
8436
  /**
7367
8437
  * No description
7368
8438
  *
@@ -7374,7 +8444,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7374
8444
  * @response `200` `DetailedUser` Success
7375
8445
  * @response `422` `UnprocessableEntity` Client Error
7376
8446
  */
7377
- replaceUser: (id: string, data: UpdateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
8447
+ replaceUser: (id: string, data: UpdateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
7378
8448
  /**
7379
8449
  * No description
7380
8450
  *
@@ -7388,7 +8458,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7388
8458
  deleteUser: (id: string, query?: {
7389
8459
  /** @default false */
7390
8460
  permanent?: boolean;
7391
- }, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8461
+ }, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7392
8462
  /**
7393
8463
  * No description
7394
8464
  *
@@ -7399,7 +8469,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7399
8469
  * @secure
7400
8470
  * @response `204` `void` No Content
7401
8471
  */
7402
- restoreUser: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8472
+ restoreUser: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7403
8473
  /**
7404
8474
  * No description
7405
8475
  *
@@ -7411,7 +8481,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7411
8481
  * @response `204` `void` No Content
7412
8482
  * @response `422` `UnprocessableEntity` Client Error
7413
8483
  */
7414
- changePassword: (data: ChangePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8484
+ changePassword: (data: ChangePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7415
8485
  /**
7416
8486
  * No description
7417
8487
  *
@@ -7423,7 +8493,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7423
8493
  * @response `204` `void` No Content
7424
8494
  * @response `422` `UnprocessableEntity` Client Error
7425
8495
  */
7426
- verifyPassword: (data: VerifyPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8496
+ verifyPassword: (data: VerifyPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7427
8497
  /**
7428
8498
  * No description
7429
8499
  *
@@ -7435,7 +8505,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7435
8505
  * @response `204` `void` No Content
7436
8506
  * @response `422` `UnprocessableEntity` Client Error
7437
8507
  */
7438
- overridePassword: (id: string, data: OverridePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8508
+ overridePassword: (id: string, data: OverridePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7439
8509
  /**
7440
8510
  * No description
7441
8511
  *
@@ -7447,7 +8517,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7447
8517
  * @response `204` `void` No Content
7448
8518
  * @response `422` `UnprocessableEntity` Client Error
7449
8519
  */
7450
- forgotPassword: (data: SendForgotPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8520
+ forgotPassword: (data: SendForgotPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7451
8521
  /**
7452
8522
  * No description
7453
8523
  *
@@ -7459,7 +8529,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7459
8529
  * @response `204` `void` No Content
7460
8530
  * @response `422` `UnprocessableEntity` Client Error
7461
8531
  */
7462
- sendMobilePhoneVerificationCode: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8532
+ sendMobilePhoneVerificationCode: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7463
8533
  /**
7464
8534
  * No description
7465
8535
  *
@@ -7471,7 +8541,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7471
8541
  * @response `204` `void` No Content
7472
8542
  * @response `422` `UnprocessableEntity` Client Error
7473
8543
  */
7474
- verifyUserMobilePhone: (data: UserMobilePhoneVerificationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8544
+ verifyUserMobilePhone: (data: UserMobilePhoneVerificationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7475
8545
  /**
7476
8546
  * No description
7477
8547
  *
@@ -7481,8 +8551,9 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7481
8551
  * @request GET:/api/users/me
7482
8552
  * @secure
7483
8553
  * @response `200` `ImpersonatedDetailedUser` Success
8554
+ * @response `401` `ProblemDetails` Unauthorized
7484
8555
  */
7485
- getMe: (params?: RequestParams) => Promise<AxiosResponse<ImpersonatedDetailedUser, any>>;
8556
+ getMe: (params?: RequestParams) => Promise<AxiosResponse<ImpersonatedDetailedUser, any, {}>>;
7486
8557
  /**
7487
8558
  * No description
7488
8559
  *
@@ -7493,7 +8564,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7493
8564
  * @secure
7494
8565
  * @response `200` `DetailedUser` Success
7495
8566
  */
7496
- replaceMe: (data: UpdateMeRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
8567
+ replaceMe: (data: UpdateMeRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
7497
8568
  /**
7498
8569
  * @description Update the phone number If changed will send a verification code to the new number
7499
8570
  *
@@ -7504,7 +8575,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7504
8575
  * @secure
7505
8576
  * @response `204` `DetailedUser` No Content
7506
8577
  */
7507
- updateMyPhone: (data: UpdateMobilePhoneRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
8578
+ updateMyPhone: (data: UpdateMobilePhoneRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
7508
8579
  /**
7509
8580
  * No description
7510
8581
  *
@@ -7515,7 +8586,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7515
8586
  * @secure
7516
8587
  * @response `200` `(UserRelationship)[]` Success
7517
8588
  */
7518
- getMyRelationships: (params?: RequestParams) => Promise<AxiosResponse<UserRelationship[], any>>;
8589
+ getMyRelationships: (params?: RequestParams) => Promise<AxiosResponse<UserRelationship[], any, {}>>;
7519
8590
  /**
7520
8591
  * No description
7521
8592
  *
@@ -7526,7 +8597,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7526
8597
  * @secure
7527
8598
  * @response `200` `(UserRelationshipProspect)[]` Success
7528
8599
  */
7529
- getMyRelationshipProspects: (params?: RequestParams) => Promise<AxiosResponse<UserRelationshipProspect[], any>>;
8600
+ getMyRelationshipProspects: (params?: RequestParams) => Promise<AxiosResponse<UserRelationshipProspect[], any, {}>>;
7530
8601
  /**
7531
8602
  * No description
7532
8603
  *
@@ -7537,7 +8608,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7537
8608
  * @secure
7538
8609
  * @response `204` `void` No Content
7539
8610
  */
7540
- deleteRelationshipProspect: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8611
+ deleteRelationshipProspect: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7541
8612
  /**
7542
8613
  * No description
7543
8614
  *
@@ -7548,7 +8619,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7548
8619
  * @secure
7549
8620
  * @response `204` `void` No Content
7550
8621
  */
7551
- deleteMe: (data: UserAccountDeletionRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
8622
+ deleteMe: (data: UserAccountDeletionRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7552
8623
  /**
7553
8624
  * No description
7554
8625
  *
@@ -7559,6 +8630,6 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7559
8630
  * @secure
7560
8631
  * @response `200` `GetForm` Success
7561
8632
  */
7562
- getWorkflow: (data: GetWorkflowRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any>>;
8633
+ getWorkflow: (data: GetWorkflowRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any, {}>>;
7563
8634
  };
7564
8635
  }