@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
|
@@ -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
|
*
|
|
@@ -31,8 +31,6 @@ function instanceOfAccountDto(value) {
|
|
|
31
31
|
return false;
|
|
32
32
|
if (!('identifier' in value) || value['identifier'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
-
if (!('challengeRewardBalance' in value) || value['challengeRewardBalance'] === undefined)
|
|
35
|
-
return false;
|
|
36
34
|
if (!('name' in value) || value['name'] === undefined)
|
|
37
35
|
return false;
|
|
38
36
|
if (!('metrics' in value) || value['metrics'] === undefined)
|
|
@@ -45,6 +43,8 @@ function instanceOfAccountDto(value) {
|
|
|
45
43
|
return false;
|
|
46
44
|
if (!('leaseToOwnKickbackPercentage' in value) || value['leaseToOwnKickbackPercentage'] === undefined)
|
|
47
45
|
return false;
|
|
46
|
+
if (!('challengeRewardBalance' in value) || value['challengeRewardBalance'] === undefined)
|
|
47
|
+
return false;
|
|
48
48
|
if (!('canSell' in value) || value['canSell'] === undefined)
|
|
49
49
|
return false;
|
|
50
50
|
return true;
|
|
@@ -59,13 +59,13 @@ function AccountDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
59
59
|
return {
|
|
60
60
|
'id': json['id'],
|
|
61
61
|
'identifier': json['identifier'],
|
|
62
|
-
'challengeRewardBalance': (0, ChallengeRewardBalanceDto_1.ChallengeRewardBalanceDtoFromJSON)(json['challengeRewardBalance']),
|
|
63
62
|
'name': json['name'],
|
|
64
63
|
'metrics': (0, AccountMetricsDto_1.AccountMetricsDtoFromJSON)(json['metrics']),
|
|
65
64
|
'onboarding': (0, AccountOnboardingDto_1.AccountOnboardingDtoFromJSON)(json['onboarding']),
|
|
66
65
|
'payout': (0, AccountPayoutDto_1.AccountPayoutDtoFromJSON)(json['payout']),
|
|
67
66
|
'billingInformation': (0, BillingInformationDto_1.BillingInformationDtoFromJSON)(json['billingInformation']),
|
|
68
67
|
'leaseToOwnKickbackPercentage': json['leaseToOwnKickbackPercentage'],
|
|
68
|
+
'challengeRewardBalance': (0, ChallengeRewardBalanceDto_1.ChallengeRewardBalanceDtoFromJSON)(json['challengeRewardBalance']),
|
|
69
69
|
'canSell': json['canSell'],
|
|
70
70
|
};
|
|
71
71
|
}
|
|
@@ -80,13 +80,13 @@ function AccountDtoToJSONTyped(value, ignoreDiscriminator) {
|
|
|
80
80
|
return {
|
|
81
81
|
'id': value['id'],
|
|
82
82
|
'identifier': value['identifier'],
|
|
83
|
-
'challengeRewardBalance': (0, ChallengeRewardBalanceDto_1.ChallengeRewardBalanceDtoToJSON)(value['challengeRewardBalance']),
|
|
84
83
|
'name': value['name'],
|
|
85
84
|
'metrics': (0, AccountMetricsDto_1.AccountMetricsDtoToJSON)(value['metrics']),
|
|
86
85
|
'onboarding': (0, AccountOnboardingDto_1.AccountOnboardingDtoToJSON)(value['onboarding']),
|
|
87
86
|
'payout': (0, AccountPayoutDto_1.AccountPayoutDtoToJSON)(value['payout']),
|
|
88
87
|
'billingInformation': (0, BillingInformationDto_1.BillingInformationDtoToJSON)(value['billingInformation']),
|
|
89
88
|
'leaseToOwnKickbackPercentage': value['leaseToOwnKickbackPercentage'],
|
|
89
|
+
'challengeRewardBalance': (0, ChallengeRewardBalanceDto_1.ChallengeRewardBalanceDtoToJSON)(value['challengeRewardBalance']),
|
|
90
90
|
'canSell': value['canSell'],
|
|
91
91
|
};
|
|
92
92
|
}
|
|
@@ -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,43 +16,43 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface AccountMetricsDto {
|
|
18
18
|
/**
|
|
19
|
-
* Total of
|
|
19
|
+
* Total number of leads for the account.
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof AccountMetricsDto
|
|
22
22
|
*/
|
|
23
23
|
leadsNumber: number;
|
|
24
24
|
/**
|
|
25
|
-
* Total of
|
|
25
|
+
* Total number of domains owned by the account.
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof AccountMetricsDto
|
|
28
28
|
*/
|
|
29
29
|
domainsNumber: number;
|
|
30
30
|
/**
|
|
31
|
-
* Total of
|
|
31
|
+
* Total number of active (open) leads for the account.
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof AccountMetricsDto
|
|
34
34
|
*/
|
|
35
35
|
activeLeadsNumber: number;
|
|
36
36
|
/**
|
|
37
|
-
* Total of active
|
|
37
|
+
* Total number of active domain transfers for the account.
|
|
38
38
|
* @type {number}
|
|
39
39
|
* @memberof AccountMetricsDto
|
|
40
40
|
*/
|
|
41
41
|
activeDomainTransfersNumber: number;
|
|
42
42
|
/**
|
|
43
|
-
* Total of
|
|
43
|
+
* Total number of pending tasks for the account.
|
|
44
44
|
* @type {number}
|
|
45
45
|
* @memberof AccountMetricsDto
|
|
46
46
|
*/
|
|
47
47
|
tasksNumber: number;
|
|
48
48
|
/**
|
|
49
|
-
* Total of sold domains
|
|
49
|
+
* Total number of sold domains for the account.
|
|
50
50
|
* @type {number}
|
|
51
51
|
* @memberof AccountMetricsDto
|
|
52
52
|
*/
|
|
53
53
|
soldDomainsNumber: number;
|
|
54
54
|
/**
|
|
55
|
-
* Total of pending
|
|
55
|
+
* Total number of pending challenge rewards to collect.
|
|
56
56
|
* @type {number}
|
|
57
57
|
* @memberof AccountMetricsDto
|
|
58
58
|
*/
|
|
@@ -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,19 +17,19 @@ import type { CommissionReasonDto } from './CommissionReasonDto';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface AccountNameshiftCommissionBySubtypeDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Commission subtype.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof AccountNameshiftCommissionBySubtypeDto
|
|
23
23
|
*/
|
|
24
24
|
subtype: AccountNameshiftCommissionBySubtypeDtoSubtypeEnum;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Effective commission percentage.
|
|
27
27
|
* @type {number}
|
|
28
28
|
* @memberof AccountNameshiftCommissionBySubtypeDto
|
|
29
29
|
*/
|
|
30
30
|
percentage: number | null;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Commission selection reason.
|
|
33
33
|
* @type {CommissionReasonDto}
|
|
34
34
|
* @memberof AccountNameshiftCommissionBySubtypeDto
|
|
35
35
|
*/
|
|
@@ -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,7 +18,7 @@ import type { AccountNameshiftCommissionItemDto } from './AccountNameshiftCommis
|
|
|
18
18
|
*/
|
|
19
19
|
export interface AccountNameshiftCommissionByTypeDto {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Commissions grouped by subtype.
|
|
22
22
|
* @type {Array<AccountNameshiftCommissionBySubtypeDto>}
|
|
23
23
|
* @memberof AccountNameshiftCommissionByTypeDto
|
|
24
24
|
*/
|
|
@@ -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,67 +18,67 @@ import type { CommissionPercentageRangeDto } from './CommissionPercentageRangeDt
|
|
|
18
18
|
*/
|
|
19
19
|
export interface AccountNameshiftCommissionReasonDto {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Commission rule identifier that produced this reason.
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
24
24
|
*/
|
|
25
25
|
commissionId?: string;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Human-readable explanation of the commission reason.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
30
30
|
*/
|
|
31
31
|
text?: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Commission type associated with the reason.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
36
36
|
*/
|
|
37
37
|
type?: AccountNameshiftCommissionReasonDtoTypeEnum;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Commission subtype associated with the reason.
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
42
42
|
*/
|
|
43
43
|
subtype?: AccountNameshiftCommissionReasonDtoSubtypeEnum;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Display label for the commission reason.
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
48
48
|
*/
|
|
49
49
|
label?: string;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Configuration details for factor-based commission rules.
|
|
52
52
|
* @type {CommissionReasonConfigDto}
|
|
53
53
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
54
54
|
*/
|
|
55
55
|
config?: CommissionReasonConfigDto | null;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* Start date of the commission period (ISO 8601).
|
|
58
58
|
* @type {string}
|
|
59
59
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
60
60
|
*/
|
|
61
61
|
dateStart?: string;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* End date of the commission period (ISO 8601), or null if ongoing.
|
|
64
64
|
* @type {string}
|
|
65
65
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
66
66
|
*/
|
|
67
67
|
dateEnd?: string | null;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Selected fixed commission percentage value, if applicable.
|
|
70
70
|
* @type {number}
|
|
71
71
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
72
72
|
*/
|
|
73
73
|
selectedValue?: number;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Selected tier from a sales-count-based commission rule.
|
|
76
76
|
* @type {CommissionPercentageRangeDto}
|
|
77
77
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
78
78
|
*/
|
|
79
79
|
selectedTier?: CommissionPercentageRangeDto | null;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Computed factor count used to determine the commission tier.
|
|
82
82
|
* @type {number}
|
|
83
83
|
* @memberof AccountNameshiftCommissionReasonDto
|
|
84
84
|
*/
|
|
@@ -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
|
*
|
|
@@ -17,25 +17,25 @@ import type { AccountNotificationReadStatusDto } from './AccountNotificationRead
|
|
|
17
17
|
*/
|
|
18
18
|
export interface AccountNotificationDto {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Unique notification identifier.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof AccountNotificationDto
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Severity level of the notification.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof AccountNotificationDto
|
|
29
29
|
*/
|
|
30
30
|
level: AccountNotificationDtoLevelEnum;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Type of account notification.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof AccountNotificationDto
|
|
35
35
|
*/
|
|
36
36
|
type: AccountNotificationDtoTypeEnum;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Read status of the notification.
|
|
39
39
|
* @type {AccountNotificationReadStatusDto}
|
|
40
40
|
* @memberof AccountNotificationDto
|
|
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 AccountNotificationReadStatusDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Whether the notification has been read.
|
|
20
20
|
* @type {boolean}
|
|
21
21
|
* @memberof AccountNotificationReadStatusDto
|
|
22
22
|
*/
|
|
23
23
|
value: boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
25
|
+
* User who marked the notification as read.
|
|
26
|
+
* @type {string}
|
|
27
27
|
* @memberof AccountNotificationReadStatusDto
|
|
28
28
|
*/
|
|
29
|
-
by:
|
|
29
|
+
by: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Timestamp when the notification was marked as read.
|
|
32
32
|
* @type {Date}
|
|
33
33
|
* @memberof AccountNotificationReadStatusDto
|
|
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,25 +16,25 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface AccountOnboardingDto {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* External account ID at the payment provider, if assigned.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AccountOnboardingDto
|
|
22
22
|
*/
|
|
23
23
|
accountId: string | null;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Current onboarding status with the payment provider.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof AccountOnboardingDto
|
|
28
28
|
*/
|
|
29
29
|
status: AccountOnboardingDtoStatusEnum;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Whether onboarding has been completed successfully.
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof AccountOnboardingDto
|
|
34
34
|
*/
|
|
35
35
|
finished: boolean;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Payment provider handling account onboarding.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof AccountOnboardingDto
|
|
40
40
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nameshift
|
|
3
|
-
* Nameshift API
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
*
|
|
@@ -26,55 +26,55 @@ export interface AccountPaymentDto {
|
|
|
26
26
|
*/
|
|
27
27
|
id: string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Current invoice status for this payment.
|
|
30
30
|
* @type {string}
|
|
31
31
|
* @memberof AccountPaymentDto
|
|
32
32
|
*/
|
|
33
33
|
status: AccountPaymentDtoStatusEnum;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {Array<AccountPaymentMethodProfileDto>}
|
|
37
|
-
* @memberof AccountPaymentDto
|
|
38
|
-
*/
|
|
39
|
-
paymentMethodProfiles: Array<AccountPaymentMethodProfileDto>;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
35
|
+
* Base price before tax.
|
|
42
36
|
* @type {MoneyDto}
|
|
43
37
|
* @memberof AccountPaymentDto
|
|
44
38
|
*/
|
|
45
39
|
basePrice: MoneyDto;
|
|
46
40
|
/**
|
|
47
|
-
*
|
|
41
|
+
* Total price including tax.
|
|
48
42
|
* @type {MoneyDto}
|
|
49
43
|
* @memberof AccountPaymentDto
|
|
50
44
|
*/
|
|
51
45
|
totalPrice: MoneyDto;
|
|
52
46
|
/**
|
|
53
|
-
*
|
|
47
|
+
* Total tax amount.
|
|
54
48
|
* @type {MoneyDto}
|
|
55
49
|
* @memberof AccountPaymentDto
|
|
56
50
|
*/
|
|
57
51
|
totalTaxPrice: MoneyDto;
|
|
58
52
|
/**
|
|
59
|
-
*
|
|
53
|
+
* Line items on the invoice.
|
|
60
54
|
* @type {Array<InvoiceItemDto>}
|
|
61
55
|
* @memberof AccountPaymentDto
|
|
62
56
|
*/
|
|
63
57
|
items: Array<InvoiceItemDto>;
|
|
64
58
|
/**
|
|
65
|
-
*
|
|
59
|
+
* Payment method types allowed for this payment.
|
|
66
60
|
* @type {Array<string>}
|
|
67
61
|
* @memberof AccountPaymentDto
|
|
68
62
|
*/
|
|
69
63
|
allowedPaymentMethods: Array<string>;
|
|
70
64
|
/**
|
|
71
|
-
*
|
|
65
|
+
* Saved payment method profiles available for this payment.
|
|
66
|
+
* @type {Array<AccountPaymentMethodProfileDto>}
|
|
67
|
+
* @memberof AccountPaymentDto
|
|
68
|
+
*/
|
|
69
|
+
paymentMethodProfiles: Array<AccountPaymentMethodProfileDto>;
|
|
70
|
+
/**
|
|
71
|
+
* Latest transaction for this payment, if any.
|
|
72
72
|
* @type {InvoiceTransactionDto}
|
|
73
73
|
* @memberof AccountPaymentDto
|
|
74
74
|
*/
|
|
75
|
-
transaction: InvoiceTransactionDto;
|
|
75
|
+
transaction: InvoiceTransactionDto | null;
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* Whether there is a pending transaction for this payment.
|
|
78
78
|
* @type {boolean}
|
|
79
79
|
* @memberof AccountPaymentDto
|
|
80
80
|
*/
|
|
@@ -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
|
*
|
|
@@ -40,8 +40,6 @@ function instanceOfAccountPaymentDto(value) {
|
|
|
40
40
|
return false;
|
|
41
41
|
if (!('status' in value) || value['status'] === undefined)
|
|
42
42
|
return false;
|
|
43
|
-
if (!('paymentMethodProfiles' in value) || value['paymentMethodProfiles'] === undefined)
|
|
44
|
-
return false;
|
|
45
43
|
if (!('basePrice' in value) || value['basePrice'] === undefined)
|
|
46
44
|
return false;
|
|
47
45
|
if (!('totalPrice' in value) || value['totalPrice'] === undefined)
|
|
@@ -52,6 +50,8 @@ function instanceOfAccountPaymentDto(value) {
|
|
|
52
50
|
return false;
|
|
53
51
|
if (!('allowedPaymentMethods' in value) || value['allowedPaymentMethods'] === undefined)
|
|
54
52
|
return false;
|
|
53
|
+
if (!('paymentMethodProfiles' in value) || value['paymentMethodProfiles'] === undefined)
|
|
54
|
+
return false;
|
|
55
55
|
if (!('transaction' in value) || value['transaction'] === undefined)
|
|
56
56
|
return false;
|
|
57
57
|
if (!('hasPendingTransaction' in value) || value['hasPendingTransaction'] === undefined)
|
|
@@ -68,12 +68,12 @@ function AccountPaymentDtoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
68
68
|
return {
|
|
69
69
|
'id': json['id'],
|
|
70
70
|
'status': json['status'],
|
|
71
|
-
'paymentMethodProfiles': (json['paymentMethodProfiles'].map(AccountPaymentMethodProfileDto_1.AccountPaymentMethodProfileDtoFromJSON)),
|
|
72
71
|
'basePrice': (0, MoneyDto_1.MoneyDtoFromJSON)(json['basePrice']),
|
|
73
72
|
'totalPrice': (0, MoneyDto_1.MoneyDtoFromJSON)(json['totalPrice']),
|
|
74
73
|
'totalTaxPrice': (0, MoneyDto_1.MoneyDtoFromJSON)(json['totalTaxPrice']),
|
|
75
74
|
'items': (json['items'].map(InvoiceItemDto_1.InvoiceItemDtoFromJSON)),
|
|
76
75
|
'allowedPaymentMethods': json['allowedPaymentMethods'],
|
|
76
|
+
'paymentMethodProfiles': (json['paymentMethodProfiles'].map(AccountPaymentMethodProfileDto_1.AccountPaymentMethodProfileDtoFromJSON)),
|
|
77
77
|
'transaction': (0, InvoiceTransactionDto_1.InvoiceTransactionDtoFromJSON)(json['transaction']),
|
|
78
78
|
'hasPendingTransaction': json['hasPendingTransaction'],
|
|
79
79
|
};
|
|
@@ -89,12 +89,12 @@ function AccountPaymentDtoToJSONTyped(value, ignoreDiscriminator) {
|
|
|
89
89
|
return {
|
|
90
90
|
'id': value['id'],
|
|
91
91
|
'status': value['status'],
|
|
92
|
-
'paymentMethodProfiles': (value['paymentMethodProfiles'].map(AccountPaymentMethodProfileDto_1.AccountPaymentMethodProfileDtoToJSON)),
|
|
93
92
|
'basePrice': (0, MoneyDto_1.MoneyDtoToJSON)(value['basePrice']),
|
|
94
93
|
'totalPrice': (0, MoneyDto_1.MoneyDtoToJSON)(value['totalPrice']),
|
|
95
94
|
'totalTaxPrice': (0, MoneyDto_1.MoneyDtoToJSON)(value['totalTaxPrice']),
|
|
96
95
|
'items': (value['items'].map(InvoiceItemDto_1.InvoiceItemDtoToJSON)),
|
|
97
96
|
'allowedPaymentMethods': value['allowedPaymentMethods'],
|
|
97
|
+
'paymentMethodProfiles': (value['paymentMethodProfiles'].map(AccountPaymentMethodProfileDto_1.AccountPaymentMethodProfileDtoToJSON)),
|
|
98
98
|
'transaction': (0, InvoiceTransactionDto_1.InvoiceTransactionDtoToJSON)(value['transaction']),
|
|
99
99
|
'hasPendingTransaction': value['hasPendingTransaction'],
|
|
100
100
|
};
|