@matech/thebigpos-sdk 2.29.1 → 2.29.2

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,12 +3,42 @@ export type SiteConfigurationType = "None" | "Account" | "Corporate" | "Branch"
3
3
  export type SSOIntegrationType = "ConsumerConnect" | "TheBigPOS";
4
4
  export type OperationType = "Add" | "Remove" | "Replace" | "Move" | "Copy" | "Test" | "Invalid";
5
5
  export type LogLevel = "None" | "Info" | "Warning" | "Error";
6
+ export type LoanType = "Fha" | "Conventional" | "UsdaRd" | "Va" | "Other";
7
+ export type LoanTrustType = "Living" | "Land" | "Testamentary" | "Other";
8
+ export type LoanTitleHeld = "Self" | "JointlyWithSpouse" | "JointlyWithAnother";
6
9
  export type LoanRole = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
10
+ export type LoanRealEstateStatus = "Sold" | "Pending" | "Retained";
7
11
  export type LoanQueueType = "Unknown" | "New" | "Append" | "Update" | "FieldUpdates" | "Document" | "Buckets";
8
12
  export type LoanQueueReason = "Unknown" | "Locked" | "LOSError" | "Exception";
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";
9
25
  export type LoanLogType = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded" | "LoanCreated" | "WorkflowSubmitted" | "UserInvitationSent" | "CoBorrowerAdded" | "TaskCompleted" | "LoanStatusChanged" | "EConsent";
26
+ export type LoanLienPosition = "First" | "Subordinate";
27
+ export type LoanLiabilityType = "Revolving" | "Installment" | "Open30Day" | "Lease" | "Other";
28
+ export type LoanLanguagePreference = "English" | "Chinese" | "Korean" | "Spanish" | "Tagalog" | "Vietnamese" | "Other";
10
29
  export type LoanImportStatus = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
11
30
  export type LoanImportMode = "All" | "NewOnly" | "UpdateOnly";
31
+ export type LoanHousingType = "NoExpense" | "Own" | "Rent";
32
+ export type LoanHomeOwnershipType = "Counseling" | "Education" | "Other";
33
+ export type LoanHomeOwnershipFormat = "InPerson" | "Online" | "Telephone";
34
+ export type LoanHispanicEthnicity = "Mexican" | "PuertoRican" | "Cuban" | "Other";
35
+ export type LoanGiftSource = "CommunityNonProfit" | "Employer" | "FederalAgency" | "LocalAgency" | "Relative" | "ReligiousNonProfit" | "StateAgency" | "UnmarriedPartner" | "Lender" | "Other";
36
+ export type LoanGiftAssetType = "Cash" | "Asset" | "Equity";
37
+ export type LoanGenderType = "Male" | "Female";
38
+ export type LoanCitizenship = "Us" | "PermanentResidentAlien" | "NonPermanentResidentAlien";
39
+ export type LoanBankruptcyType = "Chapter7" | "Chapter11" | "Chapter12" | "Chapter13";
40
+ export type LoanAsianRace = "AsianIndian" | "Chinese" | "Filipino" | "Japanese" | "Korean" | "Vietnamese" | "Other";
41
+ export type LoanAccountAssetType = "Checking" | "Savings" | "MoneyMarket" | "CertificateOfDeposit" | "MutualFund" | "Stocks" | "Bonds" | "Retirement" | "BridgeLoanProceeds" | "IndividualDevelopmentAccount" | "TrustAccount" | "CashValueOfLifeInsurance" | "Other";
12
42
  export type LoanAccessScopeType = "User" | "Branch";
13
43
  export type LOSStatus = "Unknown" | "Pending" | "Retrying" | "Successful" | "Failed" | "FailedPermanently";
14
44
  export type FilterType = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
@@ -19,6 +49,7 @@ export type ConsentType = "Econsent" | "CreditAuthorization" | "Tcpa";
19
49
  export type BranchType = "Mortgage" | "RealEstate";
20
50
  export type BorrowerType = "Borrower" | "CoBorrower" | "Unknown";
21
51
  export type BorrowerRelationship = "NotApplicable" | "Spouse" | "NonSpouse";
