@randock/nameshift-api-client 0.0.436 → 0.0.438
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/.openapi-generator/FILES +0 -5
- package/README.md +3 -3
- package/dist/apis/AccountsApi.d.ts +73 -35
- package/dist/apis/AccountsApi.js +71 -33
- package/dist/apis/AccountsPublicApi.d.ts +9 -5
- package/dist/apis/AccountsPublicApi.js +9 -5
- package/dist/apis/AddressPublicApi.d.ts +3 -1
- package/dist/apis/AddressPublicApi.js +3 -1
- package/dist/apis/AdminApi.d.ts +294 -132
- package/dist/apis/AdminApi.js +310 -126
- package/dist/apis/AuctionsApi.d.ts +14 -6
- package/dist/apis/AuctionsApi.js +15 -5
- package/dist/apis/AuctionsPublicApi.d.ts +12 -8
- package/dist/apis/AuctionsPublicApi.js +12 -8
- package/dist/apis/BankAccountsApi.d.ts +21 -11
- package/dist/apis/BankAccountsApi.js +21 -11
- package/dist/apis/BuyersApi.d.ts +207 -99
- package/dist/apis/BuyersApi.js +205 -93
- package/dist/apis/BuyersPublicApi.d.ts +17 -9
- package/dist/apis/BuyersPublicApi.js +17 -9
- package/dist/apis/ChallengesApi.d.ts +13 -7
- package/dist/apis/ChallengesApi.js +13 -7
- package/dist/apis/DomainTransfersApi.d.ts +5 -3
- package/dist/apis/DomainTransfersApi.js +5 -3
- package/dist/apis/DomainsApi.d.ts +104 -48
- package/dist/apis/DomainsApi.js +116 -48
- package/dist/apis/DomainsPublicApi.d.ts +26 -16
- package/dist/apis/DomainsPublicApi.js +27 -19
- package/dist/apis/EppApi.d.ts +5 -3
- package/dist/apis/EppApi.js +5 -3
- package/dist/apis/InvoicesApi.d.ts +19 -8
- package/dist/apis/InvoicesApi.js +22 -7
- package/dist/apis/LeadsApi.d.ts +87 -41
- package/dist/apis/LeadsApi.js +89 -39
- package/dist/apis/LeadsPublicApi.d.ts +25 -13
- package/dist/apis/LeadsPublicApi.js +25 -13
- package/dist/apis/MarketingApi.d.ts +14 -6
- package/dist/apis/MarketingApi.js +15 -5
- package/dist/apis/NotificationsApi.d.ts +18 -10
- package/dist/apis/NotificationsApi.js +19 -9
- package/dist/apis/OrdersPublicApi.d.ts +17 -9
- package/dist/apis/OrdersPublicApi.js +17 -9
- package/dist/apis/PartnerApi.d.ts +13 -7
- package/dist/apis/PartnerApi.js +13 -7
- package/dist/apis/SalesPublicApi.d.ts +3 -1
- package/dist/apis/SalesPublicApi.js +3 -1
- package/dist/apis/StatsApi.d.ts +29 -15
- package/dist/apis/StatsApi.js +29 -15
- package/dist/apis/SubscriptionsApi.d.ts +10 -4
- package/dist/apis/SubscriptionsApi.js +11 -3
- package/dist/apis/SubscriptionsPublicApi.d.ts +13 -7
- package/dist/apis/SubscriptionsPublicApi.js +13 -7
- package/dist/apis/TasksApi.d.ts +18 -8
- package/dist/apis/TasksApi.js +19 -7
- package/dist/apis/TaxPublicApi.d.ts +3 -1
- package/dist/apis/TaxPublicApi.js +3 -1
- package/dist/apis/UsersApi.d.ts +21 -11
- package/dist/apis/UsersApi.js +21 -11
- package/dist/apis/UsersPublicApi.d.ts +17 -9
- package/dist/apis/UsersPublicApi.js +17 -9
- package/dist/apis/index.d.ts +0 -4
- package/dist/apis/index.js +0 -4
- package/dist/models/AccountAliasDto.d.ts +3 -3
- package/dist/models/AccountAliasDto.js +1 -1
- package/dist/models/AccountAliasInput.d.ts +2 -2
- package/dist/models/AccountAliasInput.js +1 -1
- package/dist/models/AccountBankAccountDto.d.ts +5 -5
- package/dist/models/AccountBankAccountDto.js +1 -1
- package/dist/models/AccountBankAccountDtoDetails.d.ts +2 -2
- package/dist/models/AccountBankAccountDtoDetails.js +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDto.d.ts +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDto.js +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.d.ts +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.js +1 -1
- package/dist/models/AccountCommissionByDateRangeDto.d.ts +4 -4
- package/dist/models/AccountCommissionByDateRangeDto.js +1 -1
- package/dist/models/AccountCountryStatsDto.d.ts +1 -1
- package/dist/models/AccountCountryStatsDto.js +1 -1
- package/dist/models/AccountDto.d.ts +16 -16
- package/dist/models/AccountDto.js +5 -5
- package/dist/models/AccountMetricsDto.d.ts +8 -8
- package/dist/models/AccountMetricsDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionBySubtypeDto.d.ts +4 -4
- package/dist/models/AccountNameshiftCommissionBySubtypeDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionBySubtypePercentagesDto.d.ts +1 -1
- package/dist/models/AccountNameshiftCommissionBySubtypePercentagesDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionByTypeDto.d.ts +2 -2
- package/dist/models/AccountNameshiftCommissionByTypeDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionItemDto.d.ts +1 -1
- package/dist/models/AccountNameshiftCommissionItemDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionReasonDto.d.ts +12 -12
- package/dist/models/AccountNameshiftCommissionReasonDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionSubtypeCurrentDto.d.ts +1 -1
- package/dist/models/AccountNameshiftCommissionSubtypeCurrentDto.js +1 -1
- package/dist/models/AccountNotificationDto.d.ts +5 -5
- package/dist/models/AccountNotificationDto.js +1 -1
- package/dist/models/AccountNotificationReadStatusDto.d.ts +6 -6
- package/dist/models/AccountNotificationReadStatusDto.js +1 -1
- package/dist/models/AccountOnboardingDto.d.ts +5 -5
- package/dist/models/AccountOnboardingDto.js +1 -1
- package/dist/models/AccountOnboardingSessionDto.d.ts +1 -1
- package/dist/models/AccountOnboardingSessionDto.js +1 -1
- package/dist/models/AccountPaymentDto.d.ts +16 -16
- package/dist/models/AccountPaymentDto.js +5 -5
- package/dist/models/AccountPaymentMethodDto.d.ts +10 -10
- package/dist/models/AccountPaymentMethodDto.js +1 -1
- package/dist/models/AccountPaymentMethodProfileDto.d.ts +7 -7
- package/dist/models/AccountPaymentMethodProfileDto.js +1 -1
- package/dist/models/AccountPayoutDto.d.ts +3 -3
- package/dist/models/AccountPayoutDto.js +1 -1
- package/dist/models/AccountSettingsAffiliateCommissionDto.d.ts +6 -6
- package/dist/models/AccountSettingsAffiliateCommissionDto.js +1 -1
- package/dist/models/AccountSettingsAffiliateCommissionReferralDuration.d.ts +3 -3
- package/dist/models/AccountSettingsAffiliateCommissionReferralDuration.js +1 -1
- package/dist/models/AccountSettingsAffiliateDto.d.ts +7 -7
- package/dist/models/AccountSettingsAffiliateDto.js +1 -1
- package/dist/models/AccountSettingsAliasDto.d.ts +3 -3
- package/dist/models/AccountSettingsAliasDto.js +1 -1
- package/dist/models/AccountSettingsDto.d.ts +14 -14
- package/dist/models/AccountSettingsDto.js +1 -1
- package/dist/models/AccountSettingsInput.d.ts +15 -15
- package/dist/models/AccountSettingsInput.js +1 -1
- package/dist/models/AccountSettingsLeaseToOwnConfigurationDto.d.ts +10 -10
- package/dist/models/AccountSettingsLeaseToOwnConfigurationDto.js +5 -5
- package/dist/models/AccountSettingsRentConfigurationDto.d.ts +2 -2
- package/dist/models/AccountSettingsRentConfigurationDto.js +1 -1
- package/dist/models/AccountSettingsSidnDto.d.ts +2 -2
- package/dist/models/AccountSettingsSidnDto.js +1 -1
- package/dist/models/AccountsStatsDto.d.ts +1 -1
- package/dist/models/AccountsStatsDto.js +1 -1
- package/dist/models/AddSubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/AddSubscriptionDomainRecordInput.js +1 -1
- package/dist/models/AddressDto.d.ts +8 -8
- package/dist/models/AddressDto.js +1 -1
- package/dist/models/AdminAccountCommissionByDateRangeInput.d.ts +4 -4
- package/dist/models/AdminAccountCommissionByDateRangeInput.js +1 -1
- package/dist/models/AdminAccountLoginDto.d.ts +2 -2
- package/dist/models/AdminAccountLoginDto.js +1 -1
- package/dist/models/AdminAccountSettingsAffiliateCommissionInput.d.ts +6 -6
- package/dist/models/AdminAccountSettingsAffiliateCommissionInput.js +1 -1
- package/dist/models/AdminAccountSettingsAffiliateInput.d.ts +7 -7
- package/dist/models/AdminAccountSettingsAffiliateInput.js +1 -1
- package/dist/models/AdminAccountSettingsAffiliateReferralDurationInput.d.ts +3 -3
- package/dist/models/AdminAccountSettingsAffiliateReferralDurationInput.js +1 -1
- package/dist/models/AdminAccountSettingsInput.d.ts +10 -10
- package/dist/models/AdminAccountSettingsInput.js +1 -1
- package/dist/models/AdminAuctionCommissionByDateRangeInput.d.ts +4 -4
- package/dist/models/AdminAuctionCommissionByDateRangeInput.js +1 -1
- package/dist/models/AdminAuctionConfigurationInput.d.ts +6 -6
- package/dist/models/AdminAuctionConfigurationInput.js +1 -1
- package/dist/models/AdminBankAccountDto.d.ts +4 -4
- package/dist/models/AdminBankAccountDto.js +1 -1
- package/dist/models/AdminBuyerLoginDto.d.ts +2 -2
- package/dist/models/AdminBuyerLoginDto.js +1 -1
- package/dist/models/AdminChallengeListDto.d.ts +2 -2
- package/dist/models/AdminChallengeListDto.js +1 -1
- package/dist/models/AdminChallengeListItemDto.d.ts +1 -1
- package/dist/models/AdminChallengeListItemDto.js +1 -1
- package/dist/models/AdminCompanyStatsDto.d.ts +2 -2
- package/dist/models/AdminCompanyStatsDto.js +1 -1
- package/dist/models/AdminCompanyStatsLedger.d.ts +8 -8
- package/dist/models/AdminCompanyStatsLedger.js +1 -1
- package/dist/models/AdminDashboardStatsDto.d.ts +1 -1
- package/dist/models/AdminDashboardStatsDto.js +1 -1
- package/dist/models/AdminDomainListItemDto.d.ts +52 -53
- package/dist/models/AdminDomainListItemDto.js +17 -17
- package/dist/models/AdminGetAllDomainTransfers200Response.d.ts +1 -1
- package/dist/models/AdminGetAllDomainTransfers200Response.js +1 -1
- package/dist/models/AdminLeadListItemBuyerDto.d.ts +14 -14
- package/dist/models/AdminLeadListItemBuyerDto.js +13 -13
- package/dist/models/AdminLeadListItemDomainDto.d.ts +4 -4
- package/dist/models/AdminLeadListItemDomainDto.js +1 -1
- package/dist/models/AdminLeadListItemDto.d.ts +35 -35
- package/dist/models/AdminLeadListItemDto.js +17 -17
- package/dist/models/AdminListAccountDto.d.ts +47 -47
- package/dist/models/AdminListAccountDto.js +29 -29
- package/dist/models/AdminVerificationDepositDto.d.ts +3 -3
- package/dist/models/AdminVerificationDepositDto.js +1 -1
- package/dist/models/AffiliatesStatsDto.d.ts +1 -1
- package/dist/models/AffiliatesStatsDto.js +1 -1
- package/dist/models/AggregatedPaginationResponse.d.ts +2 -2
- package/dist/models/AggregatedPaginationResponse.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDto.d.ts +7 -7
- package/dist/models/AirwallexBankAccountDetailsDto.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDtoInstitution.d.ts +5 -5
- package/dist/models/AirwallexBankAccountDetailsDtoInstitution.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethod.d.ts +3 -3
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethod.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethodCode.d.ts +3 -3
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethodCode.js +1 -1
- package/dist/models/AirwallexDepositDto.d.ts +11 -11
- package/dist/models/AirwallexDepositDto.js +5 -5
- package/dist/models/AirwallexDepositDtoFee.d.ts +1 -1
- package/dist/models/AirwallexDepositDtoFee.js +1 -1
- package/dist/models/AuBankAccountDetails.d.ts +5 -5
- package/dist/models/AuBankAccountDetails.js +1 -1
- package/dist/models/AuctionBidDto.d.ts +1 -1
- package/dist/models/AuctionBidDto.js +1 -1
- package/dist/models/AuctionBidInput.d.ts +2 -2
- package/dist/models/AuctionBidInput.js +1 -1
- package/dist/models/AuctionBidMetricsDto.d.ts +1 -1
- package/dist/models/AuctionBidMetricsDto.js +1 -1
- package/dist/models/AuctionBuyerDto.d.ts +1 -1
- package/dist/models/AuctionBuyerDto.js +1 -1
- package/dist/models/AuctionBuyerWithTokenDto.d.ts +1 -1
- package/dist/models/AuctionBuyerWithTokenDto.js +1 -1
- package/dist/models/AuctionCommissionByDateRangeDto.d.ts +4 -4
- package/dist/models/AuctionCommissionByDateRangeDto.js +1 -1
- package/dist/models/AuctionConfigurationDto.d.ts +6 -6
- package/dist/models/AuctionConfigurationDto.js +1 -1
- package/dist/models/AuctionDto.d.ts +1 -1
- package/dist/models/AuctionDto.js +1 -1
- package/dist/models/AuctionDurationDto.d.ts +1 -1
- package/dist/models/AuctionDurationDto.js +1 -1
- package/dist/models/AuctionListItemDto.d.ts +1 -1
- package/dist/models/AuctionListItemDto.js +1 -1
- package/dist/models/AuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/AuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/AuctionListItemDtoSellerAccount.d.ts +1 -1
- package/dist/models/AuctionListItemDtoSellerAccount.js +1 -1
- package/dist/models/AuctionsStatsDto.d.ts +1 -1
- package/dist/models/AuctionsStatsDto.js +1 -1
- package/dist/models/BadRequestException.d.ts +4 -4
- package/dist/models/BadRequestException.js +1 -1
- package/dist/models/BatchDeleteBuyerLeadsInput.d.ts +2 -2
- package/dist/models/BatchDeleteBuyerLeadsInput.js +1 -1
- package/dist/models/BatchImportPreviewDto.d.ts +3 -3
- package/dist/models/BatchImportPreviewDto.js +1 -1
- package/dist/models/BatchReadBuyerLeadMessageInput.d.ts +2 -2
- package/dist/models/BatchReadBuyerLeadMessageInput.js +1 -1
- package/dist/models/BatchReadSellerLeadMessageInput.d.ts +2 -2
- package/dist/models/BatchReadSellerLeadMessageInput.js +1 -1
- package/dist/models/BatchUpdateDomainsInput.d.ts +3 -3
- package/dist/models/BatchUpdateDomainsInput.js +1 -1
- package/dist/models/BatchVerifyBuyerLeadsInput.d.ts +2 -2
- package/dist/models/BatchVerifyBuyerLeadsInput.js +1 -1
- package/dist/models/BillingInformationDto.d.ts +8 -8
- package/dist/models/BillingInformationDto.js +1 -1
- package/dist/models/BulkCommissionActionsInput.d.ts +2 -2
- package/dist/models/BulkCommissionActionsInput.js +1 -1
- package/dist/models/BulkCommissionActionsInputActionsInner.d.ts +1 -1
- package/dist/models/BulkCommissionActionsInputActionsInner.js +1 -1
- package/dist/models/BulkDownloadInvoicesInput.d.ts +1 -1
- package/dist/models/BulkDownloadInvoicesInput.js +1 -1
- package/dist/models/BulkMarkBuyerNotificationsAsReadInputDto.d.ts +1 -1
- package/dist/models/BulkMarkBuyerNotificationsAsReadInputDto.js +1 -1
- package/dist/models/BulkMarkNotificationsAsReadInputDto.d.ts +1 -1
- package/dist/models/BulkMarkNotificationsAsReadInputDto.js +1 -1
- package/dist/models/BulkUpdateDomainsWithFiltersInput.d.ts +6 -6
- package/dist/models/BulkUpdateDomainsWithFiltersInput.js +1 -1
- package/dist/models/BuyerAccessTokenDto.d.ts +1 -1
- package/dist/models/BuyerAccessTokenDto.js +1 -1
- package/dist/models/BuyerAuctionDetailDto.d.ts +1 -1
- package/dist/models/BuyerAuctionDetailDto.js +1 -1
- package/dist/models/BuyerAuctionDetailDtoDomain.d.ts +1 -1
- package/dist/models/BuyerAuctionDetailDtoDomain.js +1 -1
- package/dist/models/BuyerAuctionListItemDto.d.ts +1 -1
- package/dist/models/BuyerAuctionListItemDto.js +1 -1
- package/dist/models/BuyerAuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/BuyerAuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/BuyerAuctionListItemDtoSellerAccount.d.ts +1 -1
- package/dist/models/BuyerAuctionListItemDtoSellerAccount.js +1 -1
- package/dist/models/BuyerDomainNameserverItemDto.d.ts +1 -1
- package/dist/models/BuyerDomainNameserverItemDto.js +1 -1
- package/dist/models/BuyerDomainRecordItemDto.d.ts +1 -1
- package/dist/models/BuyerDomainRecordItemDto.js +1 -1
- package/dist/models/BuyerDomainRecordsDto.d.ts +1 -1
- package/dist/models/BuyerDomainRecordsDto.js +1 -1
- package/dist/models/BuyerDomainTransferAuthCodeDto.d.ts +1 -1
- package/dist/models/BuyerDomainTransferAuthCodeDto.js +1 -1
- package/dist/models/BuyerDomainTransferListItemDomainDto.d.ts +7 -7
- package/dist/models/BuyerDomainTransferListItemDomainDto.js +1 -1
- package/dist/models/BuyerDomainTransferListItemDto.d.ts +26 -26
- package/dist/models/BuyerDomainTransferListItemDto.js +13 -13
- package/dist/models/BuyerDto.d.ts +8 -8
- package/dist/models/BuyerDto.js +1 -1
- package/dist/models/BuyerInvoiceDomainDto.d.ts +6 -6
- package/dist/models/BuyerInvoiceDomainDto.js +1 -1
- package/dist/models/BuyerInvoiceDto.d.ts +16 -16
- package/dist/models/BuyerInvoiceDto.js +1 -1
- package/dist/models/BuyerInvoiceSellerAccountDto.d.ts +8 -8
- package/dist/models/BuyerInvoiceSellerAccountDto.js +1 -1
- package/dist/models/BuyerLeadListItemDomainDto.d.ts +1 -1
- package/dist/models/BuyerLeadListItemDomainDto.js +1 -1
- package/dist/models/BuyerLeadListItemDto.d.ts +8 -8
- package/dist/models/BuyerLeadListItemDto.js +1 -1
- package/dist/models/BuyerNotificationAttachmentDto.d.ts +4 -4
- package/dist/models/BuyerNotificationAttachmentDto.js +1 -1
- package/dist/models/BuyerNotificationDto.d.ts +8 -8
- package/dist/models/BuyerNotificationDto.js +1 -1
- package/dist/models/BuyerNotificationListItemDto.d.ts +7 -7
- package/dist/models/BuyerNotificationListItemDto.js +1 -1
- package/dist/models/BuyerNotificationSettingsDto.d.ts +2 -2
- package/dist/models/BuyerNotificationSettingsDto.js +1 -1
- package/dist/models/BuyerSecurityUserDto.d.ts +7 -7
- package/dist/models/BuyerSecurityUserDto.js +1 -1
- package/dist/models/BuyerSessionDto.d.ts +10 -10
- package/dist/models/BuyerSessionDto.js +1 -1
- package/dist/models/BuyerSubscriptionListItemDto.d.ts +18 -18
- package/dist/models/BuyerSubscriptionListItemDto.js +1 -1
- package/dist/models/BuyerSubscriptionListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/BuyerSubscriptionListItemDtoDomainInformation.js +1 -1
- package/dist/models/BuyerTaskDetailsDto.d.ts +3 -3
- package/dist/models/BuyerTaskDetailsDto.js +1 -1
- package/dist/models/CaBankAccountDetails.d.ts +6 -6
- package/dist/models/CaBankAccountDetails.js +1 -1
- package/dist/models/ChallengeRewardBalanceDto.d.ts +1 -1
- package/dist/models/ChallengeRewardBalanceDto.js +1 -1
- package/dist/models/ChangeOrderStatusInput.d.ts +2 -2
- package/dist/models/ChangeOrderStatusInput.js +1 -1
- package/dist/models/ChangeSubscriptionStatusInput.d.ts +2 -2
- package/dist/models/ChangeSubscriptionStatusInput.js +1 -1
- package/dist/models/ChangeUserEmailWithOtpInput.d.ts +3 -3
- package/dist/models/ChangeUserEmailWithOtpInput.js +1 -1
- package/dist/models/ChartDataPoint.d.ts +3 -3
- package/dist/models/ChartDataPoint.js +1 -1
- package/dist/models/CheckDomainsNsInput.d.ts +2 -2
- package/dist/models/CheckDomainsNsInput.js +1 -1
- package/dist/models/CommissionAccountDto.d.ts +4 -4
- package/dist/models/CommissionAccountDto.js +1 -1
- package/dist/models/CommissionAction.d.ts +2 -2
- package/dist/models/CommissionAction.js +2 -2
- package/dist/models/CommissionAddUpdateActionInput.d.ts +1 -1
- package/dist/models/CommissionAddUpdateActionInput.js +1 -1
- package/dist/models/CommissionConfigurationDto.d.ts +1 -1
- package/dist/models/CommissionConfigurationDto.js +1 -1
- package/dist/models/CommissionConfigurationDtoPayload.d.ts +1 -1
- package/dist/models/CommissionConfigurationDtoPayload.js +1 -1
- package/dist/models/CommissionConfigurationInput.d.ts +1 -1
- package/dist/models/CommissionConfigurationInput.js +1 -1
- package/dist/models/CommissionDeleteActionInput.d.ts +1 -1
- package/dist/models/CommissionDeleteActionInput.js +1 -1
- package/dist/models/CommissionDto.d.ts +10 -10
- package/dist/models/CommissionDto.js +1 -1
- package/dist/models/CommissionFactor.d.ts +2 -2
- package/dist/models/CommissionFactor.js +2 -2
- package/dist/models/CommissionListDto.d.ts +2 -2
- package/dist/models/CommissionListDto.js +1 -1
- package/dist/models/CommissionPayloadIdInput.d.ts +2 -2
- package/dist/models/CommissionPayloadIdInput.js +1 -1
- package/dist/models/CommissionPayloadInput.d.ts +10 -10
- package/dist/models/CommissionPayloadInput.js +1 -1
- package/dist/models/CommissionPercentageRangeDto.d.ts +4 -4
- package/dist/models/CommissionPercentageRangeDto.js +1 -1
- package/dist/models/CommissionPercentageRangeInput.d.ts +4 -4
- package/dist/models/CommissionPercentageRangeInput.js +1 -1
- package/dist/models/CommissionReasonConfigDto.d.ts +2 -2
- package/dist/models/CommissionReasonConfigDto.js +1 -1
- package/dist/models/CommissionReasonConfigDtoPayload.d.ts +1 -1
- package/dist/models/CommissionReasonConfigDtoPayload.js +1 -1
- package/dist/models/CommissionReasonDto.d.ts +13 -13
- package/dist/models/CommissionReasonDto.js +1 -1
- package/dist/models/CommissionsStatsDto.d.ts +1 -1
- package/dist/models/CommissionsStatsDto.js +1 -1
- package/dist/models/CompanyInformationDto.d.ts +4 -4
- package/dist/models/CompanyInformationDto.js +1 -1
- package/dist/models/CompanyTaxIdDto.d.ts +4 -4
- package/dist/models/CompanyTaxIdDto.js +1 -1
- package/dist/models/ConflictException.d.ts +4 -4
- package/dist/models/ConflictException.js +1 -1
- package/dist/models/CreateAccountPaymentInput.d.ts +4 -4
- package/dist/models/CreateAccountPaymentInput.js +1 -1
- package/dist/models/CreateAccountPaymentManualTransactionInput.d.ts +1 -1
- package/dist/models/CreateAccountPaymentManualTransactionInput.js +1 -1
- package/dist/models/CreateBankAccountInput.d.ts +3 -3
- package/dist/models/CreateBankAccountInput.js +1 -1
- package/dist/models/CreateBuyerLeadMessageInput.d.ts +2 -2
- package/dist/models/CreateBuyerLeadMessageInput.js +1 -1
- package/dist/models/CreateChallengeInput.d.ts +1 -1
- package/dist/models/CreateChallengeInput.js +1 -1
- package/dist/models/CreateLeadInput.d.ts +23 -23
- package/dist/models/CreateLeadInput.js +17 -17
- package/dist/models/CreateLeadMessageInput.d.ts +2 -2
- package/dist/models/CreateLeadMessageInput.js +1 -1
- package/dist/models/CreateManualLeadInput.d.ts +14 -14
- package/dist/models/CreateManualLeadInput.js +3 -7
- package/dist/models/CreateManualTransactionInput.d.ts +2 -2
- package/dist/models/CreateManualTransactionInput.js +1 -1
- package/dist/models/CreateOrderInput.d.ts +32 -32
- package/dist/models/CreateOrderInput.js +8 -12
- package/dist/models/CreateSubscriptionBillingPeriodicityInput.d.ts +5 -5
- package/dist/models/CreateSubscriptionBillingPeriodicityInput.js +3 -7
- package/dist/models/CreateSubscriptionInput.d.ts +36 -36
- package/dist/models/CreateSubscriptionInput.js +10 -16
- package/dist/models/CreateSubscriptionManualTransactionInput.d.ts +2 -2
- package/dist/models/CreateSubscriptionManualTransactionInput.js +1 -1
- package/dist/models/CursorBasedPageInfo.d.ts +3 -3
- package/dist/models/CursorBasedPageInfo.js +1 -1
- package/dist/models/CursorBasedPaginationResponse.d.ts +10 -4
- package/dist/models/CursorBasedPaginationResponse.js +5 -1
- package/dist/models/DeleteDomainsInput.d.ts +2 -2
- package/dist/models/DeleteDomainsInput.js +1 -1
- package/dist/models/DomainAuctionDto.d.ts +13 -13
- package/dist/models/DomainAuctionDto.js +1 -1
- package/dist/models/DomainCategoryItemDto.d.ts +5 -5
- package/dist/models/DomainCategoryItemDto.js +1 -1
- package/dist/models/DomainExchangeRateDto.d.ts +3 -3
- package/dist/models/DomainExchangeRateDto.js +1 -1
- package/dist/models/DomainFiltersDto.d.ts +1 -1
- package/dist/models/DomainFiltersDto.js +1 -1
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.d.ts +4 -4
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.js +1 -1
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.d.ts +10 -10
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.js +3 -3
- package/dist/models/DomainLockConfigurationDto.d.ts +3 -3
- package/dist/models/DomainLockConfigurationDto.js +1 -1
- package/dist/models/DomainLockDto.d.ts +1 -1
- package/dist/models/DomainLockDto.js +1 -1
- package/dist/models/DomainPricesChangeDto.d.ts +20 -20
- package/dist/models/DomainPricesChangeDto.js +13 -13
- package/dist/models/DomainSalesInformationDto.d.ts +22 -22
- package/dist/models/DomainSalesInformationDto.js +1 -1
- package/dist/models/DomainSalesInformationLeaseToOwnConfigurationDto.d.ts +6 -6
- package/dist/models/DomainSalesInformationLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/DomainSalesInformationRentConfigurationDto.d.ts +3 -3
- package/dist/models/DomainSalesInformationRentConfigurationDto.js +1 -1
- package/dist/models/DomainSellerDto.d.ts +15 -15
- package/dist/models/DomainSellerDto.js +5 -5
- package/dist/models/DomainStatsDto.d.ts +11 -11
- package/dist/models/DomainStatsDto.js +5 -5
- package/dist/models/DomainTldsDto.d.ts +2 -2
- package/dist/models/DomainTldsDto.js +1 -1
- package/dist/models/DomainTransferAgentDto.d.ts +5 -5
- package/dist/models/DomainTransferAgentDto.js +1 -1
- package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.d.ts +6 -6
- package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.js +1 -1
- package/dist/models/DomainTransferDetailWorkflowStepActionDto.d.ts +11 -11
- package/dist/models/DomainTransferDetailWorkflowStepActionDto.js +9 -9
- package/dist/models/DomainTransferDetailWorkflowStepDto.d.ts +16 -16
- package/dist/models/DomainTransferDetailWorkflowStepDto.js +5 -5
- package/dist/models/DomainTransferDetailsAuthCodeDto.d.ts +3 -3
- package/dist/models/DomainTransferDetailsAuthCodeDto.js +1 -1
- package/dist/models/DomainTransferDetailsBuyerDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsBuyerDto.js +1 -1
- package/dist/models/DomainTransferDetailsDomainDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsDomainDto.js +1 -1
- package/dist/models/DomainTransferDetailsDto.d.ts +18 -18
- package/dist/models/DomainTransferDetailsDto.js +5 -5
- package/dist/models/DomainTransferDetailsOrderDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsOrderDto.js +5 -5
- package/dist/models/DomainTransferDetailsSellerDto.d.ts +6 -6
- package/dist/models/DomainTransferDetailsSellerDto.js +1 -1
- package/dist/models/DomainTransferDetailsSellerUserDto.d.ts +5 -5
- package/dist/models/DomainTransferDetailsSellerUserDto.js +1 -1
- package/dist/models/DomainTransferDetailsSubscriptionDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsSubscriptionDto.js +5 -5
- package/dist/models/DomainTransferDetailsValidationDto.d.ts +19 -19
- package/dist/models/DomainTransferDetailsValidationDto.js +9 -9
- package/dist/models/DomainTransferDetailsWorkflowDto.d.ts +4 -4
- package/dist/models/DomainTransferDetailsWorkflowDto.js +1 -1
- package/dist/models/DomainTransferDomainDto.d.ts +7 -7
- package/dist/models/DomainTransferDomainDto.js +1 -1
- package/dist/models/DomainTransferDto.d.ts +11 -11
- package/dist/models/DomainTransferDto.js +1 -1
- package/dist/models/DomainTransferOrderDto.d.ts +6 -6
- package/dist/models/DomainTransferOrderDto.js +1 -1
- package/dist/models/DomainTransferSellerAccountDto.d.ts +7 -7
- package/dist/models/DomainTransferSellerAccountDto.js +1 -1
- package/dist/models/DomainTransferSubscriptionDto.d.ts +6 -6
- package/dist/models/DomainTransferSubscriptionDto.js +1 -1
- package/dist/models/DomainTransferTldInformationDto.d.ts +2 -2
- package/dist/models/DomainTransferTldInformationDto.js +1 -1
- package/dist/models/DomainTransferTldInformationResultDto.d.ts +3 -3
- package/dist/models/DomainTransferTldInformationResultDto.js +1 -1
- package/dist/models/DomainTransferWorkflowDto.d.ts +2 -2
- package/dist/models/DomainTransferWorkflowDto.js +1 -1
- package/dist/models/DomainUrlDto.d.ts +4 -4
- package/dist/models/DomainUrlDto.js +1 -1
- package/dist/models/DomainVerificationStatusDto.d.ts +1 -1
- package/dist/models/DomainVerificationStatusDto.js +1 -1
- package/dist/models/EppBatchUpdateInput.d.ts +11 -11
- package/dist/models/EppBatchUpdateInput.js +3 -7
- package/dist/models/FeatureFlagListItemDto.d.ts +8 -8
- package/dist/models/FeatureFlagListItemDto.js +1 -1
- package/dist/models/FixedCommissionPayloadDto.d.ts +2 -2
- package/dist/models/FixedCommissionPayloadDto.js +1 -1
- package/dist/models/FixedCommissionPayloadInput.d.ts +2 -2
- package/dist/models/FixedCommissionPayloadInput.js +1 -1
- package/dist/models/FixedCommissionReasonPayloadDto.d.ts +2 -2
- package/dist/models/FixedCommissionReasonPayloadDto.js +1 -1
- package/dist/models/ForgotPasswordRequestInput.d.ts +2 -2
- package/dist/models/ForgotPasswordRequestInput.js +1 -1
- package/dist/models/GetAccountChallengeRewardUsagesListDto.d.ts +2 -2
- package/dist/models/GetAccountChallengeRewardUsagesListDto.js +1 -1
- package/dist/models/GetAccountNameshiftCommissionsResponseDto.d.ts +1 -1
- package/dist/models/GetAccountNameshiftCommissionsResponseDto.js +1 -1
- package/dist/models/GetAllAffiliateCommissions200Response.d.ts +1 -1
- package/dist/models/GetAllAffiliateCommissions200Response.js +1 -1
- package/dist/models/GetAllAuctions200Response.d.ts +1 -1
- package/dist/models/GetAllAuctions200Response.js +1 -1
- package/dist/models/GetAllAuctions200Response1.d.ts +1 -1
- package/dist/models/GetAllAuctions200Response1.js +1 -1
- package/dist/models/GetAllDomainTransfers200Response.d.ts +1 -1
- package/dist/models/GetAllDomainTransfers200Response.js +1 -1
- package/dist/models/GetAllFeatureFlags200Response.d.ts +1 -1
- package/dist/models/GetAllFeatureFlags200Response.js +1 -1
- package/dist/models/GetAllInvoices200Response.d.ts +1 -1
- package/dist/models/GetAllInvoices200Response.js +1 -1
- package/dist/models/GetAllOrders200Response.d.ts +1 -1
- package/dist/models/GetAllOrders200Response.js +1 -1
- package/dist/models/GetAllOwnedDomains200Response.d.ts +1 -1
- package/dist/models/GetAllOwnedDomains200Response.js +1 -1
- package/dist/models/GetAllReferrals200Response.d.ts +1 -1
- package/dist/models/GetAllReferrals200Response.js +1 -1
- package/dist/models/GetAllSubscriptions200Response.d.ts +1 -1
- package/dist/models/GetAllSubscriptions200Response.js +1 -1
- package/dist/models/GetAllSubscriptions200Response1.d.ts +1 -1
- package/dist/models/GetAllSubscriptions200Response1.js +1 -1
- package/dist/models/GetBuyerAuctions200Response.d.ts +1 -1
- package/dist/models/GetBuyerAuctions200Response.js +1 -1
- package/dist/models/GetBuyerInvoices200Response.d.ts +1 -1
- package/dist/models/GetBuyerInvoices200Response.js +1 -1
- package/dist/models/GetBuyerLeads200Response.d.ts +1 -1
- package/dist/models/GetBuyerLeads200Response.js +1 -1
- package/dist/models/GetBuyerSubscriptions200Response.d.ts +1 -1
- package/dist/models/GetBuyerSubscriptions200Response.js +1 -1
- package/dist/models/GetBuyerTransfers200Response.d.ts +1 -1
- package/dist/models/GetBuyerTransfers200Response.js +1 -1
- package/dist/models/GetInvoices200Response.d.ts +1 -1
- package/dist/models/GetInvoices200Response.js +1 -1
- package/dist/models/GetMarketingSales200Response.d.ts +1 -1
- package/dist/models/GetMarketingSales200Response.js +1 -1
- package/dist/models/GetSellerChallengesListDto.d.ts +2 -2
- package/dist/models/GetSellerChallengesListDto.js +1 -1
- package/dist/models/GetSellerChallengesListDtoChallengesInner.d.ts +1 -1
- package/dist/models/GetSellerChallengesListDtoChallengesInner.js +1 -1
- package/dist/models/HistoricalMetrics.d.ts +5 -5
- package/dist/models/HistoricalMetrics.js +1 -1
- package/dist/models/HttpException.d.ts +1 -1
- package/dist/models/HttpException.js +1 -1
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +19 -19
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +5 -5
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +52 -53
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +17 -17
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +52 -53
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +17 -17
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +56 -57
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +21 -21
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +51 -51
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +25 -25
- package/dist/models/IntersectionTaskListTaskDto.d.ts +22 -22
- package/dist/models/IntersectionTaskListTaskDto.js +13 -13
- package/dist/models/IntersectionTaskListTaskDtoData.d.ts +2 -2
- package/dist/models/IntersectionTaskListTaskDtoData.js +1 -1
- package/dist/models/InvoiceDomainDto.d.ts +6 -6
- package/dist/models/InvoiceDomainDto.js +1 -1
- package/dist/models/InvoiceDto.d.ts +18 -18
- package/dist/models/InvoiceDto.js +1 -1
- package/dist/models/InvoiceDtoTransaction.d.ts +6 -6
- package/dist/models/InvoiceDtoTransaction.js +1 -1
- package/dist/models/InvoiceItemDto.d.ts +6 -6
- package/dist/models/InvoiceItemDto.js +1 -1
- package/dist/models/InvoiceItemTaxDto.d.ts +10 -10
- package/dist/models/InvoiceItemTaxDto.js +5 -5
- package/dist/models/InvoiceSellerAccountDto.d.ts +8 -8
- package/dist/models/InvoiceSellerAccountDto.js +1 -1
- package/dist/models/InvoiceTransactionDto.d.ts +33 -33
- package/dist/models/InvoiceTransactionDto.js +28 -28
- package/dist/models/LandingPageInput.d.ts +13 -13
- package/dist/models/LandingPageInput.js +1 -1
- package/dist/models/LandingPageSettingsDto.d.ts +13 -13
- package/dist/models/LandingPageSettingsDto.js +1 -1
- package/dist/models/LeadBuyerConfigDto.d.ts +3 -3
- package/dist/models/LeadBuyerConfigDto.js +1 -1
- package/dist/models/LeadDomainDto.d.ts +19 -19
- package/dist/models/LeadDomainDto.js +9 -9
- package/dist/models/LeadDto.d.ts +30 -30
- package/dist/models/LeadDto.js +9 -9
- package/dist/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.d.ts +1 -1
- package/dist/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.js +1 -1
- package/dist/models/LeadLeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/LeadLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/LeadMessageData.d.ts +1 -1
- package/dist/models/LeadMessageData.js +1 -1
- package/dist/models/LeadMessageDataLeaseToOwn.d.ts +1 -1
- package/dist/models/LeadMessageDataLeaseToOwn.js +1 -1
- package/dist/models/LeadMessageDto.d.ts +9 -9
- package/dist/models/LeadMessageDto.js +5 -5
- package/dist/models/LeadOfferDto.d.ts +5 -5
- package/dist/models/LeadOfferDto.js +1 -1
- package/dist/models/LeadOfferExpirationConfigurationDto.d.ts +3 -3
- package/dist/models/LeadOfferExpirationConfigurationDto.js +1 -1
- package/dist/models/LeadOfferExpirationConfigurationInput.d.ts +3 -3
- package/dist/models/LeadOfferExpirationConfigurationInput.js +1 -1
- package/dist/models/LeadOfferExpirationDurationInput.d.ts +3 -3
- package/dist/models/LeadOfferExpirationDurationInput.js +1 -1
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationDto.d.ts +4 -4
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationDto.js +1 -1
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationInput.d.ts +4 -4
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationInput.js +1 -1
- package/dist/models/LeadRentConfigurationDto.d.ts +3 -3
- package/dist/models/LeadRentConfigurationDto.js +1 -1
- package/dist/models/LeadStatusDto.d.ts +2 -2
- package/dist/models/LeadStatusDto.js +1 -1
- package/dist/models/LeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/LeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/LeaseToOwnConfigurationInput.d.ts +4 -4
- package/dist/models/LeaseToOwnConfigurationInput.js +1 -1
- package/dist/models/LeaseToOwnConfigurationPresetsDto.d.ts +4 -4
- package/dist/models/LeaseToOwnConfigurationPresetsDto.js +1 -1
- package/dist/models/LeaseToOwnDto.d.ts +1 -1
- package/dist/models/LeaseToOwnDto.js +1 -1
- package/dist/models/LedgerMutationAttachmentDto.d.ts +3 -3
- package/dist/models/LedgerMutationAttachmentDto.js +1 -1
- package/dist/models/LedgerMutationDto.d.ts +8 -8
- package/dist/models/LedgerMutationDto.js +1 -1
- package/dist/models/LedgerMutationsDto.d.ts +2 -2
- package/dist/models/LedgerMutationsDto.js +1 -1
- package/dist/models/List200Response.d.ts +1 -1
- package/dist/models/List200Response.js +1 -1
- package/dist/models/List200Response1.d.ts +1 -1
- package/dist/models/List200Response1.js +1 -1
- package/dist/models/List200Response2.d.ts +1 -1
- package/dist/models/List200Response2.js +1 -1
- package/dist/models/List200Response3.d.ts +10 -10
- package/dist/models/List200Response3.js +5 -3
- package/dist/models/List200Response4.d.ts +10 -10
- package/dist/models/List200Response4.js +5 -3
- package/dist/models/ListAccountMetricsDto.d.ts +10 -10
- package/dist/models/ListAccountMetricsDto.js +1 -1
- package/dist/models/ListAccountPortfolioSizeDto.d.ts +3 -3
- package/dist/models/ListAccountPortfolioSizeDto.js +1 -1
- package/dist/models/ListAccountUserDto.d.ts +4 -4
- package/dist/models/ListAccountUserDto.js +1 -1
- package/dist/models/ListAccounts200Response.d.ts +1 -1
- package/dist/models/ListAccounts200Response.js +1 -1
- package/dist/models/ListAuctions200Response.d.ts +9 -9
- package/dist/models/ListAuctions200Response.js +5 -3
- package/dist/models/ListBankAccounts200Response.d.ts +1 -1
- package/dist/models/ListBankAccounts200Response.js +1 -1
- package/dist/models/ListBuyerNotifications200Response.d.ts +1 -1
- package/dist/models/ListBuyerNotifications200Response.js +1 -1
- package/dist/models/ListDomains200Response.d.ts +1 -1
- package/dist/models/ListDomains200Response.js +1 -1
- package/dist/models/ListDomainsWithUpdatedPricing200Response.d.ts +9 -9
- package/dist/models/ListDomainsWithUpdatedPricing200Response.js +5 -3
- package/dist/models/ListLeadMessagesDto.d.ts +2 -2
- package/dist/models/ListLeadMessagesDto.js +1 -1
- package/dist/models/ListLeads200Response.d.ts +1 -1
- package/dist/models/ListLeads200Response.js +1 -1
- package/dist/models/ListLeadsResultItem.d.ts +83 -83
- package/dist/models/ListLeadsResultItem.js +47 -47
- package/dist/models/ListNotifications200Response.d.ts +1 -1
- package/dist/models/ListNotifications200Response.js +1 -1
- package/dist/models/ListRelatedLeads200Response.d.ts +1 -1
- package/dist/models/ListRelatedLeads200Response.js +1 -1
- package/dist/models/LockConfigurationInput.d.ts +3 -3
- package/dist/models/LockConfigurationInput.js +1 -1
- package/dist/models/LockDurationDto.d.ts +1 -1
- package/dist/models/LockDurationDto.js +1 -1
- package/dist/models/LockDurationInput.d.ts +3 -3
- package/dist/models/LockDurationInput.js +1 -1
- package/dist/models/LoginDto.d.ts +3 -3
- package/dist/models/LoginDto.js +1 -1
- package/dist/models/LoginInput.d.ts +3 -3
- package/dist/models/LoginInput.js +1 -1
- package/dist/models/MajesticMetrics.d.ts +8 -8
- package/dist/models/MajesticMetrics.js +1 -1
- package/dist/models/MajesticTopicTrustFlow.d.ts +4 -4
- package/dist/models/MajesticTopicTrustFlow.js +1 -1
- package/dist/models/ManualLeadBuyerDto.d.ts +5 -5
- package/dist/models/ManualLeadBuyerDto.js +1 -1
- package/dist/models/ManualLeadLeaseToOwnDto.d.ts +5 -5
- package/dist/models/ManualLeadLeaseToOwnDto.js +1 -1
- package/dist/models/MarketingOrderListItemDto.d.ts +1 -1
- package/dist/models/MarketingOrderListItemDto.js +1 -1
- package/dist/models/MarketingSalesFiltersDto.d.ts +1 -1
- package/dist/models/MarketingSalesFiltersDto.js +1 -1
- package/dist/models/MoneyDecimalDto.d.ts +3 -3
- package/dist/models/MoneyDecimalDto.js +1 -1
- package/dist/models/MoneyDto.d.ts +3 -3
- package/dist/models/MoneyDto.js +1 -1
- package/dist/models/MoneyInput.d.ts +3 -3
- package/dist/models/MoneyInput.js +1 -1
- package/dist/models/MozMetrics.d.ts +6 -6
- package/dist/models/MozMetrics.js +1 -1
- package/dist/models/NotFoundException.d.ts +3 -3
- package/dist/models/NotFoundException.js +1 -1
- package/dist/models/NzBankAccountDetails.d.ts +4 -4
- package/dist/models/NzBankAccountDetails.js +1 -1
- package/dist/models/ObjectId.d.ts +2 -2
- package/dist/models/ObjectId.js +1 -1
- package/dist/models/OrderCompanyInfoDto.d.ts +4 -4
- package/dist/models/OrderCompanyInfoDto.js +1 -1
- package/dist/models/OrderCompanyTaxIdDto.d.ts +4 -4
- package/dist/models/OrderCompanyTaxIdDto.js +1 -1
- package/dist/models/OrderDto.d.ts +49 -49
- package/dist/models/OrderDto.js +25 -25
- package/dist/models/OrderListItemDto.d.ts +24 -24
- package/dist/models/OrderListItemDto.js +1 -1
- package/dist/models/OrderListItemDtoBuyerInformation.d.ts +7 -7
- package/dist/models/OrderListItemDtoBuyerInformation.js +1 -1
- package/dist/models/OrderListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/OrderListItemDtoDomainInformation.js +1 -1
- package/dist/models/OrderListItemDtoSellerAccount.d.ts +7 -7
- package/dist/models/OrderListItemDtoSellerAccount.js +1 -1
- package/dist/models/OrderListItemDtoTransaction.d.ts +6 -6
- package/dist/models/OrderListItemDtoTransaction.js +1 -1
- package/dist/models/OwnedDomainDto.d.ts +19 -19
- package/dist/models/OwnedDomainDto.js +9 -9
- package/dist/models/PageBasedPageInfo.d.ts +3 -3
- package/dist/models/PageBasedPageInfo.js +1 -1
- package/dist/models/PageBasedPaginationResponse.d.ts +12 -6
- package/dist/models/PageBasedPaginationResponse.js +5 -1
- package/dist/models/PaginateResponse.d.ts +1 -1
- package/dist/models/PaginateResponse.js +1 -1
- package/dist/models/PaginateResponseLinks.d.ts +1 -1
- package/dist/models/PaginateResponseLinks.js +1 -1
- package/dist/models/PaginateResponseMeta.d.ts +1 -1
- package/dist/models/PaginateResponseMeta.js +1 -1
- package/dist/models/ParsedDomainDto.d.ts +2 -2
- package/dist/models/ParsedDomainDto.js +1 -1
- package/dist/models/PartnerAuctionDto.d.ts +1 -1
- package/dist/models/PartnerAuctionDto.js +1 -1
- package/dist/models/PartnerDomainFindDto.d.ts +19 -19
- package/dist/models/PartnerDomainFindDto.js +13 -13
- package/dist/models/PayAccountPaymentInput.d.ts +2 -2
- package/dist/models/PayAccountPaymentInput.js +1 -1
- package/dist/models/PaymentMethodsStatsDto.d.ts +1 -1
- package/dist/models/PaymentMethodsStatsDto.js +1 -1
- package/dist/models/PrivateAccountGetMeResponse.d.ts +20 -20
- package/dist/models/PrivateAccountGetMeResponse.js +5 -5
- package/dist/models/PublicAccountInformationDto.d.ts +11 -11
- package/dist/models/PublicAccountInformationDto.js +1 -1
- package/dist/models/PublicAuctionListItemDto.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDto.js +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainMozMetrics.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainMozMetrics.js +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainSeo.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainSeo.js +1 -1
- package/dist/models/PublicDomainDto.d.ts +28 -29
- package/dist/models/PublicDomainDto.js +17 -17
- package/dist/models/PublicDomainDtoAuction.d.ts +3 -3
- package/dist/models/PublicDomainDtoAuction.js +1 -1
- package/dist/models/PublicDomainDtoSeo.d.ts +2 -2
- package/dist/models/PublicDomainDtoSeo.js +1 -1
- package/dist/models/PublicDomainDtoSeoMoz.d.ts +4 -4
- package/dist/models/PublicDomainDtoSeoMoz.js +1 -1
- package/dist/models/PublicLeadBuyerDto.d.ts +1 -1
- package/dist/models/PublicLeadBuyerDto.js +1 -1
- package/dist/models/PublicLeadDto.d.ts +2 -2
- package/dist/models/PublicLeadDto.js +1 -1
- package/dist/models/PublicSaleDto.d.ts +7 -7
- package/dist/models/PublicSaleDto.js +1 -1
- package/dist/models/PublicSalesDto.d.ts +2 -2
- package/dist/models/PublicSalesDto.js +1 -1
- package/dist/models/PutBuyerLeadOfferInput.d.ts +5 -5
- package/dist/models/PutBuyerLeadOfferInput.js +2 -4
- package/dist/models/PutLeadOfferInput.d.ts +5 -5
- package/dist/models/PutLeadOfferInput.js +1 -1
- package/dist/models/RegisterAccountInput.d.ts +27 -27
- package/dist/models/RegisterAccountInput.js +7 -7
- package/dist/models/RegisterAccountPortfolioSizeInput.d.ts +3 -3
- package/dist/models/RegisterAccountPortfolioSizeInput.js +1 -1
- package/dist/models/RegisterAuctionBuyerPhoneInput.d.ts +3 -3
- package/dist/models/RegisterAuctionBuyerPhoneInput.js +1 -1
- package/dist/models/RegisterInput.d.ts +3 -3
- package/dist/models/RegisterInput.js +1 -1
- package/dist/models/RelatedDomainsDto.d.ts +2 -2
- package/dist/models/RelatedDomainsDto.js +1 -1
- package/dist/models/RelatedLeadDto.d.ts +7 -7
- package/dist/models/RelatedLeadDto.js +1 -1
- package/dist/models/RelatedSellerDomain.d.ts +7 -7
- package/dist/models/RelatedSellerDomain.js +1 -1
- package/dist/models/RemoveSubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/RemoveSubscriptionDomainRecordInput.js +1 -1
- package/dist/models/RentConfigurationDto.d.ts +3 -3
- package/dist/models/RentConfigurationDto.js +1 -1
- package/dist/models/RentConfigurationInput.d.ts +3 -3
- package/dist/models/RentConfigurationInput.js +1 -1
- package/dist/models/RentConfigurationPresetsDto.d.ts +2 -2
- package/dist/models/RentConfigurationPresetsDto.js +1 -1
- package/dist/models/RentDto.d.ts +1 -1
- package/dist/models/RentDto.js +1 -1
- package/dist/models/RentIndexationDto.d.ts +8 -8
- package/dist/models/RentIndexationDto.js +1 -1
- package/dist/models/RequestAccessTokenInput.d.ts +4 -4
- package/dist/models/RequestAccessTokenInput.js +2 -4
- package/dist/models/RequestEmailOtpInput.d.ts +3 -3
- package/dist/models/RequestEmailOtpInput.js +1 -1
- package/dist/models/RequestUserEmailChangeOtpInput.d.ts +3 -3
- package/dist/models/RequestUserEmailChangeOtpInput.js +1 -1
- package/dist/models/SalesCountCommissionPayloadDto.d.ts +2 -2
- package/dist/models/SalesCountCommissionPayloadDto.js +1 -1
- package/dist/models/SalesCountCommissionPayloadInput.d.ts +2 -2
- package/dist/models/SalesCountCommissionPayloadInput.js +1 -1
- package/dist/models/SalesCountCommissionReasonPayloadDto.d.ts +2 -2
- package/dist/models/SalesCountCommissionReasonPayloadDto.js +1 -1
- package/dist/models/SeBankAccountDetails.d.ts +7 -7
- package/dist/models/SeBankAccountDetails.js +1 -1
- package/dist/models/SellerAccountReferralListItemDto.d.ts +1 -1
- package/dist/models/SellerAccountReferralListItemDto.js +1 -1
- package/dist/models/SellerAffiliateCommissionDto.d.ts +6 -6
- package/dist/models/SellerAffiliateCommissionDto.js +1 -1
- package/dist/models/SellerAuctionListItemDto.d.ts +4 -4
- package/dist/models/SellerAuctionListItemDto.js +1 -1
- package/dist/models/SellerAuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/SellerAuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/SellerAuctionListItemDtoSellerAccount.d.ts +1 -1
- package/dist/models/SellerAuctionListItemDtoSellerAccount.js +1 -1
- package/dist/models/SellerDomainAffiliateCommissionDto.d.ts +10 -10
- package/dist/models/SellerDomainAffiliateCommissionDto.js +1 -1
- package/dist/models/SellerDomainAffiliateCommissionDtoDomain.d.ts +3 -3
- package/dist/models/SellerDomainAffiliateCommissionDtoDomain.js +1 -1
- package/dist/models/SellerDomainTransferAuthCodeDto.d.ts +3 -3
- package/dist/models/SellerDomainTransferAuthCodeDto.js +1 -1
- package/dist/models/SellerDomainTransferDomainDto.d.ts +7 -7
- package/dist/models/SellerDomainTransferDomainDto.js +1 -1
- package/dist/models/SellerDomainTransferDto.d.ts +12 -12
- package/dist/models/SellerDomainTransferDto.js +5 -5
- package/dist/models/SellerDomainTransferListItemAuthCodeDto.d.ts +3 -3
- package/dist/models/SellerDomainTransferListItemAuthCodeDto.js +1 -1
- package/dist/models/SellerDomainTransferListItemDomainDto.d.ts +7 -7
- package/dist/models/SellerDomainTransferListItemDomainDto.js +1 -1
- package/dist/models/SellerDomainTransferListItemDto.d.ts +13 -13
- package/dist/models/SellerDomainTransferListItemDto.js +5 -5
- package/dist/models/SellerInvoiceDomainDto.d.ts +6 -6
- package/dist/models/SellerInvoiceDomainDto.js +1 -1
- package/dist/models/SellerInvoiceDto.d.ts +16 -16
- package/dist/models/SellerInvoiceDto.js +1 -1
- package/dist/models/SellerInvoiceSellerAccountDto.d.ts +8 -8
- package/dist/models/SellerInvoiceSellerAccountDto.js +1 -1
- package/dist/models/SellerLeadDetails.d.ts +63 -63
- package/dist/models/SellerLeadDetails.js +33 -33
- package/dist/models/SellerPendingPayoutsByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerPendingPayoutsByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SellerSalesByTldStatsItemDto.d.ts +1 -1
- package/dist/models/SellerSalesByTldStatsItemDto.js +1 -1
- package/dist/models/SellerSalesCountStatsItemDto.d.ts +1 -1
- package/dist/models/SellerSalesCountStatsItemDto.js +1 -1
- package/dist/models/SellerScaleChallengeListItemDto.d.ts +1 -1
- package/dist/models/SellerScaleChallengeListItemDto.js +1 -1
- package/dist/models/SellerSecurityUserAccountDto.d.ts +2 -2
- package/dist/models/SellerSecurityUserAccountDto.js +1 -1
- package/dist/models/SellerSecurityUserDto.d.ts +10 -10
- package/dist/models/SellerSecurityUserDto.js +1 -1
- package/dist/models/SellerSubscriptionListItemDto.d.ts +13 -13
- package/dist/models/SellerSubscriptionListItemDto.js +1 -1
- package/dist/models/SellerSubscriptionListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/SellerSubscriptionListItemDtoDomainInformation.js +1 -1
- package/dist/models/SellerTargetChallengeListItemDto.d.ts +1 -1
- package/dist/models/SellerTargetChallengeListItemDto.js +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.d.ts +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.js +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.d.ts +13 -13
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.js +1 -1
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.d.ts +4 -4
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.js +1 -1
- package/dist/models/SeoMetricsDto.d.ts +4 -4
- package/dist/models/SeoMetricsDto.js +1 -1
- package/dist/models/SepaBankAccountDetails.d.ts +5 -5
- package/dist/models/SepaBankAccountDetails.js +1 -1
- package/dist/models/SetDomainTransferConfirmationInput.d.ts +6 -6
- package/dist/models/SetDomainTransferConfirmationInput.js +3 -7
- package/dist/models/SetNewPasswordInput.d.ts +2 -2
- package/dist/models/SetNewPasswordInput.js +1 -1
- package/dist/models/SetPayoutProviderInput.d.ts +2 -2
- package/dist/models/SetPayoutProviderInput.js +1 -1
- package/dist/models/StartAuctionInput.d.ts +1 -1
- package/dist/models/StartAuctionInput.js +1 -1
- package/dist/models/StateDto.d.ts +3 -3
- package/dist/models/StateDto.js +1 -1
- package/dist/models/StatsFilterInputDateRange.d.ts +3 -3
- package/dist/models/StatsFilterInputDateRange.js +1 -1
- package/dist/models/StoreBuyerLocaleInput.d.ts +2 -2
- package/dist/models/StoreBuyerLocaleInput.js +1 -1
- package/dist/models/StoreUserLocaleInput.d.ts +2 -2
- package/dist/models/StoreUserLocaleInput.js +1 -1
- package/dist/models/SubscriptionBillingPeriodicityDto.d.ts +3 -3
- package/dist/models/SubscriptionBillingPeriodicityDto.js +1 -1
- package/dist/models/SubscriptionCompanyInfoDto.d.ts +4 -4
- package/dist/models/SubscriptionCompanyInfoDto.js +1 -1
- package/dist/models/SubscriptionCompanyTaxIdDto.d.ts +4 -4
- package/dist/models/SubscriptionCompanyTaxIdDto.js +1 -1
- package/dist/models/SubscriptionDetailsBillingPeriodicityDto.d.ts +3 -3
- package/dist/models/SubscriptionDetailsBillingPeriodicityDto.js +1 -1
- package/dist/models/SubscriptionDetailsDomainDto.d.ts +6 -6
- package/dist/models/SubscriptionDetailsDomainDto.js +1 -1
- package/dist/models/SubscriptionDetailsDomainSellerDto.d.ts +6 -6
- package/dist/models/SubscriptionDetailsDomainSellerDto.js +1 -1
- package/dist/models/SubscriptionDetailsDomainSellerUserDto.d.ts +5 -5
- package/dist/models/SubscriptionDetailsDomainSellerUserDto.js +1 -1
- package/dist/models/SubscriptionDetailsDto.d.ts +42 -42
- package/dist/models/SubscriptionDetailsDto.js +3 -3
- package/dist/models/SubscriptionDomainDto.d.ts +5 -5
- package/dist/models/SubscriptionDomainDto.js +1 -1
- package/dist/models/SubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/SubscriptionDomainRecordInput.js +1 -1
- package/dist/models/SubscriptionDto.d.ts +50 -50
- package/dist/models/SubscriptionDto.js +17 -17
- package/dist/models/SubscriptionLeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/SubscriptionLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/SubscriptionListItemBillingPeriodicityDto.d.ts +3 -3
- package/dist/models/SubscriptionListItemBillingPeriodicityDto.js +1 -1
- package/dist/models/SubscriptionListItemDto.d.ts +40 -40
- package/dist/models/SubscriptionListItemDto.js +3 -3
- package/dist/models/SubscriptionListItemDtoBuyerInformation.d.ts +7 -7
- package/dist/models/SubscriptionListItemDtoBuyerInformation.js +1 -1
- package/dist/models/SubscriptionListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/SubscriptionListItemDtoDomainInformation.js +1 -1
- package/dist/models/SubscriptionListItemDtoSellerAccount.d.ts +7 -7
- package/dist/models/SubscriptionListItemDtoSellerAccount.js +1 -1
- package/dist/models/SubscriptionListItemDtoTransaction.d.ts +6 -6
- package/dist/models/SubscriptionListItemDtoTransaction.js +1 -1
- package/dist/models/TaskDataChallengeRewardDto.d.ts +2 -2
- package/dist/models/TaskDataChallengeRewardDto.js +1 -1
- package/dist/models/TaskDataDomainTransferDto.d.ts +2 -2
- package/dist/models/TaskDataDomainTransferDto.js +1 -1
- package/dist/models/TaskDetailsDto.d.ts +4 -4
- package/dist/models/TaskDetailsDto.js +1 -1
- package/dist/models/TaskListDomainDto.d.ts +3 -3
- package/dist/models/TaskListDomainDto.js +1 -1
- package/dist/models/TaskListDomainTransferDto.d.ts +2 -2
- package/dist/models/TaskListDomainTransferDto.js +1 -1
- package/dist/models/TaskListLeadDto.d.ts +11 -11
- package/dist/models/TaskListLeadDto.js +1 -1
- package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/TaskListLeadOfferDto.d.ts +5 -5
- package/dist/models/TaskListLeadOfferDto.js +1 -1
- package/dist/models/TaskListLeadRentConfigurationDto.d.ts +3 -3
- package/dist/models/TaskListLeadRentConfigurationDto.js +1 -1
- package/dist/models/TimeTableConfigurationDto.d.ts +3 -3
- package/dist/models/TimeTableConfigurationDto.js +1 -1
- package/dist/models/TimeTableConfigurationInput.d.ts +3 -3
- package/dist/models/TimeTableConfigurationInput.js +1 -1
- package/dist/models/TopAffiliateSellerDto.d.ts +1 -1
- package/dist/models/TopAffiliateSellerDto.js +1 -1
- package/dist/models/TopSellerAccountDto.d.ts +1 -1
- package/dist/models/TopSellerAccountDto.js +1 -1
- package/dist/models/UkBankAccountDetails.d.ts +5 -5
- package/dist/models/UkBankAccountDetails.js +1 -1
- package/dist/models/UpdateAccountBillingInformationInput.d.ts +2 -2
- package/dist/models/UpdateAccountBillingInformationInput.js +1 -1
- package/dist/models/UpdateAccountChallengeRewardBalanceInput.d.ts +2 -2
- package/dist/models/UpdateAccountChallengeRewardBalanceInput.js +1 -1
- package/dist/models/UpdateAuctionMuteStatusInput.d.ts +1 -1
- package/dist/models/UpdateAuctionMuteStatusInput.js +1 -1
- package/dist/models/UpdateBuyerDomainTransferBuyerInfoInput.d.ts +2 -2
- package/dist/models/UpdateBuyerDomainTransferBuyerInfoInput.js +1 -1
- package/dist/models/UpdateBuyerDomainTransferIpsTagInputDto.d.ts +2 -2
- package/dist/models/UpdateBuyerDomainTransferIpsTagInputDto.js +1 -1
- package/dist/models/UpdateBuyerNotificationSettingsInput.d.ts +1 -1
- package/dist/models/UpdateBuyerNotificationSettingsInput.js +1 -1
- package/dist/models/UpdateChallengeInput.d.ts +1 -1
- package/dist/models/UpdateChallengeInput.js +1 -1
- package/dist/models/UpdateDomainInput.d.ts +9 -9
- package/dist/models/UpdateDomainInput.js +1 -1
- package/dist/models/UpdateDomainTransferAuthCodeInput.d.ts +2 -2
- package/dist/models/UpdateDomainTransferAuthCodeInput.js +1 -1
- package/dist/models/UpdateDomainTransferIpsTagInput.d.ts +2 -2
- package/dist/models/UpdateDomainTransferIpsTagInput.js +1 -1
- package/dist/models/UpdateFeatureFlagInput.d.ts +4 -4
- package/dist/models/UpdateFeatureFlagInput.js +1 -1
- package/dist/models/UpdateLeadInput.d.ts +6 -6
- package/dist/models/UpdateLeadInput.js +1 -1
- package/dist/models/UpdateLeadMuteStatusForBuyerInput.d.ts +1 -1
- package/dist/models/UpdateLeadMuteStatusForBuyerInput.js +1 -1
- package/dist/models/UpdateLeadMuteStatusInput.d.ts +1 -1
- package/dist/models/UpdateLeadMuteStatusInput.js +1 -1
- package/dist/models/UpdateLeaseToOwnConfigurationDto.d.ts +1 -1
- package/dist/models/UpdateLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/UpdateOrderInput.d.ts +13 -13
- package/dist/models/UpdateOrderInput.js +1 -1
- package/dist/models/UpdateRentConfigurationDto.d.ts +1 -1
- package/dist/models/UpdateRentConfigurationDto.js +1 -1
- package/dist/models/UpdateSubscriptionBillingPeriodicityInput.d.ts +3 -3
- package/dist/models/UpdateSubscriptionBillingPeriodicityInput.js +1 -1
- package/dist/models/UpdateSubscriptionDomainNameserversInput.d.ts +1 -1
- package/dist/models/UpdateSubscriptionDomainNameserversInput.js +1 -1
- package/dist/models/UpdateSubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/UpdateSubscriptionDomainRecordInput.js +1 -1
- package/dist/models/UpdateSubscriptionInput.d.ts +15 -15
- package/dist/models/UpdateSubscriptionInput.js +1 -1
- package/dist/models/UpdateTaskMuteStatusForBuyerInput.d.ts +1 -1
- package/dist/models/UpdateTaskMuteStatusForBuyerInput.js +1 -1
- package/dist/models/UpdateTaskMuteStatusInput.d.ts +1 -1
- package/dist/models/UpdateTaskMuteStatusInput.js +1 -1
- package/dist/models/UpdateUserNotificationSettingsInput.d.ts +1 -1
- package/dist/models/UpdateUserNotificationSettingsInput.js +1 -1
- package/dist/models/UsBankAccountDetails.d.ts +5 -5
- package/dist/models/UsBankAccountDetails.js +1 -1
- package/dist/models/UserNotificationAttachmentDto.d.ts +4 -4
- package/dist/models/UserNotificationAttachmentDto.js +1 -1
- package/dist/models/UserNotificationDto.d.ts +8 -8
- package/dist/models/UserNotificationDto.js +1 -1
- package/dist/models/UserNotificationListItemDto.d.ts +7 -7
- package/dist/models/UserNotificationListItemDto.js +1 -1
- package/dist/models/UserNotificationSettingsDto.d.ts +16 -16
- package/dist/models/UserNotificationSettingsDto.js +1 -1
- package/dist/models/UserPasswordResetDto.d.ts +3 -3
- package/dist/models/UserPasswordResetDto.js +1 -1
- package/dist/models/ValidateTaxNumberDto.d.ts +1 -1
- package/dist/models/ValidateTaxNumberDto.js +1 -1
- package/dist/models/ValidateTaxNumberInput.d.ts +4 -4
- package/dist/models/ValidateTaxNumberInput.js +1 -1
- package/dist/models/ValidationError.d.ts +4 -4
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/ValidationException.d.ts +1 -1
- package/dist/models/ValidationException.js +1 -1
- package/dist/models/VerifyEmailOtpInput.d.ts +3 -3
- package/dist/models/VerifyEmailOtpInput.js +1 -1
- package/dist/models/VerifyLeadInput.d.ts +2 -2
- package/dist/models/VerifyLeadInput.js +1 -1
- package/dist/models/VerifyPhoneOtpInput.d.ts +2 -2
- package/dist/models/VerifyPhoneOtpInput.js +1 -1
- package/dist/models/WithSettingsInner.d.ts +25 -25
- package/dist/models/WithSettingsInner.js +1 -1
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/AccountsApi.ts +77 -35
- package/src/apis/AccountsPublicApi.ts +9 -5
- package/src/apis/AddressPublicApi.ts +3 -1
- package/src/apis/AdminApi.ts +371 -148
- package/src/apis/AuctionsApi.ts +20 -6
- package/src/apis/AuctionsPublicApi.ts +15 -14
- package/src/apis/BankAccountsApi.ts +21 -11
- package/src/apis/BuyersApi.ts +227 -99
- package/src/apis/BuyersPublicApi.ts +17 -9
- package/src/apis/ChallengesApi.ts +16 -7
- package/src/apis/DomainTransfersApi.ts +5 -3
- package/src/apis/DomainsApi.ts +136 -52
- package/src/apis/DomainsPublicApi.ts +29 -29
- package/src/apis/EppApi.ts +5 -3
- package/src/apis/InvoicesApi.ts +29 -8
- package/src/apis/LeadsApi.ts +99 -41
- package/src/apis/LeadsPublicApi.ts +25 -13
- package/src/apis/MarketingApi.ts +20 -6
- package/src/apis/NotificationsApi.ts +24 -10
- package/src/apis/OrdersPublicApi.ts +17 -9
- package/src/apis/PartnerApi.ts +13 -7
- package/src/apis/SalesPublicApi.ts +3 -1
- package/src/apis/StatsApi.ts +29 -15
- package/src/apis/SubscriptionsApi.ts +16 -4
- package/src/apis/SubscriptionsPublicApi.ts +13 -7
- package/src/apis/TasksApi.ts +24 -8
- package/src/apis/TaxPublicApi.ts +3 -1
- package/src/apis/UsersApi.ts +21 -11
- package/src/apis/UsersPublicApi.ts +17 -9
- package/src/apis/index.ts +0 -4
- package/src/models/AccountAliasDto.ts +3 -3
- package/src/models/AccountAliasInput.ts +2 -2
- package/src/models/AccountBankAccountDto.ts +5 -5
- package/src/models/AccountBankAccountDtoDetails.ts +2 -2
- package/src/models/AccountChallengeRewardUsageListItemDto.ts +1 -1
- package/src/models/AccountChallengeRewardUsageListItemDtoMetadata.ts +1 -1
- package/src/models/AccountCommissionByDateRangeDto.ts +4 -4
- package/src/models/AccountCountryStatsDto.ts +1 -1
- package/src/models/AccountDto.ts +19 -19
- package/src/models/AccountMetricsDto.ts +8 -8
- package/src/models/AccountNameshiftCommissionBySubtypeDto.ts +4 -4
- package/src/models/AccountNameshiftCommissionBySubtypePercentagesDto.ts +1 -1
- package/src/models/AccountNameshiftCommissionByTypeDto.ts +2 -2
- package/src/models/AccountNameshiftCommissionItemDto.ts +1 -1
- package/src/models/AccountNameshiftCommissionReasonDto.ts +12 -12
- package/src/models/AccountNameshiftCommissionSubtypeCurrentDto.ts +1 -1
- package/src/models/AccountNotificationDto.ts +5 -5
- package/src/models/AccountNotificationReadStatusDto.ts +6 -6
- package/src/models/AccountOnboardingDto.ts +5 -5
- package/src/models/AccountOnboardingSessionDto.ts +1 -1
- package/src/models/AccountPaymentDto.ts +19 -19
- package/src/models/AccountPaymentMethodDto.ts +10 -10
- package/src/models/AccountPaymentMethodProfileDto.ts +7 -7
- package/src/models/AccountPayoutDto.ts +3 -3
- package/src/models/AccountSettingsAffiliateCommissionDto.ts +6 -6
- package/src/models/AccountSettingsAffiliateCommissionReferralDuration.ts +3 -3
- package/src/models/AccountSettingsAffiliateDto.ts +7 -7
- package/src/models/AccountSettingsAliasDto.ts +3 -3
- package/src/models/AccountSettingsDto.ts +14 -14
- package/src/models/AccountSettingsInput.ts +15 -15
- package/src/models/AccountSettingsLeaseToOwnConfigurationDto.ts +13 -13
- package/src/models/AccountSettingsRentConfigurationDto.ts +2 -2
- package/src/models/AccountSettingsSidnDto.ts +2 -2
- package/src/models/AccountsStatsDto.ts +1 -1
- package/src/models/AddSubscriptionDomainRecordInput.ts +1 -1
- package/src/models/AddressDto.ts +8 -8
- package/src/models/AdminAccountCommissionByDateRangeInput.ts +4 -4
- package/src/models/AdminAccountLoginDto.ts +2 -2
- package/src/models/AdminAccountSettingsAffiliateCommissionInput.ts +6 -6
- package/src/models/AdminAccountSettingsAffiliateInput.ts +7 -7
- package/src/models/AdminAccountSettingsAffiliateReferralDurationInput.ts +3 -3
- package/src/models/AdminAccountSettingsInput.ts +10 -10
- package/src/models/AdminAuctionCommissionByDateRangeInput.ts +4 -4
- package/src/models/AdminAuctionConfigurationInput.ts +6 -6
- package/src/models/AdminBankAccountDto.ts +4 -4
- package/src/models/AdminBuyerLoginDto.ts +2 -2
- package/src/models/AdminChallengeListDto.ts +2 -2
- package/src/models/AdminChallengeListItemDto.ts +1 -1
- package/src/models/AdminCompanyStatsDto.ts +2 -2
- package/src/models/AdminCompanyStatsLedger.ts +8 -8
- package/src/models/AdminDashboardStatsDto.ts +1 -1
- package/src/models/AdminDomainListItemDto.ts +64 -65
- package/src/models/AdminGetAllDomainTransfers200Response.ts +1 -1
- package/src/models/AdminLeadListItemBuyerDto.ts +23 -23
- package/src/models/AdminLeadListItemDomainDto.ts +4 -4
- package/src/models/AdminLeadListItemDto.ts +47 -47
- package/src/models/AdminListAccountDto.ts +68 -68
- package/src/models/AdminVerificationDepositDto.ts +3 -3
- package/src/models/AffiliatesStatsDto.ts +1 -1
- package/src/models/AggregatedPaginationResponse.ts +2 -2
- package/src/models/AirwallexBankAccountDetailsDto.ts +7 -7
- package/src/models/AirwallexBankAccountDetailsDtoInstitution.ts +5 -5
- package/src/models/AirwallexBankAccountDetailsDtoLocalMethod.ts +3 -3
- package/src/models/AirwallexBankAccountDetailsDtoLocalMethodCode.ts +3 -3
- package/src/models/AirwallexDepositDto.ts +14 -14
- package/src/models/AirwallexDepositDtoFee.ts +1 -1
- package/src/models/AuBankAccountDetails.ts +5 -5
- package/src/models/AuctionBidDto.ts +1 -1
- package/src/models/AuctionBidInput.ts +2 -2
- package/src/models/AuctionBidMetricsDto.ts +1 -1
- package/src/models/AuctionBuyerDto.ts +1 -1
- package/src/models/AuctionBuyerWithTokenDto.ts +1 -1
- package/src/models/AuctionCommissionByDateRangeDto.ts +4 -4
- package/src/models/AuctionConfigurationDto.ts +6 -6
- package/src/models/AuctionDto.ts +1 -1
- package/src/models/AuctionDurationDto.ts +1 -1
- package/src/models/AuctionListItemDto.ts +1 -1
- package/src/models/AuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/AuctionListItemDtoSellerAccount.ts +1 -1
- package/src/models/AuctionsStatsDto.ts +1 -1
- package/src/models/BadRequestException.ts +4 -4
- package/src/models/BatchDeleteBuyerLeadsInput.ts +2 -2
- package/src/models/BatchImportPreviewDto.ts +3 -3
- package/src/models/BatchReadBuyerLeadMessageInput.ts +2 -2
- package/src/models/BatchReadSellerLeadMessageInput.ts +2 -2
- package/src/models/BatchUpdateDomainsInput.ts +3 -3
- package/src/models/BatchVerifyBuyerLeadsInput.ts +2 -2
- package/src/models/BillingInformationDto.ts +8 -8
- package/src/models/BulkCommissionActionsInput.ts +2 -2
- package/src/models/BulkCommissionActionsInputActionsInner.ts +1 -1
- package/src/models/BulkDownloadInvoicesInput.ts +1 -1
- package/src/models/BulkMarkBuyerNotificationsAsReadInputDto.ts +1 -1
- package/src/models/BulkMarkNotificationsAsReadInputDto.ts +1 -1
- package/src/models/BulkUpdateDomainsWithFiltersInput.ts +6 -6
- package/src/models/BuyerAccessTokenDto.ts +1 -1
- package/src/models/BuyerAuctionDetailDto.ts +1 -1
- package/src/models/BuyerAuctionDetailDtoDomain.ts +1 -1
- package/src/models/BuyerAuctionListItemDto.ts +1 -1
- package/src/models/BuyerAuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/BuyerAuctionListItemDtoSellerAccount.ts +1 -1
- package/src/models/BuyerDomainNameserverItemDto.ts +1 -1
- package/src/models/BuyerDomainRecordItemDto.ts +1 -1
- package/src/models/BuyerDomainRecordsDto.ts +1 -1
- package/src/models/BuyerDomainTransferAuthCodeDto.ts +1 -1
- package/src/models/BuyerDomainTransferListItemDomainDto.ts +7 -7
- package/src/models/BuyerDomainTransferListItemDto.ts +35 -35
- package/src/models/BuyerDto.ts +8 -8
- package/src/models/BuyerInvoiceDomainDto.ts +6 -6
- package/src/models/BuyerInvoiceDto.ts +16 -16
- package/src/models/BuyerInvoiceSellerAccountDto.ts +8 -8
- package/src/models/BuyerLeadListItemDomainDto.ts +1 -1
- package/src/models/BuyerLeadListItemDto.ts +8 -8
- package/src/models/BuyerNotificationAttachmentDto.ts +4 -4
- package/src/models/BuyerNotificationDto.ts +8 -8
- package/src/models/BuyerNotificationListItemDto.ts +7 -7
- package/src/models/BuyerNotificationSettingsDto.ts +2 -2
- package/src/models/BuyerSecurityUserDto.ts +7 -7
- package/src/models/BuyerSessionDto.ts +10 -10
- package/src/models/BuyerSubscriptionListItemDto.ts +18 -18
- package/src/models/BuyerSubscriptionListItemDtoDomainInformation.ts +4 -4
- package/src/models/BuyerTaskDetailsDto.ts +3 -3
- package/src/models/CaBankAccountDetails.ts +6 -6
- package/src/models/ChallengeRewardBalanceDto.ts +1 -1
- package/src/models/ChangeOrderStatusInput.ts +2 -2
- package/src/models/ChangeSubscriptionStatusInput.ts +2 -2
- package/src/models/ChangeUserEmailWithOtpInput.ts +3 -3
- package/src/models/ChartDataPoint.ts +3 -3
- package/src/models/CheckDomainsNsInput.ts +2 -2
- package/src/models/CommissionAccountDto.ts +4 -4
- package/src/models/CommissionAction.ts +2 -2
- package/src/models/CommissionAddUpdateActionInput.ts +1 -1
- package/src/models/CommissionConfigurationDto.ts +1 -1
- package/src/models/CommissionConfigurationDtoPayload.ts +1 -1
- package/src/models/CommissionConfigurationInput.ts +1 -1
- package/src/models/CommissionDeleteActionInput.ts +1 -1
- package/src/models/CommissionDto.ts +10 -10
- package/src/models/CommissionFactor.ts +2 -2
- package/src/models/CommissionListDto.ts +2 -2
- package/src/models/CommissionPayloadIdInput.ts +2 -2
- package/src/models/CommissionPayloadInput.ts +10 -10
- package/src/models/CommissionPercentageRangeDto.ts +4 -4
- package/src/models/CommissionPercentageRangeInput.ts +4 -4
- package/src/models/CommissionReasonConfigDto.ts +2 -2
- package/src/models/CommissionReasonConfigDtoPayload.ts +1 -1
- package/src/models/CommissionReasonDto.ts +13 -13
- package/src/models/CommissionsStatsDto.ts +1 -1
- package/src/models/CompanyInformationDto.ts +4 -4
- package/src/models/CompanyTaxIdDto.ts +4 -4
- package/src/models/ConflictException.ts +4 -4
- package/src/models/CreateAccountPaymentInput.ts +4 -4
- package/src/models/CreateAccountPaymentManualTransactionInput.ts +1 -1
- package/src/models/CreateBankAccountInput.ts +3 -3
- package/src/models/CreateBuyerLeadMessageInput.ts +2 -2
- package/src/models/CreateChallengeInput.ts +1 -1
- package/src/models/CreateLeadInput.ts +36 -36
- package/src/models/CreateLeadMessageInput.ts +2 -2
- package/src/models/CreateManualLeadInput.ts +16 -18
- package/src/models/CreateManualTransactionInput.ts +2 -2
- package/src/models/CreateOrderInput.ts +39 -41
- package/src/models/CreateSubscriptionBillingPeriodicityInput.ts +7 -9
- package/src/models/CreateSubscriptionInput.ts +45 -48
- package/src/models/CreateSubscriptionManualTransactionInput.ts +2 -2
- package/src/models/CursorBasedPageInfo.ts +3 -3
- package/src/models/CursorBasedPaginationResponse.ts +13 -4
- package/src/models/DeleteDomainsInput.ts +2 -2
- package/src/models/DomainAuctionDto.ts +13 -13
- package/src/models/DomainCategoryItemDto.ts +5 -5
- package/src/models/DomainExchangeRateDto.ts +3 -3
- package/src/models/DomainFiltersDto.ts +1 -1
- package/src/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.ts +4 -4
- package/src/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.ts +12 -12
- package/src/models/DomainLockConfigurationDto.ts +3 -3
- package/src/models/DomainLockDto.ts +1 -1
- package/src/models/DomainPricesChangeDto.ts +29 -29
- package/src/models/DomainSalesInformationDto.ts +22 -22
- package/src/models/DomainSalesInformationLeaseToOwnConfigurationDto.ts +6 -6
- package/src/models/DomainSalesInformationRentConfigurationDto.ts +3 -3
- package/src/models/DomainSellerDto.ts +18 -18
- package/src/models/DomainStatsDto.ts +14 -14
- package/src/models/DomainTldsDto.ts +2 -2
- package/src/models/DomainTransferAgentDto.ts +5 -5
- package/src/models/DomainTransferDetailSellerPayoutInvoiceDto.ts +6 -6
- package/src/models/DomainTransferDetailWorkflowStepActionDto.ts +17 -17
- package/src/models/DomainTransferDetailWorkflowStepDto.ts +19 -19
- package/src/models/DomainTransferDetailsAuthCodeDto.ts +3 -3
- package/src/models/DomainTransferDetailsBuyerDto.ts +8 -8
- package/src/models/DomainTransferDetailsDomainDto.ts +8 -8
- package/src/models/DomainTransferDetailsDto.ts +21 -21
- package/src/models/DomainTransferDetailsOrderDto.ts +11 -11
- package/src/models/DomainTransferDetailsSellerDto.ts +6 -6
- package/src/models/DomainTransferDetailsSellerUserDto.ts +5 -5
- package/src/models/DomainTransferDetailsSubscriptionDto.ts +11 -11
- package/src/models/DomainTransferDetailsValidationDto.ts +25 -25
- package/src/models/DomainTransferDetailsWorkflowDto.ts +4 -4
- package/src/models/DomainTransferDomainDto.ts +7 -7
- package/src/models/DomainTransferDto.ts +11 -11
- package/src/models/DomainTransferOrderDto.ts +6 -6
- package/src/models/DomainTransferSellerAccountDto.ts +7 -7
- package/src/models/DomainTransferSubscriptionDto.ts +6 -6
- package/src/models/DomainTransferTldInformationDto.ts +2 -2
- package/src/models/DomainTransferTldInformationResultDto.ts +3 -3
- package/src/models/DomainTransferWorkflowDto.ts +2 -2
- package/src/models/DomainUrlDto.ts +4 -4
- package/src/models/DomainVerificationStatusDto.ts +1 -1
- package/src/models/EppBatchUpdateInput.ts +13 -15
- package/src/models/FeatureFlagListItemDto.ts +8 -8
- package/src/models/FixedCommissionPayloadDto.ts +2 -2
- package/src/models/FixedCommissionPayloadInput.ts +2 -2
- package/src/models/FixedCommissionReasonPayloadDto.ts +2 -2
- package/src/models/ForgotPasswordRequestInput.ts +2 -2
- package/src/models/GetAccountChallengeRewardUsagesListDto.ts +2 -2
- package/src/models/GetAccountNameshiftCommissionsResponseDto.ts +1 -1
- package/src/models/GetAllAffiliateCommissions200Response.ts +1 -1
- package/src/models/GetAllAuctions200Response.ts +1 -1
- package/src/models/GetAllAuctions200Response1.ts +1 -1
- package/src/models/GetAllDomainTransfers200Response.ts +1 -1
- package/src/models/GetAllFeatureFlags200Response.ts +1 -1
- package/src/models/GetAllInvoices200Response.ts +1 -1
- package/src/models/GetAllOrders200Response.ts +1 -1
- package/src/models/GetAllOwnedDomains200Response.ts +1 -1
- package/src/models/GetAllReferrals200Response.ts +1 -1
- package/src/models/GetAllSubscriptions200Response.ts +1 -1
- package/src/models/GetAllSubscriptions200Response1.ts +1 -1
- package/src/models/GetBuyerAuctions200Response.ts +1 -1
- package/src/models/GetBuyerInvoices200Response.ts +1 -1
- package/src/models/GetBuyerLeads200Response.ts +1 -1
- package/src/models/GetBuyerSubscriptions200Response.ts +1 -1
- package/src/models/GetBuyerTransfers200Response.ts +1 -1
- package/src/models/GetInvoices200Response.ts +1 -1
- package/src/models/GetMarketingSales200Response.ts +1 -1
- package/src/models/GetSellerChallengesListDto.ts +2 -2
- package/src/models/GetSellerChallengesListDtoChallengesInner.ts +1 -1
- package/src/models/HistoricalMetrics.ts +5 -5
- package/src/models/HttpException.ts +1 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +22 -22
- package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +64 -65
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +64 -65
- package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +71 -72
- package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +69 -69
- package/src/models/IntersectionTaskListTaskDto.ts +31 -31
- package/src/models/IntersectionTaskListTaskDtoData.ts +2 -2
- package/src/models/InvoiceDomainDto.ts +6 -6
- package/src/models/InvoiceDto.ts +18 -18
- package/src/models/InvoiceDtoTransaction.ts +6 -6
- package/src/models/InvoiceItemDto.ts +6 -6
- package/src/models/InvoiceItemTaxDto.ts +13 -13
- package/src/models/InvoiceSellerAccountDto.ts +8 -8
- package/src/models/InvoiceTransactionDto.ts +41 -41
- package/src/models/LandingPageInput.ts +13 -13
- package/src/models/LandingPageSettingsDto.ts +13 -13
- package/src/models/LeadBuyerConfigDto.ts +3 -3
- package/src/models/LeadDomainDto.ts +25 -25
- package/src/models/LeadDto.ts +36 -36
- package/src/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.ts +1 -1
- package/src/models/LeadLeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/LeadMessageData.ts +1 -1
- package/src/models/LeadMessageDataLeaseToOwn.ts +1 -1
- package/src/models/LeadMessageDto.ts +12 -12
- package/src/models/LeadOfferDto.ts +5 -5
- package/src/models/LeadOfferExpirationConfigurationDto.ts +3 -3
- package/src/models/LeadOfferExpirationConfigurationInput.ts +3 -3
- package/src/models/LeadOfferExpirationDurationInput.ts +3 -3
- package/src/models/LeadPriceNegotiatorAiAgentConfigurationDto.ts +4 -4
- package/src/models/LeadPriceNegotiatorAiAgentConfigurationInput.ts +4 -4
- package/src/models/LeadRentConfigurationDto.ts +3 -3
- package/src/models/LeadStatusDto.ts +2 -2
- package/src/models/LeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/LeaseToOwnConfigurationInput.ts +4 -4
- package/src/models/LeaseToOwnConfigurationPresetsDto.ts +4 -4
- package/src/models/LeaseToOwnDto.ts +1 -1
- package/src/models/LedgerMutationAttachmentDto.ts +3 -3
- package/src/models/LedgerMutationDto.ts +8 -8
- package/src/models/LedgerMutationsDto.ts +2 -2
- package/src/models/List200Response.ts +1 -1
- package/src/models/List200Response1.ts +1 -1
- package/src/models/List200Response2.ts +1 -1
- package/src/models/List200Response3.ts +13 -12
- package/src/models/List200Response4.ts +13 -12
- package/src/models/ListAccountMetricsDto.ts +10 -10
- package/src/models/ListAccountPortfolioSizeDto.ts +3 -3
- package/src/models/ListAccountUserDto.ts +4 -4
- package/src/models/ListAccounts200Response.ts +1 -1
- package/src/models/ListAuctions200Response.ts +12 -11
- package/src/models/ListBankAccounts200Response.ts +1 -1
- package/src/models/ListBuyerNotifications200Response.ts +1 -1
- package/src/models/ListDomains200Response.ts +1 -1
- package/src/models/ListDomainsWithUpdatedPricing200Response.ts +12 -11
- package/src/models/ListLeadMessagesDto.ts +2 -2
- package/src/models/ListLeads200Response.ts +1 -1
- package/src/models/ListLeadsResultItem.ts +111 -111
- package/src/models/ListNotifications200Response.ts +1 -1
- package/src/models/ListRelatedLeads200Response.ts +1 -1
- package/src/models/LockConfigurationInput.ts +3 -3
- package/src/models/LockDurationDto.ts +1 -1
- package/src/models/LockDurationInput.ts +3 -3
- package/src/models/LoginDto.ts +3 -3
- package/src/models/LoginInput.ts +3 -3
- package/src/models/MajesticMetrics.ts +8 -8
- package/src/models/MajesticTopicTrustFlow.ts +4 -4
- package/src/models/ManualLeadBuyerDto.ts +5 -5
- package/src/models/ManualLeadLeaseToOwnDto.ts +5 -5
- package/src/models/MarketingOrderListItemDto.ts +1 -1
- package/src/models/MarketingSalesFiltersDto.ts +1 -1
- package/src/models/MoneyDecimalDto.ts +3 -3
- package/src/models/MoneyDto.ts +3 -3
- package/src/models/MoneyInput.ts +3 -3
- package/src/models/MozMetrics.ts +6 -6
- package/src/models/NotFoundException.ts +3 -3
- package/src/models/NzBankAccountDetails.ts +4 -4
- package/src/models/ObjectId.ts +2 -2
- package/src/models/OrderCompanyInfoDto.ts +4 -4
- package/src/models/OrderCompanyTaxIdDto.ts +4 -4
- package/src/models/OrderDto.ts +62 -62
- package/src/models/OrderListItemDto.ts +24 -24
- package/src/models/OrderListItemDtoBuyerInformation.ts +7 -7
- package/src/models/OrderListItemDtoDomainInformation.ts +4 -4
- package/src/models/OrderListItemDtoSellerAccount.ts +7 -7
- package/src/models/OrderListItemDtoTransaction.ts +6 -6
- package/src/models/OwnedDomainDto.ts +25 -25
- package/src/models/PageBasedPageInfo.ts +3 -3
- package/src/models/PageBasedPaginationResponse.ts +15 -6
- package/src/models/PaginateResponse.ts +1 -1
- package/src/models/PaginateResponseLinks.ts +1 -1
- package/src/models/PaginateResponseMeta.ts +1 -1
- package/src/models/ParsedDomainDto.ts +2 -2
- package/src/models/PartnerAuctionDto.ts +1 -1
- package/src/models/PartnerDomainFindDto.ts +28 -28
- package/src/models/PayAccountPaymentInput.ts +2 -2
- package/src/models/PaymentMethodsStatsDto.ts +1 -1
- package/src/models/PrivateAccountGetMeResponse.ts +23 -23
- package/src/models/PublicAccountInformationDto.ts +11 -11
- package/src/models/PublicAuctionListItemDto.ts +1 -1
- package/src/models/PublicAuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/PublicAuctionListItemDtoDomainMozMetrics.ts +1 -1
- package/src/models/PublicAuctionListItemDtoDomainSeo.ts +1 -1
- package/src/models/PublicDomainDto.ts +40 -41
- package/src/models/PublicDomainDtoAuction.ts +3 -3
- package/src/models/PublicDomainDtoSeo.ts +2 -2
- package/src/models/PublicDomainDtoSeoMoz.ts +4 -4
- package/src/models/PublicLeadBuyerDto.ts +1 -1
- package/src/models/PublicLeadDto.ts +2 -2
- package/src/models/PublicSaleDto.ts +7 -7
- package/src/models/PublicSalesDto.ts +2 -2
- package/src/models/PutBuyerLeadOfferInput.ts +6 -7
- package/src/models/PutLeadOfferInput.ts +5 -5
- package/src/models/RegisterAccountInput.ts +33 -33
- package/src/models/RegisterAccountPortfolioSizeInput.ts +3 -3
- package/src/models/RegisterAuctionBuyerPhoneInput.ts +3 -3
- package/src/models/RegisterInput.ts +3 -3
- package/src/models/RelatedDomainsDto.ts +2 -2
- package/src/models/RelatedLeadDto.ts +7 -7
- package/src/models/RelatedSellerDomain.ts +7 -7
- package/src/models/RemoveSubscriptionDomainRecordInput.ts +1 -1
- package/src/models/RentConfigurationDto.ts +3 -3
- package/src/models/RentConfigurationInput.ts +3 -3
- package/src/models/RentConfigurationPresetsDto.ts +2 -2
- package/src/models/RentDto.ts +1 -1
- package/src/models/RentIndexationDto.ts +8 -8
- package/src/models/RequestAccessTokenInput.ts +5 -6
- package/src/models/RequestEmailOtpInput.ts +3 -3
- package/src/models/RequestUserEmailChangeOtpInput.ts +3 -3
- package/src/models/SalesCountCommissionPayloadDto.ts +2 -2
- package/src/models/SalesCountCommissionPayloadInput.ts +2 -2
- package/src/models/SalesCountCommissionReasonPayloadDto.ts +2 -2
- package/src/models/SeBankAccountDetails.ts +7 -7
- package/src/models/SellerAccountReferralListItemDto.ts +1 -1
- package/src/models/SellerAffiliateCommissionDto.ts +6 -6
- package/src/models/SellerAuctionListItemDto.ts +4 -4
- package/src/models/SellerAuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/SellerAuctionListItemDtoSellerAccount.ts +1 -1
- package/src/models/SellerDomainAffiliateCommissionDto.ts +10 -10
- package/src/models/SellerDomainAffiliateCommissionDtoDomain.ts +3 -3
- package/src/models/SellerDomainTransferAuthCodeDto.ts +3 -3
- package/src/models/SellerDomainTransferDomainDto.ts +7 -7
- package/src/models/SellerDomainTransferDto.ts +15 -15
- package/src/models/SellerDomainTransferListItemAuthCodeDto.ts +3 -3
- package/src/models/SellerDomainTransferListItemDomainDto.ts +7 -7
- package/src/models/SellerDomainTransferListItemDto.ts +16 -16
- package/src/models/SellerInvoiceDomainDto.ts +6 -6
- package/src/models/SellerInvoiceDto.ts +16 -16
- package/src/models/SellerInvoiceSellerAccountDto.ts +8 -8
- package/src/models/SellerLeadDetails.ts +87 -87
- package/src/models/SellerPendingPayoutsByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SellerSalesByTldStatsItemDto.ts +1 -1
- package/src/models/SellerSalesCountStatsItemDto.ts +1 -1
- package/src/models/SellerScaleChallengeListItemDto.ts +1 -1
- package/src/models/SellerSecurityUserAccountDto.ts +2 -2
- package/src/models/SellerSecurityUserDto.ts +10 -10
- package/src/models/SellerSubscriptionListItemDto.ts +13 -13
- package/src/models/SellerSubscriptionListItemDtoDomainInformation.ts +4 -4
- package/src/models/SellerTargetChallengeListItemDto.ts +1 -1
- package/src/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.ts +1 -1
- package/src/models/SellerTotalEarningsByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.ts +13 -13
- package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.ts +4 -4
- package/src/models/SeoMetricsDto.ts +4 -4
- package/src/models/SepaBankAccountDetails.ts +5 -5
- package/src/models/SetDomainTransferConfirmationInput.ts +8 -10
- package/src/models/SetNewPasswordInput.ts +2 -2
- package/src/models/SetPayoutProviderInput.ts +2 -2
- package/src/models/StartAuctionInput.ts +1 -1
- package/src/models/StateDto.ts +3 -3
- package/src/models/StatsFilterInputDateRange.ts +3 -3
- package/src/models/StoreBuyerLocaleInput.ts +2 -2
- package/src/models/StoreUserLocaleInput.ts +2 -2
- package/src/models/SubscriptionBillingPeriodicityDto.ts +3 -3
- package/src/models/SubscriptionCompanyInfoDto.ts +4 -4
- package/src/models/SubscriptionCompanyTaxIdDto.ts +4 -4
- package/src/models/SubscriptionDetailsBillingPeriodicityDto.ts +3 -3
- package/src/models/SubscriptionDetailsDomainDto.ts +6 -6
- package/src/models/SubscriptionDetailsDomainSellerDto.ts +6 -6
- package/src/models/SubscriptionDetailsDomainSellerUserDto.ts +5 -5
- package/src/models/SubscriptionDetailsDto.ts +44 -44
- package/src/models/SubscriptionDomainDto.ts +5 -5
- package/src/models/SubscriptionDomainRecordInput.ts +1 -1
- package/src/models/SubscriptionDto.ts +62 -62
- package/src/models/SubscriptionLeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/SubscriptionListItemBillingPeriodicityDto.ts +3 -3
- package/src/models/SubscriptionListItemDto.ts +42 -42
- package/src/models/SubscriptionListItemDtoBuyerInformation.ts +7 -7
- package/src/models/SubscriptionListItemDtoDomainInformation.ts +4 -4
- package/src/models/SubscriptionListItemDtoSellerAccount.ts +7 -7
- package/src/models/SubscriptionListItemDtoTransaction.ts +6 -6
- package/src/models/TaskDataChallengeRewardDto.ts +2 -2
- package/src/models/TaskDataDomainTransferDto.ts +2 -2
- package/src/models/TaskDetailsDto.ts +4 -4
- package/src/models/TaskListDomainDto.ts +3 -3
- package/src/models/TaskListDomainTransferDto.ts +2 -2
- package/src/models/TaskListLeadDto.ts +11 -11
- package/src/models/TaskListLeadLeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/TaskListLeadOfferDto.ts +5 -5
- package/src/models/TaskListLeadRentConfigurationDto.ts +3 -3
- package/src/models/TimeTableConfigurationDto.ts +3 -3
- package/src/models/TimeTableConfigurationInput.ts +3 -3
- package/src/models/TopAffiliateSellerDto.ts +1 -1
- package/src/models/TopSellerAccountDto.ts +1 -1
- package/src/models/UkBankAccountDetails.ts +5 -5
- package/src/models/UpdateAccountBillingInformationInput.ts +2 -2
- package/src/models/UpdateAccountChallengeRewardBalanceInput.ts +2 -2
- package/src/models/UpdateAuctionMuteStatusInput.ts +1 -1
- package/src/models/UpdateBuyerDomainTransferBuyerInfoInput.ts +2 -2
- package/src/models/UpdateBuyerDomainTransferIpsTagInputDto.ts +2 -2
- package/src/models/UpdateBuyerNotificationSettingsInput.ts +1 -1
- package/src/models/UpdateChallengeInput.ts +1 -1
- package/src/models/UpdateDomainInput.ts +9 -9
- package/src/models/UpdateDomainTransferAuthCodeInput.ts +2 -2
- package/src/models/UpdateDomainTransferIpsTagInput.ts +2 -2
- package/src/models/UpdateFeatureFlagInput.ts +4 -4
- package/src/models/UpdateLeadInput.ts +6 -6
- package/src/models/UpdateLeadMuteStatusForBuyerInput.ts +1 -1
- package/src/models/UpdateLeadMuteStatusInput.ts +1 -1
- package/src/models/UpdateLeaseToOwnConfigurationDto.ts +1 -1
- package/src/models/UpdateOrderInput.ts +13 -13
- package/src/models/UpdateRentConfigurationDto.ts +1 -1
- package/src/models/UpdateSubscriptionBillingPeriodicityInput.ts +3 -3
- package/src/models/UpdateSubscriptionDomainNameserversInput.ts +1 -1
- package/src/models/UpdateSubscriptionDomainRecordInput.ts +1 -1
- package/src/models/UpdateSubscriptionInput.ts +15 -15
- package/src/models/UpdateTaskMuteStatusForBuyerInput.ts +1 -1
- package/src/models/UpdateTaskMuteStatusInput.ts +1 -1
- package/src/models/UpdateUserNotificationSettingsInput.ts +1 -1
- package/src/models/UsBankAccountDetails.ts +5 -5
- package/src/models/UserNotificationAttachmentDto.ts +4 -4
- package/src/models/UserNotificationDto.ts +8 -8
- package/src/models/UserNotificationListItemDto.ts +7 -7
- package/src/models/UserNotificationSettingsDto.ts +16 -16
- package/src/models/UserPasswordResetDto.ts +3 -3
- package/src/models/ValidateTaxNumberDto.ts +1 -1
- package/src/models/ValidateTaxNumberInput.ts +4 -4
- package/src/models/ValidationError.ts +4 -4
- package/src/models/ValidationException.ts +1 -1
- package/src/models/VerifyEmailOtpInput.ts +3 -3
- package/src/models/VerifyLeadInput.ts +2 -2
- package/src/models/VerifyPhoneOtpInput.ts +2 -2
- package/src/models/WithSettingsInner.ts +25 -25
- package/src/models/index.ts +0 -1
- package/src/runtime.ts +1 -1
- package/dist/apis/MandrillPublicApi.d.ts +0 -25
- package/dist/apis/MandrillPublicApi.js +0 -118
- package/dist/apis/MolliePublicApi.d.ts +0 -25
- package/dist/apis/MolliePublicApi.js +0 -118
- package/dist/apis/NickyPublicApi.d.ts +0 -25
- package/dist/apis/NickyPublicApi.js +0 -118
- package/dist/apis/StripePublicApi.d.ts +0 -39
- package/dist/apis/StripePublicApi.js +0 -169
- package/dist/models/SortDto.d.ts +0 -52
- package/dist/models/SortDto.js +0 -65
- package/src/apis/MandrillPublicApi.ts +0 -55
- package/src/apis/MolliePublicApi.ts +0 -55
- package/src/apis/NickyPublicApi.ts +0 -55
- package/src/apis/StripePublicApi.ts +0 -110
- package/src/models/SortDto.ts +0 -94
package/dist/models/LeadDto.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -33,6 +33,12 @@ export interface LeadDto {
|
|
|
33
33
|
* @memberof LeadDto
|
|
34
34
|
*/
|
|
35
35
|
status: LeadDtoStatusEnum;
|
|
36
|
+
/**
|
|
37
|
+
* Whether the lead is archived for the current viewer.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof LeadDto
|
|
40
|
+
*/
|
|
41
|
+
archived: boolean;
|
|
36
42
|
/**
|
|
37
43
|
* The lead last offer amount
|
|
38
44
|
* @type {MoneyDto}
|
|
@@ -40,115 +46,109 @@ export interface LeadDto {
|
|
|
40
46
|
*/
|
|
41
47
|
lastOffer: MoneyDto | null;
|
|
42
48
|
/**
|
|
43
|
-
*
|
|
49
|
+
* Origin of the party who made the last offer.
|
|
44
50
|
* @type {string}
|
|
45
51
|
* @memberof LeadDto
|
|
46
52
|
*/
|
|
47
53
|
lastOfferBy: LeadDtoLastOfferByEnum | null;
|
|
48
54
|
/**
|
|
49
|
-
*
|
|
55
|
+
* Type of the last offer on the lead.
|
|
50
56
|
* @type {string}
|
|
51
57
|
* @memberof LeadDto
|
|
52
58
|
*/
|
|
53
59
|
lastOfferType: LeadDtoLastOfferTypeEnum | null;
|
|
54
60
|
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {boolean}
|
|
57
|
-
* @memberof LeadDto
|
|
58
|
-
*/
|
|
59
|
-
canBeClosedBySeller: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Archived status
|
|
62
|
-
* @type {boolean}
|
|
63
|
-
* @memberof LeadDto
|
|
64
|
-
*/
|
|
65
|
-
archived: boolean;
|
|
66
|
-
/**
|
|
67
|
-
* Created at date
|
|
61
|
+
* Date and time when the lead was created.
|
|
68
62
|
* @type {Date}
|
|
69
63
|
* @memberof LeadDto
|
|
70
64
|
*/
|
|
71
65
|
createdAt: Date;
|
|
72
66
|
/**
|
|
73
|
-
*
|
|
67
|
+
* Date and time when the lead was last updated.
|
|
74
68
|
* @type {Date}
|
|
75
69
|
* @memberof LeadDto
|
|
76
70
|
*/
|
|
77
71
|
updatedAt: Date;
|
|
78
72
|
/**
|
|
79
|
-
* Domain information
|
|
73
|
+
* Domain information associated with the lead.
|
|
80
74
|
* @type {LeadDomainDto}
|
|
81
75
|
* @memberof LeadDto
|
|
82
76
|
*/
|
|
83
77
|
domain: LeadDomainDto;
|
|
84
78
|
/**
|
|
85
|
-
* Number of
|
|
79
|
+
* Number of unread messages for the buyer.
|
|
86
80
|
* @type {number}
|
|
87
81
|
* @memberof LeadDto
|
|
88
82
|
*/
|
|
89
83
|
unreadBuyerMessagesNumber: number;
|
|
90
84
|
/**
|
|
91
|
-
* Number of
|
|
85
|
+
* Number of unread messages for the seller.
|
|
92
86
|
* @type {number}
|
|
93
87
|
* @memberof LeadDto
|
|
94
88
|
*/
|
|
95
89
|
unreadSellerMessagesNumber: number;
|
|
96
90
|
/**
|
|
97
|
-
*
|
|
91
|
+
* URL for completing order payment, if available.
|
|
98
92
|
* @type {string}
|
|
99
93
|
* @memberof LeadDto
|
|
100
94
|
*/
|
|
101
95
|
orderPaymentUrl: string | null;
|
|
102
96
|
/**
|
|
103
|
-
*
|
|
97
|
+
* Whether the price negotiator AI agent is paused for this lead.
|
|
104
98
|
* @type {boolean}
|
|
105
99
|
* @memberof LeadDto
|
|
106
100
|
*/
|
|
107
101
|
isPriceNegotiatorAgentPaused: boolean;
|
|
108
102
|
/**
|
|
109
|
-
*
|
|
103
|
+
* Manual lead type, if the lead was created manually.
|
|
110
104
|
* @type {string}
|
|
111
105
|
* @memberof LeadDto
|
|
112
106
|
*/
|
|
113
107
|
manualType: LeadDtoManualTypeEnum | null;
|
|
114
108
|
/**
|
|
115
|
-
*
|
|
109
|
+
* Whether the lead is muted for the buyer.
|
|
116
110
|
* @type {boolean}
|
|
117
111
|
* @memberof LeadDto
|
|
118
112
|
*/
|
|
119
113
|
isMutedForBuyer: boolean;
|
|
120
114
|
/**
|
|
121
|
-
*
|
|
115
|
+
* Lease-to-own configuration for the lead, if applicable.
|
|
122
116
|
* @type {LeadLeaseToOwnConfigurationDto}
|
|
123
117
|
* @memberof LeadDto
|
|
124
118
|
*/
|
|
125
119
|
leaseToOwn: LeadLeaseToOwnConfigurationDto | null;
|
|
126
120
|
/**
|
|
127
|
-
*
|
|
121
|
+
* Rent configuration defaults for the lead.
|
|
128
122
|
* @type {LeadRentConfigurationDto}
|
|
129
123
|
* @memberof LeadDto
|
|
130
124
|
*/
|
|
131
125
|
rent: LeadRentConfigurationDto;
|
|
132
126
|
/**
|
|
133
|
-
*
|
|
127
|
+
* Last offer made by the buyer on the lead.
|
|
134
128
|
* @type {LeadOfferDto}
|
|
135
129
|
* @memberof LeadDto
|
|
136
130
|
*/
|
|
137
131
|
lastBuyerOffer: LeadOfferDto | null;
|
|
138
132
|
/**
|
|
139
|
-
*
|
|
133
|
+
* Last offer made by the seller on the lead.
|
|
140
134
|
* @type {LeadOfferDto}
|
|
141
135
|
* @memberof LeadDto
|
|
142
136
|
*/
|
|
143
137
|
lastSellerOffer: LeadOfferDto | null;
|
|
144
138
|
/**
|
|
145
|
-
*
|
|
139
|
+
* Offer expiration configuration for the lead.
|
|
146
140
|
* @type {LeadOfferExpirationConfigurationDto}
|
|
147
141
|
* @memberof LeadDto
|
|
148
142
|
*/
|
|
149
143
|
leadOfferExpirationConfiguration: LeadOfferExpirationConfigurationDto;
|
|
150
144
|
/**
|
|
151
|
-
*
|
|
145
|
+
* Whether the lead can be closed by the seller
|
|
146
|
+
* @type {boolean}
|
|
147
|
+
* @memberof LeadDto
|
|
148
|
+
*/
|
|
149
|
+
canBeClosedBySeller: boolean;
|
|
150
|
+
/**
|
|
151
|
+
* Date and time when the lead was accepted, if applicable.
|
|
152
152
|
* @type {Date}
|
|
153
153
|
* @memberof LeadDto
|
|
154
154
|
*/
|
package/dist/models/LeadDto.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -70,16 +70,14 @@ function instanceOfLeadDto(value) {
|
|
|
70
70
|
return false;
|
|
71
71
|
if (!('status' in value) || value['status'] === undefined)
|
|
72
72
|
return false;
|
|
73
|
+
if (!('archived' in value) || value['archived'] === undefined)
|
|
74
|
+
return false;
|
|
73
75
|
if (!('lastOffer' in value) || value['lastOffer'] === undefined)
|
|
74
76
|
return false;
|
|
75
77
|
if (!('lastOfferBy' in value) || value['lastOfferBy'] === undefined)
|
|
76
78
|
return false;
|
|
77
79
|
if (!('lastOfferType' in value) || value['lastOfferType'] === undefined)
|
|
78
80
|
return false;
|
|
79
|
-
if (!('canBeClosedBySeller' in value) || value['canBeClosedBySeller'] === undefined)
|
|
80
|
-
return false;
|
|
81
|
-
if (!('archived' in value) || value['archived'] === undefined)
|
|
82
|
-
return false;
|
|
83
81
|
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
84
82
|
return false;
|
|
85
83
|
if (!('updatedAt' in value) || value['updatedAt'] === undefined)
|
|
@@ -108,6 +106,8 @@ function instanceOfLeadDto(value) {
|
|
|
108
106
|
return false;
|
|
109
107
|
if (!('leadOfferExpirationConfiguration' in value) || value['leadOfferExpirationConfiguration'] === undefined)
|
|
110
108
|
return false;
|
|
109
|
+
if (!('canBeClosedBySeller' in value) || value['canBeClosedBySeller'] === undefined)
|
|
110
|
+
return false;
|
|
111
111
|
if (!('acceptedAt' in value) || value['acceptedAt'] === undefined)
|
|
112
112
|
return false;
|
|
113
113
|
return true;
|
|
@@ -122,11 +122,10 @@ function LeadDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
122
122
|
return {
|
|
123
123
|
'id': json['id'],
|
|
124
124
|
'status': json['status'],
|
|
125
|
+
'archived': json['archived'],
|
|
125
126
|
'lastOffer': (0, MoneyDto_1.MoneyDtoFromJSON)(json['lastOffer']),
|
|
126
127
|
'lastOfferBy': json['lastOfferBy'],
|
|
127
128
|
'lastOfferType': json['lastOfferType'],
|
|
128
|
-
'canBeClosedBySeller': json['canBeClosedBySeller'],
|
|
129
|
-
'archived': json['archived'],
|
|
130
129
|
'createdAt': (new Date(json['createdAt'])),
|
|
131
130
|
'updatedAt': (new Date(json['updatedAt'])),
|
|
132
131
|
'domain': (0, LeadDomainDto_1.LeadDomainDtoFromJSON)(json['domain']),
|
|
@@ -141,6 +140,7 @@ function LeadDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
141
140
|
'lastBuyerOffer': (0, LeadOfferDto_1.LeadOfferDtoFromJSON)(json['lastBuyerOffer']),
|
|
142
141
|
'lastSellerOffer': (0, LeadOfferDto_1.LeadOfferDtoFromJSON)(json['lastSellerOffer']),
|
|
143
142
|
'leadOfferExpirationConfiguration': (0, LeadOfferExpirationConfigurationDto_1.LeadOfferExpirationConfigurationDtoFromJSON)(json['leadOfferExpirationConfiguration']),
|
|
143
|
+
'canBeClosedBySeller': json['canBeClosedBySeller'],
|
|
144
144
|
'acceptedAt': (json['acceptedAt'] == null ? null : new Date(json['acceptedAt'])),
|
|
145
145
|
};
|
|
146
146
|
}
|
|
@@ -155,11 +155,10 @@ function LeadDtoToJSONTyped(value, ignoreDiscriminator) {
|
|
|
155
155
|
return {
|
|
156
156
|
'id': value['id'],
|
|
157
157
|
'status': value['status'],
|
|
158
|
+
'archived': value['archived'],
|
|
158
159
|
'lastOffer': (0, MoneyDto_1.MoneyDtoToJSON)(value['lastOffer']),
|
|
159
160
|
'lastOfferBy': value['lastOfferBy'],
|
|
160
161
|
'lastOfferType': value['lastOfferType'],
|
|
161
|
-
'canBeClosedBySeller': value['canBeClosedBySeller'],
|
|
162
|
-
'archived': value['archived'],
|
|
163
162
|
'createdAt': ((value['createdAt']).toISOString()),
|
|
164
163
|
'updatedAt': ((value['updatedAt']).toISOString()),
|
|
165
164
|
'domain': (0, LeadDomainDto_1.LeadDomainDtoToJSON)(value['domain']),
|
|
@@ -174,6 +173,7 @@ function LeadDtoToJSONTyped(value, ignoreDiscriminator) {
|
|
|
174
173
|
'lastBuyerOffer': (0, LeadOfferDto_1.LeadOfferDtoToJSON)(value['lastBuyerOffer']),
|
|
175
174
|
'lastSellerOffer': (0, LeadOfferDto_1.LeadOfferDtoToJSON)(value['lastSellerOffer']),
|
|
176
175
|
'leadOfferExpirationConfiguration': (0, LeadOfferExpirationConfigurationDto_1.LeadOfferExpirationConfigurationDtoToJSON)(value['leadOfferExpirationConfiguration']),
|
|
176
|
+
'canBeClosedBySeller': value['canBeClosedBySeller'],
|
|
177
177
|
'acceptedAt': (value['acceptedAt'] == null ? null : value['acceptedAt'].toISOString()),
|
|
178
178
|
};
|
|
179
179
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface LeadLeaseToOwnConfigurationDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Minimum lease-to-own duration in months.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof LeadLeaseToOwnConfigurationDto
|
|
22
22
|
*/
|
|
23
23
|
minMonths: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Maximum lease-to-own duration in months.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof LeadLeaseToOwnConfigurationDto
|
|
28
28
|
*/
|
|
29
29
|
maxMonths: number;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Kick-back percentage applied to the lease-to-own offer.
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof LeadLeaseToOwnConfigurationDto
|
|
34
34
|
*/
|
|
35
35
|
kickBackPercentage: number;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Markup commission percentage, when min and max months are equal.
|
|
38
38
|
* @type {number}
|
|
39
39
|
* @memberof LeadLeaseToOwnConfigurationDto
|
|
40
40
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -22,6 +22,12 @@ export interface LeadMessageDto {
|
|
|
22
22
|
* @memberof LeadMessageDto
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Date and time when the message was created.
|
|
27
|
+
* @type {Date}
|
|
28
|
+
* @memberof LeadMessageDto
|
|
29
|
+
*/
|
|
30
|
+
createdAt: Date;
|
|
25
31
|
/**
|
|
26
32
|
* The lead message type
|
|
27
33
|
* @type {string}
|
|
@@ -53,19 +59,13 @@ export interface LeadMessageDto {
|
|
|
53
59
|
*/
|
|
54
60
|
message: string | null;
|
|
55
61
|
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {Date}
|
|
58
|
-
* @memberof LeadMessageDto
|
|
59
|
-
*/
|
|
60
|
-
createdAt: Date;
|
|
61
|
-
/**
|
|
62
|
-
* Seller read indicator *
|
|
62
|
+
* Whether the seller has read this message.
|
|
63
63
|
* @type {boolean}
|
|
64
64
|
* @memberof LeadMessageDto
|
|
65
65
|
*/
|
|
66
66
|
readBySeller: boolean;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Whether the buyer has read this message.
|
|
69
69
|
* @type {boolean}
|
|
70
70
|
* @memberof LeadMessageDto
|
|
71
71
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -54,6 +54,8 @@ exports.LeadMessageDtoOriginEnum = {
|
|
|
54
54
|
function instanceOfLeadMessageDto(value) {
|
|
55
55
|
if (!('id' in value) || value['id'] === undefined)
|
|
56
56
|
return false;
|
|
57
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
58
|
+
return false;
|
|
57
59
|
if (!('type' in value) || value['type'] === undefined)
|
|
58
60
|
return false;
|
|
59
61
|
if (!('offerType' in value) || value['offerType'] === undefined)
|
|
@@ -64,8 +66,6 @@ function instanceOfLeadMessageDto(value) {
|
|
|
64
66
|
return false;
|
|
65
67
|
if (!('message' in value) || value['message'] === undefined)
|
|
66
68
|
return false;
|
|
67
|
-
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
68
|
-
return false;
|
|
69
69
|
if (!('readBySeller' in value) || value['readBySeller'] === undefined)
|
|
70
70
|
return false;
|
|
71
71
|
if (!('readByBuyer' in value) || value['readByBuyer'] === undefined)
|
|
@@ -81,12 +81,12 @@ function LeadMessageDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
81
81
|
}
|
|
82
82
|
return {
|
|
83
83
|
'id': json['id'],
|
|
84
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
84
85
|
'type': json['type'],
|
|
85
86
|
'offerType': json['offerType'],
|
|
86
87
|
'origin': json['origin'],
|
|
87
88
|
'data': (0, LeadMessageData_1.LeadMessageDataFromJSON)(json['data']),
|
|
88
89
|
'message': json['message'],
|
|
89
|
-
'createdAt': (new Date(json['createdAt'])),
|
|
90
90
|
'readBySeller': json['readBySeller'],
|
|
91
91
|
'readByBuyer': json['readByBuyer'],
|
|
92
92
|
};
|
|
@@ -101,12 +101,12 @@ function LeadMessageDtoToJSONTyped(value, ignoreDiscriminator) {
|
|
|
101
101
|
}
|
|
102
102
|
return {
|
|
103
103
|
'id': value['id'],
|
|
104
|
+
'createdAt': ((value['createdAt']).toISOString()),
|
|
104
105
|
'type': value['type'],
|
|
105
106
|
'offerType': value['offerType'],
|
|
106
107
|
'origin': value['origin'],
|
|
107
108
|
'data': (0, LeadMessageData_1.LeadMessageDataToJSON)(value['data']),
|
|
108
109
|
'message': value['message'],
|
|
109
|
-
'createdAt': ((value['createdAt']).toISOString()),
|
|
110
110
|
'readBySeller': value['readBySeller'],
|
|
111
111
|
'readByBuyer': value['readByBuyer'],
|
|
112
112
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -18,25 +18,25 @@ import type { MoneyDto } from './MoneyDto';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface LeadOfferDto {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Offer amount.
|
|
22
22
|
* @type {MoneyDto}
|
|
23
23
|
* @memberof LeadOfferDto
|
|
24
24
|
*/
|
|
25
25
|
offer: MoneyDto;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Origin of the party who made the offer.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof LeadOfferDto
|
|
30
30
|
*/
|
|
31
31
|
offerBy: LeadOfferDtoOfferByEnum;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Type of the offer.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof LeadOfferDto
|
|
36
36
|
*/
|
|
37
37
|
offerType: LeadOfferDtoOfferTypeEnum;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Lease-to-own terms attached to the offer, if applicable.
|
|
40
40
|
* @type {LeadMessageDataLeaseToOwn}
|
|
41
41
|
* @memberof LeadOfferDto
|
|
42
42
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -17,13 +17,13 @@ import type { LockDurationDto } from './LockDurationDto';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface LeadOfferExpirationConfigurationDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Whether lead offer expiration is enabled.
|
|
21
21
|
* @type {boolean}
|
|
22
22
|
* @memberof LeadOfferExpirationConfigurationDto
|
|
23
23
|
*/
|
|
24
24
|
enabled: boolean;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Duration after acceptance before the lead offer expires.
|
|
27
27
|
* @type {LockDurationDto}
|
|
28
28
|
* @memberof LeadOfferExpirationConfigurationDto
|
|
29
29
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -17,13 +17,13 @@ import type { LeadOfferExpirationDurationInput } from './LeadOfferExpirationDura
|
|
|
17
17
|
*/
|
|
18
18
|
export interface LeadOfferExpirationConfigurationInput {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Whether automatic offer expiration is enabled
|
|
21
21
|
* @type {boolean}
|
|
22
22
|
* @memberof LeadOfferExpirationConfigurationInput
|
|
23
23
|
*/
|
|
24
24
|
enabled?: boolean;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Duration after which an unanswered offer expires
|
|
27
27
|
* @type {LeadOfferExpirationDurationInput}
|
|
28
28
|
* @memberof LeadOfferExpirationConfigurationInput
|
|
29
29
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface LeadOfferExpirationDurationInput {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Duration amount for offer expiration
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof LeadOfferExpirationDurationInput
|
|
22
22
|
*/
|
|
23
23
|
amount?: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Duration unit for offer expiration
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof LeadOfferExpirationDurationInput
|
|
28
28
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface LeadPriceNegotiatorAiAgentConfigurationDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Whether the AI price negotiator agent is enabled.
|
|
20
20
|
* @type {boolean}
|
|
21
21
|
* @memberof LeadPriceNegotiatorAiAgentConfigurationDto
|
|
22
22
|
*/
|
|
23
23
|
enabled: boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Whether the AI price negotiator agent is automatically enabled for newly added domains.
|
|
26
26
|
* @type {boolean}
|
|
27
27
|
* @memberof LeadPriceNegotiatorAiAgentConfigurationDto
|
|
28
28
|
*/
|
|
29
29
|
enabledForNewDomains: boolean;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* How aggressively the AI agent prioritizes closing the sale versus maximizing price.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof LeadPriceNegotiatorAiAgentConfigurationDto
|
|
34
34
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|