@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
|
@@ -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 LeadPriceNegotiatorAiAgentConfigurationInput {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Whether the lead price negotiator AI agent is enabled
|
|
20
20
|
* @type {boolean}
|
|
21
21
|
* @memberof LeadPriceNegotiatorAiAgentConfigurationInput
|
|
22
22
|
*/
|
|
23
23
|
enabled?: boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Whether the AI agent is enabled automatically for new domains
|
|
26
26
|
* @type {boolean}
|
|
27
27
|
* @memberof LeadPriceNegotiatorAiAgentConfigurationInput
|
|
28
28
|
*/
|
|
29
29
|
enabledForNewDomains?: boolean;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Sales importance level used by the AI agent
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof LeadPriceNegotiatorAiAgentConfigurationInput
|
|
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
|
*
|
|
@@ -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 LeadRentConfigurationDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Recurring markup percentage applied to rent payments.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof LeadRentConfigurationDto
|
|
22
22
|
*/
|
|
23
23
|
recurringMarkupPercentage: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Minimum monthly rent price in EUR.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof LeadRentConfigurationDto
|
|
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,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface LeadStatusDto {
|
|
18
18
|
/**
|
|
19
|
-
* The current lead status
|
|
19
|
+
* The current lead status.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof LeadStatusDto
|
|
22
22
|
*/
|
|
@@ -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,25 +17,25 @@ import type { LeaseToOwnConfigurationPresetsDto } from './LeaseToOwnConfiguratio
|
|
|
17
17
|
*/
|
|
18
18
|
export interface LeaseToOwnConfigurationDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Whether lease-to-own is enabled for the domain.
|
|
21
21
|
* @type {boolean}
|
|
22
22
|
* @memberof LeaseToOwnConfigurationDto
|
|
23
23
|
*/
|
|
24
24
|
enabled: boolean;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Minimum number of installments the buyer may choose.
|
|
27
27
|
* @type {number}
|
|
28
28
|
* @memberof LeaseToOwnConfigurationDto
|
|
29
29
|
*/
|
|
30
30
|
minMonths: number | null;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Maximum number of installments the buyer may choose.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof LeaseToOwnConfigurationDto
|
|
35
35
|
*/
|
|
36
36
|
maxMonths: number | null;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* System-wide preset limits for lease-to-own configuration.
|
|
39
39
|
* @type {LeaseToOwnConfigurationPresetsDto}
|
|
40
40
|
* @memberof LeaseToOwnConfigurationDto
|
|
41
41
|
*/
|
|
@@ -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 LeaseToOwnConfigurationInput {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Whether lease-to-own is enabled
|
|
20
20
|
* @type {boolean}
|
|
21
21
|
* @memberof LeaseToOwnConfigurationInput
|
|
22
22
|
*/
|
|
23
23
|
enabled?: boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Minimum lease duration in months
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof LeaseToOwnConfigurationInput
|
|
28
28
|
*/
|
|
29
29
|
minMonths?: number;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Maximum lease duration in months
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof LeaseToOwnConfigurationInput
|
|
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
|
*
|
|
@@ -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 LeaseToOwnConfigurationPresetsDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Minimum allowed lease-to-own duration in months.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof LeaseToOwnConfigurationPresetsDto
|
|
22
22
|
*/
|
|
23
23
|
minMonths: number;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Maximum allowed lease-to-own duration in months.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof LeaseToOwnConfigurationPresetsDto
|
|
28
28
|
*/
|
|
29
29
|
maxMonths: number;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Minimum allowed monthly lease-to-own payment in EUR.
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof LeaseToOwnConfigurationPresetsDto
|
|
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
|
*
|
|
@@ -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,13 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface LedgerMutationAttachmentDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Attachment ID.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof LedgerMutationAttachmentDto
|
|
22
22
|
*/
|
|
23
23
|
id: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Attachment filename.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof LedgerMutationAttachmentDto
|
|
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
|
*
|
|
@@ -17,43 +17,43 @@ import type { LedgerMutationAttachmentDto } from './LedgerMutationAttachmentDto'
|
|
|
17
17
|
*/
|
|
18
18
|
export interface LedgerMutationDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Ledger mutation ID.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof LedgerMutationDto
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Invoice number.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof LedgerMutationDto
|
|
29
29
|
*/
|
|
30
30
|
invoiceNumber: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Debit amount.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof LedgerMutationDto
|
|
35
35
|
*/
|
|
36
36
|
debit: number;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Credit amount.
|
|
39
39
|
* @type {number}
|
|
40
40
|
* @memberof LedgerMutationDto
|
|
41
41
|
*/
|
|
42
42
|
credit: number;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Mutation description.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof LedgerMutationDto
|
|
47
47
|
*/
|
|
48
48
|
description: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Mutation date.
|
|
51
51
|
* @type {Date}
|
|
52
52
|
* @memberof LedgerMutationDto
|
|
53
53
|
*/
|
|
54
54
|
date: Date;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Mutation attachments.
|
|
57
57
|
* @type {Array<LedgerMutationAttachmentDto>}
|
|
58
58
|
* @memberof LedgerMutationDto
|
|
59
59
|
*/
|
|
@@ -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,7 +17,7 @@ import type { LedgerMutationDto } from './LedgerMutationDto';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface LedgerMutationsDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Ledger mutations.
|
|
21
21
|
* @type {Array<LedgerMutationDto>}
|
|
22
22
|
* @memberof LedgerMutationsDto
|
|
23
23
|
*/
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -18,35 +18,35 @@ import type { PublicDomainDto } from './PublicDomainDto';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface List200Response3 {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Maximum number of items per page.
|
|
22
22
|
* @type {number}
|
|
23
23
|
* @memberof List200Response3
|
|
24
24
|
*/
|
|
25
25
|
limit: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
+
* @type {Array<PublicDomainDto>}
|
|
29
|
+
* @memberof List200Response3
|
|
30
|
+
*/
|
|
31
|
+
data: Array<PublicDomainDto>;
|
|
32
|
+
/**
|
|
33
|
+
* Pagination type: cursor-based.
|
|
28
34
|
* @type {string}
|
|
29
35
|
* @memberof List200Response3
|
|
30
36
|
*/
|
|
31
37
|
type: List200Response3TypeEnum;
|
|
32
38
|
/**
|
|
33
|
-
*
|
|
39
|
+
* Cursor-based pagination metadata.
|
|
34
40
|
* @type {CursorBasedPageInfo}
|
|
35
41
|
* @memberof List200Response3
|
|
36
42
|
*/
|
|
37
43
|
pagination: CursorBasedPageInfo;
|
|
38
44
|
/**
|
|
39
|
-
*
|
|
45
|
+
* Aggregation results keyed by aggregation name.
|
|
40
46
|
* @type {object}
|
|
41
47
|
* @memberof List200Response3
|
|
42
48
|
*/
|
|
43
49
|
aggregations: object;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Array<PublicDomainDto>}
|
|
47
|
-
* @memberof List200Response3
|
|
48
|
-
*/
|
|
49
|
-
data?: Array<PublicDomainDto>;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @export
|
|
@@ -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
|
*
|
|
@@ -33,6 +33,8 @@ exports.List200Response3TypeEnum = {
|
|
|
33
33
|
function instanceOfList200Response3(value) {
|
|
34
34
|
if (!('limit' in value) || value['limit'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
37
|
+
return false;
|
|
36
38
|
if (!('type' in value) || value['type'] === undefined)
|
|
37
39
|
return false;
|
|
38
40
|
if (!('pagination' in value) || value['pagination'] === undefined)
|
|
@@ -50,10 +52,10 @@ function List200Response3FromJSONTyped(json, ignoreDiscriminator) {
|
|
|
50
52
|
}
|
|
51
53
|
return {
|
|
52
54
|
'limit': json['limit'],
|
|
55
|
+
'data': (json['data'].map(PublicDomainDto_1.PublicDomainDtoFromJSON)),
|
|
53
56
|
'type': json['type'],
|
|
54
57
|
'pagination': (0, CursorBasedPageInfo_1.CursorBasedPageInfoFromJSON)(json['pagination']),
|
|
55
58
|
'aggregations': json['aggregations'],
|
|
56
|
-
'data': json['data'] == null ? undefined : (json['data'].map(PublicDomainDto_1.PublicDomainDtoFromJSON)),
|
|
57
59
|
};
|
|
58
60
|
}
|
|
59
61
|
function List200Response3ToJSON(json) {
|
|
@@ -66,9 +68,9 @@ function List200Response3ToJSONTyped(value, ignoreDiscriminator) {
|
|
|
66
68
|
}
|
|
67
69
|
return {
|
|
68
70
|
'limit': value['limit'],
|
|
71
|
+
'data': (value['data'].map(PublicDomainDto_1.PublicDomainDtoToJSON)),
|
|
69
72
|
'type': value['type'],
|
|
70
73
|
'pagination': (0, CursorBasedPageInfo_1.CursorBasedPageInfoToJSON)(value['pagination']),
|
|
71
74
|
'aggregations': value['aggregations'],
|
|
72
|
-
'data': value['data'] == null ? undefined : (value['data'].map(PublicDomainDto_1.PublicDomainDtoToJSON)),
|
|
73
75
|
};
|
|
74
76
|
}
|
|
@@ -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,35 +18,35 @@ import type { PublicAuctionListItemDto } from './PublicAuctionListItemDto';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface List200Response4 {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Maximum number of items per page.
|
|
22
22
|
* @type {number}
|
|
23
23
|
* @memberof List200Response4
|
|
24
24
|
*/
|
|
25
25
|
limit: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
+
* @type {Array<PublicAuctionListItemDto>}
|
|
29
|
+
* @memberof List200Response4
|
|
30
|
+
*/
|
|
31
|
+
data: Array<PublicAuctionListItemDto>;
|
|
32
|
+
/**
|
|
33
|
+
* Pagination type: cursor-based.
|
|
28
34
|
* @type {string}
|
|
29
35
|
* @memberof List200Response4
|
|
30
36
|
*/
|
|
31
37
|
type: List200Response4TypeEnum;
|
|
32
38
|
/**
|
|
33
|
-
*
|
|
39
|
+
* Cursor-based pagination metadata.
|
|
34
40
|
* @type {CursorBasedPageInfo}
|
|
35
41
|
* @memberof List200Response4
|
|
36
42
|
*/
|
|
37
43
|
pagination: CursorBasedPageInfo;
|
|
38
44
|
/**
|
|
39
|
-
*
|
|
45
|
+
* Aggregation results keyed by aggregation name.
|
|
40
46
|
* @type {object}
|
|
41
47
|
* @memberof List200Response4
|
|
42
48
|
*/
|
|
43
49
|
aggregations: object;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {Array<PublicAuctionListItemDto>}
|
|
47
|
-
* @memberof List200Response4
|
|
48
|
-
*/
|
|
49
|
-
data?: Array<PublicAuctionListItemDto>;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @export
|
|
@@ -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
|
*
|
|
@@ -33,6 +33,8 @@ exports.List200Response4TypeEnum = {
|
|
|
33
33
|
function instanceOfList200Response4(value) {
|
|
34
34
|
if (!('limit' in value) || value['limit'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
37
|
+
return false;
|
|
36
38
|
if (!('type' in value) || value['type'] === undefined)
|
|
37
39
|
return false;
|
|
38
40
|
if (!('pagination' in value) || value['pagination'] === undefined)
|
|
@@ -50,10 +52,10 @@ function List200Response4FromJSONTyped(json, ignoreDiscriminator) {
|
|
|
50
52
|
}
|
|
51
53
|
return {
|
|
52
54
|
'limit': json['limit'],
|
|
55
|
+
'data': (json['data'].map(PublicAuctionListItemDto_1.PublicAuctionListItemDtoFromJSON)),
|
|
53
56
|
'type': json['type'],
|
|
54
57
|
'pagination': (0, CursorBasedPageInfo_1.CursorBasedPageInfoFromJSON)(json['pagination']),
|
|
55
58
|
'aggregations': json['aggregations'],
|
|
56
|
-
'data': json['data'] == null ? undefined : (json['data'].map(PublicAuctionListItemDto_1.PublicAuctionListItemDtoFromJSON)),
|
|
57
59
|
};
|
|
58
60
|
}
|
|
59
61
|
function List200Response4ToJSON(json) {
|
|
@@ -66,9 +68,9 @@ function List200Response4ToJSONTyped(value, ignoreDiscriminator) {
|
|
|
66
68
|
}
|
|
67
69
|
return {
|
|
68
70
|
'limit': value['limit'],
|
|
71
|
+
'data': (value['data'].map(PublicAuctionListItemDto_1.PublicAuctionListItemDtoToJSON)),
|
|
69
72
|
'type': value['type'],
|
|
70
73
|
'pagination': (0, CursorBasedPageInfo_1.CursorBasedPageInfoToJSON)(value['pagination']),
|
|
71
74
|
'aggregations': value['aggregations'],
|
|
72
|
-
'data': value['data'] == null ? undefined : (value['data'].map(PublicAuctionListItemDto_1.PublicAuctionListItemDtoToJSON)),
|
|
73
75
|
};
|
|
74
76
|
}
|