52
+ export type AddressFamily = "Unspecified" | "Unix" | "InterNetwork" | "ImpLink" | "Pup" | "Chaos" | "NS" | "Ipx" | "Iso" | "Osi" | "Ecma" | "DataKit" | "Ccitt" | "Sna" | "DecNet" | "DataLink" | "Lat" | "HyperChannel" | "AppleTalk" | "NetBios" | "VoiceView" | "FireFox" | "Banyan" | "Atm" | "InterNetworkV6" | "Cluster" | "Ieee12844" | "Irda" | "NetworkDesigners" | "Max" | "Packet" | "ControllerAreaNetwork" | "Unknown";
22
53
  export interface ASOSettings {
23
54
  enabled: boolean;
24
55
  softPull: boolean;
@@ -113,6 +144,17 @@ export interface AddressRequest {
113
144
  /** @minLength 1 */
114
145
  postalCode: string;
115
146
  }
147
+ export interface AddressV3 {
148
+ /** @format uuid */
149
+ id?: string | null;
150
+ street?: string | null;
151
+ unit?: string | null;
152
+ unitType?: string | null;
153
+ city?: string | null;
154
+ state?: string | null;
155
+ county?: string | null;
156
+ postalCode?: string | null;
157
+ }
116
158
  export interface AdminAccessGetForms {
117
159
  /** @format date-time */
118
160
  createdAt?: string | null;
@@ -541,7 +583,7 @@ export interface CorporateSearchCriteria {
541
583
  isActive?: boolean | null;
542
584
  }
543
585
  export interface CreateAccessScopeRequest {
544
- scopeType: CreateAccessScopeRequestScopeTypeEnum;
586
+ scopeType: "User" | "Branch";
545
587
  /** @format uuid */
546
588
  userId?: string | null;
547
589
  /** @format uuid */
@@ -564,7 +606,7 @@ export interface CreateAccountRequest {
564
606
  */
565
607
  nlmsid: number;
566
608
  settings: AccountSettingsRequest;
567
- environment: CreateAccountRequestEnvironmentEnum;
609
+ environment: "Development" | "Staging" | "UAT" | "Production";
568
610
  losIntegration: LOSIntegration;
569
611
  }
570
612
  export interface CreateBranchRequest {
@@ -593,7 +635,7 @@ export interface CreateDocumentTemplateRequest {
593
635
  export interface CreateGroupMemberRequest {
594
636
  /** @format uuid */
595
637
  userId: string;
596
- loanRole: CreateGroupMemberRequestLoanRoleEnum;
638
+ loanRole: "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
597
639
  }
598
640
  export interface CreateInviteRequest {
599
641
  /** @minLength 1 */
@@ -604,7 +646,7 @@ export interface CreateInviteRequest {
604
646
  emailAddress: string;
605
647
  phoneNumber?: string | null;
606
648
  /** @deprecated */
607
- relationship: CreateInviteRequestRelationshipEnum;
649
+ relationship: "NotApplicable" | "Spouse" | "NonSpouse";
608
650
  loanID: string;
609
651
  route?: string | null;
610
652
  /** @format uuid */
@@ -630,13 +672,13 @@ export interface CreateLoanImportRequest {
630
672
  * @minLength 1
631
673
  */
632
674
  startDate: string;
633
- importMode: CreateLoanImportRequestImportModeEnum;
675
+ importMode: "All" | "NewOnly" | "UpdateOnly";
634
676
  }
635
677
  export interface CreateUserDeviceRequest {
636
678
  token: string;
637
679
  }
638
680
  export interface CreateUserDraft {
639
- loanRole: CreateUserDraftLoanRoleEnum;
681
+ loanRole: "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
640
682
  }
641
683
  export interface CreateUserGroupRequest {
642
684
  /**
@@ -903,7 +945,7 @@ export interface Draft {
903
945
  siteConfiguration: SiteConfigurationReduced;
904
946
  /** @format uuid */
905
947
  loanID?: string | null;
906
- type: DraftTypeEnum;
948
+ type: "NewLoan" | "EditLoan";
907
949
  isCoBorrower: boolean;
908
950
  }
909
951
  export interface DraftContent {
@@ -921,7 +963,7 @@ export interface DraftContent {
921
963
  siteConfiguration: SiteConfigurationReduced;
922
964
  /** @format uuid */
923
965
  loanID?: string | null;
924
- type: DraftContentTypeEnum;
966
+ type: "NewLoan" | "EditLoan";
925
967
  isCoBorrower: boolean;
926
968
  applicationPayload: any;
927
969
  }
@@ -1195,7 +1237,7 @@ export interface FusionFieldDisplay {
1195
1237
  fieldValue: string;
1196
1238
  }
1197
1239
  export interface FusionReportFilter {
1198
- filterType: FusionReportFilterFilterTypeEnum;
1240
+ filterType: "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
1199
1241
  targetField: string;
1200
1242
  targetValue: string;
1201
1243
  }
@@ -1302,7 +1344,29 @@ export interface GetWorkflowRequest {
1302
1344
  userRole?: string | null;
1303
1345
  language?: string | null;
1304
1346
  }
1347
+ export interface GuidPatchOperation {
1348
+ op: string;
1349
+ path: string;
1350
+ value?: any;
1351
+ from?: string | null;
1352
+ }
1305
1353
  export type IContractResolver = object;
1354
+ export interface IPAddress {
1355
+ 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";
1356
+ /** @format int64 */
1357
+ scopeId: number;
1358
+ isIPv6Multicast: boolean;
1359
+ isIPv6LinkLocal: boolean;
1360
+ isIPv6SiteLocal: boolean;
1361
+ isIPv6Teredo: boolean;
1362
+ isIPv6UniqueLocal: boolean;
1363
+ isIPv4MappedToIPv6: boolean;
1364
+ /**
1365
+ * @deprecated
1366
+ * @format int64
1367
+ */
1368
+ address: number;
1369
+ }
1306
1370
  export interface ImpersonatedDetailedUser {
1307
1371
  /** @format date-time */
1308
1372
  createdAt?: string | null;
@@ -1527,6 +1591,765 @@ export interface Loan {
1527
1591
  userLoans: UserLoan[];
1528
1592
  contacts: LoanContact[];
1529
1593
  }
1594
+ export interface LoanApplication {
1595
+ /** @format uuid */
1596
+ id?: string | null;
1597
+ loanOfficerEmail?: string | null;
1598
+ type?: LoanType | null;
1599
+ purpose?: LoanPurpose | null;
1600
+ lienPosition?: LoanLienPosition | null;
1601
+ number?: string | null;
1602
+ program?: string | null;
1603
+ channel?: string | null;
1604
+ /** @format date-time */
1605
+ startDate?: string | null;
1606
+ property?: LoanProperty | null;
1607
+ financial?: LoanFinancial | null;
1608
+ borrowers: LoanBorrower[];
1609
+ nonOwningBorrowers: LoanNonOwningBorrower[];
1610
+ }
1611
+ export interface LoanApplicationRequest {
1612
+ /** @format uuid */
1613
+ accountID: string;
1614
+ /** @format uuid */
1615
+ userID: string;
1616
+ /** @format uuid */
1617
+ siteConfigurationID: string;
1618
+ /** @format uuid */
1619
+ draftId?: string | null;
1620
+ loanOfficerEmail?: string | null;
1621
+ type?: LoanType | null;
1622
+ purpose?: LoanPurpose | null;
1623
+ lienPosition?: LoanLienPosition | null;
1624
+ /** @maxLength 50 */
1625
+ number?: string | null;
1626
+ /** @maxLength 100 */
1627
+ program?: string | null;
1628
+ /** @maxLength 50 */
1629
+ channel?: string | null;
1630
+ /** @format date-time */
1631
+ startDate?: string | null;
1632
+ property?: LoanPropertyRequest | null;
1633
+ financial?: LoanFinancialRequest | null;
1634
+ /** @minItems 1 */
1635
+ borrowers: LoanBorrowerRequest[];
1636
+ nonOwningBorrowers: LoanNonOwningBorrowerRequest[];
1637
+ /** @format uuid */
1638
+ existingLoanId?: string | null;
1639
+ /** @format uuid */
1640
+ formId?: string | null;
1641
+ }
1642
+ export interface LoanBorrower {
1643
+ /** @format uuid */
1644
+ id?: string | null;
1645
+ ssn?: string | null;
1646
+ email?: string | null;
1647
+ lastName?: string | null;
1648
+ firstName?: string | null;
1649
+ middleName?: string | null;
1650
+ prefix?: LoanNamePrefix | null;
1651
+ suffix?: LoanNameSuffix | null;
1652
+ /** @format date */
1653
+ birthDate?: string | null;
1654
+ citizenship?: LoanCitizenship | null;
1655
+ maritalStatus?: LoanMaritalStatus | null;
1656
+ languagePreference?: LoanLanguagePreference | null;
1657
+ /** @format int32 */
1658
+ numberOfDependents?: number | null;
1659
+ isPrimaryBorrower: boolean;
1660
+ isFirstTimeHomeBuyer?: boolean | null;
1661
+ hasJointAssetsAndLiabilities?: boolean | null;
1662
+ dependentAges?: number[] | null;
1663
+ demographics?: LoanBorrowerDemographics | null;
1664
+ declarations?: LoanBorrowerDeclarations | null;
1665
+ militaryService?: LoanBorrowerMilitaryService | null;
1666
+ gifts: LoanBorrowerGift[];
1667
+ addresses: LoanBorrowerAddress[];
1668
+ consents: LoanBorrowerConsent[];
1669
+ liabilities: LoanBorrowerLiability[];
1670
+ otherAssets: LoanBorrowerOtherAsset[];
1671
+ otherIncome: LoanBorrowerOtherIncome[];
1672
+ phoneNumbers: LoanBorrowerPhoneNumber[];
1673
+ accountAssets: LoanBorrowerAccountAsset[];
1674
+ homeOwnership: LoanBorrowerHomeOwnership[];
1675
+ alternateNames: LoanBorrowerAlternateName[];
1676
+ otherLiabilities: LoanBorrowerOtherLiability[];
1677
+ realEstateAssets: LoanBorrowerRealEstateAsset[];
1678
+ currentEmployment: LoanBorrowerEmploymentCurrent[];
1679
+ previousEmployment: LoanBorrowerEmploymentPrevious[];
1680
+ }
1681
+ export interface LoanBorrowerAccountAsset {
1682
+ /** @format uuid */
1683
+ id?: string | null;
1684
+ name?: string | null;
1685
+ accountNumber?: string | null;
1686
+ financialInstitution?: string | null;
1687
+ /** @format double */
1688
+ value?: number | null;
1689
+ type?: LoanAccountAssetType | null;
1690
+ }
1691
+ export interface LoanBorrowerAccountAssetRequest {
1692
+ /** @maxLength 255 */
1693
+ name?: string | null;
1694
+ /** @maxLength 50 */
1695
+ accountNumber?: string | null;
1696
+ /** @maxLength 255 */
1697
+ financialInstitution?: string | null;
1698
+ /**
1699
+ * @format double
1700
+ * @min 0
1701
+ */
1702
+ value?: number | null;
1703
+ type?: LoanAccountAssetType | null;
1704
+ }
1705
+ export interface LoanBorrowerAddress {
1706
+ /** @format uuid */
1707
+ id?: string | null;
1708
+ street?: string | null;
1709
+ unit?: string | null;
1710
+ unitType?: string | null;
1711
+ city?: string | null;
1712
+ state?: string | null;
1713
+ county?: string | null;
1714
+ postalCode?: string | null;
1715
+ housing?: LoanHousingType | null;
1716
+ /** @format double */
1717
+ rentAmount?: number | null;
1718
+ isCurrent?: boolean | null;
1719
+ isMailingAddress?: boolean | null;
1720
+ timeAtAddress?: TimeAtAddress | null;
1721
+ }
1722
+ export interface LoanBorrowerAddressRequest {
1723
+ /** @maxLength 255 */
1724
+ street?: string | null;
1725
+ /** @maxLength 50 */
1726
+ unit?: string | null;
1727
+ /** @maxLength 50 */
1728
+ unitType?: string | null;
1729
+ /** @maxLength 100 */
1730
+ city?: string | null;
1731
+ state?: string | null;
1732
+ /** @maxLength 100 */
1733
+ county?: string | null;
1734
+ postalCode?: string | null;
1735
+ housing?: LoanHousingType | null;
1736
+ /**
1737
+ * @format double
1738
+ * @min 0
1739
+ */
1740
+ rentAmount?: number | null;
1741
+ isCurrent?: boolean | null;
1742
+ isMailingAddress?: boolean | null;
1743
+ timeAtAddress?: TimeAtAddressRequest | null;
1744
+ }
1745
+ export interface LoanBorrowerAlternateName {
1746
+ /** @format uuid */
1747
+ id?: string | null;
1748
+ suffix?: string | null;
1749
+ lastName?: string | null;
1750
+ firstName?: string | null;
1751
+ middleName?: string | null;
1752
+ }
1753
+ export interface LoanBorrowerAlternateNameRequest {
1754
+ /** @maxLength 20 */
1755
+ suffix?: string | null;
1756
+ /** @maxLength 100 */
1757
+ lastName?: string | null;
1758
+ /** @maxLength 100 */
1759
+ firstName?: string | null;
1760
+ /** @maxLength 100 */
1761
+ middleName?: string | null;
1762
+ }
1763
+ export interface LoanBorrowerBankruptcyDeclaration {
1764
+ /** @format uuid */
1765
+ id?: string | null;
1766
+ isAffirmative?: boolean | null;
1767
+ description?: string | null;
1768
+ types?: LoanBankruptcyType[] | null;
1769
+ }
1770
+ export interface LoanBorrowerBankruptcyDeclarationRequest {
1771
+ isAffirmative?: boolean | null;
1772
+ /** @maxLength 1000 */
1773
+ description?: string | null;
1774
+ types?: LoanBankruptcyType[] | null;
1775
+ }
1776
+ export interface LoanBorrowerConsent {
1777
+ /** @format uuid */
1778
+ id?: string | null;
1779
+ type?: ConsentType | null;
1780
+ providedConsent?: boolean | null;
1781
+ ipAddress?: IPAddress | null;
1782
+ }
1783
+ export interface LoanBorrowerConsentRequest {
1784
+ type?: ConsentType | null;
1785
+ providedConsent?: boolean | null;
1786
+ ipAddress?: IPAddress | null;
1787
+ }
1788
+ export interface LoanBorrowerDeclarations {
1789
+ /** @format uuid */
1790
+ id?: string | null;
1791
+ borrowingMoney?: LoanBorrowerMoneyDeclaration | null;
1792
+ bankruptcy?: LoanBorrowerBankruptcyDeclaration | null;
1793
+ primaryResidence?: LoanBorrowerPrimaryResidenceDeclaration | null;
1794
+ foreclosure?: LoanBorrowerSimpleDeclaration | null;
1795
+ coSignerOnDebt?: LoanBorrowerSimpleDeclaration | null;
1796
+ partyToLawsuit?: LoanBorrowerSimpleDeclaration | null;
1797
+ outstandingJudgments?: LoanBorrowerSimpleDeclaration | null;
1798
+ applyingForNewCredit?: LoanBorrowerSimpleDeclaration | null;
1799
+ subjectToLienPriority?: LoanBorrowerSimpleDeclaration | null;
1800
+ inDelinquencyOrDefault?: LoanBorrowerSimpleDeclaration | null;
1801
+ relationshipWithSeller?: LoanBorrowerSimpleDeclaration | null;
1802
+ preForeclosureOrShortSale?: LoanBorrowerSimpleDeclaration | null;
1803
+ applyingForAnotherMortgage?: LoanBorrowerSimpleDeclaration | null;
1804
+ conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclaration | null;
1805
+ }
1806
+ export interface LoanBorrowerDeclarationsRequest {
1807
+ borrowingMoney?: LoanBorrowerMoneyDeclarationRequest | null;
1808
+ bankruptcy?: LoanBorrowerBankruptcyDeclarationRequest | null;
1809
+ primaryResidence?: LoanBorrowerPrimaryResidenceDeclarationRequest | null;
1810
+ foreclosure?: LoanBorrowerSimpleDeclarationRequest | null;
1811
+ coSignerOnDebt?: LoanBorrowerSimpleDeclarationRequest | null;
1812
+ partyToLawsuit?: LoanBorrowerSimpleDeclarationRequest | null;
1813
+ outstandingJudgments?: LoanBorrowerSimpleDeclarationRequest | null;
1814
+ applyingForNewCredit?: LoanBorrowerSimpleDeclarationRequest | null;
1815
+ subjectToLienPriority?: LoanBorrowerSimpleDeclarationRequest | null;
1816
+ inDelinquencyOrDefault?: LoanBorrowerSimpleDeclarationRequest | null;
1817
+ relationshipWithSeller?: LoanBorrowerSimpleDeclarationRequest | null;
1818
+ preForeclosureOrShortSale?: LoanBorrowerSimpleDeclarationRequest | null;
1819
+ applyingForAnotherMortgage?: LoanBorrowerSimpleDeclarationRequest | null;
1820
+ conveyedTitleToPropertyForeclosure?: LoanBorrowerSimpleDeclarationRequest | null;
1821
+ }
1822
+ export interface LoanBorrowerDemographics {
1823
+ /** @format uuid */
1824
+ id?: string | null;
1825
+ race?: LoanBorrowerDemographicsRace | null;
1826
+ gender?: LoanBorrowerDemographicsGender | null;
1827
+ ethnicity?: LoanBorrowerDemographicsEthnicity | null;
1828
+ }
1829
+ export interface LoanBorrowerDemographicsEthnicity {
1830
+ /** @format uuid */
1831
+ id?: string | null;
1832
+ isDeclined?: boolean | null;
1833
+ isHispanicOrLatino?: boolean | null;
1834
+ otherHispanicOrLatino?: string | null;
1835
+ hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
1836
+ }
1837
+ export interface LoanBorrowerDemographicsEthnicityRequest {
1838
+ isDeclined?: boolean | null;
1839
+ isHispanicOrLatino?: boolean | null;
1840
+ /** @maxLength 255 */
1841
+ otherHispanicOrLatino?: string | null;
1842
+ hispanicOrLatinoEthnicities?: LoanHispanicEthnicity[] | null;
1843
+ }
1844
+ export interface LoanBorrowerDemographicsGender {
1845
+ /** @format uuid */
1846
+ id?: string | null;
1847
+ isDeclined?: boolean | null;
1848
+ gender?: LoanGenderType | null;
1849
+ }
1850
+ export interface LoanBorrowerDemographicsGenderRequest {
1851
+ isDeclined?: boolean | null;
1852
+ gender?: LoanGenderType | null;
1853
+ }
1854
+ export interface LoanBorrowerDemographicsRace {
1855
+ /** @format uuid */
1856
+ id?: string | null;
1857
+ isAmericanIndianOrAlaskanNative?: boolean | null;
1858
+ otherAmericanIndianOrAlaskanNative?: string | null;
1859
+ isAsian?: boolean | null;
1860
+ asianRaces?: LoanAsianRace[] | null;
1861
+ otherAsianRace?: string | null;
1862
+ isBlackOrAfrican?: boolean | null;
1863
+ isPacificIslander?: boolean | null;
1864
+ pacificIslanderRace?: LoanPacificIslanderRace[] | null;
1865
+ otherPacificIslanderRace?: string | null;
1866
+ isWhite?: boolean | null;
1867
+ isDeclined?: boolean | null;
1868
+ }
1869
+ export interface LoanBorrowerDemographicsRaceRequest {
1870
+ isAmericanIndianOrAlaskanNative?: boolean | null;
1871
+ /** @maxLength 255 */
1872
+ otherAmericanIndianOrAlaskanNative?: string | null;
1873
+ isAsian?: boolean | null;
1874
+ asianRaces?: LoanAsianRace[] | null;
1875
+ /** @maxLength 255 */
1876
+ otherAsianRace?: string | null;
1877
+ isBlackOrAfrican?: boolean | null;
1878
+ isPacificIslander?: boolean | null;
1879
+ pacificIslanderRace?: LoanPacificIslanderRace[] | null;
1880
+ /** @maxLength 255 */
1881
+ otherPacificIslanderRace?: string | null;
1882
+ isWhite?: boolean | null;
1883
+ isDeclined?: boolean | null;
1884
+ }
1885
+ export interface LoanBorrowerDemographicsRequest {
1886
+ race?: LoanBorrowerDemographicsRaceRequest | null;
1887
+ gender?: LoanBorrowerDemographicsGenderRequest | null;
1888
+ ethnicity?: LoanBorrowerDemographicsEthnicityRequest | null;
1889
+ }
1890
+ export interface LoanBorrowerEmploymentCurrent {
1891
+ /** @format uuid */
1892
+ id?: string | null;
1893
+ name?: string | null;
1894
+ title?: string | null;
1895
+ phoneNumber?: string | null;
1896
+ /** @format date */
1897
+ startDate?: string | null;
1898
+ isSelfEmployed?: boolean | null;
1899
+ isEmployedByPartyInTransaction?: boolean | null;
1900
+ address?: AddressV3 | null;
1901
+ ownership?: LoanBorrowerEmploymentCurrentOwnership | null;
1902
+ grossIncome?: LoanBorrowerEmploymentCurrentGrossIncome | null;
1903
+ timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWork | null;
1904
+ }
1905
+ export interface LoanBorrowerEmploymentCurrentGrossIncome {
1906
+ /** @format uuid */
1907
+ id?: string | null;
1908
+ /** @format double */
1909
+ base?: number | null;
1910
+ /** @format double */
1911
+ other?: number | null;
1912
+ /** @format double */
1913
+ bonus?: number | null;
1914
+ /** @format double */
1915
+ overtime?: number | null;
1916
+ /** @format double */
1917
+ commission?: number | null;
1918
+ /** @format double */
1919
+ militaryEntitlements?: number | null;
1920
+ }
1921
+ export interface LoanBorrowerEmploymentCurrentGrossIncomeRequest {
1922
+ /**
1923
+ * @format double
1924
+ * @min 0
1925
+ */
1926
+ base?: number | null;
1927
+ /**
1928
+ * @format double
1929
+ * @min 0
1930
+ */
1931
+ other?: number | null;
1932
+ /**
1933
+ * @format double
1934
+ * @min 0
1935
+ */
1936
+ bonus?: number | null;
1937
+ /**
1938
+ * @format double
1939
+ * @min 0
1940
+ */
1941
+ overtime?: number | null;
1942
+ /**
1943
+ * @format double
1944
+ * @min 0
1945
+ */
1946
+ commission?: number | null;
1947
+ /**
1948
+ * @format double
1949
+ * @min 0
1950
+ */
1951
+ militaryEntitlements?: number | null;
1952
+ }
1953
+ export interface LoanBorrowerEmploymentCurrentOwnership {
1954
+ /** @format uuid */
1955
+ id?: string | null;
1956
+ isOwner?: boolean | null;
1957
+ hasOwnershipOver25Percent?: boolean | null;
1958
+ /** @format double */
1959
+ monthlyIncome?: number | null;
1960
+ }
1961
+ export interface LoanBorrowerEmploymentCurrentOwnershipRequest {
1962
+ isOwner?: boolean | null;
1963
+ hasOwnershipOver25Percent?: boolean | null;
1964
+ /**
1965
+ * @format double
1966
+ * @min 0
1967
+ */
1968
+ monthlyIncome?: number | null;
1969
+ }
1970
+ export interface LoanBorrowerEmploymentCurrentRequest {
1971
+ /** @maxLength 255 */
1972
+ name?: string | null;
1973
+ /** @maxLength 100 */
1974
+ title?: string | null;
1975
+ phoneNumber?: string | null;
1976
+ /** @format date */
1977
+ startDate?: string | null;
1978
+ isSelfEmployed?: boolean | null;
1979
+ isEmployedByPartyInTransaction?: boolean | null;
1980
+ address?: AddressRequest | null;
1981
+ ownership?: LoanBorrowerEmploymentCurrentOwnershipRequest | null;
1982
+ grossIncome?: LoanBorrowerEmploymentCurrentGrossIncomeRequest | null;
1983
+ timeInLineOfWork?: LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest | null;
1984
+ }
1985
+ export interface LoanBorrowerEmploymentCurrentTimeInLineOfWork {
1986
+ /** @format uuid */
1987
+ id?: string | null;
1988
+ /** @format int32 */
1989
+ years?: number | null;
1990
+ /** @format int32 */
1991
+ months?: number | null;
1992
+ }
1993
+ export interface LoanBorrowerEmploymentCurrentTimeInLineOfWorkRequest {
1994
+ /** @format int32 */
1995
+ years?: number | null;
1996
+ /** @format int32 */
1997
+ months?: number | null;
1998
+ }
1999
+ export interface LoanBorrowerEmploymentPrevious {
2000
+ /** @format uuid */
2001
+ id?: string | null;
2002
+ name?: string | null;
2003
+ title?: string | null;
2004
+ phoneNumber?: string | null;
2005
+ /** @format date */
2006
+ startDate?: string | null;
2007
+ /** @format date */
2008
+ endDate?: string | null;
2009
+ /** @format double */
2010
+ grossIncome?: number | null;
2011
+ isSelfEmployed?: boolean | null;
2012
+ address?: AddressV3 | null;
2013
+ }
2014
+ export interface LoanBorrowerEmploymentPreviousRequest {
2015
+ /** @maxLength 255 */
2016
+ name?: string | null;
2017
+ /** @maxLength 100 */
2018
+ title?: string | null;
2019
+ phoneNumber?: string | null;
2020
+ /** @format date */
2021
+ startDate?: string | null;
2022
+ /** @format date */
2023
+ endDate?: string | null;
2024
+ /**
2025
+ * @format double
2026
+ * @min 0
2027
+ */
2028
+ grossIncome?: number | null;
2029
+ isSelfEmployed?: boolean | null;
2030
+ address?: AddressRequest | null;
2031
+ }
2032
+ export interface LoanBorrowerGift {
2033
+ /** @format uuid */
2034
+ id?: string | null;
2035
+ /** @format double */
2036
+ value?: number | null;
2037
+ isDeposited?: boolean | null;
2038
+ source?: LoanGiftSource | null;
2039
+ assetType?: LoanGiftAssetType | null;
2040
+ }
2041
+ export interface LoanBorrowerGiftRequest {
2042
+ /**
2043
+ * @format double
2044
+ * @min 0
2045
+ */
2046
+ value?: number | null;
2047
+ isDeposited?: boolean | null;
2048
+ source?: LoanGiftSource | null;
2049
+ assetType?: LoanGiftAssetType | null;
2050
+ }
2051
+ export interface LoanBorrowerHomeOwnership {
2052
+ /** @format uuid */
2053
+ id?: string | null;
2054
+ /** @format date */
2055
+ dateCompleted?: string | null;
2056
+ type?: LoanHomeOwnershipType | null;
2057
+ format?: LoanHomeOwnershipFormat | null;
2058
+ provider?: LoanBorrowerHomeOwnershipProvider | null;
2059
+ }
2060
+ export interface LoanBorrowerHomeOwnershipProvider {
2061
+ /** @format uuid */
2062
+ id?: string | null;
2063
+ name?: string | null;
2064
+ phoneNumber?: string | null;
2065
+ address?: AddressV3 | null;
2066
+ }
2067
+ export interface LoanBorrowerHomeOwnershipProviderRequest {
2068
+ /** @maxLength 255 */
2069
+ name?: string | null;
2070
+ phoneNumber?: string | null;
2071
+ address?: AddressRequest | null;
2072
+ }
2073
+ export interface LoanBorrowerHomeOwnershipRequest {
2074
+ /** @format date */
2075
+ dateCompleted?: string | null;
2076
+ type?: LoanHomeOwnershipType | null;
2077
+ format?: LoanHomeOwnershipFormat | null;
2078
+ provider?: LoanBorrowerHomeOwnershipProviderRequest | null;
2079
+ }
2080
+ export interface LoanBorrowerLiability {
2081
+ /** @format uuid */
2082
+ id?: string | null;
2083
+ type?: LoanLiabilityType | null;
2084
+ name?: string | null;
2085
+ accountNumber?: string | null;
2086
+ financialInstitution?: string | null;
2087
+ /** @format double */
2088
+ balance?: number | null;
2089
+ /** @format double */
2090
+ monthlyPayment?: number | null;
2091
+ /** @format int32 */
2092
+ monthsLeftToPay?: number | null;
2093
+ isPaidOffBeforeClosing?: boolean | null;
2094
+ }
2095
+ export interface LoanBorrowerLiabilityRequest {
2096
+ type?: LoanLiabilityType | null;
2097
+ /** @maxLength 255 */
2098
+ name?: string | null;
2099
+ /** @maxLength 50 */
2100
+ accountNumber?: string | null;
2101
+ /** @maxLength 255 */
2102
+ financialInstitution?: string | null;
2103
+ /**
2104
+ * @format double
2105
+ * @min 0
2106
+ */
2107
+ balance?: number | null;
2108
+ /**
2109
+ * @format double
2110
+ * @min 0
2111
+ */
2112
+ monthlyPayment?: number | null;
2113
+ /**
2114
+ * @format int32
2115
+ * @min 0
2116
+ */
2117
+ monthsLeftToPay?: number | null;
2118
+ isPaidOffBeforeClosing?: boolean | null;
2119
+ }
2120
+ export interface LoanBorrowerMilitaryService {
2121
+ /** @format uuid */
2122
+ id?: string | null;
2123
+ hasServed?: boolean | null;
2124
+ /** @format date */
2125
+ endDate?: string | null;
2126
+ type?: LoanMilitaryServiceType | null;
2127
+ }
2128
+ export interface LoanBorrowerMilitaryServiceRequest {
2129
+ hasServed?: boolean | null;
2130
+ /** @format date */
2131
+ endDate?: string | null;
2132
+ type?: LoanMilitaryServiceType | null;
2133
+ }
2134
+ export interface LoanBorrowerMoneyDeclaration {
2135
+ /** @format uuid */
2136
+ id?: string | null;
2137
+ isAffirmative?: boolean | null;
2138
+ description?: string | null;
2139
+ /** @format double */
2140
+ amount?: number | null;
2141
+ }
2142
+ export interface LoanBorrowerMoneyDeclarationRequest {
2143
+ isAffirmative?: boolean | null;
2144
+ /** @maxLength 1000 */
2145
+ description?: string | null;
2146
+ /**
2147
+ * @format double
2148
+ * @min 0
2149
+ */
2150
+ amount?: number | null;
2151
+ }
2152
+ export interface LoanBorrowerOtherAsset {
2153
+ /** @format uuid */
2154
+ id?: string | null;
2155
+ type?: LoanOtherAssetType | null;
2156
+ other?: string | null;
2157
+ /** @format double */
2158
+ value?: number | null;
2159
+ }
2160
+ export interface LoanBorrowerOtherAssetRequest {
2161
+ type?: LoanOtherAssetType | null;
2162
+ /** @maxLength 255 */
2163
+ other?: string | null;
2164
+ /**
2165
+ * @format double
2166
+ * @min 0
2167
+ */
2168
+ value?: number | null;
2169
+ }
2170
+ export interface LoanBorrowerOtherIncome {
2171
+ /** @format uuid */
2172
+ id?: string | null;
2173
+ /** @format double */
2174
+ value?: number | null;
2175
+ type?: LoanOtherIncomeType | null;
2176
+ }
2177
+ export interface LoanBorrowerOtherIncomeRequest {
2178
+ /**
2179
+ * @format double
2180
+ * @min 0
2181
+ */
2182
+ value?: number | null;
2183
+ type?: LoanOtherIncomeType | null;
2184
+ }
2185
+ export interface LoanBorrowerOtherLiability {
2186
+ /** @format uuid */
2187
+ id?: string | null;
2188
+ /** @format double */
2189
+ monthlyPayment?: number | null;
2190
+ type?: LoanOtherLiabilityType | null;
2191
+ }
2192
+ export interface LoanBorrowerOtherLiabilityRequest {
2193
+ /**
2194
+ * @format double
2195
+ * @min 0
2196
+ */
2197
+ monthlyPayment?: number | null;
2198
+ type?: LoanOtherLiabilityType | null;
2199
+ }
2200
+ export interface LoanBorrowerPhoneNumber {
2201
+ /** @format uuid */
2202
+ id?: string | null;
2203
+ ext?: string | null;
2204
+ number?: string | null;
2205
+ type?: LoanPhoneNumberType | null;
2206
+ }
2207
+ export interface LoanBorrowerPhoneNumberRequest {
2208
+ /** @maxLength 10 */
2209
+ ext?: string | null;
2210
+ number?: string | null;
2211
+ type?: LoanPhoneNumberType | null;
2212
+ }
2213
+ export interface LoanBorrowerPrimaryResidenceDeclaration {
2214
+ /** @format uuid */
2215
+ id?: string | null;
2216
+ isAffirmative?: boolean | null;
2217
+ description?: string | null;
2218
+ hasInterestInLastThreeYears?: boolean | null;
2219
+ titleHeld?: LoanTitleHeld | null;
2220
+ propertyType?: LoanOccupancyType | null;
2221
+ }
2222
+ export interface LoanBorrowerPrimaryResidenceDeclarationRequest {
2223
+ isAffirmative?: boolean | null;
2224
+ /** @maxLength 1000 */
2225
+ description?: string | null;
2226
+ hasInterestInLastThreeYears?: boolean | null;
2227
+ titleHeld?: LoanTitleHeld | null;
2228
+ propertyType?: LoanOccupancyType | null;
2229
+ }
2230
+ export interface LoanBorrowerRealEstateAsset {
2231
+ /** @format uuid */
2232
+ id?: string | null;
2233
+ status?: LoanRealEstateStatus | null;
2234
+ occupancy?: LoanOccupancyType | null;
2235
+ /** @format double */
2236
+ marketValue?: number | null;
2237
+ /** @format double */
2238
+ monthlyInsTaxDues?: number | null;
2239
+ /** @format double */
2240
+ monthlyRentalIncome?: number | null;
2241
+ address?: AddressV3 | null;
2242
+ mortgages?: LoanBorrowerRealEstateAssetMortgage[] | null;
2243
+ }
2244
+ export interface LoanBorrowerRealEstateAssetMortgage {
2245
+ /** @format uuid */
2246
+ id?: string | null;
2247
+ creditor?: string | null;
2248
+ accountNumber?: string | null;
2249
+ /** @format double */
2250
+ balance?: number | null;
2251
+ /** @format double */
2252
+ creditLimit?: number | null;
2253
+ /** @format double */
2254
+ monthlyMortgagePayment?: number | null;
2255
+ isBalancePaidBeforeClosing?: boolean | null;
2256
+ loanType?: LoanType | null;
2257
+ }
2258
+ export interface LoanBorrowerRealEstateAssetMortgageRequest {
2259
+ /** @maxLength 255 */
2260
+ creditor?: string | null;
2261
+ /** @maxLength 50 */
2262
+ accountNumber?: string | null;
2263
+ /**
2264
+ * @format double
2265
+ * @min 0
2266
+ */
2267
+ balance?: number | null;
2268
+ /**
2269
+ * @format double
2270
+ * @min 0
2271
+ */
2272
+ creditLimit?: number | null;
2273
+ /**
2274
+ * @format double
2275
+ * @min 0
2276
+ */
2277
+ monthlyMortgagePayment?: number | null;
2278
+ isBalancePaidBeforeClosing?: boolean | null;
2279
+ loanType?: LoanType | null;
2280
+ }
2281
+ export interface LoanBorrowerRealEstateAssetRequest {
2282
+ status?: LoanRealEstateStatus | null;
2283
+ occupancy?: LoanOccupancyType | null;
2284
+ /**
2285
+ * @format double
2286
+ * @min 0
2287
+ */
2288
+ marketValue?: number | null;
2289
+ /**
2290
+ * @format double
2291
+ * @min 0
2292
+ */
2293
+ monthlyInsTaxDues?: number | null;
2294
+ /**
2295
+ * @format double
2296
+ * @min 0
2297
+ */
2298
+ monthlyRentalIncome?: number | null;
2299
+ address?: AddressRequest | null;
2300
+ mortgages?: LoanBorrowerRealEstateAssetMortgageRequest[] | null;
2301
+ }
2302
+ export interface LoanBorrowerRequest {
2303
+ ssn?: string | null;
2304
+ email?: string | null;
2305
+ /** @maxLength 100 */
2306
+ lastName?: string | null;
2307
+ /** @maxLength 100 */
2308
+ firstName?: string | null;
2309
+ /** @maxLength 100 */
2310
+ middleName?: string | null;
2311
+ prefix?: LoanNamePrefix | null;
2312
+ suffix?: LoanNameSuffix | null;
2313
+ /** @format date */
2314
+ birthDate?: string | null;
2315
+ citizenship?: LoanCitizenship | null;
2316
+ maritalStatus?: LoanMaritalStatus | null;
2317
+ languagePreference?: LoanLanguagePreference | null;
2318
+ /** @format int32 */
2319
+ numberOfDependents?: number | null;
2320
+ isPrimaryBorrower: boolean;
2321
+ isFirstTimeHomeBuyer?: boolean | null;
2322
+ hasJointAssetsAndLiabilities?: boolean | null;
2323
+ dependentAges?: number[] | null;
2324
+ demographics?: LoanBorrowerDemographicsRequest | null;
2325
+ declarations?: LoanBorrowerDeclarationsRequest | null;
2326
+ militaryService?: LoanBorrowerMilitaryServiceRequest | null;
2327
+ gifts: LoanBorrowerGiftRequest[];
2328
+ addresses: LoanBorrowerAddressRequest[];
2329
+ consents: LoanBorrowerConsentRequest[];
2330
+ liabilities: LoanBorrowerLiabilityRequest[];
2331
+ otherAssets: LoanBorrowerOtherAssetRequest[];
2332
+ otherIncome: LoanBorrowerOtherIncomeRequest[];
2333
+ phoneNumbers: LoanBorrowerPhoneNumberRequest[];
2334
+ accountAssets: LoanBorrowerAccountAssetRequest[];
2335
+ homeOwnership: LoanBorrowerHomeOwnershipRequest[];
2336
+ alternateNames: LoanBorrowerAlternateNameRequest[];
2337
+ otherLiabilities: LoanBorrowerOtherLiabilityRequest[];
2338
+ realEstateAssets: LoanBorrowerRealEstateAssetRequest[];
2339
+ currentEmployment: LoanBorrowerEmploymentCurrentRequest[];
2340
+ previousEmployment: LoanBorrowerEmploymentPreviousRequest[];
2341
+ }
2342
+ export interface LoanBorrowerSimpleDeclaration {
2343
+ /** @format uuid */
2344
+ id?: string | null;
2345
+ isAffirmative?: boolean | null;
2346
+ description?: string | null;
2347
+ }
2348
+ export interface LoanBorrowerSimpleDeclarationRequest {
2349
+ isAffirmative?: boolean | null;
2350
+ /** @maxLength 1000 */
2351
+ description?: string | null;
2352
+ }
1530
2353
  export interface LoanComparison {
1531
2354
  loanID: string;
1532
2355
  scenarios: LoanComparisonScenario[];
@@ -1657,7 +2480,7 @@ export interface LoanContact {
1657
2480
  email?: string | null;
1658
2481
  phone?: string | null;
1659
2482
  companyName?: string | null;
1660
- role: LoanContactRoleEnum;
2483
+ role: "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
1661
2484
  }
1662
2485
  export interface LoanContactList {
1663
2486
  email: string;
@@ -1725,6 +2548,35 @@ export interface LoanDraftSearchCriteria {
1725
2548
  excludeLinkedToLoan?: boolean | null;
1726
2549
  draftTypes?: DraftType[] | null;
1727
2550
  }
2551
+ export interface LoanFinancial {
2552
+ /** @format uuid */
2553
+ id?: string | null;
2554
+ isDebtsAssetsReviewed?: boolean | null;
2555
+ /** @format double */
2556
+ cashToClose?: number | null;
2557
+ /** @format double */
2558
+ cashDownPayment?: number | null;
2559
+ /** @format double */
2560
+ maximumPurchasePrice?: number | null;
2561
+ }
2562
+ export interface LoanFinancialRequest {
2563
+ isDebtsAssetsReviewed?: boolean | null;
2564
+ /**
2565
+ * @format double
2566
+ * @min 0
2567
+ */
2568
+ cashToClose?: number | null;
2569
+ /**
2570
+ * @format double
2571
+ * @min 0
2572
+ */
2573
+ cashDownPayment?: number | null;
2574
+ /**
2575
+ * @format double
2576
+ * @min 0
2577
+ */
2578
+ maximumPurchasePrice?: number | null;
2579
+ }
1728
2580
  export interface LoanIdentifier {
1729
2581
  /** @format uuid */
1730
2582
  id: string;
@@ -1743,13 +2595,13 @@ export interface LoanImport {
1743
2595
  /** @format int32 */
1744
2596
  importedCount: number;
1745
2597
  statusMessage?: string | null;
1746
- status: LoanImportStatusEnum;
1747
- importMode: LoanImportImportModeEnum;
2598
+ status: "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
2599
+ importMode: "All" | "NewOnly" | "UpdateOnly";
1748
2600
  /** @format date-time */
1749
2601
  createdAt?: string | null;
1750
2602
  }
1751
2603
  export interface LoanImportLog {
1752
- level: LoanImportLogLevelEnum;
2604
+ level: "None" | "Info" | "Warning" | "Error";
1753
2605
  message: string;
1754
2606
  /** @format date-time */
1755
2607
  createdAt: string;
@@ -1793,8 +2645,8 @@ export interface LoanListPaginated {
1793
2645
  export interface LoanLog {
1794
2646
  /** @format uuid */
1795
2647
  id: string;
1796
- level: LoanLogLevelEnum;
1797
- type: LoanLogTypeEnum;
2648
+ level: "None" | "Info" | "Warning" | "Error";
2649
+ type: "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded" | "LoanCreated" | "WorkflowSubmitted" | "UserInvitationSent" | "CoBorrowerAdded" | "TaskCompleted" | "LoanStatusChanged" | "EConsent";
1798
2650
  message: string;
1799
2651
  /** @format date-time */
1800
2652
  createdAt: string;
@@ -1810,6 +2662,29 @@ export interface LoanLogSearchCriteria {
1810
2662
  types?: LoanLogType[] | null;
1811
2663
  levels?: LogLevel[] | null;
1812
2664
  }
2665
+ export interface LoanNonOwningBorrower {
2666
+ /** @format uuid */
2667
+ id?: string | null;
2668
+ email?: string | null;
2669
+ lastName?: string | null;
2670
+ firstName?: string | null;
2671
+ middleName?: string | null;
2672
+ prefix?: LoanNamePrefix | null;
2673
+ suffix?: LoanNameSuffix | null;
2674
+ consents: LoanBorrowerConsent[];
2675
+ }
2676
+ export interface LoanNonOwningBorrowerRequest {
2677
+ email?: string | null;
2678
+ /** @maxLength 100 */
2679
+ lastName?: string | null;
2680
+ /** @maxLength 100 */
2681
+ firstName?: string | null;
2682
+ /** @maxLength 100 */
2683
+ middleName?: string | null;
2684
+ prefix?: LoanNamePrefix | null;
2685
+ suffix?: LoanNameSuffix | null;
2686
+ consents: LoanBorrowerConsentRequest[];
2687
+ }
1813
2688
  export interface LoanOfficer {
1814
2689
  /** @format uuid */
1815
2690
  id: string;
@@ -1841,6 +2716,121 @@ export interface LoanOfficerSearchCriteria {
1841
2716
  /** @format uuid */
1842
2717
  brand?: string | null;
1843
2718
  }
2719
+ export interface LoanPatchRequestGuidPatchDocument {
2720
+ operations: GuidPatchOperation[];
2721
+ }
2722
+ export interface LoanProperty {
2723
+ /** @format uuid */
2724
+ id?: string | null;
2725
+ trustType?: LoanTrustType | null;
2726
+ occupancy?: LoanOccupancyType | null;
2727
+ propertyType?: LoanPropertyType | null;
2728
+ referenceId?: string | null;
2729
+ /** @format int32 */
2730
+ yearBuilt?: number | null;
2731
+ /** @format int32 */
2732
+ yearAcquired?: number | null;
2733
+ /** @format int32 */
2734
+ numberOfUnits?: number | null;
2735
+ /** @format double */
2736
+ salePrice?: number | null;
2737
+ /** @format double */
2738
+ propertyValue?: number | null;
2739
+ /** @format double */
2740
+ purchasePrice?: number | null;
2741
+ /** @format double */
2742
+ estimatedValue?: number | null;
2743
+ /** @format double */
2744
+ monthlyRentalIncome?: number | null;
2745
+ isMixedUseProperty?: boolean | null;
2746
+ isManufacturedHome?: boolean | null;
2747
+ isFhaSecondaryResidence?: boolean | null;
2748
+ address?: AddressV3 | null;
2749
+ mortgages: LoanPropertyMortgage[];
2750
+ }
2751
+ export interface LoanPropertyMortgage {
2752
+ /** @format uuid */
2753
+ id?: string | null;
2754
+ creditor?: string | null;
2755
+ /** @format double */
2756
+ loanAmount?: number | null;
2757
+ /** @format double */
2758
+ creditLimit?: number | null;
2759
+ /** @format double */
2760
+ monthlyPayment?: number | null;
2761
+ lienType?: LoanLienPosition | null;
2762
+ }
2763
+ export interface LoanPropertyMortgageRequest {
2764
+ /** @maxLength 255 */
2765
+ creditor?: string | null;
2766
+ /**
2767
+ * @format double
2768
+ * @min 0
2769
+ */
2770
+ loanAmount?: number | null;
2771
+ /**
2772
+ * @format double
2773
+ * @min 0
2774
+ */
2775
+ creditLimit?: number | null;
2776
+ /**
2777
+ * @format double
2778
+ * @min 0
2779
+ */
2780
+ monthlyPayment?: number | null;
2781
+ lienType?: LoanLienPosition | null;
2782
+ }
2783
+ export interface LoanPropertyRequest {
2784
+ trustType?: LoanTrustType | null;
2785
+ occupancy?: LoanOccupancyType | null;
2786
+ propertyType?: LoanPropertyType | null;
2787
+ /** @maxLength 100 */
2788
+ referenceId?: string | null;
2789
+ /**
2790
+ * @format int32
2791
+ * @min 1800
2792
+ * @max 2035
2793
+ */
2794
+ yearBuilt?: number | null;
2795
+ /**
2796
+ * @format int32
2797
+ * @min 1900
2798
+ * @max 2035
2799
+ */
2800
+ yearAcquired?: number | null;
2801
+ /** @format int32 */
2802
+ numberOfUnits?: number | null;
2803
+ /**
2804
+ * @format double
2805
+ * @min 0
2806
+ */
2807
+ salePrice?: number | null;
2808
+ /**
2809
+ * @format double
2810
+ * @min 0
2811
+ */
2812
+ propertyValue?: number | null;
2813
+ /**
2814
+ * @format double
2815
+ * @min 0
2816
+ */
2817
+ purchasePrice?: number | null;
2818
+ /**
2819
+ * @format double
2820
+ * @min 0
2821
+ */
2822
+ estimatedValue?: number | null;
2823
+ /**
2824
+ * @format double
2825
+ * @min 0
2826
+ */
2827
+ monthlyRentalIncome?: number | null;
2828
+ isMixedUseProperty?: boolean | null;
2829
+ isManufacturedHome?: boolean | null;
2830
+ isFhaSecondaryResidence?: boolean | null;
2831
+ address?: AddressRequest | null;
2832
+ mortgages: LoanPropertyMortgageRequest[];
2833
+ }
1844
2834
  export interface LoanQueue {
1845
2835
  /** @format date-time */
1846
2836
  createdAt: string;
@@ -1916,7 +2906,7 @@ export interface LoanUpdateRequestJsonPatchDocument {
1916
2906
  contractResolver?: IContractResolver | null;
1917
2907
  }
1918
2908
  export interface LoanUpdateRequestOperation {
1919
- operationType: LoanUpdateRequestOperationOperationTypeEnum;
2909
+ operationType: "Add" | "Remove" | "Replace" | "Move" | "Copy" | "Test" | "Invalid";
1920
2910
  path?: string | null;
1921
2911
  op?: string | null;
1922
2912
  from?: string | null;
@@ -1930,7 +2920,7 @@ export interface LoanUser {
1930
2920
  email: string;
1931
2921
  phone?: string | null;
1932
2922
  role: string;
1933
- loanRole: LoanUserLoanRoleEnum;
2923
+ loanRole: "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
1934
2924
  isUser: boolean;
1935
2925
  /** @format date-time */
1936
2926
  createdAt: string;
@@ -2525,7 +3515,7 @@ export interface SSOTokenRequest {
2525
3515
  redirectUri: string;
2526
3516
  }
2527
3517
  export interface SamlMetadataRequest {
2528
- ssoIntegration: SamlMetadataRequestSsoIntegrationEnum;
3518
+ ssoIntegration: "ConsumerConnect" | "TheBigPOS";
2529
3519
  }
2530
3520
  export interface SendForgotPasswordRequest {
2531
3521
  /**
@@ -2560,7 +3550,7 @@ export interface SiteConfiguration {
2560
3550
  deletedAt?: string | null;
2561
3551
  /** @format uuid */
2562
3552
  id: string;
2563
- type: SiteConfigurationTypeEnum;
3553
+ type: "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
2564
3554
  /** @format uuid */
2565
3555
  entityID: string;
2566
3556
  /** @format int32 */
@@ -2754,7 +3744,7 @@ export interface SiteConfigurationByUrl {
2754
3744
  deletedAt?: string | null;
2755
3745
  /** @format uuid */
2756
3746
  id: string;
2757
- type: SiteConfigurationByUrlTypeEnum;
3747
+ type: "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
2758
3748
  /** @format uuid */
2759
3749
  entityID: string;
2760
3750
  /** @format int32 */
@@ -2965,7 +3955,7 @@ export interface SiteConfigurationForm {
2965
3955
  export interface SiteConfigurationReduced {
2966
3956
  /** @format uuid */
2967
3957
  id: string;
2968
- type: SiteConfigurationReducedTypeEnum;
3958
+ type: "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
2969
3959
  url?: string | null;
2970
3960
  name: string;
2971
3961
  /** @format int64 */
@@ -2982,7 +3972,7 @@ export interface SiteConfigurationRequest {
2982
3972
  entityID: string;
2983
3973
  /** @format int32 */
2984
3974
  entityType: number;
2985
- type: SiteConfigurationRequestTypeEnum;
3975
+ type: "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
2986
3976
  url: string;
2987
3977
  name: string;
2988
3978
  introduction?: string | null;
@@ -3157,7 +4147,7 @@ export interface SiteConfigurationSearchCriteria {
3157
4147
  export interface SiteConfigurationSummary {
3158
4148
  /** @format uuid */
3159
4149
  id: string;
3160
- type: SiteConfigurationSummaryTypeEnum;
4150
+ type: "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
3161
4151
  url?: string | null;
3162
4152
  name: string;
3163
4153
  /** @format int64 */
@@ -3337,6 +4327,20 @@ export interface Theme {
3337
4327
  textColor?: string | null;
3338
4328
  iconColor?: string | null;
3339
4329
  }
4330
+ export interface TimeAtAddress {
4331
+ /** @format uuid */
4332
+ id?: string | null;
4333
+ /** @format int32 */
4334
+ years?: number | null;
4335
+ /** @format int32 */
4336
+ months?: number | null;
4337
+ }
4338
+ export interface TimeAtAddressRequest {
4339
+ /** @format int32 */
4340
+ years?: number | null;
4341
+ /** @format int32 */
4342
+ months?: number | null;
4343
+ }
3340
4344
  export interface Token {
3341
4345
  token_type: string;
3342
4346
  /** @format int32 */
@@ -3559,7 +4563,7 @@ export interface UserDevice {
3559
4563
  export interface UserDraft {
3560
4564
  /** @format uuid */
3561
4565
  draftID: string;
3562
- role: UserDraftRoleEnum;
4566
+ role: "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3563
4567
  user: User;
3564
4568
  }
3565
4569
  export interface UserDraftPaginated {
@@ -3583,7 +4587,7 @@ export interface UserGroupAccessScope {
3583
4587
  id: string;
3584
4588
  /** @format uuid */
3585
4589
  groupId: string;
3586
- scopeType: UserGroupAccessScopeScopeTypeEnum;
4590
+ scopeType: "User" | "Branch";
3587
4591
  /** @format uuid */
3588
4592
  userId?: string | null;
3589
4593
  /** @format uuid */
@@ -3616,7 +4620,7 @@ export interface UserLoan {
3616
4620
  deletedAt?: string | null;
3617
4621
  loanID: string;
3618
4622
  user: User;
3619
- role: UserLoanRoleEnum;
4623
+ role: "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3620
4624
  /** @format int32 */
3621
4625
  borrowerPair?: number | null;
3622
4626
  /** @format int32 */
@@ -3628,7 +4632,7 @@ export interface UserLoanConsent {
3628
4632
  id: string;
3629
4633
  /** @format uuid */
3630
4634
  userLoanID: string;
3631
- type: UserLoanConsentTypeEnum;
4635
+ type: "Econsent" | "CreditAuthorization" | "Tcpa";
3632
4636
  providedConsent: boolean;
3633
4637
  ipAddress?: string | null;
3634
4638
  /** @format date-time */
@@ -3762,7 +4766,7 @@ export interface UserSummary {
3762
4766
  id: string;
3763
4767
  name?: string | null;
3764
4768
  email?: string | null;
3765
- role: UserSummaryRoleEnum;
4769
+ role: "Borrower" | "LoanOfficer" | "Admin" | "SuperAdmin" | "Realtor" | "SettlementAgent" | "LoanProcessor" | "LoanOfficerAssistant" | "BranchManager" | "SystemAdmin";
3766
4770
  }
3767
4771
  export interface VerifyPasswordRequest {
3768
4772
  /**
@@ -3795,41 +4799,6 @@ export interface Workflow {
3795
4799
  tileSubtitle: string;
3796
4800
  icon: string;
3797
4801
  }
3798
- export type CreateAccessScopeRequestScopeTypeEnum = "User" | "Branch";
3799
- export type CreateAccountRequestEnvironmentEnum = "Development" | "Staging" | "UAT" | "Production";
3800
- export type CreateGroupMemberRequestLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3801
- /** @deprecated */
3802
- export type CreateInviteRequestRelationshipEnum = "NotApplicable" | "Spouse" | "NonSpouse";
3803
- export type CreateLoanImportRequestImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
3804
- export type CreateUserDraftLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3805
- export type DraftTypeEnum = "NewLoan" | "EditLoan";
3806
- export type DraftContentTypeEnum = "NewLoan" | "EditLoan";
3807
- export type FusionReportFilterFilterTypeEnum = "DateGreaterThanOrEqualTo" | "DateGreaterThan" | "DateLessThan" | "DateLessThanOrEqualTo" | "DateEquals" | "DateDoesntEqual" | "DateNonEmpty" | "DateEmpty" | "StringContains" | "StringEquals" | "StringNotEmpty" | "StringNotEquals" | "StringNotContains";
3808
- export type LoanContactRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3809
- export type LoanImportStatusEnum = "WaitingProcess" | "InProgress" | "Completed" | "Failed" | "Cancelled";
3810
- export type LoanImportImportModeEnum = "All" | "NewOnly" | "UpdateOnly";
3811
- export type LoanImportLogLevelEnum = "None" | "Info" | "Warning" | "Error";
3812
- export type LoanLogLevelEnum = "None" | "Info" | "Warning" | "Error";
3813
- export type LoanLogTypeEnum = "Loan" | "Queue" | "POSFlagChanged" | "Verification" | "DocumentUploaded" | "LoanCreated" | "WorkflowSubmitted" | "UserInvitationSent" | "CoBorrowerAdded" | "TaskCompleted" | "LoanStatusChanged" | "EConsent";
3814
- export type LoanUpdateRequestOperationOperationTypeEnum = "Add" | "Remove" | "Replace" | "Move" | "Copy" | "Test" | "Invalid";
3815
- export type LoanUserLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3816
- export type SamlMetadataRequestSsoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
3817
- export type SiteConfigurationTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
3818
- export type SiteConfigurationByUrlTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
3819
- export type SiteConfigurationReducedTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
3820
- export type SiteConfigurationRequestTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
3821
- export type SiteConfigurationSummaryTypeEnum = "None" | "Account" | "Corporate" | "Branch" | "LoanOfficer" | "Partner";
3822
- export type UserDraftRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3823
- export type UserGroupAccessScopeScopeTypeEnum = "User" | "Branch";
3824
- export type UserLoanRoleEnum = "Borrower" | "CoBorrower" | "NonBorrower" | "LoanOfficer" | "LoanProcessor" | "LoanOfficerAssistant" | "SupportingLoanOfficer" | "BuyerAgent" | "SellerAgent" | "TitleInsuranceAgent" | "EscrowAgent" | "SettlementAgent";
3825
- export type UserLoanConsentTypeEnum = "Econsent" | "CreditAuthorization" | "Tcpa";
3826
- export type UserSummaryRoleEnum = "Borrower" | "LoanOfficer" | "Admin" | "SuperAdmin" | "Realtor" | "SettlementAgent" | "LoanProcessor" | "LoanOfficerAssistant" | "BranchManager" | "SystemAdmin";
3827
- /** @default "Realtor" */
3828
- export type GetPartnersParamsRoleEnum = "Borrower" | "LoanOfficer" | "Admin" | "SuperAdmin" | "Realtor" | "SettlementAgent" | "LoanProcessor" | "LoanOfficerAssistant" | "BranchManager" | "SystemAdmin";
3829
- export type GetSamlMetadataParamsSSoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
3830
- export type GetSamlMetadataParamsEnum = "ConsumerConnect" | "TheBigPOS";
3831
- export type CreateOrReplaceSamlMetadataParamsSSoIntegrationEnum = "ConsumerConnect" | "TheBigPOS";
3832
- export type CreateOrReplaceSamlMetadataParamsEnum = "ConsumerConnect" | "TheBigPOS";
3833
4802
  import type { AxiosInstance, AxiosRequestConfig, AxiosResponse, ResponseType } from "axios";
3834
4803
  export type QueryParamsType = Record<string | number, any>;
3835
4804
  export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
@@ -3889,7 +4858,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3889
4858
  * @secure
3890
4859
  * @response `200` `void` Success
3891
4860
  */
3892
- postRoot: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4861
+ postRoot: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
3893
4862
  /**
3894
4863
  * No description
3895
4864
  *
@@ -3899,7 +4868,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3899
4868
  * @secure
3900
4869
  * @response `200` `string` Success
3901
4870
  */
3902
- getRoot: (params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
4871
+ getRoot: (params?: RequestParams) => Promise<AxiosResponse<string, any>>;
3903
4872
  api: {
3904
4873
  /**
3905
4874
  * No description
@@ -3912,7 +4881,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3912
4881
  * @response `200` `Account` Success
3913
4882
  * @response `404` `ProblemDetails` Not Found
3914
4883
  */
3915
- getMyAccount: (params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
4884
+ getMyAccount: (params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
3916
4885
  /**
3917
4886
  * No description
3918
4887
  *
@@ -3925,7 +4894,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3925
4894
  * @response `404` `ProblemDetails` Not Found
3926
4895
  * @response `422` `ProblemDetails` Client Error
3927
4896
  */
3928
- replaceMyAccount: (data: UpdateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
4897
+ replaceMyAccount: (data: UpdateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
3929
4898
  /**
3930
4899
  * No description
3931
4900
  *
@@ -3936,7 +4905,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3936
4905
  * @secure
3937
4906
  * @response `200` `SiteConfiguration` Success
3938
4907
  */
3939
- getSiteConfigurationByAccount: (params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
4908
+ getSiteConfigurationByAccount: (params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
3940
4909
  /**
3941
4910
  * No description
3942
4911
  *
@@ -3948,7 +4917,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3948
4917
  * @response `200` `SiteConfiguration` Success
3949
4918
  * @response `422` `UnprocessableEntity` Client Error
3950
4919
  */
3951
- updateSiteConfigurationForAccount: (data: SiteConfiguration, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
4920
+ updateSiteConfigurationForAccount: (data: SiteConfiguration, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
3952
4921
  /**
3953
4922
  * No description
3954
4923
  *
@@ -3959,7 +4928,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3959
4928
  * @secure
3960
4929
  * @response `200` `(Account)[]` Success
3961
4930
  */
3962
- getAccounts: (params?: RequestParams) => Promise<AxiosResponse<Account[], any, {}>>;
4931
+ getAccounts: (params?: RequestParams) => Promise<AxiosResponse<Account[], any>>;
3963
4932
  /**
3964
4933
  * No description
3965
4934
  *
@@ -3971,7 +4940,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3971
4940
  * @response `201` `Account` Created
3972
4941
  * @response `422` `ProblemDetails` Client Error
3973
4942
  */
3974
- createAccount: (data: CreateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
4943
+ createAccount: (data: CreateAccountRequest, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
3975
4944
  /**
3976
4945
  * No description
3977
4946
  *
@@ -3983,7 +4952,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3983
4952
  * @response `201` `Account` Created
3984
4953
  * @response `422` `ProblemDetails` Client Error
3985
4954
  */
3986
- getAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
4955
+ getAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
3987
4956
  /**
3988
4957
  * No description
3989
4958
  *
@@ -3999,7 +4968,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
3999
4968
  deleteAccount: (id: string, query?: {
4000
4969
  /** @default false */
4001
4970
  hardDelete?: boolean;
4002
- }, params?: RequestParams) => Promise<AxiosResponse<Account, any, {}>>;
4971
+ }, params?: RequestParams) => Promise<AxiosResponse<Account, any>>;
4003
4972
  /**
4004
4973
  * No description
4005
4974
  *
@@ -4012,7 +4981,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4012
4981
  * @response `404` `ProblemDetails` Not Found
4013
4982
  * @response `422` `UnprocessableEntity` Client Error
4014
4983
  */
4015
- updateLoansByAccount: (id: string, data: Loan[], params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
4984
+ updateLoansByAccount: (id: string, data: Loan[], params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4016
4985
  /**
4017
4986
  * No description
4018
4987
  *
@@ -4024,7 +4993,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4024
4993
  * @response `200` `(Loan)[]` Success
4025
4994
  * @response `404` `ProblemDetails` Not Found
4026
4995
  */
4027
- getLoansByAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Loan[], any, {}>>;
4996
+ getLoansByAccount: (id: string, params?: RequestParams) => Promise<AxiosResponse<Loan[], any>>;
4028
4997
  /**
4029
4998
  * No description
4030
4999
  *
@@ -4036,7 +5005,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4036
5005
  * @response `200` `Token` Success
4037
5006
  * @response `422` `UnprocessableEntity` Client Error
4038
5007
  */
4039
- getTokenFromRefreshToken: (data: RefreshTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
5008
+ getTokenFromRefreshToken: (data: RefreshTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
4040
5009
  /**
4041
5010
  * No description
4042
5011
  *
@@ -4048,7 +5017,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4048
5017
  * @response `200` `Token` Success
4049
5018
  * @response `422` `UnprocessableEntity` Client Error
4050
5019
  */
4051
- getToken: (data: TokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
5020
+ getToken: (data: TokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
4052
5021
  /**
4053
5022
  * No description
4054
5023
  *
@@ -4060,7 +5029,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4060
5029
  * @response `200` `Token` Success
4061
5030
  * @response `422` `UnprocessableEntity` Client Error
4062
5031
  */
4063
- getTokenFromChallengeCode: (data: TokenChallengeRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
5032
+ getTokenFromChallengeCode: (data: TokenChallengeRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
4064
5033
  /**
4065
5034
  * No description
4066
5035
  *
@@ -4072,7 +5041,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4072
5041
  * @response `200` `Token` Success
4073
5042
  * @response `422` `UnprocessableEntity` Client Error
4074
5043
  */
4075
- getSystemToken: (data: SystemTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any, {}>>;
5044
+ getSystemToken: (data: SystemTokenRequest, params?: RequestParams) => Promise<AxiosResponse<Token, any>>;
4076
5045
  /**
4077
5046
  * No description
4078
5047
  *
@@ -4084,7 +5053,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4084
5053
  * @response `200` `SSOToken` Success
4085
5054
  * @response `422` `UnprocessableEntity` Client Error
4086
5055
  */
4087
- getSsoToken: (data: SSOTokenRequest, params?: RequestParams) => Promise<AxiosResponse<SSOToken, any, {}>>;
5056
+ getSsoToken: (data: SSOTokenRequest, params?: RequestParams) => Promise<AxiosResponse<SSOToken, any>>;
4088
5057
  /**
4089
5058
  * No description
4090
5059
  *
@@ -4096,7 +5065,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4096
5065
  * @response `204` `void` No Content
4097
5066
  * @response `422` `UnprocessableEntity` Client Error
4098
5067
  */
4099
- logOut: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5068
+ logOut: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4100
5069
  /**
4101
5070
  * No description
4102
5071
  *
@@ -4115,7 +5084,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4115
5084
  pageNumber?: number;
4116
5085
  sortBy?: string;
4117
5086
  sortDirection?: string;
4118
- }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any, {}>>;
5087
+ }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any>>;
4119
5088
  /**
4120
5089
  * No description
4121
5090
  *
@@ -4127,7 +5096,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4127
5096
  * @response `200` `GetBranch` Success
4128
5097
  * @response `422` `UnprocessableEntity` Client Error
4129
5098
  */
4130
- createBranch: (data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
5099
+ createBranch: (data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
4131
5100
  /**
4132
5101
  * No description
4133
5102
  *
@@ -4145,7 +5114,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4145
5114
  pageNumber?: number;
4146
5115
  sortBy?: string;
4147
5116
  sortDirection?: string;
4148
- }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any, {}>>;
5117
+ }, params?: RequestParams) => Promise<AxiosResponse<GetBranchPaginated, any>>;
4149
5118
  /**
4150
5119
  * No description
4151
5120
  *
@@ -4156,7 +5125,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4156
5125
  * @secure
4157
5126
  * @response `200` `GetBranch` Success
4158
5127
  */
4159
- getBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
5128
+ getBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
4160
5129
  /**
4161
5130
  * No description
4162
5131
  *
@@ -4168,7 +5137,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4168
5137
  * @response `200` `GetBranch` Success
4169
5138
  * @response `422` `UnprocessableEntity` Client Error
4170
5139
  */
4171
- replaceBranch: (branchId: string, data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any, {}>>;
5140
+ replaceBranch: (branchId: string, data: CreateBranchRequest, params?: RequestParams) => Promise<AxiosResponse<GetBranch, any>>;
4172
5141
  /**
4173
5142
  * No description
4174
5143
  *
@@ -4179,7 +5148,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4179
5148
  * @secure
4180
5149
  * @response `204` `void` No Content
4181
5150
  */
4182
- deleteBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5151
+ deleteBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4183
5152
  /**
4184
5153
  * No description
4185
5154
  *
@@ -4191,7 +5160,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4191
5160
  * @response `204` `void` No Content
4192
5161
  * @response `400` `ProblemDetails` Bad Request
4193
5162
  */
4194
- restoreBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5163
+ restoreBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4195
5164
  /**
4196
5165
  * No description
4197
5166
  *
@@ -4203,7 +5172,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4203
5172
  * @response `200` `SiteConfiguration` Success
4204
5173
  * @response `422` `UnprocessableEntity` Client Error
4205
5174
  */
4206
- createBranchSiteConfiguration: (branchId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
5175
+ createBranchSiteConfiguration: (branchId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
4207
5176
  /**
4208
5177
  * No description
4209
5178
  *
@@ -4214,7 +5183,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4214
5183
  * @secure
4215
5184
  * @response `200` `SiteConfigurationWithInherited` Success
4216
5185
  */
4217
- getBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
5186
+ getBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
4218
5187
  /**
4219
5188
  * No description
4220
5189
  *
@@ -4228,7 +5197,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4228
5197
  */
4229
5198
  replaceBranchSiteConfiguration: (branchId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
4230
5199
  applyToChildren?: boolean;
4231
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
5200
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
4232
5201
  /**
4233
5202
  * No description
4234
5203
  *
@@ -4239,7 +5208,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4239
5208
  * @secure
4240
5209
  * @response `200` `LoanOfficerPublic` Success
4241
5210
  */
4242
- getLoanOfficersByBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any, {}>>;
5211
+ getLoanOfficersByBranch: (branchId: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any>>;
4243
5212
  /**
4244
5213
  * No description
4245
5214
  *
@@ -4252,7 +5221,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4252
5221
  */
4253
5222
  getBusinessRules: (query?: {
4254
5223
  showAll?: boolean;
4255
- }, params?: RequestParams) => Promise<AxiosResponse<BusinessRule[], any, {}>>;
5224
+ }, params?: RequestParams) => Promise<AxiosResponse<BusinessRule[], any>>;
4256
5225
  /**
4257
5226
  * No description
4258
5227
  *
@@ -4264,7 +5233,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4264
5233
  * @response `200` `BusinessRule` Success
4265
5234
  * @response `422` `UnprocessableEntity` Client Error
4266
5235
  */
4267
- createBusinessRule: (data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
5236
+ createBusinessRule: (data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
4268
5237
  /**
4269
5238
  * No description
4270
5239
  *
@@ -4275,7 +5244,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4275
5244
  * @secure
4276
5245
  * @response `200` `BusinessRule` Success
4277
5246
  */
4278
- getBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
5247
+ getBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
4279
5248
  /**
4280
5249
  * No description
4281
5250
  *
@@ -4287,7 +5256,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4287
5256
  * @response `200` `BusinessRule` Success
4288
5257
  * @response `422` `UnprocessableEntity` Client Error
4289
5258
  */
4290
- replaceBusinessRule: (id: string, data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
5259
+ replaceBusinessRule: (id: string, data: BusinessRuleRequest, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
4291
5260
  /**
4292
5261
  * No description
4293
5262
  *
@@ -4298,7 +5267,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4298
5267
  * @secure
4299
5268
  * @response `204` `void` No Content
4300
5269
  */
4301
- deleteBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5270
+ deleteBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4302
5271
  /**
4303
5272
  * No description
4304
5273
  *
@@ -4309,7 +5278,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4309
5278
  * @secure
4310
5279
  * @response `200` `BusinessRule` Success
4311
5280
  */
4312
- restoreBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any, {}>>;
5281
+ restoreBusinessRule: (id: string, params?: RequestParams) => Promise<AxiosResponse<BusinessRule, any>>;
4313
5282
  /**
4314
5283
  * No description
4315
5284
  *
@@ -4328,7 +5297,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4328
5297
  pageNumber?: number;
4329
5298
  sortBy?: string;
4330
5299
  sortDirection?: string;
4331
- }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any, {}>>;
5300
+ }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any>>;
4332
5301
  /**
4333
5302
  * No description
4334
5303
  *
@@ -4340,7 +5309,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4340
5309
  * @response `200` `Corporate` Success
4341
5310
  * @response `422` `UnprocessableEntity` Client Error
4342
5311
  */
4343
- createCorporate: (data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
5312
+ createCorporate: (data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
4344
5313
  /**
4345
5314
  * No description
4346
5315
  *
@@ -4358,7 +5327,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4358
5327
  pageNumber?: number;
4359
5328
  sortBy?: string;
4360
5329
  sortDirection?: string;
4361
- }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any, {}>>;
5330
+ }, params?: RequestParams) => Promise<AxiosResponse<CorporatePaginated, any>>;
4362
5331
  /**
4363
5332
  * No description
4364
5333
  *
@@ -4369,7 +5338,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4369
5338
  * @secure
4370
5339
  * @response `200` `Corporate` Success
4371
5340
  */
4372
- getCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
5341
+ getCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
4373
5342
  /**
4374
5343
  * No description
4375
5344
  *
@@ -4381,7 +5350,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4381
5350
  * @response `200` `Corporate` Success
4382
5351
  * @response `422` `UnprocessableEntity` Client Error
4383
5352
  */
4384
- replaceCorporate: (id: string, data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any, {}>>;
5353
+ replaceCorporate: (id: string, data: CorporateRequest, params?: RequestParams) => Promise<AxiosResponse<Corporate, any>>;
4385
5354
  /**
4386
5355
  * No description
4387
5356
  *
@@ -4392,7 +5361,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4392
5361
  * @secure
4393
5362
  * @response `204` `void` No Content
4394
5363
  */
4395
- deleteCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5364
+ deleteCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4396
5365
  /**
4397
5366
  * No description
4398
5367
  *
@@ -4403,7 +5372,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4403
5372
  * @secure
4404
5373
  * @response `204` `void` No Content
4405
5374
  */
4406
- restoreCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5375
+ restoreCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4407
5376
  /**
4408
5377
  * No description
4409
5378
  *
@@ -4415,7 +5384,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4415
5384
  * @response `200` `SiteConfiguration` Success
4416
5385
  * @response `422` `UnprocessableEntity` Client Error
4417
5386
  */
4418
- createCorporateSiteConfiguration: (corporateId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
5387
+ createCorporateSiteConfiguration: (corporateId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
4419
5388
  /**
4420
5389
  * No description
4421
5390
  *
@@ -4426,7 +5395,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4426
5395
  * @secure
4427
5396
  * @response `200` `SiteConfigurationWithInherited` Success
4428
5397
  */
4429
- getCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
5398
+ getCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
4430
5399
  /**
4431
5400
  * No description
4432
5401
  *
@@ -4440,7 +5409,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4440
5409
  */
4441
5410
  replaceCorporateSiteConfiguration: (corporateId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
4442
5411
  applyToChildren?: boolean;
4443
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
5412
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
4444
5413
  /**
4445
5414
  * No description
4446
5415
  *
@@ -4451,7 +5420,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4451
5420
  * @secure
4452
5421
  * @response `200` `(BranchReduced)[]` Success
4453
5422
  */
4454
- getBranchesByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchReduced[], any, {}>>;
5423
+ getBranchesByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchReduced[], any>>;
4455
5424
  /**
4456
5425
  * No description
4457
5426
  *
@@ -4462,7 +5431,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4462
5431
  * @secure
4463
5432
  * @response `200` `LoanOfficerPublic` Success
4464
5433
  */
4465
- getLoanOfficersByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any, {}>>;
5434
+ getLoanOfficersByCorporate: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanOfficerPublic, any>>;
4466
5435
  /**
4467
5436
  * No description
4468
5437
  *
@@ -4482,7 +5451,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4482
5451
  pageNumber?: number;
4483
5452
  sortBy?: string;
4484
5453
  sortDirection?: string;
4485
- }, params?: RequestParams) => Promise<AxiosResponse<DevicePaginated, any, {}>>;
5454
+ }, params?: RequestParams) => Promise<AxiosResponse<DevicePaginated, any>>;
4486
5455
  /**
4487
5456
  * No description
4488
5457
  *
@@ -4493,7 +5462,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4493
5462
  * @secure
4494
5463
  * @response `200` `Device` Success
4495
5464
  */
4496
- getDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<Device, any, {}>>;
5465
+ getDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<Device, any>>;
4497
5466
  /**
4498
5467
  * No description
4499
5468
  *
@@ -4504,7 +5473,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4504
5473
  * @secure
4505
5474
  * @response `200` `Device` Success
4506
5475
  */
4507
- updateDevice: (id: string, data: DeviceRequest, params?: RequestParams) => Promise<AxiosResponse<Device, any, {}>>;
5476
+ updateDevice: (id: string, data: DeviceRequest, params?: RequestParams) => Promise<AxiosResponse<Device, any>>;
4508
5477
  /**
4509
5478
  * No description
4510
5479
  *
@@ -4515,7 +5484,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4515
5484
  * @secure
4516
5485
  * @response `200` `DeviceMDM` Success
4517
5486
  */
4518
- getDeviceBySerialNumber: (sn: string, params?: RequestParams) => Promise<AxiosResponse<DeviceMDM, any, {}>>;
5487
+ getDeviceBySerialNumber: (sn: string, params?: RequestParams) => Promise<AxiosResponse<DeviceMDM, any>>;
4519
5488
  /**
4520
5489
  * No description
4521
5490
  *
@@ -4526,7 +5495,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4526
5495
  * @secure
4527
5496
  * @response `200` `Action` Success
4528
5497
  */
4529
- createDeviceActionBySerialNumber: (sn: string, actionName: string, params?: RequestParams) => Promise<AxiosResponse<Action, any, {}>>;
5498
+ createDeviceActionBySerialNumber: (sn: string, actionName: string, params?: RequestParams) => Promise<AxiosResponse<Action, any>>;
4530
5499
  /**
4531
5500
  * No description
4532
5501
  *
@@ -4540,7 +5509,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4540
5509
  getDocumentBuckets: (query?: {
4541
5510
  /** @default false */
4542
5511
  includeSystemBuckets?: boolean;
4543
- }, params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
5512
+ }, params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
4544
5513
  /**
4545
5514
  * No description
4546
5515
  *
@@ -4553,7 +5522,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4553
5522
  */
4554
5523
  getDocumentTemplates: (query?: {
4555
5524
  showAll?: boolean;
4556
- }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any, {}>>;
5525
+ }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any>>;
4557
5526
  /**
4558
5527
  * No description
4559
5528
  *
@@ -4566,7 +5535,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4566
5535
  * @response `404` `ProblemDetails` Not Found
4567
5536
  * @response `422` `UnprocessableEntity` Client Error
4568
5537
  */
4569
- createDocumentTemplate: (data: CreateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any, {}>>;
5538
+ createDocumentTemplate: (data: CreateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any>>;
4570
5539
  /**
4571
5540
  * No description
4572
5541
  *
@@ -4582,7 +5551,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4582
5551
  showAll?: boolean;
4583
5552
  /** @default true */
4584
5553
  publishedOnly?: boolean;
4585
- }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any, {}>>;
5554
+ }, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase[], any>>;
4586
5555
  /**
4587
5556
  * No description
4588
5557
  *
@@ -4594,7 +5563,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4594
5563
  * @response `200` `DocumentTemplate` Success
4595
5564
  * @response `404` `ProblemDetails` Not Found
4596
5565
  */
4597
- getDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplate, any, {}>>;
5566
+ getDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplate, any>>;
4598
5567
  /**
4599
5568
  * No description
4600
5569
  *
@@ -4608,7 +5577,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4608
5577
  * @response `404` `ProblemDetails` Not Found
4609
5578
  * @response `422` `UnprocessableEntity` Client Error
4610
5579
  */
4611
- replaceDocumentTemplate: (id: string, data: UpdateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any, {}>>;
5580
+ replaceDocumentTemplate: (id: string, data: UpdateDocumentTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateBase, any>>;
4612
5581
  /**
4613
5582
  * No description
4614
5583
  *
@@ -4621,7 +5590,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4621
5590
  * @response `401` `ProblemDetails` Unauthorized
4622
5591
  * @response `404` `ProblemDetails` Not Found
4623
5592
  */
4624
- deleteDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5593
+ deleteDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4625
5594
  /**
4626
5595
  * No description
4627
5596
  *
@@ -4634,7 +5603,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4634
5603
  * @response `401` `ProblemDetails` Unauthorized
4635
5604
  * @response `404` `ProblemDetails` Not Found
4636
5605
  */
4637
- restoreDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5606
+ restoreDocumentTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4638
5607
  /**
4639
5608
  * No description
4640
5609
  *
@@ -4645,7 +5614,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4645
5614
  * @secure
4646
5615
  * @response `200` `(DocumentTemplateVersion)[]` Success
4647
5616
  */
4648
- getDocumentTemplateVersions: (documentId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion[], any, {}>>;
5617
+ getDocumentTemplateVersions: (documentId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion[], any>>;
4649
5618
  /**
4650
5619
  * No description
4651
5620
  *
@@ -4656,7 +5625,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4656
5625
  * @secure
4657
5626
  * @response `200` `DocumentTemplateVersion` Success
4658
5627
  */
4659
- createDocumentTemplateVersion: (documentId: string, data: DocumentTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
5628
+ createDocumentTemplateVersion: (documentId: string, data: DocumentTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
4660
5629
  /**
4661
5630
  * No description
4662
5631
  *
@@ -4667,7 +5636,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4667
5636
  * @secure
4668
5637
  * @response `200` `DocumentTemplateVersion` Success
4669
5638
  */
4670
- getDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
5639
+ getDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
4671
5640
  /**
4672
5641
  * No description
4673
5642
  *
@@ -4678,7 +5647,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4678
5647
  * @secure
4679
5648
  * @response `200` `DocumentTemplateVersion` Success
4680
5649
  */
4681
- replaceDocumentTemplateVersion: (documentId: string, id: string, data: DocumentTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
5650
+ replaceDocumentTemplateVersion: (documentId: string, id: string, data: DocumentTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
4682
5651
  /**
4683
5652
  * No description
4684
5653
  *
@@ -4689,7 +5658,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4689
5658
  * @secure
4690
5659
  * @response `200` `DocumentTemplateVersion` Success
4691
5660
  */
4692
- deleteDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any, {}>>;
5661
+ deleteDocumentTemplateVersion: (documentId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<DocumentTemplateVersion, any>>;
4693
5662
  /**
4694
5663
  * No description
4695
5664
  *
@@ -4709,7 +5678,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4709
5678
  sortDirection?: string;
4710
5679
  /** @default false */
4711
5680
  includeDeleted?: boolean;
4712
- }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any, {}>>;
5681
+ }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any>>;
4713
5682
  /**
4714
5683
  * No description
4715
5684
  *
@@ -4727,7 +5696,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4727
5696
  file?: File;
4728
5697
  isPublic?: boolean;
4729
5698
  bucket?: string;
4730
- }, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
5699
+ }, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
4731
5700
  /**
4732
5701
  * No description
4733
5702
  *
@@ -4738,7 +5707,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4738
5707
  * @secure
4739
5708
  * @response `201` `File` Created
4740
5709
  */
4741
- getFileById: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
5710
+ getFileById: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
4742
5711
  /**
4743
5712
  * No description
4744
5713
  *
@@ -4750,7 +5719,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4750
5719
  * @response `200` `string` Success
4751
5720
  * @response `422` `UnprocessableEntity` Client Error
4752
5721
  */
4753
- replaceFile: (id: string, data: FileRequest, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
5722
+ replaceFile: (id: string, data: FileRequest, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
4754
5723
  /**
4755
5724
  * No description
4756
5725
  *
@@ -4761,7 +5730,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4761
5730
  * @secure
4762
5731
  * @response `204` `void` No Content
4763
5732
  */
4764
- deleteFile: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5733
+ deleteFile: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4765
5734
  /**
4766
5735
  * No description
4767
5736
  *
@@ -4779,7 +5748,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4779
5748
  pageNumber?: number;
4780
5749
  sortBy?: string;
4781
5750
  sortDirection?: string;
4782
- }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any, {}>>;
5751
+ }, params?: RequestParams) => Promise<AxiosResponse<FilePaginated, any>>;
4783
5752
  /**
4784
5753
  * No description
4785
5754
  *
@@ -4792,7 +5761,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4792
5761
  */
4793
5762
  getForms: (query?: {
4794
5763
  showAll?: boolean;
4795
- }, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any, {}>>;
5764
+ }, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any>>;
4796
5765
  /**
4797
5766
  * No description
4798
5767
  *
@@ -4804,7 +5773,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4804
5773
  * @response `201` `Form` Created
4805
5774
  * @response `422` `UnprocessableEntity` Client Error
4806
5775
  */
4807
- createForm: (data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
5776
+ createForm: (data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
4808
5777
  /**
4809
5778
  * No description
4810
5779
  *
@@ -4815,7 +5784,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4815
5784
  * @secure
4816
5785
  * @response `200` `Form` Success
4817
5786
  */
4818
- getForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
5787
+ getForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
4819
5788
  /**
4820
5789
  * No description
4821
5790
  *
@@ -4827,7 +5796,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4827
5796
  * @response `200` `Form` Success
4828
5797
  * @response `422` `UnprocessableEntity` Client Error
4829
5798
  */
4830
- replaceForm: (id: string, data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
5799
+ replaceForm: (id: string, data: FormRequest, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
4831
5800
  /**
4832
5801
  * No description
4833
5802
  *
@@ -4838,7 +5807,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4838
5807
  * @secure
4839
5808
  * @response `204` `void` No Content
4840
5809
  */
4841
- deleteForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5810
+ deleteForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4842
5811
  /**
4843
5812
  * No description
4844
5813
  *
@@ -4849,7 +5818,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4849
5818
  * @secure
4850
5819
  * @response `200` `Form` Success
4851
5820
  */
4852
- restoreForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any, {}>>;
5821
+ restoreForm: (id: string, params?: RequestParams) => Promise<AxiosResponse<Form, any>>;
4853
5822
  /**
4854
5823
  * No description
4855
5824
  *
@@ -4864,7 +5833,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4864
5833
  /** @format binary */
4865
5834
  file?: File;
4866
5835
  name?: string;
4867
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionFile, any, {}>>;
5836
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionFile, any>>;
4868
5837
  /**
4869
5838
  * No description
4870
5839
  *
@@ -4875,7 +5844,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4875
5844
  * @secure
4876
5845
  * @response `204` `void` No Content
4877
5846
  */
4878
- deleteFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5847
+ deleteFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4879
5848
  /**
4880
5849
  * No description
4881
5850
  *
@@ -4889,7 +5858,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4889
5858
  downloadFormSubmissionFile: (formSubmissionFileId: string, formSubmissionId: string, query?: {
4890
5859
  /** @format uuid */
4891
5860
  siteConfigurationId?: string;
4892
- }, params?: RequestParams) => Promise<AxiosResponse<FileWithBytes, any, {}>>;
5861
+ }, params?: RequestParams) => Promise<AxiosResponse<FileWithBytes, any>>;
4893
5862
  /**
4894
5863
  * No description
4895
5864
  *
@@ -4907,7 +5876,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4907
5876
  pageNumber?: number;
4908
5877
  sortBy?: string;
4909
5878
  sortDirection?: string;
4910
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any, {}>>;
5879
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any>>;
4911
5880
  /**
4912
5881
  * No description
4913
5882
  *
@@ -4920,7 +5889,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4920
5889
  */
4921
5890
  createFormSubmission: (data: FormSubmissionRequest, query?: {
4922
5891
  formID?: string;
4923
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
5892
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
4924
5893
  /**
4925
5894
  * No description
4926
5895
  *
@@ -4931,7 +5900,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4931
5900
  * @secure
4932
5901
  * @response `200` `FormSubmission` Success
4933
5902
  */
4934
- getFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
5903
+ getFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
4935
5904
  /**
4936
5905
  * No description
4937
5906
  *
@@ -4942,7 +5911,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4942
5911
  * @secure
4943
5912
  * @response `200` `FormSubmission` Success
4944
5913
  */
4945
- replaceFormSubmission: (id: string, data: FormSubmissionRequest, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any, {}>>;
5914
+ replaceFormSubmission: (id: string, data: FormSubmissionRequest, params?: RequestParams) => Promise<AxiosResponse<FormSubmission, any>>;
4946
5915
  /**
4947
5916
  * No description
4948
5917
  *
@@ -4953,7 +5922,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4953
5922
  * @secure
4954
5923
  * @response `204` `void` No Content
4955
5924
  */
4956
- deleteFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
5925
+ deleteFormSubmission: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
4957
5926
  /**
4958
5927
  * No description
4959
5928
  *
@@ -4971,7 +5940,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4971
5940
  pageNumber?: number;
4972
5941
  sortBy?: string;
4973
5942
  sortDirection?: string;
4974
- }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any, {}>>;
5943
+ }, params?: RequestParams) => Promise<AxiosResponse<FormSubmissionPaginated, any>>;
4975
5944
  /**
4976
5945
  * No description
4977
5946
  *
@@ -4982,7 +5951,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4982
5951
  * @secure
4983
5952
  * @response `200` `(FormVersion)[]` Success
4984
5953
  */
4985
- getFormVersions: (formId: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion[], any, {}>>;
5954
+ getFormVersions: (formId: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion[], any>>;
4986
5955
  /**
4987
5956
  * No description
4988
5957
  *
@@ -4993,7 +5962,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
4993
5962
  * @secure
4994
5963
  * @response `200` `FormVersion` Success
4995
5964
  */
4996
- createFormVersion: (formId: string, data: FormVersionRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
5965
+ createFormVersion: (formId: string, data: FormVersionRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
4997
5966
  /**
4998
5967
  * No description
4999
5968
  *
@@ -5004,7 +5973,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5004
5973
  * @secure
5005
5974
  * @response `200` `FormVersion` Success
5006
5975
  */
5007
- getFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
5976
+ getFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
5008
5977
  /**
5009
5978
  * No description
5010
5979
  *
@@ -5015,7 +5984,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5015
5984
  * @secure
5016
5985
  * @response `200` `FormVersion` Success
5017
5986
  */
5018
- replaceFormVersion: (formId: string, id: string, data: FormVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
5987
+ replaceFormVersion: (formId: string, id: string, data: FormVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
5019
5988
  /**
5020
5989
  * No description
5021
5990
  *
@@ -5026,7 +5995,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5026
5995
  * @secure
5027
5996
  * @response `200` `FormVersion` Success
5028
5997
  */
5029
- deleteFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any, {}>>;
5998
+ deleteFormVersion: (formId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<FormVersion, any>>;
5030
5999
  /**
5031
6000
  * No description
5032
6001
  *
@@ -5037,7 +6006,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5037
6006
  * @secure
5038
6007
  * @response `200` `Record<string,any>` Success
5039
6008
  */
5040
- getLoanData: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Record<string, any>, any, {}>>;
6009
+ getLoanData: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Record<string, any>, any>>;
5041
6010
  /**
5042
6011
  * No description
5043
6012
  *
@@ -5050,7 +6019,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5050
6019
  * @response `200` `string` Success
5051
6020
  * @response `422` `UnprocessableEntity` Client Error
5052
6021
  */
5053
- updateLoanConsentAndCustomFieldsObsolete: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6022
+ updateLoanConsentAndCustomFieldsObsolete: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5054
6023
  /**
5055
6024
  * No description
5056
6025
  *
@@ -5061,7 +6030,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5061
6030
  * @secure
5062
6031
  * @response `200` `GetReport` Success
5063
6032
  */
5064
- getLoansReport: (data: GetReportRequest, params?: RequestParams) => Promise<AxiosResponse<GetReport, any, {}>>;
6033
+ getLoansReport: (data: GetReportRequest, params?: RequestParams) => Promise<AxiosResponse<GetReport, any>>;
5065
6034
  /**
5066
6035
  * No description
5067
6036
  *
@@ -5078,7 +6047,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5078
6047
  createLoan: (data: any, query?: {
5079
6048
  /** @default false */
5080
6049
  isPatch?: boolean;
5081
- }, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6050
+ }, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5082
6051
  /**
5083
6052
  * No description
5084
6053
  *
@@ -5091,7 +6060,10 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5091
6060
  * @response `422` `UnprocessableEntity` Client Error
5092
6061
  * @response `423` `UnprocessableEntity` Client Error
5093
6062
  */
5094
- createLoanInternal: (data: any, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6063
+ createLoanInternal: (data: any, query?: {
6064
+ /** @default false */
6065
+ isPatch?: boolean;
6066
+ }, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5095
6067
  /**
5096
6068
  * No description
5097
6069
  *
@@ -5103,7 +6075,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5103
6075
  * @response `200` `string` Success
5104
6076
  * @response `422` `UnprocessableEntity` Client Error
5105
6077
  */
5106
- updateLoanCustomFields: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6078
+ updateLoanCustomFields: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5107
6079
  /**
5108
6080
  * No description
5109
6081
  *
@@ -5113,9 +6085,10 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5113
6085
  * @request PATCH:/api/los/loan/application/{loanID}/consent
5114
6086
  * @secure
5115
6087
  * @response `200` `string` Success
6088
+ * @response `202` `string` Accepted
5116
6089
  * @response `422` `UnprocessableEntity` Client Error
5117
6090
  */
5118
- updateLoanConsent: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6091
+ updateLoanConsent: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5119
6092
  /**
5120
6093
  * No description
5121
6094
  *
@@ -5126,7 +6099,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5126
6099
  * @secure
5127
6100
  * @response `200` `(DocumentData)[]` Success
5128
6101
  */
5129
- getTaskDocumentsByLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentData[], any, {}>>;
6102
+ getTaskDocumentsByLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<DocumentData[], any>>;
5130
6103
  /**
5131
6104
  * No description
5132
6105
  *
@@ -5140,7 +6113,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5140
6113
  getLoanDocumentContent: (loanId: string, documentId: string, query?: {
5141
6114
  /** @default "base64" */
5142
6115
  contentType?: string;
5143
- }, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6116
+ }, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5144
6117
  /**
5145
6118
  * No description
5146
6119
  *
@@ -5151,7 +6124,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5151
6124
  * @secure
5152
6125
  * @response `204` `void` No Content
5153
6126
  */
5154
- getLoanRecipients: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6127
+ getLoanRecipients: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5155
6128
  /**
5156
6129
  * No description
5157
6130
  *
@@ -5162,7 +6135,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5162
6135
  * @secure
5163
6136
  * @response `200` `(PreliminaryCondition)[]` Success
5164
6137
  */
5165
- getPreliminaryConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<PreliminaryCondition[], any, {}>>;
6138
+ getPreliminaryConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<PreliminaryCondition[], any>>;
5166
6139
  /**
5167
6140
  * No description
5168
6141
  *
@@ -5173,7 +6146,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5173
6146
  * @secure
5174
6147
  * @response `200` `(UnderwritingCondition)[]` Success
5175
6148
  */
5176
- getUnderwritingConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UnderwritingCondition[], any, {}>>;
6149
+ getUnderwritingConditionsForLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UnderwritingCondition[], any>>;
5177
6150
  /**
5178
6151
  * No description
5179
6152
  *
@@ -5184,7 +6157,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5184
6157
  * @secure
5185
6158
  * @response `200` `string` Success
5186
6159
  */
5187
- getLoanEmbeddedSigningLink: (envelopeId: string, userName: string, email: string, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6160
+ getLoanEmbeddedSigningLink: (envelopeId: string, userName: string, email: string, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5188
6161
  /**
5189
6162
  * No description
5190
6163
  *
@@ -5196,7 +6169,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5196
6169
  * @secure
5197
6170
  * @response `200` `DocumentDataRequest` Success
5198
6171
  */
5199
- createLegacyLoanDocument: (data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any, {}>>;
6172
+ createLegacyLoanDocument: (data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any>>;
5200
6173
  /**
5201
6174
  * No description
5202
6175
  *
@@ -5212,7 +6185,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5212
6185
  createEditDraftForLoan: (loanId: string, query?: {
5213
6186
  /** @default false */
5214
6187
  isCoBorrower?: boolean;
5215
- }, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
6188
+ }, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
5216
6189
  /**
5217
6190
  * No description
5218
6191
  *
@@ -5228,7 +6201,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5228
6201
  file?: File;
5229
6202
  /** @format int32 */
5230
6203
  weight?: number;
5231
- }, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any, {}>>;
6204
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any>>;
5232
6205
  /**
5233
6206
  * No description
5234
6207
  *
@@ -5239,7 +6212,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5239
6212
  * @secure
5240
6213
  * @response `200` `ListingFile` Success
5241
6214
  */
5242
- updateListingFiles: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any, {}>>;
6215
+ updateListingFiles: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingFile, any>>;
5243
6216
  /**
5244
6217
  * No description
5245
6218
  *
@@ -5250,7 +6223,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5250
6223
  * @secure
5251
6224
  * @response `204` `Listing` No Content
5252
6225
  */
5253
- removeListingFile: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
6226
+ removeListingFile: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
5254
6227
  /**
5255
6228
  * No description
5256
6229
  *
@@ -5268,7 +6241,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5268
6241
  file?: File;
5269
6242
  /** @format int32 */
5270
6243
  weight?: number;
5271
- }, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto, any, {}>>;
6244
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto, any>>;
5272
6245
  /**
5273
6246
  * No description
5274
6247
  *
@@ -5279,7 +6252,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5279
6252
  * @secure
5280
6253
  * @response `200` `(ListingPhoto)[]` Success
5281
6254
  */
5282
- updateListingPhotos: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto[], any, {}>>;
6255
+ updateListingPhotos: (listingId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<ListingPhoto[], any>>;
5283
6256
  /**
5284
6257
  * No description
5285
6258
  *
@@ -5290,7 +6263,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5290
6263
  * @secure
5291
6264
  * @response `204` `Listing` No Content
5292
6265
  */
5293
- removeListingPhoto: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
6266
+ removeListingPhoto: (listingId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
5294
6267
  /**
5295
6268
  * No description
5296
6269
  *
@@ -5308,7 +6281,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5308
6281
  pageNumber?: number;
5309
6282
  sortBy?: string;
5310
6283
  sortDirection?: string;
5311
- }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any, {}>>;
6284
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any>>;
5312
6285
  /**
5313
6286
  * No description
5314
6287
  *
@@ -5319,7 +6292,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5319
6292
  * @secure
5320
6293
  * @response `201` `Listing` Created
5321
6294
  */
5322
- createListing: (data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
6295
+ createListing: (data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
5323
6296
  /**
5324
6297
  * No description
5325
6298
  *
@@ -5330,7 +6303,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5330
6303
  * @secure
5331
6304
  * @response `200` `Listing` Success
5332
6305
  */
5333
- getListingBySlug: (slug: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
6306
+ getListingBySlug: (slug: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
5334
6307
  /**
5335
6308
  * No description
5336
6309
  *
@@ -5341,7 +6314,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5341
6314
  * @secure
5342
6315
  * @response `200` `Listing` Success
5343
6316
  */
5344
- getListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
6317
+ getListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
5345
6318
  /**
5346
6319
  * No description
5347
6320
  *
@@ -5352,7 +6325,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5352
6325
  * @secure
5353
6326
  * @response `200` `Listing` Success
5354
6327
  */
5355
- replaceListing: (id: string, data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any, {}>>;
6328
+ replaceListing: (id: string, data: ListingRequest, params?: RequestParams) => Promise<AxiosResponse<Listing, any>>;
5356
6329
  /**
5357
6330
  * No description
5358
6331
  *
@@ -5363,7 +6336,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5363
6336
  * @secure
5364
6337
  * @response `204` `void` No Content
5365
6338
  */
5366
- deleteListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6339
+ deleteListing: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5367
6340
  /**
5368
6341
  * No description
5369
6342
  *
@@ -5381,7 +6354,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5381
6354
  pageNumber?: number;
5382
6355
  sortBy?: string;
5383
6356
  sortDirection?: string;
5384
- }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any, {}>>;
6357
+ }, params?: RequestParams) => Promise<AxiosResponse<ListingPaginated, any>>;
5385
6358
  /**
5386
6359
  * No description
5387
6360
  *
@@ -5395,7 +6368,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5395
6368
  updateListingBackgroundImage: (id: string, data: {
5396
6369
  /** @format binary */
5397
6370
  file?: File;
5398
- }, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
6371
+ }, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
5399
6372
  /**
5400
6373
  * No description
5401
6374
  *
@@ -5406,7 +6379,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5406
6379
  * @secure
5407
6380
  * @response `204` `void` No Content
5408
6381
  */
5409
- deleteListingBackgroundImage: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6382
+ deleteListingBackgroundImage: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5410
6383
  /**
5411
6384
  * No description
5412
6385
  *
@@ -5417,7 +6390,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5417
6390
  * @secure
5418
6391
  * @response `200` `File` Success
5419
6392
  */
5420
- getListingOpenHouseFlyer: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
6393
+ getListingOpenHouseFlyer: (id: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
5421
6394
  /**
5422
6395
  * No description
5423
6396
  *
@@ -5428,7 +6401,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5428
6401
  * @secure
5429
6402
  * @response `200` `RunLOCalculation` Success
5430
6403
  */
5431
- getLoanCalculator: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any, {}>>;
6404
+ getLoanCalculator: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any>>;
5432
6405
  /**
5433
6406
  * No description
5434
6407
  *
@@ -5441,7 +6414,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5441
6414
  * @response `422` `UnprocessableEntity` Client Error
5442
6415
  * @response `423` `UnprocessableEntity` Client Error
5443
6416
  */
5444
- runLoanCalculator: (loanId: string, data: RunLOCalculationRequest, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any, {}>>;
6417
+ runLoanCalculator: (loanId: string, data: RunLOCalculationRequest, params?: RequestParams) => Promise<AxiosResponse<RunLOCalculation, any>>;
5445
6418
  /**
5446
6419
  * No description
5447
6420
  *
@@ -5452,7 +6425,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5452
6425
  * @secure
5453
6426
  * @response `200` `LoanComparison` Success
5454
6427
  */
5455
- getLoanComparisons: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<LoanComparison, any, {}>>;
6428
+ getLoanComparisons: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<LoanComparison, any>>;
5456
6429
  /**
5457
6430
  * No description
5458
6431
  *
@@ -5465,7 +6438,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5465
6438
  * @response `422` `UnprocessableEntity` Client Error
5466
6439
  * @response `423` `UnprocessableEntity` Client Error
5467
6440
  */
5468
- createLoanComparison: (loanId: string, index: number, data: LoanComparisonScenario, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonScenario, any, {}>>;
6441
+ createLoanComparison: (loanId: string, index: number, data: LoanComparisonScenario, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonScenario, any>>;
5469
6442
  /**
5470
6443
  * No description
5471
6444
  *
@@ -5476,7 +6449,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5476
6449
  * @secure
5477
6450
  * @response `204` `void` No Content
5478
6451
  */
5479
- deleteLoanComparison: (loanId: string, index: number, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6452
+ deleteLoanComparison: (loanId: string, index: number, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5480
6453
  /**
5481
6454
  * No description
5482
6455
  *
@@ -5488,7 +6461,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5488
6461
  * @response `204` `void` No Content
5489
6462
  * @response `422` `UnprocessableEntity` Client Error
5490
6463
  */
5491
- createLoanComparisonPdf: (loanId: string, data: PostLoanComparisonPdfRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6464
+ createLoanComparisonPdf: (loanId: string, data: PostLoanComparisonPdfRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5492
6465
  /**
5493
6466
  * No description
5494
6467
  *
@@ -5499,7 +6472,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5499
6472
  * @secure
5500
6473
  * @response `200` `(string)[]` Success
5501
6474
  */
5502
- getLoanDocumentBuckets: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
6475
+ getLoanDocumentBuckets: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
5503
6476
  /**
5504
6477
  * No description
5505
6478
  *
@@ -5510,7 +6483,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5510
6483
  * @secure
5511
6484
  * @response `201` `(string)[]` Created
5512
6485
  */
5513
- createLoanDocumentBuckets: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<string[], any, {}>>;
6486
+ createLoanDocumentBuckets: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<string[], any>>;
5514
6487
  /**
5515
6488
  * No description
5516
6489
  *
@@ -5525,7 +6498,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5525
6498
  getLoanDocument: (loanId: string, documentId: string, query?: {
5526
6499
  /** @default false */
5527
6500
  preview?: boolean;
5528
- }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
6501
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
5529
6502
  /**
5530
6503
  * No description
5531
6504
  *
@@ -5543,7 +6516,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5543
6516
  pageNumber?: number;
5544
6517
  sortBy?: string;
5545
6518
  sortDirection?: string;
5546
- }, params?: RequestParams) => Promise<AxiosResponse<LoanDocumentSearchPaginated, any, {}>>;
6519
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanDocumentSearchPaginated, any>>;
5547
6520
  /**
5548
6521
  * No description
5549
6522
  *
@@ -5555,7 +6528,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5555
6528
  * @response `200` `string` Success
5556
6529
  * @response `404` `ProblemDetails` Not Found
5557
6530
  */
5558
- downloadLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6531
+ downloadLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5559
6532
  /**
5560
6533
  * No description
5561
6534
  *
@@ -5573,7 +6546,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5573
6546
  /** @format binary */
5574
6547
  file?: File;
5575
6548
  bucket?: string;
5576
- }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
6549
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
5577
6550
  /**
5578
6551
  * No description
5579
6552
  *
@@ -5586,7 +6559,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5586
6559
  * @response `404` `ProblemDetails` Not Found
5587
6560
  * @response `422` `UnprocessableEntity` Client Error
5588
6561
  */
5589
- retryFailedLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any, {}>>;
6562
+ retryFailedLoanDocument: (loanId: string, documentId: string, params?: RequestParams) => Promise<AxiosResponse<LoanDocument, any>>;
5590
6563
  /**
5591
6564
  * No description
5592
6565
  *
@@ -5597,7 +6570,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5597
6570
  * @secure
5598
6571
  * @response `200` `DocumentDataRequest` Success
5599
6572
  */
5600
- generateLoanDocument: (loanId: string, data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any, {}>>;
6573
+ generateLoanDocument: (loanId: string, data: GenerateDocumentRequest, params?: RequestParams) => Promise<AxiosResponse<DocumentDataRequest, any>>;
5601
6574
  /**
5602
6575
  * No description
5603
6576
  *
@@ -5610,7 +6583,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5610
6583
  * @response `400` `ProblemDetails` Bad Request
5611
6584
  * @response `404` `ProblemDetails` Not Found
5612
6585
  */
5613
- sendLoanDocuments: (loanId: string, data: SendLoanDocumentsRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6586
+ sendLoanDocuments: (loanId: string, data: SendLoanDocumentsRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5614
6587
  /**
5615
6588
  * No description
5616
6589
  *
@@ -5621,7 +6594,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5621
6594
  * @secure
5622
6595
  * @response `201` `Draft` Created
5623
6596
  */
5624
- createLoanDraft: (data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
6597
+ createLoanDraft: (data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
5625
6598
  /**
5626
6599
  * No description
5627
6600
  *
@@ -5632,7 +6605,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5632
6605
  * @secure
5633
6606
  * @response `200` `(DraftContent)[]` Success
5634
6607
  */
5635
- getLoanDrafts: (params?: RequestParams) => Promise<AxiosResponse<DraftContent[], any, {}>>;
6608
+ getLoanDrafts: (params?: RequestParams) => Promise<AxiosResponse<DraftContent[], any>>;
5636
6609
  /**
5637
6610
  * No description
5638
6611
  *
@@ -5643,7 +6616,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5643
6616
  * @secure
5644
6617
  * @response `200` `DraftContent` Success
5645
6618
  */
5646
- getLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<DraftContent, any, {}>>;
6619
+ getLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<DraftContent, any>>;
5647
6620
  /**
5648
6621
  * No description
5649
6622
  *
@@ -5654,7 +6627,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5654
6627
  * @secure
5655
6628
  * @response `200` `Draft` Success
5656
6629
  */
5657
- replaceLoanDraft: (draftId: string, data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
6630
+ replaceLoanDraft: (draftId: string, data: DraftRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
5658
6631
  /**
5659
6632
  * No description
5660
6633
  *
@@ -5665,7 +6638,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5665
6638
  * @secure
5666
6639
  * @response `204` `void` No Content
5667
6640
  */
5668
- deleteLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6641
+ deleteLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5669
6642
  /**
5670
6643
  * No description
5671
6644
  *
@@ -5683,7 +6656,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5683
6656
  pageNumber?: number;
5684
6657
  sortBy?: string;
5685
6658
  sortDirection?: string;
5686
- }, params?: RequestParams) => Promise<AxiosResponse<DraftContentPaginated, any, {}>>;
6659
+ }, params?: RequestParams) => Promise<AxiosResponse<DraftContentPaginated, any>>;
5687
6660
  /**
5688
6661
  * No description
5689
6662
  *
@@ -5694,7 +6667,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5694
6667
  * @secure
5695
6668
  * @response `200` `Draft` Success
5696
6669
  */
5697
- reassignLoanOfficer: (draftId: string, data: DraftLoanOfficerReassignRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
6670
+ reassignLoanOfficer: (draftId: string, data: DraftLoanOfficerReassignRequest, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
5698
6671
  /**
5699
6672
  * No description
5700
6673
  *
@@ -5705,7 +6678,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5705
6678
  * @secure
5706
6679
  * @response `200` `Draft` Success
5707
6680
  */
5708
- restoreLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<Draft, any, {}>>;
6681
+ restoreLoanDraft: (draftId: string, params?: RequestParams) => Promise<AxiosResponse<Draft, any>>;
5709
6682
  /**
5710
6683
  * No description
5711
6684
  *
@@ -5725,7 +6698,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5725
6698
  pageNumber?: number;
5726
6699
  sortBy?: string;
5727
6700
  sortDirection?: string;
5728
- }, params?: RequestParams) => Promise<AxiosResponse<LoanImportPaginated, any, {}>>;
6701
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanImportPaginated, any>>;
5729
6702
  /**
5730
6703
  * No description
5731
6704
  *
@@ -5736,7 +6709,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5736
6709
  * @secure
5737
6710
  * @response `201` `LoanImport` Created
5738
6711
  */
5739
- createLoanImport: (data: CreateLoanImportRequest, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any, {}>>;
6712
+ createLoanImport: (data: CreateLoanImportRequest, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any>>;
5740
6713
  /**
5741
6714
  * No description
5742
6715
  *
@@ -5747,7 +6720,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5747
6720
  * @secure
5748
6721
  * @response `200` `LoanImport` Success
5749
6722
  */
5750
- getLoanImport: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any, {}>>;
6723
+ getLoanImport: (id: string, params?: RequestParams) => Promise<AxiosResponse<LoanImport, any>>;
5751
6724
  /**
5752
6725
  * No description
5753
6726
  *
@@ -5765,7 +6738,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5765
6738
  pageNumber?: number;
5766
6739
  sortBy?: string;
5767
6740
  sortDirection?: string;
5768
- }, params?: RequestParams) => Promise<AxiosResponse<LoanImportLogPaginated, any, {}>>;
6741
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanImportLogPaginated, any>>;
5769
6742
  /**
5770
6743
  * No description
5771
6744
  *
@@ -5777,7 +6750,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5777
6750
  * @response `200` `(Invite)[]` Success
5778
6751
  * @response `404` `ProblemDetails` Not Found
5779
6752
  */
5780
- getLoanInvites: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Invite[], any, {}>>;
6753
+ getLoanInvites: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Invite[], any>>;
5781
6754
  /**
5782
6755
  * No description
5783
6756
  *
@@ -5789,7 +6762,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5789
6762
  * @response `200` `(Invite)[]` Success
5790
6763
  * @response `404` `ProblemDetails` Not Found
5791
6764
  */
5792
- inviteLoanContacts: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<Invite[], any, {}>>;
6765
+ inviteLoanContacts: (loanId: string, data: string[], params?: RequestParams) => Promise<AxiosResponse<Invite[], any>>;
5793
6766
  /**
5794
6767
  * No description
5795
6768
  *
@@ -5807,7 +6780,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5807
6780
  pageNumber?: number;
5808
6781
  sortBy?: string;
5809
6782
  sortDirection?: string;
5810
- }, params?: RequestParams) => Promise<AxiosResponse<LoanLogPaginated, any, {}>>;
6783
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanLogPaginated, any>>;
5811
6784
  /**
5812
6785
  * No description
5813
6786
  *
@@ -5826,7 +6799,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5826
6799
  pageNumber?: number;
5827
6800
  sortBy?: string;
5828
6801
  sortDirection?: string;
5829
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
6802
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
5830
6803
  /**
5831
6804
  * No description
5832
6805
  *
@@ -5844,7 +6817,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5844
6817
  pageNumber?: number;
5845
6818
  sortBy?: string;
5846
6819
  sortDirection?: string;
5847
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
6820
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
5848
6821
  /**
5849
6822
  * No description
5850
6823
  *
@@ -5855,7 +6828,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5855
6828
  * @secure
5856
6829
  * @response `200` `BranchUser` Success
5857
6830
  */
5858
- getLoanOfficer: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any, {}>>;
6831
+ getLoanOfficer: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any>>;
5859
6832
  /**
5860
6833
  * No description
5861
6834
  *
@@ -5867,7 +6840,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5867
6840
  * @response `200` `SiteConfiguration` Success
5868
6841
  * @response `422` `UnprocessableEntity` Client Error
5869
6842
  */
5870
- createLoanOfficerSiteConfiguration: (loanOfficerId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6843
+ createLoanOfficerSiteConfiguration: (loanOfficerId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
5871
6844
  /**
5872
6845
  * No description
5873
6846
  *
@@ -5878,7 +6851,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5878
6851
  * @secure
5879
6852
  * @response `200` `SiteConfigurationWithInherited` Success
5880
6853
  */
5881
- getLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
6854
+ getLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
5882
6855
  /**
5883
6856
  * No description
5884
6857
  *
@@ -5892,7 +6865,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5892
6865
  */
5893
6866
  replaceLoanOfficerSiteConfiguration: (loanOfficerId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
5894
6867
  applyToChildren?: boolean;
5895
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
6868
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
5896
6869
  /**
5897
6870
  * No description
5898
6871
  *
@@ -5910,7 +6883,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5910
6883
  pageNumber?: number;
5911
6884
  sortBy?: string;
5912
6885
  sortDirection?: string;
5913
- }, params?: RequestParams) => Promise<AxiosResponse<LoanQueuePaginated, any, {}>>;
6886
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanQueuePaginated, any>>;
5914
6887
  /**
5915
6888
  * No description
5916
6889
  *
@@ -5922,7 +6895,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5922
6895
  * @response `200` `any` Success
5923
6896
  * @response `404` `ProblemDetails` Not Found
5924
6897
  */
5925
- getLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<any, any, {}>>;
6898
+ getLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<any, any>>;
5926
6899
  /**
5927
6900
  * No description
5928
6901
  *
@@ -5934,7 +6907,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5934
6907
  * @response `200` `LoanQueueWithData` Success
5935
6908
  * @response `404` `ProblemDetails` Not Found
5936
6909
  */
5937
- replaceLoanQueue: (loanQueueId: string, data: UpdateLoanQueueRequest, params?: RequestParams) => Promise<AxiosResponse<LoanQueueWithData, any, {}>>;
6910
+ replaceLoanQueue: (loanQueueId: string, data: UpdateLoanQueueRequest, params?: RequestParams) => Promise<AxiosResponse<LoanQueueWithData, any>>;
5938
6911
  /**
5939
6912
  * No description
5940
6913
  *
@@ -5946,7 +6919,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5946
6919
  * @response `204` `void` No Content
5947
6920
  * @response `404` `ProblemDetails` Not Found
5948
6921
  */
5949
- deleteLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6922
+ deleteLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5950
6923
  /**
5951
6924
  * No description
5952
6925
  *
@@ -5958,7 +6931,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5958
6931
  * @response `204` `void` No Content
5959
6932
  * @response `404` `ProblemDetails` Not Found
5960
6933
  */
5961
- retryLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
6934
+ retryLoanQueue: (loanQueueId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
5962
6935
  /**
5963
6936
  * No description
5964
6937
  *
@@ -5970,7 +6943,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5970
6943
  * @response `200` `string` Success
5971
6944
  * @response `422` `UnprocessableEntity` Client Error
5972
6945
  */
5973
- createLoanByDraftId: (data: CreateLoanByDraftRequest, params?: RequestParams) => Promise<AxiosResponse<string, any, {}>>;
6946
+ createLoanByDraftId: (data: CreateLoanByDraftRequest, params?: RequestParams) => Promise<AxiosResponse<string, any>>;
5974
6947
  /**
5975
6948
  * No description
5976
6949
  *
@@ -5981,7 +6954,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5981
6954
  * @secure
5982
6955
  * @response `200` `GetApplications` Success
5983
6956
  */
5984
- getLoans: (params?: RequestParams) => Promise<AxiosResponse<GetApplications, any, {}>>;
6957
+ getLoans: (params?: RequestParams) => Promise<AxiosResponse<GetApplications, any>>;
5985
6958
  /**
5986
6959
  * No description
5987
6960
  *
@@ -5999,7 +6972,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
5999
6972
  pageNumber?: number;
6000
6973
  sortBy?: string;
6001
6974
  sortDirection?: string;
6002
- }, params?: RequestParams) => Promise<AxiosResponse<any, any, {}>>;
6975
+ }, params?: RequestParams) => Promise<AxiosResponse<any, any>>;
6003
6976
  /**
6004
6977
  * No description
6005
6978
  *
@@ -6011,7 +6984,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6011
6984
  * @response `200` `Loan` Success
6012
6985
  * @response `404` `ProblemDetails` Not Found
6013
6986
  */
6014
- getLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
6987
+ getLoan: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
6015
6988
  /**
6016
6989
  * No description
6017
6990
  *
@@ -6029,7 +7002,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6029
7002
  pageNumber?: number;
6030
7003
  sortBy?: string;
6031
7004
  sortDirection?: string;
6032
- }, params?: RequestParams) => Promise<AxiosResponse<LoanListPaginated, any, {}>>;
7005
+ }, params?: RequestParams) => Promise<AxiosResponse<LoanListPaginated, any>>;
6033
7006
  /**
6034
7007
  * No description
6035
7008
  *
@@ -6040,7 +7013,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6040
7013
  * @secure
6041
7014
  * @response `200` `Loan` Success
6042
7015
  */
6043
- importLoanFromLos: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
7016
+ importLoanFromLos: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
6044
7017
  /**
6045
7018
  * No description
6046
7019
  *
@@ -6051,7 +7024,38 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6051
7024
  * @secure
6052
7025
  * @response `200` `Loan` Success
6053
7026
  */
6054
- updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any, {}>>;
7027
+ updateLoan: (loanId: string, data: JsonPatchDocument, params?: RequestParams) => Promise<AxiosResponse<Loan, any>>;
7028
+ /**
7029
+ * @description Creates a new loan or adds borrowers to an existing loan based on the presence of LoanID
7030
+ *
7031
+ * @tags Loans V3
7032
+ * @name SubmitLoanApplication
7033
+ * @summary Submit Loan Application
7034
+ * @request POST:/api/v3/loans/applications
7035
+ * @secure
7036
+ * @response `201` `LoanApplication` Created
7037
+ * @response `400` `any` Bad Request
7038
+ * @response `401` `ProblemDetails` Unauthorized
7039
+ * @response `403` `ProblemDetails` Forbidden
7040
+ * @response `404` `ProblemDetails` Not Found
7041
+ */
7042
+ submitLoanApplication: (data: LoanApplicationRequest, params?: RequestParams) => Promise<AxiosResponse<LoanApplication, any>>;
7043
+ /**
7044
+ * @description Partially update a loan using GUID-based patch operations. Supports GUID lookups in collections, eliminating index ordering issues.
7045
+ *
7046
+ * @tags Loans V3
7047
+ * @name PatchLoan
7048
+ * @summary Patch Loan (GUID-based)
7049
+ * @request PATCH:/api/v3/loans/{id}
7050
+ * @secure
7051
+ * @response `200` `LoanApplication` Success
7052
+ * @response `400` `any` Bad Request
7053
+ * @response `401` `ProblemDetails` Unauthorized
7054
+ * @response `403` `ProblemDetails` Forbidden
7055
+ * @response `404` `ProblemDetails` Not Found
7056
+ * @response `409` `any` Conflict
7057
+ */
7058
+ patchLoan: (id: string, data: any, params?: RequestParams) => Promise<AxiosResponse<LoanApplication, any>>;
6055
7059
  /**
6056
7060
  * No description
6057
7061
  *
@@ -6070,7 +7074,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6070
7074
  pageNumber?: number;
6071
7075
  sortBy?: string;
6072
7076
  sortDirection?: string;
6073
- }, params?: RequestParams) => Promise<AxiosResponse<TaskCommentPaginated, any, {}>>;
7077
+ }, params?: RequestParams) => Promise<AxiosResponse<TaskCommentPaginated, any>>;
6074
7078
  /**
6075
7079
  * No description
6076
7080
  *
@@ -6082,7 +7086,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6082
7086
  * @response `200` `TaskComment` Success
6083
7087
  * @response `404` `ProblemDetails` Not Found
6084
7088
  */
6085
- getLoanTaskComment: (id: string, loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
7089
+ getLoanTaskComment: (id: string, loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
6086
7090
  /**
6087
7091
  * No description
6088
7092
  *
@@ -6094,7 +7098,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6094
7098
  * @response `201` `TaskComment` Created
6095
7099
  * @response `404` `ProblemDetails` Not Found
6096
7100
  */
6097
- createLoanTaskComment: (loanId: string, userLoanTaskId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
7101
+ createLoanTaskComment: (loanId: string, userLoanTaskId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
6098
7102
  /**
6099
7103
  * No description
6100
7104
  *
@@ -6106,7 +7110,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6106
7110
  * @response `200` `TaskComment` Success
6107
7111
  * @response `404` `ProblemDetails` Not Found
6108
7112
  */
6109
- replaceLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any, {}>>;
7113
+ replaceLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, data: TaskCommentRequest, params?: RequestParams) => Promise<AxiosResponse<TaskComment, any>>;
6110
7114
  /**
6111
7115
  * No description
6112
7116
  *
@@ -6118,7 +7122,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6118
7122
  * @response `204` `void` No Content
6119
7123
  * @response `404` `ProblemDetails` Not Found
6120
7124
  */
6121
- deleteLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7125
+ deleteLoanTaskComment: (loanId: string, userLoanTaskId: string, commentId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6122
7126
  /**
6123
7127
  * No description
6124
7128
  *
@@ -6136,7 +7140,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6136
7140
  /** @format binary */
6137
7141
  file?: File;
6138
7142
  bucket?: string;
6139
- }, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
7143
+ }, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
6140
7144
  /**
6141
7145
  * No description
6142
7146
  *
@@ -6148,7 +7152,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6148
7152
  * @response `204` `UserLoanTask` No Content
6149
7153
  * @response `422` `UnprocessableEntity` Client Error
6150
7154
  */
6151
- createLoanTaskDocumentBucket: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
7155
+ createLoanTaskDocumentBucket: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
6152
7156
  /**
6153
7157
  * No description
6154
7158
  *
@@ -6160,7 +7164,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6160
7164
  * @response `200` `(UserLoanTask)[]` Success
6161
7165
  * @response `404` `ProblemDetails` Not Found
6162
7166
  */
6163
- getLoanTasks: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
7167
+ getLoanTasks: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
6164
7168
  /**
6165
7169
  * No description
6166
7170
  *
@@ -6172,7 +7176,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6172
7176
  * @response `200` `UserLoanTask` Success
6173
7177
  * @response `404` `ProblemDetails` Not Found
6174
7178
  */
6175
- getLoanTask: (id: string, loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
7179
+ getLoanTask: (id: string, loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
6176
7180
  /**
6177
7181
  * @description Get the difference between the current loan tasks and the tasks generated by business rules
6178
7182
  *
@@ -6184,7 +7188,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6184
7188
  * @response `200` `(UserLoanTask)[]` Success
6185
7189
  * @response `404` `ProblemDetails` Not Found
6186
7190
  */
6187
- getLoanTaskDifference: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
7191
+ getLoanTaskDifference: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
6188
7192
  /**
6189
7193
  * No description
6190
7194
  *
@@ -6196,7 +7200,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6196
7200
  * @response `201` `UserLoanTask` Created
6197
7201
  * @response `404` `ProblemDetails` Not Found
6198
7202
  */
6199
- createLoanTask: (loanId: string, taskId: string, data: UserLoanTaskRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
7203
+ createLoanTask: (loanId: string, taskId: string, data: UserLoanTaskRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
6200
7204
  /**
6201
7205
  * No description
6202
7206
  *
@@ -6208,7 +7212,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6208
7212
  * @response `201` `(UserLoanTask)[]` Created
6209
7213
  * @response `404` `ProblemDetails` Not Found
6210
7214
  */
6211
- importLoanTask: (loanId: string, data: ImportUserLoanTaskRequest[], params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any, {}>>;
7215
+ importLoanTask: (loanId: string, data: ImportUserLoanTaskRequest[], params?: RequestParams) => Promise<AxiosResponse<UserLoanTask[], any>>;
6212
7216
  /**
6213
7217
  * No description
6214
7218
  *
@@ -6220,7 +7224,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6220
7224
  * @response `200` `UserLoanTask` Success
6221
7225
  * @response `404` `ProblemDetails` Not Found
6222
7226
  */
6223
- replaceLoanTask: (loanId: string, userLoanTaskId: string, data: UserLoanTaskUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
7227
+ replaceLoanTask: (loanId: string, userLoanTaskId: string, data: UserLoanTaskUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
6224
7228
  /**
6225
7229
  * No description
6226
7230
  *
@@ -6232,7 +7236,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6232
7236
  * @response `204` `void` No Content
6233
7237
  * @response `404` `ProblemDetails` Not Found
6234
7238
  */
6235
- deleteLoanTask: (loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7239
+ deleteLoanTask: (loanId: string, userLoanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6236
7240
  /**
6237
7241
  * No description
6238
7242
  *
@@ -6244,7 +7248,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6244
7248
  * @response `204` `void` No Content
6245
7249
  * @response `404` `ProblemDetails` Not Found
6246
7250
  */
6247
- sendOutstandingLoanTaskNotification: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7251
+ sendOutstandingLoanTaskNotification: (loanId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6248
7252
  /**
6249
7253
  * No description
6250
7254
  *
@@ -6257,7 +7261,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6257
7261
  * @response `404` `ProblemDetails` Not Found
6258
7262
  * @response `422` `UnprocessableEntity` Client Error
6259
7263
  */
6260
- createLoanTaskVerification: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any, {}>>;
7264
+ createLoanTaskVerification: (loanId: string, loanTaskId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanTask, any>>;
6261
7265
  /**
6262
7266
  * No description
6263
7267
  *
@@ -6268,7 +7272,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6268
7272
  * @secure
6269
7273
  * @response `200` `(UserLoanConsent)[]` Success
6270
7274
  */
6271
- getLoanUserConsents: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanConsent[], any, {}>>;
7275
+ getLoanUserConsents: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserLoanConsent[], any>>;
6272
7276
  /**
6273
7277
  * No description
6274
7278
  *
@@ -6279,7 +7283,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6279
7283
  * @secure
6280
7284
  * @response `200` `LoanUser` Success
6281
7285
  */
6282
- getLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
7286
+ getLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
6283
7287
  /**
6284
7288
  * No description
6285
7289
  *
@@ -6290,7 +7294,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6290
7294
  * @secure
6291
7295
  * @response `201` `LoanUser` Created
6292
7296
  */
6293
- addLoanUser: (loanId: string, userId: string, data: CreateUserLoan, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
7297
+ addLoanUser: (loanId: string, userId: string, data: CreateUserLoan, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
6294
7298
  /**
6295
7299
  * No description
6296
7300
  *
@@ -6301,7 +7305,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6301
7305
  * @secure
6302
7306
  * @response `204` `LoanUser` No Content
6303
7307
  */
6304
- removeLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any, {}>>;
7308
+ removeLoanUser: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<LoanUser, any>>;
6305
7309
  /**
6306
7310
  * No description
6307
7311
  *
@@ -6312,7 +7316,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6312
7316
  * @secure
6313
7317
  * @response `204` `void` No Content
6314
7318
  */
6315
- sendLoanUserInviteReminderNotification: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7319
+ sendLoanUserInviteReminderNotification: (loanId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6316
7320
  /**
6317
7321
  * No description
6318
7322
  *
@@ -6323,7 +7327,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6323
7327
  * @secure
6324
7328
  * @response `200` `(MilestoneConfiguration)[]` Success
6325
7329
  */
6326
- getMilestones: (params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration[], any, {}>>;
7330
+ getMilestones: (params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration[], any>>;
6327
7331
  /**
6328
7332
  * No description
6329
7333
  *
@@ -6335,7 +7339,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6335
7339
  * @response `201` `MilestoneConfiguration` Created
6336
7340
  * @response `422` `UnprocessableEntity` Client Error
6337
7341
  */
6338
- createMilestone: (data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
7342
+ createMilestone: (data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
6339
7343
  /**
6340
7344
  * No description
6341
7345
  *
@@ -6347,7 +7351,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6347
7351
  * @response `200` `MilestoneConfiguration` Success
6348
7352
  * @response `404` `Error` Not Found
6349
7353
  */
6350
- getMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
7354
+ getMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
6351
7355
  /**
6352
7356
  * No description
6353
7357
  *
@@ -6360,7 +7364,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6360
7364
  * @response `404` `Error` Not Found
6361
7365
  * @response `422` `UnprocessableEntity` Client Error
6362
7366
  */
6363
- replaceMilestone: (id: string, data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any, {}>>;
7367
+ replaceMilestone: (id: string, data: MilestoneConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<MilestoneConfiguration, any>>;
6364
7368
  /**
6365
7369
  * No description
6366
7370
  *
@@ -6372,7 +7376,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6372
7376
  * @response `204` `void` No Content
6373
7377
  * @response `404` `Error` Not Found
6374
7378
  */
6375
- deleteMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7379
+ deleteMilestone: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6376
7380
  /**
6377
7381
  * No description
6378
7382
  *
@@ -6384,7 +7388,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6384
7388
  * @response `200` `MonthlyPaymentCalculator` Success
6385
7389
  * @response `422` `ProblemDetails` Client Error
6386
7390
  */
6387
- calculateMortgageMonthlyPayment: (data: MonthlyPaymentCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<MonthlyPaymentCalculator, any, {}>>;
7391
+ calculateMortgageMonthlyPayment: (data: MonthlyPaymentCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<MonthlyPaymentCalculator, any>>;
6388
7392
  /**
6389
7393
  * No description
6390
7394
  *
@@ -6396,7 +7400,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6396
7400
  * @response `200` `AffordabilityCalculator` Success
6397
7401
  * @response `422` `ProblemDetails` Client Error
6398
7402
  */
6399
- calculateMortgageAffordability: (data: AffordabilityCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<AffordabilityCalculator, any, {}>>;
7403
+ calculateMortgageAffordability: (data: AffordabilityCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<AffordabilityCalculator, any>>;
6400
7404
  /**
6401
7405
  * No description
6402
7406
  *
@@ -6408,7 +7412,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6408
7412
  * @response `200` `LoanComparisonCalculator` Success
6409
7413
  * @response `422` `ProblemDetails` Client Error
6410
7414
  */
6411
- calculateMortgageLoanComparison: (data: LoanComparisonCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonCalculator, any, {}>>;
7415
+ calculateMortgageLoanComparison: (data: LoanComparisonCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<LoanComparisonCalculator, any>>;
6412
7416
  /**
6413
7417
  * No description
6414
7418
  *
@@ -6420,7 +7424,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6420
7424
  * @response `200` `RefinanceCalculator` Success
6421
7425
  * @response `422` `ProblemDetails` Client Error
6422
7426
  */
6423
- calculateMortgageRefinance: (data: RefinanceCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<RefinanceCalculator, any, {}>>;
7427
+ calculateMortgageRefinance: (data: RefinanceCalculatorRequest, params?: RequestParams) => Promise<AxiosResponse<RefinanceCalculator, any>>;
6424
7428
  /**
6425
7429
  * No description
6426
7430
  *
@@ -6432,7 +7436,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6432
7436
  * @response `200` `void` Success
6433
7437
  * @response `422` `UnprocessableEntity` Client Error
6434
7438
  */
6435
- sendNotificationForLoan: (data: SendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7439
+ sendNotificationForLoan: (data: SendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6436
7440
  /**
6437
7441
  * No description
6438
7442
  *
@@ -6444,7 +7448,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6444
7448
  * @response `200` `void` Success
6445
7449
  * @response `422` `UnprocessableEntity` Client Error
6446
7450
  */
6447
- sendTestNotificationForLoan: (data: TestSendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7451
+ sendTestNotificationForLoan: (data: TestSendNotificationForLoanRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6448
7452
  /**
6449
7453
  * No description
6450
7454
  *
@@ -6457,7 +7461,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6457
7461
  */
6458
7462
  getNotificationTemplates: (query?: {
6459
7463
  showAll?: boolean;
6460
- }, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateBase[], any, {}>>;
7464
+ }, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateBase[], any>>;
6461
7465
  /**
6462
7466
  * No description
6463
7467
  *
@@ -6469,7 +7473,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6469
7473
  * @response `201` `NotificationTemplate` Created
6470
7474
  * @response `422` `UnprocessableEntity` Client Error
6471
7475
  */
6472
- createNotificationTemplate: (data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
7476
+ createNotificationTemplate: (data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
6473
7477
  /**
6474
7478
  * No description
6475
7479
  *
@@ -6480,7 +7484,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6480
7484
  * @secure
6481
7485
  * @response `200` `NotificationTemplate` Success
6482
7486
  */
6483
- getNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
7487
+ getNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
6484
7488
  /**
6485
7489
  * No description
6486
7490
  *
@@ -6492,7 +7496,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6492
7496
  * @response `200` `NotificationTemplate` Success
6493
7497
  * @response `422` `UnprocessableEntity` Client Error
6494
7498
  */
6495
- replaceNotificationTemplate: (id: string, data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
7499
+ replaceNotificationTemplate: (id: string, data: NotificationTemplateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
6496
7500
  /**
6497
7501
  * No description
6498
7502
  *
@@ -6503,7 +7507,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6503
7507
  * @secure
6504
7508
  * @response `204` `void` No Content
6505
7509
  */
6506
- deleteNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7510
+ deleteNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6507
7511
  /**
6508
7512
  * No description
6509
7513
  *
@@ -6514,7 +7518,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6514
7518
  * @secure
6515
7519
  * @response `200` `NotificationTemplate` Success
6516
7520
  */
6517
- restoreNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any, {}>>;
7521
+ restoreNotificationTemplate: (id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplate, any>>;
6518
7522
  /**
6519
7523
  * No description
6520
7524
  *
@@ -6525,7 +7529,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6525
7529
  * @secure
6526
7530
  * @response `200` `(NotificationTemplateVersion)[]` Success
6527
7531
  */
6528
- getNotificationTemplateVersions: (notificationId: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion[], any, {}>>;
7532
+ getNotificationTemplateVersions: (notificationId: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion[], any>>;
6529
7533
  /**
6530
7534
  * No description
6531
7535
  *
@@ -6536,7 +7540,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6536
7540
  * @secure
6537
7541
  * @response `200` `NotificationTemplateVersion` Success
6538
7542
  */
6539
- createNotificationTemplateVersion: (notificationId: string, data: NotificationTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
7543
+ createNotificationTemplateVersion: (notificationId: string, data: NotificationTemplateVersionRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
6540
7544
  /**
6541
7545
  * No description
6542
7546
  *
@@ -6547,7 +7551,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6547
7551
  * @secure
6548
7552
  * @response `200` `NotificationTemplateVersion` Success
6549
7553
  */
6550
- getNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
7554
+ getNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
6551
7555
  /**
6552
7556
  * No description
6553
7557
  *
@@ -6558,7 +7562,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6558
7562
  * @secure
6559
7563
  * @response `200` `NotificationTemplateVersion` Success
6560
7564
  */
6561
- replaceNotificationTemplateVersion: (notificationId: string, id: string, data: NotificationTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
7565
+ replaceNotificationTemplateVersion: (notificationId: string, id: string, data: NotificationTemplateVersionUpdateRequest, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
6562
7566
  /**
6563
7567
  * No description
6564
7568
  *
@@ -6569,7 +7573,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6569
7573
  * @secure
6570
7574
  * @response `200` `NotificationTemplateVersion` Success
6571
7575
  */
6572
- deleteNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any, {}>>;
7576
+ deleteNotificationTemplateVersion: (notificationId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<NotificationTemplateVersion, any>>;
6573
7577
  /**
6574
7578
  * No description
6575
7579
  *
@@ -6583,14 +7587,14 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6583
7587
  getPartners: (query?: {
6584
7588
  showAll?: boolean;
6585
7589
  /** @default "Realtor" */
6586
- role?: GetPartnersParamsRoleEnum;
7590
+ role?: "Borrower" | "LoanOfficer" | "Admin" | "SuperAdmin" | "Realtor" | "SettlementAgent" | "LoanProcessor" | "LoanOfficerAssistant" | "BranchManager" | "SystemAdmin";
6587
7591
  /** @format int32 */
6588
7592
  pageSize?: number;
6589
7593
  /** @format int32 */
6590
7594
  pageNumber?: number;
6591
7595
  sortBy?: string;
6592
7596
  sortDirection?: string;
6593
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
7597
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
6594
7598
  /**
6595
7599
  * No description
6596
7600
  *
@@ -6608,7 +7612,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6608
7612
  pageNumber?: number;
6609
7613
  sortBy?: string;
6610
7614
  sortDirection?: string;
6611
- }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any, {}>>;
7615
+ }, params?: RequestParams) => Promise<AxiosResponse<BranchUserPaginated, any>>;
6612
7616
  /**
6613
7617
  * No description
6614
7618
  *
@@ -6619,7 +7623,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6619
7623
  * @secure
6620
7624
  * @response `200` `BranchUser` Success
6621
7625
  */
6622
- getPartner: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any, {}>>;
7626
+ getPartner: (id: string, params?: RequestParams) => Promise<AxiosResponse<BranchUser, any>>;
6623
7627
  /**
6624
7628
  * No description
6625
7629
  *
@@ -6631,7 +7635,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6631
7635
  * @response `200` `SiteConfiguration` Success
6632
7636
  * @response `422` `UnprocessableEntity` Client Error
6633
7637
  */
6634
- createPartnerSiteConfiguration: (realtorId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
7638
+ createPartnerSiteConfiguration: (realtorId: string, data: SiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6635
7639
  /**
6636
7640
  * No description
6637
7641
  *
@@ -6642,7 +7646,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6642
7646
  * @secure
6643
7647
  * @response `200` `SiteConfigurationWithInherited` Success
6644
7648
  */
6645
- getPartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any, {}>>;
7649
+ getPartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationWithInherited, any>>;
6646
7650
  /**
6647
7651
  * No description
6648
7652
  *
@@ -6656,7 +7660,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6656
7660
  */
6657
7661
  replacePartnerSiteConfiguration: (realtorId: string, siteConfigurationId: string, data: SiteConfigurationRequest, query?: {
6658
7662
  applyToChildren?: boolean;
6659
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
7663
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6660
7664
  /**
6661
7665
  * No description
6662
7666
  *
@@ -6667,7 +7671,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6667
7671
  * @secure
6668
7672
  * @response `200` `SiteConfiguration` Success
6669
7673
  */
6670
- getSiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
7674
+ getSiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6671
7675
  /**
6672
7676
  * No description
6673
7677
  *
@@ -6680,7 +7684,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6680
7684
  * @response `200` `SiteConfigurationByUrl` Success
6681
7685
  * @response `422` `UnprocessableEntity` Client Error
6682
7686
  */
6683
- searchSiteConfigurationByUrl: (data: GetSiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any, {}>>;
7687
+ searchSiteConfigurationByUrl: (data: GetSiteConfigurationRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any>>;
6684
7688
  /**
6685
7689
  * No description
6686
7690
  *
@@ -6694,7 +7698,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6694
7698
  */
6695
7699
  getSiteConfigurationByUrl: (query?: {
6696
7700
  url?: string;
6697
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any, {}>>;
7701
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationByUrl, any>>;
6698
7702
  /**
6699
7703
  * No description
6700
7704
  *
@@ -6707,7 +7711,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6707
7711
  * @response `200` `SiteConfiguration` Success
6708
7712
  * @response `422` `UnprocessableEntity` Client Error
6709
7713
  */
6710
- searchSiteConfigurationByLoanOfficerUser: (data: GetSiteConfigurationByLOUserIDRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
7714
+ searchSiteConfigurationByLoanOfficerUser: (data: GetSiteConfigurationByLOUserIDRequest, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6711
7715
  /**
6712
7716
  * No description
6713
7717
  *
@@ -6719,7 +7723,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6719
7723
  * @response `200` `SiteConfiguration` Success
6720
7724
  * @response `422` `UnprocessableEntity` Client Error
6721
7725
  */
6722
- getSiteConfigurationByLoanOfficerUser: (loUserId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any, {}>>;
7726
+ getSiteConfigurationByLoanOfficerUser: (loUserId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfiguration, any>>;
6723
7727
  /**
6724
7728
  * No description
6725
7729
  *
@@ -6738,7 +7742,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6738
7742
  pageNumber?: number;
6739
7743
  sortBy?: string;
6740
7744
  sortDirection?: string;
6741
- }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationSummaryPaginated, any, {}>>;
7745
+ }, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationSummaryPaginated, any>>;
6742
7746
  /**
6743
7747
  * No description
6744
7748
  *
@@ -6749,7 +7753,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6749
7753
  * @secure
6750
7754
  * @response `200` `(AdminAccessGetForms)[]` Success
6751
7755
  */
6752
- getFormsBySiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any, {}>>;
7756
+ getFormsBySiteConfiguration: (id: string, params?: RequestParams) => Promise<AxiosResponse<AdminAccessGetForms[], any>>;
6753
7757
  /**
6754
7758
  * No description
6755
7759
  *
@@ -6761,7 +7765,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6761
7765
  * @response `200` `File` Success
6762
7766
  * @response `404` `ProblemDetails` Not Found
6763
7767
  */
6764
- getSamlMetadata: (sSoIntegration: GetSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
7768
+ getSamlMetadata: (sSoIntegration: "ConsumerConnect" | "TheBigPOS", ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
6765
7769
  /**
6766
7770
  * No description
6767
7771
  *
@@ -6772,7 +7776,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6772
7776
  * @secure
6773
7777
  * @response `200` `File` Success
6774
7778
  */
6775
- createOrReplaceSamlMetadata: (sSoIntegration: CreateOrReplaceSamlMetadataParamsEnum, ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any, {}>>;
7779
+ createOrReplaceSamlMetadata: (sSoIntegration: "ConsumerConnect" | "TheBigPOS", ssoIntegration: string, params?: RequestParams) => Promise<AxiosResponse<File, any>>;
6776
7780
  /**
6777
7781
  * No description
6778
7782
  *
@@ -6783,7 +7787,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6783
7787
  * @secure
6784
7788
  * @response `200` `(SiteConfigurationForm)[]` Success
6785
7789
  */
6786
- getWorkflowSiteConfigurations: (workflowId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm[], any, {}>>;
7790
+ getWorkflowSiteConfigurations: (workflowId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm[], any>>;
6787
7791
  /**
6788
7792
  * No description
6789
7793
  *
@@ -6795,7 +7799,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6795
7799
  * @response `200` `SiteConfigurationForm` Success
6796
7800
  * @response `404` `ProblemDetails` Not Found
6797
7801
  */
6798
- getWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any, {}>>;
7802
+ getWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any>>;
6799
7803
  /**
6800
7804
  * No description
6801
7805
  *
@@ -6808,7 +7812,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6808
7812
  * @response `409` `ProblemDetails` Conflict
6809
7813
  * @response `422` `UnprocessableEntity` Client Error
6810
7814
  */
6811
- createWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any, {}>>;
7815
+ createWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<SiteConfigurationForm, any>>;
6812
7816
  /**
6813
7817
  * No description
6814
7818
  *
@@ -6819,7 +7823,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6819
7823
  * @secure
6820
7824
  * @response `204` `void` No Content
6821
7825
  */
6822
- deleteWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7826
+ deleteWorkflowSiteConfiguration: (workflowId: string, siteConfigurationId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6823
7827
  /**
6824
7828
  * No description
6825
7829
  *
@@ -6830,7 +7834,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6830
7834
  * @secure
6831
7835
  * @response `200` `GetForm` Success
6832
7836
  */
6833
- getFormBySiteConfigurationSlug: (data: GetSiteFormRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any, {}>>;
7837
+ getFormBySiteConfigurationSlug: (data: GetSiteFormRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any>>;
6834
7838
  /**
6835
7839
  * No description
6836
7840
  *
@@ -6844,7 +7848,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6844
7848
  getSurveysByUsers: (query?: {
6845
7849
  /** @format int32 */
6846
7850
  limit?: number;
6847
- }, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any, {}>>;
7851
+ }, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any>>;
6848
7852
  /**
6849
7853
  * No description
6850
7854
  *
@@ -6856,7 +7860,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6856
7860
  * @response `200` `(SocialSurveyRecord)[]` Success
6857
7861
  * @response `422` `UnprocessableEntity` Client Error
6858
7862
  */
6859
- getSurveysByUser: (data: SurveyEmailRequest, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any, {}>>;
7863
+ getSurveysByUser: (data: SurveyEmailRequest, params?: RequestParams) => Promise<AxiosResponse<SocialSurveyRecord[], any>>;
6860
7864
  /**
6861
7865
  * No description
6862
7866
  *
@@ -6875,7 +7879,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6875
7879
  pageNumber?: number;
6876
7880
  sortBy?: string;
6877
7881
  sortDirection?: string;
6878
- }, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
7882
+ }, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
6879
7883
  /**
6880
7884
  * No description
6881
7885
  *
@@ -6886,7 +7890,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6886
7890
  * @secure
6887
7891
  * @response `201` `Task` Created
6888
7892
  */
6889
- createTask: (data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
7893
+ createTask: (data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
6890
7894
  /**
6891
7895
  * No description
6892
7896
  *
@@ -6898,7 +7902,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6898
7902
  * @response `200` `Task` Success
6899
7903
  * @response `404` `ProblemDetails` Not Found
6900
7904
  */
6901
- getTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<Task, any, {}>>;
7905
+ getTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<Task, any>>;
6902
7906
  /**
6903
7907
  * No description
6904
7908
  *
@@ -6910,7 +7914,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6910
7914
  * @response `200` `void` Success
6911
7915
  * @response `404` `ProblemDetails` Not Found
6912
7916
  */
6913
- replaceTask: (id: string, data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7917
+ replaceTask: (id: string, data: TaskRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6914
7918
  /**
6915
7919
  * No description
6916
7920
  *
@@ -6922,7 +7926,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6922
7926
  * @response `204` `void` No Content
6923
7927
  * @response `404` `ProblemDetails` Not Found
6924
7928
  */
6925
- deleteTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7929
+ deleteTask: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6926
7930
  /**
6927
7931
  * No description
6928
7932
  *
@@ -6940,7 +7944,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6940
7944
  pageNumber?: number;
6941
7945
  sortBy?: string;
6942
7946
  sortDirection?: string;
6943
- }, params?: RequestParams) => Promise<AxiosResponse<TaskPaginated, any, {}>>;
7947
+ }, params?: RequestParams) => Promise<AxiosResponse<TaskPaginated, any>>;
6944
7948
  /**
6945
7949
  * No description
6946
7950
  *
@@ -6950,7 +7954,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6950
7954
  * @secure
6951
7955
  * @response `200` `void` Success
6952
7956
  */
6953
- integrationsLosLoansCreate: (data: LosLoanCreationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7957
+ integrationsLosLoansCreate: (data: LosLoanCreationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6954
7958
  /**
6955
7959
  * No description
6956
7960
  *
@@ -6962,7 +7966,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6962
7966
  * @response `201` `UserDevice` Created
6963
7967
  * @response `400` `ProblemDetails` Bad Request
6964
7968
  */
6965
- createUserDevice: (data: CreateUserDeviceRequest, params?: RequestParams) => Promise<AxiosResponse<UserDevice, any, {}>>;
7969
+ createUserDevice: (data: CreateUserDeviceRequest, params?: RequestParams) => Promise<AxiosResponse<UserDevice, any>>;
6966
7970
  /**
6967
7971
  * No description
6968
7972
  *
@@ -6974,7 +7978,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6974
7978
  * @response `204` `void` No Content
6975
7979
  * @response `404` `ProblemDetails` Not Found
6976
7980
  */
6977
- deleteUserDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
7981
+ deleteUserDevice: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
6978
7982
  /**
6979
7983
  * No description
6980
7984
  *
@@ -6992,7 +7996,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
6992
7996
  pageNumber?: number;
6993
7997
  sortBy?: string;
6994
7998
  sortDirection?: string;
6995
- }, params?: RequestParams) => Promise<AxiosResponse<UserDraftPaginated, any, {}>>;
7999
+ }, params?: RequestParams) => Promise<AxiosResponse<UserDraftPaginated, any>>;
6996
8000
  /**
6997
8001
  * No description
6998
8002
  *
@@ -7003,7 +8007,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7003
8007
  * @secure
7004
8008
  * @response `200` `UserDraft` Success
7005
8009
  */
7006
- getDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any, {}>>;
8010
+ getDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any>>;
7007
8011
  /**
7008
8012
  * No description
7009
8013
  *
@@ -7014,7 +8018,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7014
8018
  * @secure
7015
8019
  * @response `200` `UserDraft` Success
7016
8020
  */
7017
- addDraftUsers: (draftId: string, userId: string, data: CreateUserDraft, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any, {}>>;
8021
+ addDraftUsers: (draftId: string, userId: string, data: CreateUserDraft, params?: RequestParams) => Promise<AxiosResponse<UserDraft, any>>;
7018
8022
  /**
7019
8023
  * No description
7020
8024
  *
@@ -7025,7 +8029,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7025
8029
  * @secure
7026
8030
  * @response `204` `void` No Content
7027
8031
  */
7028
- deleteDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8032
+ deleteDraftUser: (draftId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7029
8033
  /**
7030
8034
  * No description
7031
8035
  *
@@ -7036,7 +8040,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7036
8040
  * @secure
7037
8041
  * @response `200` `(UserGroupAccessScope)[]` Success
7038
8042
  */
7039
- getUserGroupAccessScopes: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope[], any, {}>>;
8043
+ getUserGroupAccessScopes: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope[], any>>;
7040
8044
  /**
7041
8045
  * No description
7042
8046
  *
@@ -7047,7 +8051,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7047
8051
  * @secure
7048
8052
  * @response `200` `UserGroupAccessScope` Success
7049
8053
  */
7050
- createUserGroupAccessScope: (groupId: string, data: CreateAccessScopeRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope, any, {}>>;
8054
+ createUserGroupAccessScope: (groupId: string, data: CreateAccessScopeRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroupAccessScope, any>>;
7051
8055
  /**
7052
8056
  * No description
7053
8057
  *
@@ -7058,7 +8062,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7058
8062
  * @secure
7059
8063
  * @response `204` `void` No Content
7060
8064
  */
7061
- deleteUserGroupAccessScope: (groupId: string, scopeId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8065
+ deleteUserGroupAccessScope: (groupId: string, scopeId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7062
8066
  /**
7063
8067
  * No description
7064
8068
  *
@@ -7069,7 +8073,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7069
8073
  * @secure
7070
8074
  * @response `200` `(UserGroupMember)[]` Success
7071
8075
  */
7072
- getUserGroupMembers: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember[], any, {}>>;
8076
+ getUserGroupMembers: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember[], any>>;
7073
8077
  /**
7074
8078
  * No description
7075
8079
  *
@@ -7083,7 +8087,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7083
8087
  createUserGroupMember: (groupId: string, data: CreateGroupMemberRequest, query?: {
7084
8088
  /** @format uuid */
7085
8089
  userId?: string;
7086
- }, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember, any, {}>>;
8090
+ }, params?: RequestParams) => Promise<AxiosResponse<UserGroupMember, any>>;
7087
8091
  /**
7088
8092
  * No description
7089
8093
  *
@@ -7094,7 +8098,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7094
8098
  * @secure
7095
8099
  * @response `204` `void` No Content
7096
8100
  */
7097
- deleteUserGroupMember: (groupId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8101
+ deleteUserGroupMember: (groupId: string, userId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7098
8102
  /**
7099
8103
  * No description
7100
8104
  *
@@ -7113,7 +8117,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7113
8117
  pageNumber?: number;
7114
8118
  sortBy?: string;
7115
8119
  sortDirection?: string;
7116
- }, params?: RequestParams) => Promise<AxiosResponse<UserGroupPaginated, any, {}>>;
8120
+ }, params?: RequestParams) => Promise<AxiosResponse<UserGroupPaginated, any>>;
7117
8121
  /**
7118
8122
  * No description
7119
8123
  *
@@ -7124,7 +8128,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7124
8128
  * @secure
7125
8129
  * @response `200` `UserGroup` Success
7126
8130
  */
7127
- getUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
8131
+ getUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
7128
8132
  /**
7129
8133
  * No description
7130
8134
  *
@@ -7135,7 +8139,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7135
8139
  * @secure
7136
8140
  * @response `200` `UserGroup` Success
7137
8141
  */
7138
- updateUserGroup: (groupId: string, data: UpdateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
8142
+ updateUserGroup: (groupId: string, data: UpdateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
7139
8143
  /**
7140
8144
  * No description
7141
8145
  *
@@ -7146,7 +8150,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7146
8150
  * @secure
7147
8151
  * @response `204` `void` No Content
7148
8152
  */
7149
- deleteUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8153
+ deleteUserGroup: (groupId: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7150
8154
  /**
7151
8155
  * No description
7152
8156
  *
@@ -7157,7 +8161,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7157
8161
  * @secure
7158
8162
  * @response `201` `UserGroup` Created
7159
8163
  */
7160
- createUserGroup: (data: CreateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any, {}>>;
8164
+ createUserGroup: (data: CreateUserGroupRequest, params?: RequestParams) => Promise<AxiosResponse<UserGroup, any>>;
7161
8165
  /**
7162
8166
  * No description
7163
8167
  *
@@ -7170,7 +8174,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7170
8174
  * @response `404` `Error` Not Found
7171
8175
  * @response `422` `UnprocessableEntity` Client Error
7172
8176
  */
7173
- requestImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8177
+ requestImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7174
8178
  /**
7175
8179
  * No description
7176
8180
  *
@@ -7183,7 +8187,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7183
8187
  * @response `404` `Error` Not Found
7184
8188
  * @response `422` `UnprocessableEntity` Client Error
7185
8189
  */
7186
- allowImpersonation: (data: AllowImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8190
+ allowImpersonation: (data: AllowImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7187
8191
  /**
7188
8192
  * No description
7189
8193
  *
@@ -7196,7 +8200,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7196
8200
  * @response `404` `Error` Not Found
7197
8201
  * @response `422` `UnprocessableEntity` Client Error
7198
8202
  */
7199
- allowImpersonationWithGuid: (allowToken: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8203
+ allowImpersonationWithGuid: (allowToken: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7200
8204
  /**
7201
8205
  * No description
7202
8206
  *
@@ -7208,7 +8212,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7208
8212
  * @response `204` `void` No Content
7209
8213
  * @response `422` `UnprocessableEntity` Client Error
7210
8214
  */
7211
- beginImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8215
+ beginImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7212
8216
  /**
7213
8217
  * No description
7214
8218
  *
@@ -7220,7 +8224,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7220
8224
  * @response `204` `void` No Content
7221
8225
  * @response `422` `UnprocessableEntity` Client Error
7222
8226
  */
7223
- stopImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8227
+ stopImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7224
8228
  /**
7225
8229
  * No description
7226
8230
  *
@@ -7233,7 +8237,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7233
8237
  * @response `404` `Error` Not Found
7234
8238
  * @response `422` `UnprocessableEntity` Client Error
7235
8239
  */
7236
- forceImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8240
+ forceImpersonation: (data: RequestImpersonationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7237
8241
  /**
7238
8242
  * No description
7239
8243
  *
@@ -7245,7 +8249,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7245
8249
  * @response `204` `void` No Content
7246
8250
  * @response `422` `UnprocessableEntity` Client Error
7247
8251
  */
7248
- extendImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8252
+ extendImpersonation: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7249
8253
  /**
7250
8254
  * No description
7251
8255
  *
@@ -7257,7 +8261,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7257
8261
  * @response `204` `void` No Content
7258
8262
  * @response `422` `UnprocessableEntity` Client Error
7259
8263
  */
7260
- inviteUser: (data: CreateInviteRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8264
+ inviteUser: (data: CreateInviteRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7261
8265
  /**
7262
8266
  * No description
7263
8267
  *
@@ -7270,7 +8274,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7270
8274
  * @response `401` `UnprocessableEntity` Unauthorized
7271
8275
  * @response `404` `UnprocessableEntity` Not Found
7272
8276
  */
7273
- resendInviteNotification: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8277
+ resendInviteNotification: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7274
8278
  /**
7275
8279
  * No description
7276
8280
  *
@@ -7282,7 +8286,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7282
8286
  * @response `200` `Invite` Success
7283
8287
  * @response `422` `UnprocessableEntity` Client Error
7284
8288
  */
7285
- verifyUserInvite: (token: string, params?: RequestParams) => Promise<AxiosResponse<Invite, any, {}>>;
8289
+ verifyUserInvite: (token: string, params?: RequestParams) => Promise<AxiosResponse<Invite, any>>;
7286
8290
  /**
7287
8291
  * No description
7288
8292
  *
@@ -7293,7 +8297,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7293
8297
  * @secure
7294
8298
  * @response `200` `(UserRelation)[]` Success
7295
8299
  */
7296
- getUserRelations: (userId: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation[], any, {}>>;
8300
+ getUserRelations: (userId: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation[], any>>;
7297
8301
  /**
7298
8302
  * No description
7299
8303
  *
@@ -7304,7 +8308,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7304
8308
  * @secure
7305
8309
  * @response `204` `void` No Content
7306
8310
  */
7307
- createUserRelation: (userId: string, data: CreateUserRelationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8311
+ createUserRelation: (userId: string, data: CreateUserRelationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7308
8312
  /**
7309
8313
  * No description
7310
8314
  *
@@ -7315,7 +8319,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7315
8319
  * @secure
7316
8320
  * @response `200` `UserRelation` Success
7317
8321
  */
7318
- getUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation, any, {}>>;
8322
+ getUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<UserRelation, any>>;
7319
8323
  /**
7320
8324
  * No description
7321
8325
  *
@@ -7326,7 +8330,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7326
8330
  * @secure
7327
8331
  * @response `204` `void` No Content
7328
8332
  */
7329
- deleteUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8333
+ deleteUserRelation: (userId: string, id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7330
8334
  /**
7331
8335
  * No description
7332
8336
  *
@@ -7344,7 +8348,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7344
8348
  pageNumber?: number;
7345
8349
  sortBy?: string;
7346
8350
  sortDirection?: string;
7347
- }, params?: RequestParams) => Promise<AxiosResponse<User[], any, {}>>;
8351
+ }, params?: RequestParams) => Promise<AxiosResponse<User[], any>>;
7348
8352
  /**
7349
8353
  * No description
7350
8354
  *
@@ -7356,7 +8360,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7356
8360
  * @response `200` `DetailedUser` Success
7357
8361
  * @response `422` `UnprocessableEntity` Client Error
7358
8362
  */
7359
- createUser: (data: CreateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
8363
+ createUser: (data: CreateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
7360
8364
  /**
7361
8365
  * No description
7362
8366
  *
@@ -7374,7 +8378,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7374
8378
  pageNumber?: number;
7375
8379
  sortBy?: string;
7376
8380
  sortDirection?: string;
7377
- }, params?: RequestParams) => Promise<AxiosResponse<UserPaginated, any, {}>>;
8381
+ }, params?: RequestParams) => Promise<AxiosResponse<UserPaginated, any>>;
7378
8382
  /**
7379
8383
  * No description
7380
8384
  *
@@ -7385,7 +8389,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7385
8389
  * @secure
7386
8390
  * @response `200` `AdminAccessUser` Success
7387
8391
  */
7388
- getUserByEmail: (data: GetUserByEmailRequest, params?: RequestParams) => Promise<AxiosResponse<AdminAccessUser, any, {}>>;
8392
+ getUserByEmail: (data: GetUserByEmailRequest, params?: RequestParams) => Promise<AxiosResponse<AdminAccessUser, any>>;
7389
8393
  /**
7390
8394
  * No description
7391
8395
  *
@@ -7397,7 +8401,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7397
8401
  * @response `200` `User` Success
7398
8402
  * @response `422` `UnprocessableEntity` Client Error
7399
8403
  */
7400
- signUp: (data: RegisterUserRequest, params?: RequestParams) => Promise<AxiosResponse<User, any, {}>>;
8404
+ signUp: (data: RegisterUserRequest, params?: RequestParams) => Promise<AxiosResponse<User, any>>;
7401
8405
  /**
7402
8406
  * No description
7403
8407
  *
@@ -7409,7 +8413,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7409
8413
  * @response `200` `DetailedUser` Success
7410
8414
  * @response `422` `UnprocessableEntity` Client Error
7411
8415
  */
7412
- replaceUser: (id: string, data: UpdateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
8416
+ replaceUser: (id: string, data: UpdateUserRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
7413
8417
  /**
7414
8418
  * No description
7415
8419
  *
@@ -7423,7 +8427,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7423
8427
  deleteUser: (id: string, query?: {
7424
8428
  /** @default false */
7425
8429
  permanent?: boolean;
7426
- }, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8430
+ }, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7427
8431
  /**
7428
8432
  * No description
7429
8433
  *
@@ -7434,7 +8438,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7434
8438
  * @secure
7435
8439
  * @response `204` `void` No Content
7436
8440
  */
7437
- restoreUser: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8441
+ restoreUser: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7438
8442
  /**
7439
8443
  * No description
7440
8444
  *
@@ -7446,7 +8450,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7446
8450
  * @response `204` `void` No Content
7447
8451
  * @response `422` `UnprocessableEntity` Client Error
7448
8452
  */
7449
- changePassword: (data: ChangePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8453
+ changePassword: (data: ChangePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7450
8454
  /**
7451
8455
  * No description
7452
8456
  *
@@ -7458,7 +8462,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7458
8462
  * @response `204` `void` No Content
7459
8463
  * @response `422` `UnprocessableEntity` Client Error
7460
8464
  */
7461
- verifyPassword: (data: VerifyPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8465
+ verifyPassword: (data: VerifyPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7462
8466
  /**
7463
8467
  * No description
7464
8468
  *
@@ -7470,7 +8474,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7470
8474
  * @response `204` `void` No Content
7471
8475
  * @response `422` `UnprocessableEntity` Client Error
7472
8476
  */
7473
- overridePassword: (id: string, data: OverridePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8477
+ overridePassword: (id: string, data: OverridePasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7474
8478
  /**
7475
8479
  * No description
7476
8480
  *
@@ -7482,7 +8486,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7482
8486
  * @response `204` `void` No Content
7483
8487
  * @response `422` `UnprocessableEntity` Client Error
7484
8488
  */
7485
- forgotPassword: (data: SendForgotPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8489
+ forgotPassword: (data: SendForgotPasswordRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7486
8490
  /**
7487
8491
  * No description
7488
8492
  *
@@ -7494,7 +8498,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7494
8498
  * @response `204` `void` No Content
7495
8499
  * @response `422` `UnprocessableEntity` Client Error
7496
8500
  */
7497
- sendMobilePhoneVerificationCode: (params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8501
+ sendMobilePhoneVerificationCode: (params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7498
8502
  /**
7499
8503
  * No description
7500
8504
  *
@@ -7506,7 +8510,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7506
8510
  * @response `204` `void` No Content
7507
8511
  * @response `422` `UnprocessableEntity` Client Error
7508
8512
  */
7509
- verifyUserMobilePhone: (data: UserMobilePhoneVerificationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8513
+ verifyUserMobilePhone: (data: UserMobilePhoneVerificationRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7510
8514
  /**
7511
8515
  * No description
7512
8516
  *
@@ -7518,7 +8522,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7518
8522
  * @response `200` `ImpersonatedDetailedUser` Success
7519
8523
  * @response `401` `ProblemDetails` Unauthorized
7520
8524
  */
7521
- getMe: (params?: RequestParams) => Promise<AxiosResponse<ImpersonatedDetailedUser, any, {}>>;
8525
+ getMe: (params?: RequestParams) => Promise<AxiosResponse<ImpersonatedDetailedUser, any>>;
7522
8526
  /**
7523
8527
  * No description
7524
8528
  *
@@ -7529,7 +8533,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7529
8533
  * @secure
7530
8534
  * @response `200` `DetailedUser` Success
7531
8535
  */
7532
- replaceMe: (data: UpdateMeRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
8536
+ replaceMe: (data: UpdateMeRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
7533
8537
  /**
7534
8538
  * @description Update the phone number If changed will send a verification code to the new number
7535
8539
  *
@@ -7540,7 +8544,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7540
8544
  * @secure
7541
8545
  * @response `204` `DetailedUser` No Content
7542
8546
  */
7543
- updateMyPhone: (data: UpdateMobilePhoneRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any, {}>>;
8547
+ updateMyPhone: (data: UpdateMobilePhoneRequest, params?: RequestParams) => Promise<AxiosResponse<DetailedUser, any>>;
7544
8548
  /**
7545
8549
  * No description
7546
8550
  *
@@ -7551,7 +8555,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7551
8555
  * @secure
7552
8556
  * @response `200` `(UserRelationship)[]` Success
7553
8557
  */
7554
- getMyRelationships: (params?: RequestParams) => Promise<AxiosResponse<UserRelationship[], any, {}>>;
8558
+ getMyRelationships: (params?: RequestParams) => Promise<AxiosResponse<UserRelationship[], any>>;
7555
8559
  /**
7556
8560
  * No description
7557
8561
  *
@@ -7562,7 +8566,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7562
8566
  * @secure
7563
8567
  * @response `200` `(UserRelationshipProspect)[]` Success
7564
8568
  */
7565
- getMyRelationshipProspects: (params?: RequestParams) => Promise<AxiosResponse<UserRelationshipProspect[], any, {}>>;
8569
+ getMyRelationshipProspects: (params?: RequestParams) => Promise<AxiosResponse<UserRelationshipProspect[], any>>;
7566
8570
  /**
7567
8571
  * No description
7568
8572
  *
@@ -7573,7 +8577,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7573
8577
  * @secure
7574
8578
  * @response `204` `void` No Content
7575
8579
  */
7576
- deleteRelationshipProspect: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8580
+ deleteRelationshipProspect: (id: string, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7577
8581
  /**
7578
8582
  * No description
7579
8583
  *
@@ -7584,7 +8588,7 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7584
8588
  * @secure
7585
8589
  * @response `204` `void` No Content
7586
8590
  */
7587
- deleteMe: (data: UserAccountDeletionRequest, params?: RequestParams) => Promise<AxiosResponse<void, any, {}>>;
8591
+ deleteMe: (data: UserAccountDeletionRequest, params?: RequestParams) => Promise<AxiosResponse<void, any>>;
7588
8592
  /**
7589
8593
  * No description
7590
8594
  *
@@ -7595,6 +8599,6 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
7595
8599
  * @secure
7596
8600
  * @response `200` `GetForm` Success
7597
8601
  */
7598
- getWorkflow: (data: GetWorkflowRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any, {}>>;
8602
+ getWorkflow: (data: GetWorkflowRequest, params?: RequestParams) => Promise<AxiosResponse<GetForm, any>>;
7599
8603
  };
7600
8604
  }