@randock/nameshift-api-client 0.0.436 → 0.0.438
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -5
- package/README.md +3 -3
- package/dist/apis/AccountsApi.d.ts +73 -35
- package/dist/apis/AccountsApi.js +71 -33
- package/dist/apis/AccountsPublicApi.d.ts +9 -5
- package/dist/apis/AccountsPublicApi.js +9 -5
- package/dist/apis/AddressPublicApi.d.ts +3 -1
- package/dist/apis/AddressPublicApi.js +3 -1
- package/dist/apis/AdminApi.d.ts +294 -132
- package/dist/apis/AdminApi.js +310 -126
- package/dist/apis/AuctionsApi.d.ts +14 -6
- package/dist/apis/AuctionsApi.js +15 -5
- package/dist/apis/AuctionsPublicApi.d.ts +12 -8
- package/dist/apis/AuctionsPublicApi.js +12 -8
- package/dist/apis/BankAccountsApi.d.ts +21 -11
- package/dist/apis/BankAccountsApi.js +21 -11
- package/dist/apis/BuyersApi.d.ts +207 -99
- package/dist/apis/BuyersApi.js +205 -93
- package/dist/apis/BuyersPublicApi.d.ts +17 -9
- package/dist/apis/BuyersPublicApi.js +17 -9
- package/dist/apis/ChallengesApi.d.ts +13 -7
- package/dist/apis/ChallengesApi.js +13 -7
- package/dist/apis/DomainTransfersApi.d.ts +5 -3
- package/dist/apis/DomainTransfersApi.js +5 -3
- package/dist/apis/DomainsApi.d.ts +104 -48
- package/dist/apis/DomainsApi.js +116 -48
- package/dist/apis/DomainsPublicApi.d.ts +26 -16
- package/dist/apis/DomainsPublicApi.js +27 -19
- package/dist/apis/EppApi.d.ts +5 -3
- package/dist/apis/EppApi.js +5 -3
- package/dist/apis/InvoicesApi.d.ts +19 -8
- package/dist/apis/InvoicesApi.js +22 -7
- package/dist/apis/LeadsApi.d.ts +87 -41
- package/dist/apis/LeadsApi.js +89 -39
- package/dist/apis/LeadsPublicApi.d.ts +25 -13
- package/dist/apis/LeadsPublicApi.js +25 -13
- package/dist/apis/MarketingApi.d.ts +14 -6
- package/dist/apis/MarketingApi.js +15 -5
- package/dist/apis/NotificationsApi.d.ts +18 -10
- package/dist/apis/NotificationsApi.js +19 -9
- package/dist/apis/OrdersPublicApi.d.ts +17 -9
- package/dist/apis/OrdersPublicApi.js +17 -9
- package/dist/apis/PartnerApi.d.ts +13 -7
- package/dist/apis/PartnerApi.js +13 -7
- package/dist/apis/SalesPublicApi.d.ts +3 -1
- package/dist/apis/SalesPublicApi.js +3 -1
- package/dist/apis/StatsApi.d.ts +29 -15
- package/dist/apis/StatsApi.js +29 -15
- package/dist/apis/SubscriptionsApi.d.ts +10 -4
- package/dist/apis/SubscriptionsApi.js +11 -3
- package/dist/apis/SubscriptionsPublicApi.d.ts +13 -7
- package/dist/apis/SubscriptionsPublicApi.js +13 -7
- package/dist/apis/TasksApi.d.ts +18 -8
- package/dist/apis/TasksApi.js +19 -7
- package/dist/apis/TaxPublicApi.d.ts +3 -1
- package/dist/apis/TaxPublicApi.js +3 -1
- package/dist/apis/UsersApi.d.ts +21 -11
- package/dist/apis/UsersApi.js +21 -11
- package/dist/apis/UsersPublicApi.d.ts +17 -9
- package/dist/apis/UsersPublicApi.js +17 -9
- package/dist/apis/index.d.ts +0 -4
- package/dist/apis/index.js +0 -4
- package/dist/models/AccountAliasDto.d.ts +3 -3
- package/dist/models/AccountAliasDto.js +1 -1
- package/dist/models/AccountAliasInput.d.ts +2 -2
- package/dist/models/AccountAliasInput.js +1 -1
- package/dist/models/AccountBankAccountDto.d.ts +5 -5
- package/dist/models/AccountBankAccountDto.js +1 -1
- package/dist/models/AccountBankAccountDtoDetails.d.ts +2 -2
- package/dist/models/AccountBankAccountDtoDetails.js +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDto.d.ts +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDto.js +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.d.ts +1 -1
- package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.js +1 -1
- package/dist/models/AccountCommissionByDateRangeDto.d.ts +4 -4
- package/dist/models/AccountCommissionByDateRangeDto.js +1 -1
- package/dist/models/AccountCountryStatsDto.d.ts +1 -1
- package/dist/models/AccountCountryStatsDto.js +1 -1
- package/dist/models/AccountDto.d.ts +16 -16
- package/dist/models/AccountDto.js +5 -5
- package/dist/models/AccountMetricsDto.d.ts +8 -8
- package/dist/models/AccountMetricsDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionBySubtypeDto.d.ts +4 -4
- package/dist/models/AccountNameshiftCommissionBySubtypeDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionBySubtypePercentagesDto.d.ts +1 -1
- package/dist/models/AccountNameshiftCommissionBySubtypePercentagesDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionByTypeDto.d.ts +2 -2
- package/dist/models/AccountNameshiftCommissionByTypeDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionItemDto.d.ts +1 -1
- package/dist/models/AccountNameshiftCommissionItemDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionReasonDto.d.ts +12 -12
- package/dist/models/AccountNameshiftCommissionReasonDto.js +1 -1
- package/dist/models/AccountNameshiftCommissionSubtypeCurrentDto.d.ts +1 -1
- package/dist/models/AccountNameshiftCommissionSubtypeCurrentDto.js +1 -1
- package/dist/models/AccountNotificationDto.d.ts +5 -5
- package/dist/models/AccountNotificationDto.js +1 -1
- package/dist/models/AccountNotificationReadStatusDto.d.ts +6 -6
- package/dist/models/AccountNotificationReadStatusDto.js +1 -1
- package/dist/models/AccountOnboardingDto.d.ts +5 -5
- package/dist/models/AccountOnboardingDto.js +1 -1
- package/dist/models/AccountOnboardingSessionDto.d.ts +1 -1
- package/dist/models/AccountOnboardingSessionDto.js +1 -1
- package/dist/models/AccountPaymentDto.d.ts +16 -16
- package/dist/models/AccountPaymentDto.js +5 -5
- package/dist/models/AccountPaymentMethodDto.d.ts +10 -10
- package/dist/models/AccountPaymentMethodDto.js +1 -1
- package/dist/models/AccountPaymentMethodProfileDto.d.ts +7 -7
- package/dist/models/AccountPaymentMethodProfileDto.js +1 -1
- package/dist/models/AccountPayoutDto.d.ts +3 -3
- package/dist/models/AccountPayoutDto.js +1 -1
- package/dist/models/AccountSettingsAffiliateCommissionDto.d.ts +6 -6
- package/dist/models/AccountSettingsAffiliateCommissionDto.js +1 -1
- package/dist/models/AccountSettingsAffiliateCommissionReferralDuration.d.ts +3 -3
- package/dist/models/AccountSettingsAffiliateCommissionReferralDuration.js +1 -1
- package/dist/models/AccountSettingsAffiliateDto.d.ts +7 -7
- package/dist/models/AccountSettingsAffiliateDto.js +1 -1
- package/dist/models/AccountSettingsAliasDto.d.ts +3 -3
- package/dist/models/AccountSettingsAliasDto.js +1 -1
- package/dist/models/AccountSettingsDto.d.ts +14 -14
- package/dist/models/AccountSettingsDto.js +1 -1
- package/dist/models/AccountSettingsInput.d.ts +15 -15
- package/dist/models/AccountSettingsInput.js +1 -1
- package/dist/models/AccountSettingsLeaseToOwnConfigurationDto.d.ts +10 -10
- package/dist/models/AccountSettingsLeaseToOwnConfigurationDto.js +5 -5
- package/dist/models/AccountSettingsRentConfigurationDto.d.ts +2 -2
- package/dist/models/AccountSettingsRentConfigurationDto.js +1 -1
- package/dist/models/AccountSettingsSidnDto.d.ts +2 -2
- package/dist/models/AccountSettingsSidnDto.js +1 -1
- package/dist/models/AccountsStatsDto.d.ts +1 -1
- package/dist/models/AccountsStatsDto.js +1 -1
- package/dist/models/AddSubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/AddSubscriptionDomainRecordInput.js +1 -1
- package/dist/models/AddressDto.d.ts +8 -8
- package/dist/models/AddressDto.js +1 -1
- package/dist/models/AdminAccountCommissionByDateRangeInput.d.ts +4 -4
- package/dist/models/AdminAccountCommissionByDateRangeInput.js +1 -1
- package/dist/models/AdminAccountLoginDto.d.ts +2 -2
- package/dist/models/AdminAccountLoginDto.js +1 -1
- package/dist/models/AdminAccountSettingsAffiliateCommissionInput.d.ts +6 -6
- package/dist/models/AdminAccountSettingsAffiliateCommissionInput.js +1 -1
- package/dist/models/AdminAccountSettingsAffiliateInput.d.ts +7 -7
- package/dist/models/AdminAccountSettingsAffiliateInput.js +1 -1
- package/dist/models/AdminAccountSettingsAffiliateReferralDurationInput.d.ts +3 -3
- package/dist/models/AdminAccountSettingsAffiliateReferralDurationInput.js +1 -1
- package/dist/models/AdminAccountSettingsInput.d.ts +10 -10
- package/dist/models/AdminAccountSettingsInput.js +1 -1
- package/dist/models/AdminAuctionCommissionByDateRangeInput.d.ts +4 -4
- package/dist/models/AdminAuctionCommissionByDateRangeInput.js +1 -1
- package/dist/models/AdminAuctionConfigurationInput.d.ts +6 -6
- package/dist/models/AdminAuctionConfigurationInput.js +1 -1
- package/dist/models/AdminBankAccountDto.d.ts +4 -4
- package/dist/models/AdminBankAccountDto.js +1 -1
- package/dist/models/AdminBuyerLoginDto.d.ts +2 -2
- package/dist/models/AdminBuyerLoginDto.js +1 -1
- package/dist/models/AdminChallengeListDto.d.ts +2 -2
- package/dist/models/AdminChallengeListDto.js +1 -1
- package/dist/models/AdminChallengeListItemDto.d.ts +1 -1
- package/dist/models/AdminChallengeListItemDto.js +1 -1
- package/dist/models/AdminCompanyStatsDto.d.ts +2 -2
- package/dist/models/AdminCompanyStatsDto.js +1 -1
- package/dist/models/AdminCompanyStatsLedger.d.ts +8 -8
- package/dist/models/AdminCompanyStatsLedger.js +1 -1
- package/dist/models/AdminDashboardStatsDto.d.ts +1 -1
- package/dist/models/AdminDashboardStatsDto.js +1 -1
- package/dist/models/AdminDomainListItemDto.d.ts +52 -53
- package/dist/models/AdminDomainListItemDto.js +17 -17
- package/dist/models/AdminGetAllDomainTransfers200Response.d.ts +1 -1
- package/dist/models/AdminGetAllDomainTransfers200Response.js +1 -1
- package/dist/models/AdminLeadListItemBuyerDto.d.ts +14 -14
- package/dist/models/AdminLeadListItemBuyerDto.js +13 -13
- package/dist/models/AdminLeadListItemDomainDto.d.ts +4 -4
- package/dist/models/AdminLeadListItemDomainDto.js +1 -1
- package/dist/models/AdminLeadListItemDto.d.ts +35 -35
- package/dist/models/AdminLeadListItemDto.js +17 -17
- package/dist/models/AdminListAccountDto.d.ts +47 -47
- package/dist/models/AdminListAccountDto.js +29 -29
- package/dist/models/AdminVerificationDepositDto.d.ts +3 -3
- package/dist/models/AdminVerificationDepositDto.js +1 -1
- package/dist/models/AffiliatesStatsDto.d.ts +1 -1
- package/dist/models/AffiliatesStatsDto.js +1 -1
- package/dist/models/AggregatedPaginationResponse.d.ts +2 -2
- package/dist/models/AggregatedPaginationResponse.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDto.d.ts +7 -7
- package/dist/models/AirwallexBankAccountDetailsDto.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDtoInstitution.d.ts +5 -5
- package/dist/models/AirwallexBankAccountDetailsDtoInstitution.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethod.d.ts +3 -3
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethod.js +1 -1
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethodCode.d.ts +3 -3
- package/dist/models/AirwallexBankAccountDetailsDtoLocalMethodCode.js +1 -1
- package/dist/models/AirwallexDepositDto.d.ts +11 -11
- package/dist/models/AirwallexDepositDto.js +5 -5
- package/dist/models/AirwallexDepositDtoFee.d.ts +1 -1
- package/dist/models/AirwallexDepositDtoFee.js +1 -1
- package/dist/models/AuBankAccountDetails.d.ts +5 -5
- package/dist/models/AuBankAccountDetails.js +1 -1
- package/dist/models/AuctionBidDto.d.ts +1 -1
- package/dist/models/AuctionBidDto.js +1 -1
- package/dist/models/AuctionBidInput.d.ts +2 -2
- package/dist/models/AuctionBidInput.js +1 -1
- package/dist/models/AuctionBidMetricsDto.d.ts +1 -1
- package/dist/models/AuctionBidMetricsDto.js +1 -1
- package/dist/models/AuctionBuyerDto.d.ts +1 -1
- package/dist/models/AuctionBuyerDto.js +1 -1
- package/dist/models/AuctionBuyerWithTokenDto.d.ts +1 -1
- package/dist/models/AuctionBuyerWithTokenDto.js +1 -1
- package/dist/models/AuctionCommissionByDateRangeDto.d.ts +4 -4
- package/dist/models/AuctionCommissionByDateRangeDto.js +1 -1
- package/dist/models/AuctionConfigurationDto.d.ts +6 -6
- package/dist/models/AuctionConfigurationDto.js +1 -1
- package/dist/models/AuctionDto.d.ts +1 -1
- package/dist/models/AuctionDto.js +1 -1
- package/dist/models/AuctionDurationDto.d.ts +1 -1
- package/dist/models/AuctionDurationDto.js +1 -1
- package/dist/models/AuctionListItemDto.d.ts +1 -1
- package/dist/models/AuctionListItemDto.js +1 -1
- package/dist/models/AuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/AuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/AuctionListItemDtoSellerAccount.d.ts +1 -1
- package/dist/models/AuctionListItemDtoSellerAccount.js +1 -1
- package/dist/models/AuctionsStatsDto.d.ts +1 -1
- package/dist/models/AuctionsStatsDto.js +1 -1
- package/dist/models/BadRequestException.d.ts +4 -4
- package/dist/models/BadRequestException.js +1 -1
- package/dist/models/BatchDeleteBuyerLeadsInput.d.ts +2 -2
- package/dist/models/BatchDeleteBuyerLeadsInput.js +1 -1
- package/dist/models/BatchImportPreviewDto.d.ts +3 -3
- package/dist/models/BatchImportPreviewDto.js +1 -1
- package/dist/models/BatchReadBuyerLeadMessageInput.d.ts +2 -2
- package/dist/models/BatchReadBuyerLeadMessageInput.js +1 -1
- package/dist/models/BatchReadSellerLeadMessageInput.d.ts +2 -2
- package/dist/models/BatchReadSellerLeadMessageInput.js +1 -1
- package/dist/models/BatchUpdateDomainsInput.d.ts +3 -3
- package/dist/models/BatchUpdateDomainsInput.js +1 -1
- package/dist/models/BatchVerifyBuyerLeadsInput.d.ts +2 -2
- package/dist/models/BatchVerifyBuyerLeadsInput.js +1 -1
- package/dist/models/BillingInformationDto.d.ts +8 -8
- package/dist/models/BillingInformationDto.js +1 -1
- package/dist/models/BulkCommissionActionsInput.d.ts +2 -2
- package/dist/models/BulkCommissionActionsInput.js +1 -1
- package/dist/models/BulkCommissionActionsInputActionsInner.d.ts +1 -1
- package/dist/models/BulkCommissionActionsInputActionsInner.js +1 -1
- package/dist/models/BulkDownloadInvoicesInput.d.ts +1 -1
- package/dist/models/BulkDownloadInvoicesInput.js +1 -1
- package/dist/models/BulkMarkBuyerNotificationsAsReadInputDto.d.ts +1 -1
- package/dist/models/BulkMarkBuyerNotificationsAsReadInputDto.js +1 -1
- package/dist/models/BulkMarkNotificationsAsReadInputDto.d.ts +1 -1
- package/dist/models/BulkMarkNotificationsAsReadInputDto.js +1 -1
- package/dist/models/BulkUpdateDomainsWithFiltersInput.d.ts +6 -6
- package/dist/models/BulkUpdateDomainsWithFiltersInput.js +1 -1
- package/dist/models/BuyerAccessTokenDto.d.ts +1 -1
- package/dist/models/BuyerAccessTokenDto.js +1 -1
- package/dist/models/BuyerAuctionDetailDto.d.ts +1 -1
- package/dist/models/BuyerAuctionDetailDto.js +1 -1
- package/dist/models/BuyerAuctionDetailDtoDomain.d.ts +1 -1
- package/dist/models/BuyerAuctionDetailDtoDomain.js +1 -1
- package/dist/models/BuyerAuctionListItemDto.d.ts +1 -1
- package/dist/models/BuyerAuctionListItemDto.js +1 -1
- package/dist/models/BuyerAuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/BuyerAuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/BuyerAuctionListItemDtoSellerAccount.d.ts +1 -1
- package/dist/models/BuyerAuctionListItemDtoSellerAccount.js +1 -1
- package/dist/models/BuyerDomainNameserverItemDto.d.ts +1 -1
- package/dist/models/BuyerDomainNameserverItemDto.js +1 -1
- package/dist/models/BuyerDomainRecordItemDto.d.ts +1 -1
- package/dist/models/BuyerDomainRecordItemDto.js +1 -1
- package/dist/models/BuyerDomainRecordsDto.d.ts +1 -1
- package/dist/models/BuyerDomainRecordsDto.js +1 -1
- package/dist/models/BuyerDomainTransferAuthCodeDto.d.ts +1 -1
- package/dist/models/BuyerDomainTransferAuthCodeDto.js +1 -1
- package/dist/models/BuyerDomainTransferListItemDomainDto.d.ts +7 -7
- package/dist/models/BuyerDomainTransferListItemDomainDto.js +1 -1
- package/dist/models/BuyerDomainTransferListItemDto.d.ts +26 -26
- package/dist/models/BuyerDomainTransferListItemDto.js +13 -13
- package/dist/models/BuyerDto.d.ts +8 -8
- package/dist/models/BuyerDto.js +1 -1
- package/dist/models/BuyerInvoiceDomainDto.d.ts +6 -6
- package/dist/models/BuyerInvoiceDomainDto.js +1 -1
- package/dist/models/BuyerInvoiceDto.d.ts +16 -16
- package/dist/models/BuyerInvoiceDto.js +1 -1
- package/dist/models/BuyerInvoiceSellerAccountDto.d.ts +8 -8
- package/dist/models/BuyerInvoiceSellerAccountDto.js +1 -1
- package/dist/models/BuyerLeadListItemDomainDto.d.ts +1 -1
- package/dist/models/BuyerLeadListItemDomainDto.js +1 -1
- package/dist/models/BuyerLeadListItemDto.d.ts +8 -8
- package/dist/models/BuyerLeadListItemDto.js +1 -1
- package/dist/models/BuyerNotificationAttachmentDto.d.ts +4 -4
- package/dist/models/BuyerNotificationAttachmentDto.js +1 -1
- package/dist/models/BuyerNotificationDto.d.ts +8 -8
- package/dist/models/BuyerNotificationDto.js +1 -1
- package/dist/models/BuyerNotificationListItemDto.d.ts +7 -7
- package/dist/models/BuyerNotificationListItemDto.js +1 -1
- package/dist/models/BuyerNotificationSettingsDto.d.ts +2 -2
- package/dist/models/BuyerNotificationSettingsDto.js +1 -1
- package/dist/models/BuyerSecurityUserDto.d.ts +7 -7
- package/dist/models/BuyerSecurityUserDto.js +1 -1
- package/dist/models/BuyerSessionDto.d.ts +10 -10
- package/dist/models/BuyerSessionDto.js +1 -1
- package/dist/models/BuyerSubscriptionListItemDto.d.ts +18 -18
- package/dist/models/BuyerSubscriptionListItemDto.js +1 -1
- package/dist/models/BuyerSubscriptionListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/BuyerSubscriptionListItemDtoDomainInformation.js +1 -1
- package/dist/models/BuyerTaskDetailsDto.d.ts +3 -3
- package/dist/models/BuyerTaskDetailsDto.js +1 -1
- package/dist/models/CaBankAccountDetails.d.ts +6 -6
- package/dist/models/CaBankAccountDetails.js +1 -1
- package/dist/models/ChallengeRewardBalanceDto.d.ts +1 -1
- package/dist/models/ChallengeRewardBalanceDto.js +1 -1
- package/dist/models/ChangeOrderStatusInput.d.ts +2 -2
- package/dist/models/ChangeOrderStatusInput.js +1 -1
- package/dist/models/ChangeSubscriptionStatusInput.d.ts +2 -2
- package/dist/models/ChangeSubscriptionStatusInput.js +1 -1
- package/dist/models/ChangeUserEmailWithOtpInput.d.ts +3 -3
- package/dist/models/ChangeUserEmailWithOtpInput.js +1 -1
- package/dist/models/ChartDataPoint.d.ts +3 -3
- package/dist/models/ChartDataPoint.js +1 -1
- package/dist/models/CheckDomainsNsInput.d.ts +2 -2
- package/dist/models/CheckDomainsNsInput.js +1 -1
- package/dist/models/CommissionAccountDto.d.ts +4 -4
- package/dist/models/CommissionAccountDto.js +1 -1
- package/dist/models/CommissionAction.d.ts +2 -2
- package/dist/models/CommissionAction.js +2 -2
- package/dist/models/CommissionAddUpdateActionInput.d.ts +1 -1
- package/dist/models/CommissionAddUpdateActionInput.js +1 -1
- package/dist/models/CommissionConfigurationDto.d.ts +1 -1
- package/dist/models/CommissionConfigurationDto.js +1 -1
- package/dist/models/CommissionConfigurationDtoPayload.d.ts +1 -1
- package/dist/models/CommissionConfigurationDtoPayload.js +1 -1
- package/dist/models/CommissionConfigurationInput.d.ts +1 -1
- package/dist/models/CommissionConfigurationInput.js +1 -1
- package/dist/models/CommissionDeleteActionInput.d.ts +1 -1
- package/dist/models/CommissionDeleteActionInput.js +1 -1
- package/dist/models/CommissionDto.d.ts +10 -10
- package/dist/models/CommissionDto.js +1 -1
- package/dist/models/CommissionFactor.d.ts +2 -2
- package/dist/models/CommissionFactor.js +2 -2
- package/dist/models/CommissionListDto.d.ts +2 -2
- package/dist/models/CommissionListDto.js +1 -1
- package/dist/models/CommissionPayloadIdInput.d.ts +2 -2
- package/dist/models/CommissionPayloadIdInput.js +1 -1
- package/dist/models/CommissionPayloadInput.d.ts +10 -10
- package/dist/models/CommissionPayloadInput.js +1 -1
- package/dist/models/CommissionPercentageRangeDto.d.ts +4 -4
- package/dist/models/CommissionPercentageRangeDto.js +1 -1
- package/dist/models/CommissionPercentageRangeInput.d.ts +4 -4
- package/dist/models/CommissionPercentageRangeInput.js +1 -1
- package/dist/models/CommissionReasonConfigDto.d.ts +2 -2
- package/dist/models/CommissionReasonConfigDto.js +1 -1
- package/dist/models/CommissionReasonConfigDtoPayload.d.ts +1 -1
- package/dist/models/CommissionReasonConfigDtoPayload.js +1 -1
- package/dist/models/CommissionReasonDto.d.ts +13 -13
- package/dist/models/CommissionReasonDto.js +1 -1
- package/dist/models/CommissionsStatsDto.d.ts +1 -1
- package/dist/models/CommissionsStatsDto.js +1 -1
- package/dist/models/CompanyInformationDto.d.ts +4 -4
- package/dist/models/CompanyInformationDto.js +1 -1
- package/dist/models/CompanyTaxIdDto.d.ts +4 -4
- package/dist/models/CompanyTaxIdDto.js +1 -1
- package/dist/models/ConflictException.d.ts +4 -4
- package/dist/models/ConflictException.js +1 -1
- package/dist/models/CreateAccountPaymentInput.d.ts +4 -4
- package/dist/models/CreateAccountPaymentInput.js +1 -1
- package/dist/models/CreateAccountPaymentManualTransactionInput.d.ts +1 -1
- package/dist/models/CreateAccountPaymentManualTransactionInput.js +1 -1
- package/dist/models/CreateBankAccountInput.d.ts +3 -3
- package/dist/models/CreateBankAccountInput.js +1 -1
- package/dist/models/CreateBuyerLeadMessageInput.d.ts +2 -2
- package/dist/models/CreateBuyerLeadMessageInput.js +1 -1
- package/dist/models/CreateChallengeInput.d.ts +1 -1
- package/dist/models/CreateChallengeInput.js +1 -1
- package/dist/models/CreateLeadInput.d.ts +23 -23
- package/dist/models/CreateLeadInput.js +17 -17
- package/dist/models/CreateLeadMessageInput.d.ts +2 -2
- package/dist/models/CreateLeadMessageInput.js +1 -1
- package/dist/models/CreateManualLeadInput.d.ts +14 -14
- package/dist/models/CreateManualLeadInput.js +3 -7
- package/dist/models/CreateManualTransactionInput.d.ts +2 -2
- package/dist/models/CreateManualTransactionInput.js +1 -1
- package/dist/models/CreateOrderInput.d.ts +32 -32
- package/dist/models/CreateOrderInput.js +8 -12
- package/dist/models/CreateSubscriptionBillingPeriodicityInput.d.ts +5 -5
- package/dist/models/CreateSubscriptionBillingPeriodicityInput.js +3 -7
- package/dist/models/CreateSubscriptionInput.d.ts +36 -36
- package/dist/models/CreateSubscriptionInput.js +10 -16
- package/dist/models/CreateSubscriptionManualTransactionInput.d.ts +2 -2
- package/dist/models/CreateSubscriptionManualTransactionInput.js +1 -1
- package/dist/models/CursorBasedPageInfo.d.ts +3 -3
- package/dist/models/CursorBasedPageInfo.js +1 -1
- package/dist/models/CursorBasedPaginationResponse.d.ts +10 -4
- package/dist/models/CursorBasedPaginationResponse.js +5 -1
- package/dist/models/DeleteDomainsInput.d.ts +2 -2
- package/dist/models/DeleteDomainsInput.js +1 -1
- package/dist/models/DomainAuctionDto.d.ts +13 -13
- package/dist/models/DomainAuctionDto.js +1 -1
- package/dist/models/DomainCategoryItemDto.d.ts +5 -5
- package/dist/models/DomainCategoryItemDto.js +1 -1
- package/dist/models/DomainExchangeRateDto.d.ts +3 -3
- package/dist/models/DomainExchangeRateDto.js +1 -1
- package/dist/models/DomainFiltersDto.d.ts +1 -1
- package/dist/models/DomainFiltersDto.js +1 -1
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.d.ts +4 -4
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.js +1 -1
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.d.ts +10 -10
- package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.js +3 -3
- package/dist/models/DomainLockConfigurationDto.d.ts +3 -3
- package/dist/models/DomainLockConfigurationDto.js +1 -1
- package/dist/models/DomainLockDto.d.ts +1 -1
- package/dist/models/DomainLockDto.js +1 -1
- package/dist/models/DomainPricesChangeDto.d.ts +20 -20
- package/dist/models/DomainPricesChangeDto.js +13 -13
- package/dist/models/DomainSalesInformationDto.d.ts +22 -22
- package/dist/models/DomainSalesInformationDto.js +1 -1
- package/dist/models/DomainSalesInformationLeaseToOwnConfigurationDto.d.ts +6 -6
- package/dist/models/DomainSalesInformationLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/DomainSalesInformationRentConfigurationDto.d.ts +3 -3
- package/dist/models/DomainSalesInformationRentConfigurationDto.js +1 -1
- package/dist/models/DomainSellerDto.d.ts +15 -15
- package/dist/models/DomainSellerDto.js +5 -5
- package/dist/models/DomainStatsDto.d.ts +11 -11
- package/dist/models/DomainStatsDto.js +5 -5
- package/dist/models/DomainTldsDto.d.ts +2 -2
- package/dist/models/DomainTldsDto.js +1 -1
- package/dist/models/DomainTransferAgentDto.d.ts +5 -5
- package/dist/models/DomainTransferAgentDto.js +1 -1
- package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.d.ts +6 -6
- package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.js +1 -1
- package/dist/models/DomainTransferDetailWorkflowStepActionDto.d.ts +11 -11
- package/dist/models/DomainTransferDetailWorkflowStepActionDto.js +9 -9
- package/dist/models/DomainTransferDetailWorkflowStepDto.d.ts +16 -16
- package/dist/models/DomainTransferDetailWorkflowStepDto.js +5 -5
- package/dist/models/DomainTransferDetailsAuthCodeDto.d.ts +3 -3
- package/dist/models/DomainTransferDetailsAuthCodeDto.js +1 -1
- package/dist/models/DomainTransferDetailsBuyerDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsBuyerDto.js +1 -1
- package/dist/models/DomainTransferDetailsDomainDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsDomainDto.js +1 -1
- package/dist/models/DomainTransferDetailsDto.d.ts +18 -18
- package/dist/models/DomainTransferDetailsDto.js +5 -5
- package/dist/models/DomainTransferDetailsOrderDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsOrderDto.js +5 -5
- package/dist/models/DomainTransferDetailsSellerDto.d.ts +6 -6
- package/dist/models/DomainTransferDetailsSellerDto.js +1 -1
- package/dist/models/DomainTransferDetailsSellerUserDto.d.ts +5 -5
- package/dist/models/DomainTransferDetailsSellerUserDto.js +1 -1
- package/dist/models/DomainTransferDetailsSubscriptionDto.d.ts +8 -8
- package/dist/models/DomainTransferDetailsSubscriptionDto.js +5 -5
- package/dist/models/DomainTransferDetailsValidationDto.d.ts +19 -19
- package/dist/models/DomainTransferDetailsValidationDto.js +9 -9
- package/dist/models/DomainTransferDetailsWorkflowDto.d.ts +4 -4
- package/dist/models/DomainTransferDetailsWorkflowDto.js +1 -1
- package/dist/models/DomainTransferDomainDto.d.ts +7 -7
- package/dist/models/DomainTransferDomainDto.js +1 -1
- package/dist/models/DomainTransferDto.d.ts +11 -11
- package/dist/models/DomainTransferDto.js +1 -1
- package/dist/models/DomainTransferOrderDto.d.ts +6 -6
- package/dist/models/DomainTransferOrderDto.js +1 -1
- package/dist/models/DomainTransferSellerAccountDto.d.ts +7 -7
- package/dist/models/DomainTransferSellerAccountDto.js +1 -1
- package/dist/models/DomainTransferSubscriptionDto.d.ts +6 -6
- package/dist/models/DomainTransferSubscriptionDto.js +1 -1
- package/dist/models/DomainTransferTldInformationDto.d.ts +2 -2
- package/dist/models/DomainTransferTldInformationDto.js +1 -1
- package/dist/models/DomainTransferTldInformationResultDto.d.ts +3 -3
- package/dist/models/DomainTransferTldInformationResultDto.js +1 -1
- package/dist/models/DomainTransferWorkflowDto.d.ts +2 -2
- package/dist/models/DomainTransferWorkflowDto.js +1 -1
- package/dist/models/DomainUrlDto.d.ts +4 -4
- package/dist/models/DomainUrlDto.js +1 -1
- package/dist/models/DomainVerificationStatusDto.d.ts +1 -1
- package/dist/models/DomainVerificationStatusDto.js +1 -1
- package/dist/models/EppBatchUpdateInput.d.ts +11 -11
- package/dist/models/EppBatchUpdateInput.js +3 -7
- package/dist/models/FeatureFlagListItemDto.d.ts +8 -8
- package/dist/models/FeatureFlagListItemDto.js +1 -1
- package/dist/models/FixedCommissionPayloadDto.d.ts +2 -2
- package/dist/models/FixedCommissionPayloadDto.js +1 -1
- package/dist/models/FixedCommissionPayloadInput.d.ts +2 -2
- package/dist/models/FixedCommissionPayloadInput.js +1 -1
- package/dist/models/FixedCommissionReasonPayloadDto.d.ts +2 -2
- package/dist/models/FixedCommissionReasonPayloadDto.js +1 -1
- package/dist/models/ForgotPasswordRequestInput.d.ts +2 -2
- package/dist/models/ForgotPasswordRequestInput.js +1 -1
- package/dist/models/GetAccountChallengeRewardUsagesListDto.d.ts +2 -2
- package/dist/models/GetAccountChallengeRewardUsagesListDto.js +1 -1
- package/dist/models/GetAccountNameshiftCommissionsResponseDto.d.ts +1 -1
- package/dist/models/GetAccountNameshiftCommissionsResponseDto.js +1 -1
- package/dist/models/GetAllAffiliateCommissions200Response.d.ts +1 -1
- package/dist/models/GetAllAffiliateCommissions200Response.js +1 -1
- package/dist/models/GetAllAuctions200Response.d.ts +1 -1
- package/dist/models/GetAllAuctions200Response.js +1 -1
- package/dist/models/GetAllAuctions200Response1.d.ts +1 -1
- package/dist/models/GetAllAuctions200Response1.js +1 -1
- package/dist/models/GetAllDomainTransfers200Response.d.ts +1 -1
- package/dist/models/GetAllDomainTransfers200Response.js +1 -1
- package/dist/models/GetAllFeatureFlags200Response.d.ts +1 -1
- package/dist/models/GetAllFeatureFlags200Response.js +1 -1
- package/dist/models/GetAllInvoices200Response.d.ts +1 -1
- package/dist/models/GetAllInvoices200Response.js +1 -1
- package/dist/models/GetAllOrders200Response.d.ts +1 -1
- package/dist/models/GetAllOrders200Response.js +1 -1
- package/dist/models/GetAllOwnedDomains200Response.d.ts +1 -1
- package/dist/models/GetAllOwnedDomains200Response.js +1 -1
- package/dist/models/GetAllReferrals200Response.d.ts +1 -1
- package/dist/models/GetAllReferrals200Response.js +1 -1
- package/dist/models/GetAllSubscriptions200Response.d.ts +1 -1
- package/dist/models/GetAllSubscriptions200Response.js +1 -1
- package/dist/models/GetAllSubscriptions200Response1.d.ts +1 -1
- package/dist/models/GetAllSubscriptions200Response1.js +1 -1
- package/dist/models/GetBuyerAuctions200Response.d.ts +1 -1
- package/dist/models/GetBuyerAuctions200Response.js +1 -1
- package/dist/models/GetBuyerInvoices200Response.d.ts +1 -1
- package/dist/models/GetBuyerInvoices200Response.js +1 -1
- package/dist/models/GetBuyerLeads200Response.d.ts +1 -1
- package/dist/models/GetBuyerLeads200Response.js +1 -1
- package/dist/models/GetBuyerSubscriptions200Response.d.ts +1 -1
- package/dist/models/GetBuyerSubscriptions200Response.js +1 -1
- package/dist/models/GetBuyerTransfers200Response.d.ts +1 -1
- package/dist/models/GetBuyerTransfers200Response.js +1 -1
- package/dist/models/GetInvoices200Response.d.ts +1 -1
- package/dist/models/GetInvoices200Response.js +1 -1
- package/dist/models/GetMarketingSales200Response.d.ts +1 -1
- package/dist/models/GetMarketingSales200Response.js +1 -1
- package/dist/models/GetSellerChallengesListDto.d.ts +2 -2
- package/dist/models/GetSellerChallengesListDto.js +1 -1
- package/dist/models/GetSellerChallengesListDtoChallengesInner.d.ts +1 -1
- package/dist/models/GetSellerChallengesListDtoChallengesInner.js +1 -1
- package/dist/models/HistoricalMetrics.d.ts +5 -5
- package/dist/models/HistoricalMetrics.js +1 -1
- package/dist/models/HttpException.d.ts +1 -1
- package/dist/models/HttpException.js +1 -1
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +19 -19
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +5 -5
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +52 -53
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +17 -17
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +52 -53
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +17 -17
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +56 -57
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +21 -21
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +51 -51
- package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +25 -25
- package/dist/models/IntersectionTaskListTaskDto.d.ts +22 -22
- package/dist/models/IntersectionTaskListTaskDto.js +13 -13
- package/dist/models/IntersectionTaskListTaskDtoData.d.ts +2 -2
- package/dist/models/IntersectionTaskListTaskDtoData.js +1 -1
- package/dist/models/InvoiceDomainDto.d.ts +6 -6
- package/dist/models/InvoiceDomainDto.js +1 -1
- package/dist/models/InvoiceDto.d.ts +18 -18
- package/dist/models/InvoiceDto.js +1 -1
- package/dist/models/InvoiceDtoTransaction.d.ts +6 -6
- package/dist/models/InvoiceDtoTransaction.js +1 -1
- package/dist/models/InvoiceItemDto.d.ts +6 -6
- package/dist/models/InvoiceItemDto.js +1 -1
- package/dist/models/InvoiceItemTaxDto.d.ts +10 -10
- package/dist/models/InvoiceItemTaxDto.js +5 -5
- package/dist/models/InvoiceSellerAccountDto.d.ts +8 -8
- package/dist/models/InvoiceSellerAccountDto.js +1 -1
- package/dist/models/InvoiceTransactionDto.d.ts +33 -33
- package/dist/models/InvoiceTransactionDto.js +28 -28
- package/dist/models/LandingPageInput.d.ts +13 -13
- package/dist/models/LandingPageInput.js +1 -1
- package/dist/models/LandingPageSettingsDto.d.ts +13 -13
- package/dist/models/LandingPageSettingsDto.js +1 -1
- package/dist/models/LeadBuyerConfigDto.d.ts +3 -3
- package/dist/models/LeadBuyerConfigDto.js +1 -1
- package/dist/models/LeadDomainDto.d.ts +19 -19
- package/dist/models/LeadDomainDto.js +9 -9
- package/dist/models/LeadDto.d.ts +30 -30
- package/dist/models/LeadDto.js +9 -9
- package/dist/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.d.ts +1 -1
- package/dist/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.js +1 -1
- package/dist/models/LeadLeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/LeadLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/LeadMessageData.d.ts +1 -1
- package/dist/models/LeadMessageData.js +1 -1
- package/dist/models/LeadMessageDataLeaseToOwn.d.ts +1 -1
- package/dist/models/LeadMessageDataLeaseToOwn.js +1 -1
- package/dist/models/LeadMessageDto.d.ts +9 -9
- package/dist/models/LeadMessageDto.js +5 -5
- package/dist/models/LeadOfferDto.d.ts +5 -5
- package/dist/models/LeadOfferDto.js +1 -1
- package/dist/models/LeadOfferExpirationConfigurationDto.d.ts +3 -3
- package/dist/models/LeadOfferExpirationConfigurationDto.js +1 -1
- package/dist/models/LeadOfferExpirationConfigurationInput.d.ts +3 -3
- package/dist/models/LeadOfferExpirationConfigurationInput.js +1 -1
- package/dist/models/LeadOfferExpirationDurationInput.d.ts +3 -3
- package/dist/models/LeadOfferExpirationDurationInput.js +1 -1
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationDto.d.ts +4 -4
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationDto.js +1 -1
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationInput.d.ts +4 -4
- package/dist/models/LeadPriceNegotiatorAiAgentConfigurationInput.js +1 -1
- package/dist/models/LeadRentConfigurationDto.d.ts +3 -3
- package/dist/models/LeadRentConfigurationDto.js +1 -1
- package/dist/models/LeadStatusDto.d.ts +2 -2
- package/dist/models/LeadStatusDto.js +1 -1
- package/dist/models/LeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/LeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/LeaseToOwnConfigurationInput.d.ts +4 -4
- package/dist/models/LeaseToOwnConfigurationInput.js +1 -1
- package/dist/models/LeaseToOwnConfigurationPresetsDto.d.ts +4 -4
- package/dist/models/LeaseToOwnConfigurationPresetsDto.js +1 -1
- package/dist/models/LeaseToOwnDto.d.ts +1 -1
- package/dist/models/LeaseToOwnDto.js +1 -1
- package/dist/models/LedgerMutationAttachmentDto.d.ts +3 -3
- package/dist/models/LedgerMutationAttachmentDto.js +1 -1
- package/dist/models/LedgerMutationDto.d.ts +8 -8
- package/dist/models/LedgerMutationDto.js +1 -1
- package/dist/models/LedgerMutationsDto.d.ts +2 -2
- package/dist/models/LedgerMutationsDto.js +1 -1
- package/dist/models/List200Response.d.ts +1 -1
- package/dist/models/List200Response.js +1 -1
- package/dist/models/List200Response1.d.ts +1 -1
- package/dist/models/List200Response1.js +1 -1
- package/dist/models/List200Response2.d.ts +1 -1
- package/dist/models/List200Response2.js +1 -1
- package/dist/models/List200Response3.d.ts +10 -10
- package/dist/models/List200Response3.js +5 -3
- package/dist/models/List200Response4.d.ts +10 -10
- package/dist/models/List200Response4.js +5 -3
- package/dist/models/ListAccountMetricsDto.d.ts +10 -10
- package/dist/models/ListAccountMetricsDto.js +1 -1
- package/dist/models/ListAccountPortfolioSizeDto.d.ts +3 -3
- package/dist/models/ListAccountPortfolioSizeDto.js +1 -1
- package/dist/models/ListAccountUserDto.d.ts +4 -4
- package/dist/models/ListAccountUserDto.js +1 -1
- package/dist/models/ListAccounts200Response.d.ts +1 -1
- package/dist/models/ListAccounts200Response.js +1 -1
- package/dist/models/ListAuctions200Response.d.ts +9 -9
- package/dist/models/ListAuctions200Response.js +5 -3
- package/dist/models/ListBankAccounts200Response.d.ts +1 -1
- package/dist/models/ListBankAccounts200Response.js +1 -1
- package/dist/models/ListBuyerNotifications200Response.d.ts +1 -1
- package/dist/models/ListBuyerNotifications200Response.js +1 -1
- package/dist/models/ListDomains200Response.d.ts +1 -1
- package/dist/models/ListDomains200Response.js +1 -1
- package/dist/models/ListDomainsWithUpdatedPricing200Response.d.ts +9 -9
- package/dist/models/ListDomainsWithUpdatedPricing200Response.js +5 -3
- package/dist/models/ListLeadMessagesDto.d.ts +2 -2
- package/dist/models/ListLeadMessagesDto.js +1 -1
- package/dist/models/ListLeads200Response.d.ts +1 -1
- package/dist/models/ListLeads200Response.js +1 -1
- package/dist/models/ListLeadsResultItem.d.ts +83 -83
- package/dist/models/ListLeadsResultItem.js +47 -47
- package/dist/models/ListNotifications200Response.d.ts +1 -1
- package/dist/models/ListNotifications200Response.js +1 -1
- package/dist/models/ListRelatedLeads200Response.d.ts +1 -1
- package/dist/models/ListRelatedLeads200Response.js +1 -1
- package/dist/models/LockConfigurationInput.d.ts +3 -3
- package/dist/models/LockConfigurationInput.js +1 -1
- package/dist/models/LockDurationDto.d.ts +1 -1
- package/dist/models/LockDurationDto.js +1 -1
- package/dist/models/LockDurationInput.d.ts +3 -3
- package/dist/models/LockDurationInput.js +1 -1
- package/dist/models/LoginDto.d.ts +3 -3
- package/dist/models/LoginDto.js +1 -1
- package/dist/models/LoginInput.d.ts +3 -3
- package/dist/models/LoginInput.js +1 -1
- package/dist/models/MajesticMetrics.d.ts +8 -8
- package/dist/models/MajesticMetrics.js +1 -1
- package/dist/models/MajesticTopicTrustFlow.d.ts +4 -4
- package/dist/models/MajesticTopicTrustFlow.js +1 -1
- package/dist/models/ManualLeadBuyerDto.d.ts +5 -5
- package/dist/models/ManualLeadBuyerDto.js +1 -1
- package/dist/models/ManualLeadLeaseToOwnDto.d.ts +5 -5
- package/dist/models/ManualLeadLeaseToOwnDto.js +1 -1
- package/dist/models/MarketingOrderListItemDto.d.ts +1 -1
- package/dist/models/MarketingOrderListItemDto.js +1 -1
- package/dist/models/MarketingSalesFiltersDto.d.ts +1 -1
- package/dist/models/MarketingSalesFiltersDto.js +1 -1
- package/dist/models/MoneyDecimalDto.d.ts +3 -3
- package/dist/models/MoneyDecimalDto.js +1 -1
- package/dist/models/MoneyDto.d.ts +3 -3
- package/dist/models/MoneyDto.js +1 -1
- package/dist/models/MoneyInput.d.ts +3 -3
- package/dist/models/MoneyInput.js +1 -1
- package/dist/models/MozMetrics.d.ts +6 -6
- package/dist/models/MozMetrics.js +1 -1
- package/dist/models/NotFoundException.d.ts +3 -3
- package/dist/models/NotFoundException.js +1 -1
- package/dist/models/NzBankAccountDetails.d.ts +4 -4
- package/dist/models/NzBankAccountDetails.js +1 -1
- package/dist/models/ObjectId.d.ts +2 -2
- package/dist/models/ObjectId.js +1 -1
- package/dist/models/OrderCompanyInfoDto.d.ts +4 -4
- package/dist/models/OrderCompanyInfoDto.js +1 -1
- package/dist/models/OrderCompanyTaxIdDto.d.ts +4 -4
- package/dist/models/OrderCompanyTaxIdDto.js +1 -1
- package/dist/models/OrderDto.d.ts +49 -49
- package/dist/models/OrderDto.js +25 -25
- package/dist/models/OrderListItemDto.d.ts +24 -24
- package/dist/models/OrderListItemDto.js +1 -1
- package/dist/models/OrderListItemDtoBuyerInformation.d.ts +7 -7
- package/dist/models/OrderListItemDtoBuyerInformation.js +1 -1
- package/dist/models/OrderListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/OrderListItemDtoDomainInformation.js +1 -1
- package/dist/models/OrderListItemDtoSellerAccount.d.ts +7 -7
- package/dist/models/OrderListItemDtoSellerAccount.js +1 -1
- package/dist/models/OrderListItemDtoTransaction.d.ts +6 -6
- package/dist/models/OrderListItemDtoTransaction.js +1 -1
- package/dist/models/OwnedDomainDto.d.ts +19 -19
- package/dist/models/OwnedDomainDto.js +9 -9
- package/dist/models/PageBasedPageInfo.d.ts +3 -3
- package/dist/models/PageBasedPageInfo.js +1 -1
- package/dist/models/PageBasedPaginationResponse.d.ts +12 -6
- package/dist/models/PageBasedPaginationResponse.js +5 -1
- package/dist/models/PaginateResponse.d.ts +1 -1
- package/dist/models/PaginateResponse.js +1 -1
- package/dist/models/PaginateResponseLinks.d.ts +1 -1
- package/dist/models/PaginateResponseLinks.js +1 -1
- package/dist/models/PaginateResponseMeta.d.ts +1 -1
- package/dist/models/PaginateResponseMeta.js +1 -1
- package/dist/models/ParsedDomainDto.d.ts +2 -2
- package/dist/models/ParsedDomainDto.js +1 -1
- package/dist/models/PartnerAuctionDto.d.ts +1 -1
- package/dist/models/PartnerAuctionDto.js +1 -1
- package/dist/models/PartnerDomainFindDto.d.ts +19 -19
- package/dist/models/PartnerDomainFindDto.js +13 -13
- package/dist/models/PayAccountPaymentInput.d.ts +2 -2
- package/dist/models/PayAccountPaymentInput.js +1 -1
- package/dist/models/PaymentMethodsStatsDto.d.ts +1 -1
- package/dist/models/PaymentMethodsStatsDto.js +1 -1
- package/dist/models/PrivateAccountGetMeResponse.d.ts +20 -20
- package/dist/models/PrivateAccountGetMeResponse.js +5 -5
- package/dist/models/PublicAccountInformationDto.d.ts +11 -11
- package/dist/models/PublicAccountInformationDto.js +1 -1
- package/dist/models/PublicAuctionListItemDto.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDto.js +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainMozMetrics.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainMozMetrics.js +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainSeo.d.ts +1 -1
- package/dist/models/PublicAuctionListItemDtoDomainSeo.js +1 -1
- package/dist/models/PublicDomainDto.d.ts +28 -29
- package/dist/models/PublicDomainDto.js +17 -17
- package/dist/models/PublicDomainDtoAuction.d.ts +3 -3
- package/dist/models/PublicDomainDtoAuction.js +1 -1
- package/dist/models/PublicDomainDtoSeo.d.ts +2 -2
- package/dist/models/PublicDomainDtoSeo.js +1 -1
- package/dist/models/PublicDomainDtoSeoMoz.d.ts +4 -4
- package/dist/models/PublicDomainDtoSeoMoz.js +1 -1
- package/dist/models/PublicLeadBuyerDto.d.ts +1 -1
- package/dist/models/PublicLeadBuyerDto.js +1 -1
- package/dist/models/PublicLeadDto.d.ts +2 -2
- package/dist/models/PublicLeadDto.js +1 -1
- package/dist/models/PublicSaleDto.d.ts +7 -7
- package/dist/models/PublicSaleDto.js +1 -1
- package/dist/models/PublicSalesDto.d.ts +2 -2
- package/dist/models/PublicSalesDto.js +1 -1
- package/dist/models/PutBuyerLeadOfferInput.d.ts +5 -5
- package/dist/models/PutBuyerLeadOfferInput.js +2 -4
- package/dist/models/PutLeadOfferInput.d.ts +5 -5
- package/dist/models/PutLeadOfferInput.js +1 -1
- package/dist/models/RegisterAccountInput.d.ts +27 -27
- package/dist/models/RegisterAccountInput.js +7 -7
- package/dist/models/RegisterAccountPortfolioSizeInput.d.ts +3 -3
- package/dist/models/RegisterAccountPortfolioSizeInput.js +1 -1
- package/dist/models/RegisterAuctionBuyerPhoneInput.d.ts +3 -3
- package/dist/models/RegisterAuctionBuyerPhoneInput.js +1 -1
- package/dist/models/RegisterInput.d.ts +3 -3
- package/dist/models/RegisterInput.js +1 -1
- package/dist/models/RelatedDomainsDto.d.ts +2 -2
- package/dist/models/RelatedDomainsDto.js +1 -1
- package/dist/models/RelatedLeadDto.d.ts +7 -7
- package/dist/models/RelatedLeadDto.js +1 -1
- package/dist/models/RelatedSellerDomain.d.ts +7 -7
- package/dist/models/RelatedSellerDomain.js +1 -1
- package/dist/models/RemoveSubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/RemoveSubscriptionDomainRecordInput.js +1 -1
- package/dist/models/RentConfigurationDto.d.ts +3 -3
- package/dist/models/RentConfigurationDto.js +1 -1
- package/dist/models/RentConfigurationInput.d.ts +3 -3
- package/dist/models/RentConfigurationInput.js +1 -1
- package/dist/models/RentConfigurationPresetsDto.d.ts +2 -2
- package/dist/models/RentConfigurationPresetsDto.js +1 -1
- package/dist/models/RentDto.d.ts +1 -1
- package/dist/models/RentDto.js +1 -1
- package/dist/models/RentIndexationDto.d.ts +8 -8
- package/dist/models/RentIndexationDto.js +1 -1
- package/dist/models/RequestAccessTokenInput.d.ts +4 -4
- package/dist/models/RequestAccessTokenInput.js +2 -4
- package/dist/models/RequestEmailOtpInput.d.ts +3 -3
- package/dist/models/RequestEmailOtpInput.js +1 -1
- package/dist/models/RequestUserEmailChangeOtpInput.d.ts +3 -3
- package/dist/models/RequestUserEmailChangeOtpInput.js +1 -1
- package/dist/models/SalesCountCommissionPayloadDto.d.ts +2 -2
- package/dist/models/SalesCountCommissionPayloadDto.js +1 -1
- package/dist/models/SalesCountCommissionPayloadInput.d.ts +2 -2
- package/dist/models/SalesCountCommissionPayloadInput.js +1 -1
- package/dist/models/SalesCountCommissionReasonPayloadDto.d.ts +2 -2
- package/dist/models/SalesCountCommissionReasonPayloadDto.js +1 -1
- package/dist/models/SeBankAccountDetails.d.ts +7 -7
- package/dist/models/SeBankAccountDetails.js +1 -1
- package/dist/models/SellerAccountReferralListItemDto.d.ts +1 -1
- package/dist/models/SellerAccountReferralListItemDto.js +1 -1
- package/dist/models/SellerAffiliateCommissionDto.d.ts +6 -6
- package/dist/models/SellerAffiliateCommissionDto.js +1 -1
- package/dist/models/SellerAuctionListItemDto.d.ts +4 -4
- package/dist/models/SellerAuctionListItemDto.js +1 -1
- package/dist/models/SellerAuctionListItemDtoDomainInformation.d.ts +1 -1
- package/dist/models/SellerAuctionListItemDtoDomainInformation.js +1 -1
- package/dist/models/SellerAuctionListItemDtoSellerAccount.d.ts +1 -1
- package/dist/models/SellerAuctionListItemDtoSellerAccount.js +1 -1
- package/dist/models/SellerDomainAffiliateCommissionDto.d.ts +10 -10
- package/dist/models/SellerDomainAffiliateCommissionDto.js +1 -1
- package/dist/models/SellerDomainAffiliateCommissionDtoDomain.d.ts +3 -3
- package/dist/models/SellerDomainAffiliateCommissionDtoDomain.js +1 -1
- package/dist/models/SellerDomainTransferAuthCodeDto.d.ts +3 -3
- package/dist/models/SellerDomainTransferAuthCodeDto.js +1 -1
- package/dist/models/SellerDomainTransferDomainDto.d.ts +7 -7
- package/dist/models/SellerDomainTransferDomainDto.js +1 -1
- package/dist/models/SellerDomainTransferDto.d.ts +12 -12
- package/dist/models/SellerDomainTransferDto.js +5 -5
- package/dist/models/SellerDomainTransferListItemAuthCodeDto.d.ts +3 -3
- package/dist/models/SellerDomainTransferListItemAuthCodeDto.js +1 -1
- package/dist/models/SellerDomainTransferListItemDomainDto.d.ts +7 -7
- package/dist/models/SellerDomainTransferListItemDomainDto.js +1 -1
- package/dist/models/SellerDomainTransferListItemDto.d.ts +13 -13
- package/dist/models/SellerDomainTransferListItemDto.js +5 -5
- package/dist/models/SellerInvoiceDomainDto.d.ts +6 -6
- package/dist/models/SellerInvoiceDomainDto.js +1 -1
- package/dist/models/SellerInvoiceDto.d.ts +16 -16
- package/dist/models/SellerInvoiceDto.js +1 -1
- package/dist/models/SellerInvoiceSellerAccountDto.d.ts +8 -8
- package/dist/models/SellerInvoiceSellerAccountDto.js +1 -1
- package/dist/models/SellerLeadDetails.d.ts +63 -63
- package/dist/models/SellerLeadDetails.js +33 -33
- package/dist/models/SellerPendingPayoutsByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerPendingPayoutsByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SellerSalesByTldStatsItemDto.d.ts +1 -1
- package/dist/models/SellerSalesByTldStatsItemDto.js +1 -1
- package/dist/models/SellerSalesCountStatsItemDto.d.ts +1 -1
- package/dist/models/SellerSalesCountStatsItemDto.js +1 -1
- package/dist/models/SellerScaleChallengeListItemDto.d.ts +1 -1
- package/dist/models/SellerScaleChallengeListItemDto.js +1 -1
- package/dist/models/SellerSecurityUserAccountDto.d.ts +2 -2
- package/dist/models/SellerSecurityUserAccountDto.js +1 -1
- package/dist/models/SellerSecurityUserDto.d.ts +10 -10
- package/dist/models/SellerSecurityUserDto.js +1 -1
- package/dist/models/SellerSubscriptionListItemDto.d.ts +13 -13
- package/dist/models/SellerSubscriptionListItemDto.js +1 -1
- package/dist/models/SellerSubscriptionListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/SellerSubscriptionListItemDtoDomainInformation.js +1 -1
- package/dist/models/SellerTargetChallengeListItemDto.d.ts +1 -1
- package/dist/models/SellerTargetChallengeListItemDto.js +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.d.ts +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.js +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerTotalEarningsByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.d.ts +1 -1
- package/dist/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.js +1 -1
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.d.ts +13 -13
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.js +1 -1
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.d.ts +4 -4
- package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.js +1 -1
- package/dist/models/SeoMetricsDto.d.ts +4 -4
- package/dist/models/SeoMetricsDto.js +1 -1
- package/dist/models/SepaBankAccountDetails.d.ts +5 -5
- package/dist/models/SepaBankAccountDetails.js +1 -1
- package/dist/models/SetDomainTransferConfirmationInput.d.ts +6 -6
- package/dist/models/SetDomainTransferConfirmationInput.js +3 -7
- package/dist/models/SetNewPasswordInput.d.ts +2 -2
- package/dist/models/SetNewPasswordInput.js +1 -1
- package/dist/models/SetPayoutProviderInput.d.ts +2 -2
- package/dist/models/SetPayoutProviderInput.js +1 -1
- package/dist/models/StartAuctionInput.d.ts +1 -1
- package/dist/models/StartAuctionInput.js +1 -1
- package/dist/models/StateDto.d.ts +3 -3
- package/dist/models/StateDto.js +1 -1
- package/dist/models/StatsFilterInputDateRange.d.ts +3 -3
- package/dist/models/StatsFilterInputDateRange.js +1 -1
- package/dist/models/StoreBuyerLocaleInput.d.ts +2 -2
- package/dist/models/StoreBuyerLocaleInput.js +1 -1
- package/dist/models/StoreUserLocaleInput.d.ts +2 -2
- package/dist/models/StoreUserLocaleInput.js +1 -1
- package/dist/models/SubscriptionBillingPeriodicityDto.d.ts +3 -3
- package/dist/models/SubscriptionBillingPeriodicityDto.js +1 -1
- package/dist/models/SubscriptionCompanyInfoDto.d.ts +4 -4
- package/dist/models/SubscriptionCompanyInfoDto.js +1 -1
- package/dist/models/SubscriptionCompanyTaxIdDto.d.ts +4 -4
- package/dist/models/SubscriptionCompanyTaxIdDto.js +1 -1
- package/dist/models/SubscriptionDetailsBillingPeriodicityDto.d.ts +3 -3
- package/dist/models/SubscriptionDetailsBillingPeriodicityDto.js +1 -1
- package/dist/models/SubscriptionDetailsDomainDto.d.ts +6 -6
- package/dist/models/SubscriptionDetailsDomainDto.js +1 -1
- package/dist/models/SubscriptionDetailsDomainSellerDto.d.ts +6 -6
- package/dist/models/SubscriptionDetailsDomainSellerDto.js +1 -1
- package/dist/models/SubscriptionDetailsDomainSellerUserDto.d.ts +5 -5
- package/dist/models/SubscriptionDetailsDomainSellerUserDto.js +1 -1
- package/dist/models/SubscriptionDetailsDto.d.ts +42 -42
- package/dist/models/SubscriptionDetailsDto.js +3 -3
- package/dist/models/SubscriptionDomainDto.d.ts +5 -5
- package/dist/models/SubscriptionDomainDto.js +1 -1
- package/dist/models/SubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/SubscriptionDomainRecordInput.js +1 -1
- package/dist/models/SubscriptionDto.d.ts +50 -50
- package/dist/models/SubscriptionDto.js +17 -17
- package/dist/models/SubscriptionLeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/SubscriptionLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/SubscriptionListItemBillingPeriodicityDto.d.ts +3 -3
- package/dist/models/SubscriptionListItemBillingPeriodicityDto.js +1 -1
- package/dist/models/SubscriptionListItemDto.d.ts +40 -40
- package/dist/models/SubscriptionListItemDto.js +3 -3
- package/dist/models/SubscriptionListItemDtoBuyerInformation.d.ts +7 -7
- package/dist/models/SubscriptionListItemDtoBuyerInformation.js +1 -1
- package/dist/models/SubscriptionListItemDtoDomainInformation.d.ts +4 -4
- package/dist/models/SubscriptionListItemDtoDomainInformation.js +1 -1
- package/dist/models/SubscriptionListItemDtoSellerAccount.d.ts +7 -7
- package/dist/models/SubscriptionListItemDtoSellerAccount.js +1 -1
- package/dist/models/SubscriptionListItemDtoTransaction.d.ts +6 -6
- package/dist/models/SubscriptionListItemDtoTransaction.js +1 -1
- package/dist/models/TaskDataChallengeRewardDto.d.ts +2 -2
- package/dist/models/TaskDataChallengeRewardDto.js +1 -1
- package/dist/models/TaskDataDomainTransferDto.d.ts +2 -2
- package/dist/models/TaskDataDomainTransferDto.js +1 -1
- package/dist/models/TaskDetailsDto.d.ts +4 -4
- package/dist/models/TaskDetailsDto.js +1 -1
- package/dist/models/TaskListDomainDto.d.ts +3 -3
- package/dist/models/TaskListDomainDto.js +1 -1
- package/dist/models/TaskListDomainTransferDto.d.ts +2 -2
- package/dist/models/TaskListDomainTransferDto.js +1 -1
- package/dist/models/TaskListLeadDto.d.ts +11 -11
- package/dist/models/TaskListLeadDto.js +1 -1
- package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.d.ts +5 -5
- package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/TaskListLeadOfferDto.d.ts +5 -5
- package/dist/models/TaskListLeadOfferDto.js +1 -1
- package/dist/models/TaskListLeadRentConfigurationDto.d.ts +3 -3
- package/dist/models/TaskListLeadRentConfigurationDto.js +1 -1
- package/dist/models/TimeTableConfigurationDto.d.ts +3 -3
- package/dist/models/TimeTableConfigurationDto.js +1 -1
- package/dist/models/TimeTableConfigurationInput.d.ts +3 -3
- package/dist/models/TimeTableConfigurationInput.js +1 -1
- package/dist/models/TopAffiliateSellerDto.d.ts +1 -1
- package/dist/models/TopAffiliateSellerDto.js +1 -1
- package/dist/models/TopSellerAccountDto.d.ts +1 -1
- package/dist/models/TopSellerAccountDto.js +1 -1
- package/dist/models/UkBankAccountDetails.d.ts +5 -5
- package/dist/models/UkBankAccountDetails.js +1 -1
- package/dist/models/UpdateAccountBillingInformationInput.d.ts +2 -2
- package/dist/models/UpdateAccountBillingInformationInput.js +1 -1
- package/dist/models/UpdateAccountChallengeRewardBalanceInput.d.ts +2 -2
- package/dist/models/UpdateAccountChallengeRewardBalanceInput.js +1 -1
- package/dist/models/UpdateAuctionMuteStatusInput.d.ts +1 -1
- package/dist/models/UpdateAuctionMuteStatusInput.js +1 -1
- package/dist/models/UpdateBuyerDomainTransferBuyerInfoInput.d.ts +2 -2
- package/dist/models/UpdateBuyerDomainTransferBuyerInfoInput.js +1 -1
- package/dist/models/UpdateBuyerDomainTransferIpsTagInputDto.d.ts +2 -2
- package/dist/models/UpdateBuyerDomainTransferIpsTagInputDto.js +1 -1
- package/dist/models/UpdateBuyerNotificationSettingsInput.d.ts +1 -1
- package/dist/models/UpdateBuyerNotificationSettingsInput.js +1 -1
- package/dist/models/UpdateChallengeInput.d.ts +1 -1
- package/dist/models/UpdateChallengeInput.js +1 -1
- package/dist/models/UpdateDomainInput.d.ts +9 -9
- package/dist/models/UpdateDomainInput.js +1 -1
- package/dist/models/UpdateDomainTransferAuthCodeInput.d.ts +2 -2
- package/dist/models/UpdateDomainTransferAuthCodeInput.js +1 -1
- package/dist/models/UpdateDomainTransferIpsTagInput.d.ts +2 -2
- package/dist/models/UpdateDomainTransferIpsTagInput.js +1 -1
- package/dist/models/UpdateFeatureFlagInput.d.ts +4 -4
- package/dist/models/UpdateFeatureFlagInput.js +1 -1
- package/dist/models/UpdateLeadInput.d.ts +6 -6
- package/dist/models/UpdateLeadInput.js +1 -1
- package/dist/models/UpdateLeadMuteStatusForBuyerInput.d.ts +1 -1
- package/dist/models/UpdateLeadMuteStatusForBuyerInput.js +1 -1
- package/dist/models/UpdateLeadMuteStatusInput.d.ts +1 -1
- package/dist/models/UpdateLeadMuteStatusInput.js +1 -1
- package/dist/models/UpdateLeaseToOwnConfigurationDto.d.ts +1 -1
- package/dist/models/UpdateLeaseToOwnConfigurationDto.js +1 -1
- package/dist/models/UpdateOrderInput.d.ts +13 -13
- package/dist/models/UpdateOrderInput.js +1 -1
- package/dist/models/UpdateRentConfigurationDto.d.ts +1 -1
- package/dist/models/UpdateRentConfigurationDto.js +1 -1
- package/dist/models/UpdateSubscriptionBillingPeriodicityInput.d.ts +3 -3
- package/dist/models/UpdateSubscriptionBillingPeriodicityInput.js +1 -1
- package/dist/models/UpdateSubscriptionDomainNameserversInput.d.ts +1 -1
- package/dist/models/UpdateSubscriptionDomainNameserversInput.js +1 -1
- package/dist/models/UpdateSubscriptionDomainRecordInput.d.ts +1 -1
- package/dist/models/UpdateSubscriptionDomainRecordInput.js +1 -1
- package/dist/models/UpdateSubscriptionInput.d.ts +15 -15
- package/dist/models/UpdateSubscriptionInput.js +1 -1
- package/dist/models/UpdateTaskMuteStatusForBuyerInput.d.ts +1 -1
- package/dist/models/UpdateTaskMuteStatusForBuyerInput.js +1 -1
- package/dist/models/UpdateTaskMuteStatusInput.d.ts +1 -1
- package/dist/models/UpdateTaskMuteStatusInput.js +1 -1
- package/dist/models/UpdateUserNotificationSettingsInput.d.ts +1 -1
- package/dist/models/UpdateUserNotificationSettingsInput.js +1 -1
- package/dist/models/UsBankAccountDetails.d.ts +5 -5
- package/dist/models/UsBankAccountDetails.js +1 -1
- package/dist/models/UserNotificationAttachmentDto.d.ts +4 -4
- package/dist/models/UserNotificationAttachmentDto.js +1 -1
- package/dist/models/UserNotificationDto.d.ts +8 -8
- package/dist/models/UserNotificationDto.js +1 -1
- package/dist/models/UserNotificationListItemDto.d.ts +7 -7
- package/dist/models/UserNotificationListItemDto.js +1 -1
- package/dist/models/UserNotificationSettingsDto.d.ts +16 -16
- package/dist/models/UserNotificationSettingsDto.js +1 -1
- package/dist/models/UserPasswordResetDto.d.ts +3 -3
- package/dist/models/UserPasswordResetDto.js +1 -1
- package/dist/models/ValidateTaxNumberDto.d.ts +1 -1
- package/dist/models/ValidateTaxNumberDto.js +1 -1
- package/dist/models/ValidateTaxNumberInput.d.ts +4 -4
- package/dist/models/ValidateTaxNumberInput.js +1 -1
- package/dist/models/ValidationError.d.ts +4 -4
- package/dist/models/ValidationError.js +1 -1
- package/dist/models/ValidationException.d.ts +1 -1
- package/dist/models/ValidationException.js +1 -1
- package/dist/models/VerifyEmailOtpInput.d.ts +3 -3
- package/dist/models/VerifyEmailOtpInput.js +1 -1
- package/dist/models/VerifyLeadInput.d.ts +2 -2
- package/dist/models/VerifyLeadInput.js +1 -1
- package/dist/models/VerifyPhoneOtpInput.d.ts +2 -2
- package/dist/models/VerifyPhoneOtpInput.js +1 -1
- package/dist/models/WithSettingsInner.d.ts +25 -25
- package/dist/models/WithSettingsInner.js +1 -1
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/AccountsApi.ts +77 -35
- package/src/apis/AccountsPublicApi.ts +9 -5
- package/src/apis/AddressPublicApi.ts +3 -1
- package/src/apis/AdminApi.ts +371 -148
- package/src/apis/AuctionsApi.ts +20 -6
- package/src/apis/AuctionsPublicApi.ts +15 -14
- package/src/apis/BankAccountsApi.ts +21 -11
- package/src/apis/BuyersApi.ts +227 -99
- package/src/apis/BuyersPublicApi.ts +17 -9
- package/src/apis/ChallengesApi.ts +16 -7
- package/src/apis/DomainTransfersApi.ts +5 -3
- package/src/apis/DomainsApi.ts +136 -52
- package/src/apis/DomainsPublicApi.ts +29 -29
- package/src/apis/EppApi.ts +5 -3
- package/src/apis/InvoicesApi.ts +29 -8
- package/src/apis/LeadsApi.ts +99 -41
- package/src/apis/LeadsPublicApi.ts +25 -13
- package/src/apis/MarketingApi.ts +20 -6
- package/src/apis/NotificationsApi.ts +24 -10
- package/src/apis/OrdersPublicApi.ts +17 -9
- package/src/apis/PartnerApi.ts +13 -7
- package/src/apis/SalesPublicApi.ts +3 -1
- package/src/apis/StatsApi.ts +29 -15
- package/src/apis/SubscriptionsApi.ts +16 -4
- package/src/apis/SubscriptionsPublicApi.ts +13 -7
- package/src/apis/TasksApi.ts +24 -8
- package/src/apis/TaxPublicApi.ts +3 -1
- package/src/apis/UsersApi.ts +21 -11
- package/src/apis/UsersPublicApi.ts +17 -9
- package/src/apis/index.ts +0 -4
- package/src/models/AccountAliasDto.ts +3 -3
- package/src/models/AccountAliasInput.ts +2 -2
- package/src/models/AccountBankAccountDto.ts +5 -5
- package/src/models/AccountBankAccountDtoDetails.ts +2 -2
- package/src/models/AccountChallengeRewardUsageListItemDto.ts +1 -1
- package/src/models/AccountChallengeRewardUsageListItemDtoMetadata.ts +1 -1
- package/src/models/AccountCommissionByDateRangeDto.ts +4 -4
- package/src/models/AccountCountryStatsDto.ts +1 -1
- package/src/models/AccountDto.ts +19 -19
- package/src/models/AccountMetricsDto.ts +8 -8
- package/src/models/AccountNameshiftCommissionBySubtypeDto.ts +4 -4
- package/src/models/AccountNameshiftCommissionBySubtypePercentagesDto.ts +1 -1
- package/src/models/AccountNameshiftCommissionByTypeDto.ts +2 -2
- package/src/models/AccountNameshiftCommissionItemDto.ts +1 -1
- package/src/models/AccountNameshiftCommissionReasonDto.ts +12 -12
- package/src/models/AccountNameshiftCommissionSubtypeCurrentDto.ts +1 -1
- package/src/models/AccountNotificationDto.ts +5 -5
- package/src/models/AccountNotificationReadStatusDto.ts +6 -6
- package/src/models/AccountOnboardingDto.ts +5 -5
- package/src/models/AccountOnboardingSessionDto.ts +1 -1
- package/src/models/AccountPaymentDto.ts +19 -19
- package/src/models/AccountPaymentMethodDto.ts +10 -10
- package/src/models/AccountPaymentMethodProfileDto.ts +7 -7
- package/src/models/AccountPayoutDto.ts +3 -3
- package/src/models/AccountSettingsAffiliateCommissionDto.ts +6 -6
- package/src/models/AccountSettingsAffiliateCommissionReferralDuration.ts +3 -3
- package/src/models/AccountSettingsAffiliateDto.ts +7 -7
- package/src/models/AccountSettingsAliasDto.ts +3 -3
- package/src/models/AccountSettingsDto.ts +14 -14
- package/src/models/AccountSettingsInput.ts +15 -15
- package/src/models/AccountSettingsLeaseToOwnConfigurationDto.ts +13 -13
- package/src/models/AccountSettingsRentConfigurationDto.ts +2 -2
- package/src/models/AccountSettingsSidnDto.ts +2 -2
- package/src/models/AccountsStatsDto.ts +1 -1
- package/src/models/AddSubscriptionDomainRecordInput.ts +1 -1
- package/src/models/AddressDto.ts +8 -8
- package/src/models/AdminAccountCommissionByDateRangeInput.ts +4 -4
- package/src/models/AdminAccountLoginDto.ts +2 -2
- package/src/models/AdminAccountSettingsAffiliateCommissionInput.ts +6 -6
- package/src/models/AdminAccountSettingsAffiliateInput.ts +7 -7
- package/src/models/AdminAccountSettingsAffiliateReferralDurationInput.ts +3 -3
- package/src/models/AdminAccountSettingsInput.ts +10 -10
- package/src/models/AdminAuctionCommissionByDateRangeInput.ts +4 -4
- package/src/models/AdminAuctionConfigurationInput.ts +6 -6
- package/src/models/AdminBankAccountDto.ts +4 -4
- package/src/models/AdminBuyerLoginDto.ts +2 -2
- package/src/models/AdminChallengeListDto.ts +2 -2
- package/src/models/AdminChallengeListItemDto.ts +1 -1
- package/src/models/AdminCompanyStatsDto.ts +2 -2
- package/src/models/AdminCompanyStatsLedger.ts +8 -8
- package/src/models/AdminDashboardStatsDto.ts +1 -1
- package/src/models/AdminDomainListItemDto.ts +64 -65
- package/src/models/AdminGetAllDomainTransfers200Response.ts +1 -1
- package/src/models/AdminLeadListItemBuyerDto.ts +23 -23
- package/src/models/AdminLeadListItemDomainDto.ts +4 -4
- package/src/models/AdminLeadListItemDto.ts +47 -47
- package/src/models/AdminListAccountDto.ts +68 -68
- package/src/models/AdminVerificationDepositDto.ts +3 -3
- package/src/models/AffiliatesStatsDto.ts +1 -1
- package/src/models/AggregatedPaginationResponse.ts +2 -2
- package/src/models/AirwallexBankAccountDetailsDto.ts +7 -7
- package/src/models/AirwallexBankAccountDetailsDtoInstitution.ts +5 -5
- package/src/models/AirwallexBankAccountDetailsDtoLocalMethod.ts +3 -3
- package/src/models/AirwallexBankAccountDetailsDtoLocalMethodCode.ts +3 -3
- package/src/models/AirwallexDepositDto.ts +14 -14
- package/src/models/AirwallexDepositDtoFee.ts +1 -1
- package/src/models/AuBankAccountDetails.ts +5 -5
- package/src/models/AuctionBidDto.ts +1 -1
- package/src/models/AuctionBidInput.ts +2 -2
- package/src/models/AuctionBidMetricsDto.ts +1 -1
- package/src/models/AuctionBuyerDto.ts +1 -1
- package/src/models/AuctionBuyerWithTokenDto.ts +1 -1
- package/src/models/AuctionCommissionByDateRangeDto.ts +4 -4
- package/src/models/AuctionConfigurationDto.ts +6 -6
- package/src/models/AuctionDto.ts +1 -1
- package/src/models/AuctionDurationDto.ts +1 -1
- package/src/models/AuctionListItemDto.ts +1 -1
- package/src/models/AuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/AuctionListItemDtoSellerAccount.ts +1 -1
- package/src/models/AuctionsStatsDto.ts +1 -1
- package/src/models/BadRequestException.ts +4 -4
- package/src/models/BatchDeleteBuyerLeadsInput.ts +2 -2
- package/src/models/BatchImportPreviewDto.ts +3 -3
- package/src/models/BatchReadBuyerLeadMessageInput.ts +2 -2
- package/src/models/BatchReadSellerLeadMessageInput.ts +2 -2
- package/src/models/BatchUpdateDomainsInput.ts +3 -3
- package/src/models/BatchVerifyBuyerLeadsInput.ts +2 -2
- package/src/models/BillingInformationDto.ts +8 -8
- package/src/models/BulkCommissionActionsInput.ts +2 -2
- package/src/models/BulkCommissionActionsInputActionsInner.ts +1 -1
- package/src/models/BulkDownloadInvoicesInput.ts +1 -1
- package/src/models/BulkMarkBuyerNotificationsAsReadInputDto.ts +1 -1
- package/src/models/BulkMarkNotificationsAsReadInputDto.ts +1 -1
- package/src/models/BulkUpdateDomainsWithFiltersInput.ts +6 -6
- package/src/models/BuyerAccessTokenDto.ts +1 -1
- package/src/models/BuyerAuctionDetailDto.ts +1 -1
- package/src/models/BuyerAuctionDetailDtoDomain.ts +1 -1
- package/src/models/BuyerAuctionListItemDto.ts +1 -1
- package/src/models/BuyerAuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/BuyerAuctionListItemDtoSellerAccount.ts +1 -1
- package/src/models/BuyerDomainNameserverItemDto.ts +1 -1
- package/src/models/BuyerDomainRecordItemDto.ts +1 -1
- package/src/models/BuyerDomainRecordsDto.ts +1 -1
- package/src/models/BuyerDomainTransferAuthCodeDto.ts +1 -1
- package/src/models/BuyerDomainTransferListItemDomainDto.ts +7 -7
- package/src/models/BuyerDomainTransferListItemDto.ts +35 -35
- package/src/models/BuyerDto.ts +8 -8
- package/src/models/BuyerInvoiceDomainDto.ts +6 -6
- package/src/models/BuyerInvoiceDto.ts +16 -16
- package/src/models/BuyerInvoiceSellerAccountDto.ts +8 -8
- package/src/models/BuyerLeadListItemDomainDto.ts +1 -1
- package/src/models/BuyerLeadListItemDto.ts +8 -8
- package/src/models/BuyerNotificationAttachmentDto.ts +4 -4
- package/src/models/BuyerNotificationDto.ts +8 -8
- package/src/models/BuyerNotificationListItemDto.ts +7 -7
- package/src/models/BuyerNotificationSettingsDto.ts +2 -2
- package/src/models/BuyerSecurityUserDto.ts +7 -7
- package/src/models/BuyerSessionDto.ts +10 -10
- package/src/models/BuyerSubscriptionListItemDto.ts +18 -18
- package/src/models/BuyerSubscriptionListItemDtoDomainInformation.ts +4 -4
- package/src/models/BuyerTaskDetailsDto.ts +3 -3
- package/src/models/CaBankAccountDetails.ts +6 -6
- package/src/models/ChallengeRewardBalanceDto.ts +1 -1
- package/src/models/ChangeOrderStatusInput.ts +2 -2
- package/src/models/ChangeSubscriptionStatusInput.ts +2 -2
- package/src/models/ChangeUserEmailWithOtpInput.ts +3 -3
- package/src/models/ChartDataPoint.ts +3 -3
- package/src/models/CheckDomainsNsInput.ts +2 -2
- package/src/models/CommissionAccountDto.ts +4 -4
- package/src/models/CommissionAction.ts +2 -2
- package/src/models/CommissionAddUpdateActionInput.ts +1 -1
- package/src/models/CommissionConfigurationDto.ts +1 -1
- package/src/models/CommissionConfigurationDtoPayload.ts +1 -1
- package/src/models/CommissionConfigurationInput.ts +1 -1
- package/src/models/CommissionDeleteActionInput.ts +1 -1
- package/src/models/CommissionDto.ts +10 -10
- package/src/models/CommissionFactor.ts +2 -2
- package/src/models/CommissionListDto.ts +2 -2
- package/src/models/CommissionPayloadIdInput.ts +2 -2
- package/src/models/CommissionPayloadInput.ts +10 -10
- package/src/models/CommissionPercentageRangeDto.ts +4 -4
- package/src/models/CommissionPercentageRangeInput.ts +4 -4
- package/src/models/CommissionReasonConfigDto.ts +2 -2
- package/src/models/CommissionReasonConfigDtoPayload.ts +1 -1
- package/src/models/CommissionReasonDto.ts +13 -13
- package/src/models/CommissionsStatsDto.ts +1 -1
- package/src/models/CompanyInformationDto.ts +4 -4
- package/src/models/CompanyTaxIdDto.ts +4 -4
- package/src/models/ConflictException.ts +4 -4
- package/src/models/CreateAccountPaymentInput.ts +4 -4
- package/src/models/CreateAccountPaymentManualTransactionInput.ts +1 -1
- package/src/models/CreateBankAccountInput.ts +3 -3
- package/src/models/CreateBuyerLeadMessageInput.ts +2 -2
- package/src/models/CreateChallengeInput.ts +1 -1
- package/src/models/CreateLeadInput.ts +36 -36
- package/src/models/CreateLeadMessageInput.ts +2 -2
- package/src/models/CreateManualLeadInput.ts +16 -18
- package/src/models/CreateManualTransactionInput.ts +2 -2
- package/src/models/CreateOrderInput.ts +39 -41
- package/src/models/CreateSubscriptionBillingPeriodicityInput.ts +7 -9
- package/src/models/CreateSubscriptionInput.ts +45 -48
- package/src/models/CreateSubscriptionManualTransactionInput.ts +2 -2
- package/src/models/CursorBasedPageInfo.ts +3 -3
- package/src/models/CursorBasedPaginationResponse.ts +13 -4
- package/src/models/DeleteDomainsInput.ts +2 -2
- package/src/models/DomainAuctionDto.ts +13 -13
- package/src/models/DomainCategoryItemDto.ts +5 -5
- package/src/models/DomainExchangeRateDto.ts +3 -3
- package/src/models/DomainFiltersDto.ts +1 -1
- package/src/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.ts +4 -4
- package/src/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.ts +12 -12
- package/src/models/DomainLockConfigurationDto.ts +3 -3
- package/src/models/DomainLockDto.ts +1 -1
- package/src/models/DomainPricesChangeDto.ts +29 -29
- package/src/models/DomainSalesInformationDto.ts +22 -22
- package/src/models/DomainSalesInformationLeaseToOwnConfigurationDto.ts +6 -6
- package/src/models/DomainSalesInformationRentConfigurationDto.ts +3 -3
- package/src/models/DomainSellerDto.ts +18 -18
- package/src/models/DomainStatsDto.ts +14 -14
- package/src/models/DomainTldsDto.ts +2 -2
- package/src/models/DomainTransferAgentDto.ts +5 -5
- package/src/models/DomainTransferDetailSellerPayoutInvoiceDto.ts +6 -6
- package/src/models/DomainTransferDetailWorkflowStepActionDto.ts +17 -17
- package/src/models/DomainTransferDetailWorkflowStepDto.ts +19 -19
- package/src/models/DomainTransferDetailsAuthCodeDto.ts +3 -3
- package/src/models/DomainTransferDetailsBuyerDto.ts +8 -8
- package/src/models/DomainTransferDetailsDomainDto.ts +8 -8
- package/src/models/DomainTransferDetailsDto.ts +21 -21
- package/src/models/DomainTransferDetailsOrderDto.ts +11 -11
- package/src/models/DomainTransferDetailsSellerDto.ts +6 -6
- package/src/models/DomainTransferDetailsSellerUserDto.ts +5 -5
- package/src/models/DomainTransferDetailsSubscriptionDto.ts +11 -11
- package/src/models/DomainTransferDetailsValidationDto.ts +25 -25
- package/src/models/DomainTransferDetailsWorkflowDto.ts +4 -4
- package/src/models/DomainTransferDomainDto.ts +7 -7
- package/src/models/DomainTransferDto.ts +11 -11
- package/src/models/DomainTransferOrderDto.ts +6 -6
- package/src/models/DomainTransferSellerAccountDto.ts +7 -7
- package/src/models/DomainTransferSubscriptionDto.ts +6 -6
- package/src/models/DomainTransferTldInformationDto.ts +2 -2
- package/src/models/DomainTransferTldInformationResultDto.ts +3 -3
- package/src/models/DomainTransferWorkflowDto.ts +2 -2
- package/src/models/DomainUrlDto.ts +4 -4
- package/src/models/DomainVerificationStatusDto.ts +1 -1
- package/src/models/EppBatchUpdateInput.ts +13 -15
- package/src/models/FeatureFlagListItemDto.ts +8 -8
- package/src/models/FixedCommissionPayloadDto.ts +2 -2
- package/src/models/FixedCommissionPayloadInput.ts +2 -2
- package/src/models/FixedCommissionReasonPayloadDto.ts +2 -2
- package/src/models/ForgotPasswordRequestInput.ts +2 -2
- package/src/models/GetAccountChallengeRewardUsagesListDto.ts +2 -2
- package/src/models/GetAccountNameshiftCommissionsResponseDto.ts +1 -1
- package/src/models/GetAllAffiliateCommissions200Response.ts +1 -1
- package/src/models/GetAllAuctions200Response.ts +1 -1
- package/src/models/GetAllAuctions200Response1.ts +1 -1
- package/src/models/GetAllDomainTransfers200Response.ts +1 -1
- package/src/models/GetAllFeatureFlags200Response.ts +1 -1
- package/src/models/GetAllInvoices200Response.ts +1 -1
- package/src/models/GetAllOrders200Response.ts +1 -1
- package/src/models/GetAllOwnedDomains200Response.ts +1 -1
- package/src/models/GetAllReferrals200Response.ts +1 -1
- package/src/models/GetAllSubscriptions200Response.ts +1 -1
- package/src/models/GetAllSubscriptions200Response1.ts +1 -1
- package/src/models/GetBuyerAuctions200Response.ts +1 -1
- package/src/models/GetBuyerInvoices200Response.ts +1 -1
- package/src/models/GetBuyerLeads200Response.ts +1 -1
- package/src/models/GetBuyerSubscriptions200Response.ts +1 -1
- package/src/models/GetBuyerTransfers200Response.ts +1 -1
- package/src/models/GetInvoices200Response.ts +1 -1
- package/src/models/GetMarketingSales200Response.ts +1 -1
- package/src/models/GetSellerChallengesListDto.ts +2 -2
- package/src/models/GetSellerChallengesListDtoChallengesInner.ts +1 -1
- package/src/models/HistoricalMetrics.ts +5 -5
- package/src/models/HttpException.ts +1 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +22 -22
- package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +64 -65
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +64 -65
- package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +71 -72
- package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +69 -69
- package/src/models/IntersectionTaskListTaskDto.ts +31 -31
- package/src/models/IntersectionTaskListTaskDtoData.ts +2 -2
- package/src/models/InvoiceDomainDto.ts +6 -6
- package/src/models/InvoiceDto.ts +18 -18
- package/src/models/InvoiceDtoTransaction.ts +6 -6
- package/src/models/InvoiceItemDto.ts +6 -6
- package/src/models/InvoiceItemTaxDto.ts +13 -13
- package/src/models/InvoiceSellerAccountDto.ts +8 -8
- package/src/models/InvoiceTransactionDto.ts +41 -41
- package/src/models/LandingPageInput.ts +13 -13
- package/src/models/LandingPageSettingsDto.ts +13 -13
- package/src/models/LeadBuyerConfigDto.ts +3 -3
- package/src/models/LeadDomainDto.ts +25 -25
- package/src/models/LeadDto.ts +36 -36
- package/src/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.ts +1 -1
- package/src/models/LeadLeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/LeadMessageData.ts +1 -1
- package/src/models/LeadMessageDataLeaseToOwn.ts +1 -1
- package/src/models/LeadMessageDto.ts +12 -12
- package/src/models/LeadOfferDto.ts +5 -5
- package/src/models/LeadOfferExpirationConfigurationDto.ts +3 -3
- package/src/models/LeadOfferExpirationConfigurationInput.ts +3 -3
- package/src/models/LeadOfferExpirationDurationInput.ts +3 -3
- package/src/models/LeadPriceNegotiatorAiAgentConfigurationDto.ts +4 -4
- package/src/models/LeadPriceNegotiatorAiAgentConfigurationInput.ts +4 -4
- package/src/models/LeadRentConfigurationDto.ts +3 -3
- package/src/models/LeadStatusDto.ts +2 -2
- package/src/models/LeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/LeaseToOwnConfigurationInput.ts +4 -4
- package/src/models/LeaseToOwnConfigurationPresetsDto.ts +4 -4
- package/src/models/LeaseToOwnDto.ts +1 -1
- package/src/models/LedgerMutationAttachmentDto.ts +3 -3
- package/src/models/LedgerMutationDto.ts +8 -8
- package/src/models/LedgerMutationsDto.ts +2 -2
- package/src/models/List200Response.ts +1 -1
- package/src/models/List200Response1.ts +1 -1
- package/src/models/List200Response2.ts +1 -1
- package/src/models/List200Response3.ts +13 -12
- package/src/models/List200Response4.ts +13 -12
- package/src/models/ListAccountMetricsDto.ts +10 -10
- package/src/models/ListAccountPortfolioSizeDto.ts +3 -3
- package/src/models/ListAccountUserDto.ts +4 -4
- package/src/models/ListAccounts200Response.ts +1 -1
- package/src/models/ListAuctions200Response.ts +12 -11
- package/src/models/ListBankAccounts200Response.ts +1 -1
- package/src/models/ListBuyerNotifications200Response.ts +1 -1
- package/src/models/ListDomains200Response.ts +1 -1
- package/src/models/ListDomainsWithUpdatedPricing200Response.ts +12 -11
- package/src/models/ListLeadMessagesDto.ts +2 -2
- package/src/models/ListLeads200Response.ts +1 -1
- package/src/models/ListLeadsResultItem.ts +111 -111
- package/src/models/ListNotifications200Response.ts +1 -1
- package/src/models/ListRelatedLeads200Response.ts +1 -1
- package/src/models/LockConfigurationInput.ts +3 -3
- package/src/models/LockDurationDto.ts +1 -1
- package/src/models/LockDurationInput.ts +3 -3
- package/src/models/LoginDto.ts +3 -3
- package/src/models/LoginInput.ts +3 -3
- package/src/models/MajesticMetrics.ts +8 -8
- package/src/models/MajesticTopicTrustFlow.ts +4 -4
- package/src/models/ManualLeadBuyerDto.ts +5 -5
- package/src/models/ManualLeadLeaseToOwnDto.ts +5 -5
- package/src/models/MarketingOrderListItemDto.ts +1 -1
- package/src/models/MarketingSalesFiltersDto.ts +1 -1
- package/src/models/MoneyDecimalDto.ts +3 -3
- package/src/models/MoneyDto.ts +3 -3
- package/src/models/MoneyInput.ts +3 -3
- package/src/models/MozMetrics.ts +6 -6
- package/src/models/NotFoundException.ts +3 -3
- package/src/models/NzBankAccountDetails.ts +4 -4
- package/src/models/ObjectId.ts +2 -2
- package/src/models/OrderCompanyInfoDto.ts +4 -4
- package/src/models/OrderCompanyTaxIdDto.ts +4 -4
- package/src/models/OrderDto.ts +62 -62
- package/src/models/OrderListItemDto.ts +24 -24
- package/src/models/OrderListItemDtoBuyerInformation.ts +7 -7
- package/src/models/OrderListItemDtoDomainInformation.ts +4 -4
- package/src/models/OrderListItemDtoSellerAccount.ts +7 -7
- package/src/models/OrderListItemDtoTransaction.ts +6 -6
- package/src/models/OwnedDomainDto.ts +25 -25
- package/src/models/PageBasedPageInfo.ts +3 -3
- package/src/models/PageBasedPaginationResponse.ts +15 -6
- package/src/models/PaginateResponse.ts +1 -1
- package/src/models/PaginateResponseLinks.ts +1 -1
- package/src/models/PaginateResponseMeta.ts +1 -1
- package/src/models/ParsedDomainDto.ts +2 -2
- package/src/models/PartnerAuctionDto.ts +1 -1
- package/src/models/PartnerDomainFindDto.ts +28 -28
- package/src/models/PayAccountPaymentInput.ts +2 -2
- package/src/models/PaymentMethodsStatsDto.ts +1 -1
- package/src/models/PrivateAccountGetMeResponse.ts +23 -23
- package/src/models/PublicAccountInformationDto.ts +11 -11
- package/src/models/PublicAuctionListItemDto.ts +1 -1
- package/src/models/PublicAuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/PublicAuctionListItemDtoDomainMozMetrics.ts +1 -1
- package/src/models/PublicAuctionListItemDtoDomainSeo.ts +1 -1
- package/src/models/PublicDomainDto.ts +40 -41
- package/src/models/PublicDomainDtoAuction.ts +3 -3
- package/src/models/PublicDomainDtoSeo.ts +2 -2
- package/src/models/PublicDomainDtoSeoMoz.ts +4 -4
- package/src/models/PublicLeadBuyerDto.ts +1 -1
- package/src/models/PublicLeadDto.ts +2 -2
- package/src/models/PublicSaleDto.ts +7 -7
- package/src/models/PublicSalesDto.ts +2 -2
- package/src/models/PutBuyerLeadOfferInput.ts +6 -7
- package/src/models/PutLeadOfferInput.ts +5 -5
- package/src/models/RegisterAccountInput.ts +33 -33
- package/src/models/RegisterAccountPortfolioSizeInput.ts +3 -3
- package/src/models/RegisterAuctionBuyerPhoneInput.ts +3 -3
- package/src/models/RegisterInput.ts +3 -3
- package/src/models/RelatedDomainsDto.ts +2 -2
- package/src/models/RelatedLeadDto.ts +7 -7
- package/src/models/RelatedSellerDomain.ts +7 -7
- package/src/models/RemoveSubscriptionDomainRecordInput.ts +1 -1
- package/src/models/RentConfigurationDto.ts +3 -3
- package/src/models/RentConfigurationInput.ts +3 -3
- package/src/models/RentConfigurationPresetsDto.ts +2 -2
- package/src/models/RentDto.ts +1 -1
- package/src/models/RentIndexationDto.ts +8 -8
- package/src/models/RequestAccessTokenInput.ts +5 -6
- package/src/models/RequestEmailOtpInput.ts +3 -3
- package/src/models/RequestUserEmailChangeOtpInput.ts +3 -3
- package/src/models/SalesCountCommissionPayloadDto.ts +2 -2
- package/src/models/SalesCountCommissionPayloadInput.ts +2 -2
- package/src/models/SalesCountCommissionReasonPayloadDto.ts +2 -2
- package/src/models/SeBankAccountDetails.ts +7 -7
- package/src/models/SellerAccountReferralListItemDto.ts +1 -1
- package/src/models/SellerAffiliateCommissionDto.ts +6 -6
- package/src/models/SellerAuctionListItemDto.ts +4 -4
- package/src/models/SellerAuctionListItemDtoDomainInformation.ts +1 -1
- package/src/models/SellerAuctionListItemDtoSellerAccount.ts +1 -1
- package/src/models/SellerDomainAffiliateCommissionDto.ts +10 -10
- package/src/models/SellerDomainAffiliateCommissionDtoDomain.ts +3 -3
- package/src/models/SellerDomainTransferAuthCodeDto.ts +3 -3
- package/src/models/SellerDomainTransferDomainDto.ts +7 -7
- package/src/models/SellerDomainTransferDto.ts +15 -15
- package/src/models/SellerDomainTransferListItemAuthCodeDto.ts +3 -3
- package/src/models/SellerDomainTransferListItemDomainDto.ts +7 -7
- package/src/models/SellerDomainTransferListItemDto.ts +16 -16
- package/src/models/SellerInvoiceDomainDto.ts +6 -6
- package/src/models/SellerInvoiceDto.ts +16 -16
- package/src/models/SellerInvoiceSellerAccountDto.ts +8 -8
- package/src/models/SellerLeadDetails.ts +87 -87
- package/src/models/SellerPendingPayoutsByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SellerSalesByTldStatsItemDto.ts +1 -1
- package/src/models/SellerSalesCountStatsItemDto.ts +1 -1
- package/src/models/SellerScaleChallengeListItemDto.ts +1 -1
- package/src/models/SellerSecurityUserAccountDto.ts +2 -2
- package/src/models/SellerSecurityUserDto.ts +10 -10
- package/src/models/SellerSubscriptionListItemDto.ts +13 -13
- package/src/models/SellerSubscriptionListItemDtoDomainInformation.ts +4 -4
- package/src/models/SellerTargetChallengeListItemDto.ts +1 -1
- package/src/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.ts +1 -1
- package/src/models/SellerTotalEarningsByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.ts +1 -1
- package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.ts +13 -13
- package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.ts +4 -4
- package/src/models/SeoMetricsDto.ts +4 -4
- package/src/models/SepaBankAccountDetails.ts +5 -5
- package/src/models/SetDomainTransferConfirmationInput.ts +8 -10
- package/src/models/SetNewPasswordInput.ts +2 -2
- package/src/models/SetPayoutProviderInput.ts +2 -2
- package/src/models/StartAuctionInput.ts +1 -1
- package/src/models/StateDto.ts +3 -3
- package/src/models/StatsFilterInputDateRange.ts +3 -3
- package/src/models/StoreBuyerLocaleInput.ts +2 -2
- package/src/models/StoreUserLocaleInput.ts +2 -2
- package/src/models/SubscriptionBillingPeriodicityDto.ts +3 -3
- package/src/models/SubscriptionCompanyInfoDto.ts +4 -4
- package/src/models/SubscriptionCompanyTaxIdDto.ts +4 -4
- package/src/models/SubscriptionDetailsBillingPeriodicityDto.ts +3 -3
- package/src/models/SubscriptionDetailsDomainDto.ts +6 -6
- package/src/models/SubscriptionDetailsDomainSellerDto.ts +6 -6
- package/src/models/SubscriptionDetailsDomainSellerUserDto.ts +5 -5
- package/src/models/SubscriptionDetailsDto.ts +44 -44
- package/src/models/SubscriptionDomainDto.ts +5 -5
- package/src/models/SubscriptionDomainRecordInput.ts +1 -1
- package/src/models/SubscriptionDto.ts +62 -62
- package/src/models/SubscriptionLeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/SubscriptionListItemBillingPeriodicityDto.ts +3 -3
- package/src/models/SubscriptionListItemDto.ts +42 -42
- package/src/models/SubscriptionListItemDtoBuyerInformation.ts +7 -7
- package/src/models/SubscriptionListItemDtoDomainInformation.ts +4 -4
- package/src/models/SubscriptionListItemDtoSellerAccount.ts +7 -7
- package/src/models/SubscriptionListItemDtoTransaction.ts +6 -6
- package/src/models/TaskDataChallengeRewardDto.ts +2 -2
- package/src/models/TaskDataDomainTransferDto.ts +2 -2
- package/src/models/TaskDetailsDto.ts +4 -4
- package/src/models/TaskListDomainDto.ts +3 -3
- package/src/models/TaskListDomainTransferDto.ts +2 -2
- package/src/models/TaskListLeadDto.ts +11 -11
- package/src/models/TaskListLeadLeaseToOwnConfigurationDto.ts +5 -5
- package/src/models/TaskListLeadOfferDto.ts +5 -5
- package/src/models/TaskListLeadRentConfigurationDto.ts +3 -3
- package/src/models/TimeTableConfigurationDto.ts +3 -3
- package/src/models/TimeTableConfigurationInput.ts +3 -3
- package/src/models/TopAffiliateSellerDto.ts +1 -1
- package/src/models/TopSellerAccountDto.ts +1 -1
- package/src/models/UkBankAccountDetails.ts +5 -5
- package/src/models/UpdateAccountBillingInformationInput.ts +2 -2
- package/src/models/UpdateAccountChallengeRewardBalanceInput.ts +2 -2
- package/src/models/UpdateAuctionMuteStatusInput.ts +1 -1
- package/src/models/UpdateBuyerDomainTransferBuyerInfoInput.ts +2 -2
- package/src/models/UpdateBuyerDomainTransferIpsTagInputDto.ts +2 -2
- package/src/models/UpdateBuyerNotificationSettingsInput.ts +1 -1
- package/src/models/UpdateChallengeInput.ts +1 -1
- package/src/models/UpdateDomainInput.ts +9 -9
- package/src/models/UpdateDomainTransferAuthCodeInput.ts +2 -2
- package/src/models/UpdateDomainTransferIpsTagInput.ts +2 -2
- package/src/models/UpdateFeatureFlagInput.ts +4 -4
- package/src/models/UpdateLeadInput.ts +6 -6
- package/src/models/UpdateLeadMuteStatusForBuyerInput.ts +1 -1
- package/src/models/UpdateLeadMuteStatusInput.ts +1 -1
- package/src/models/UpdateLeaseToOwnConfigurationDto.ts +1 -1
- package/src/models/UpdateOrderInput.ts +13 -13
- package/src/models/UpdateRentConfigurationDto.ts +1 -1
- package/src/models/UpdateSubscriptionBillingPeriodicityInput.ts +3 -3
- package/src/models/UpdateSubscriptionDomainNameserversInput.ts +1 -1
- package/src/models/UpdateSubscriptionDomainRecordInput.ts +1 -1
- package/src/models/UpdateSubscriptionInput.ts +15 -15
- package/src/models/UpdateTaskMuteStatusForBuyerInput.ts +1 -1
- package/src/models/UpdateTaskMuteStatusInput.ts +1 -1
- package/src/models/UpdateUserNotificationSettingsInput.ts +1 -1
- package/src/models/UsBankAccountDetails.ts +5 -5
- package/src/models/UserNotificationAttachmentDto.ts +4 -4
- package/src/models/UserNotificationDto.ts +8 -8
- package/src/models/UserNotificationListItemDto.ts +7 -7
- package/src/models/UserNotificationSettingsDto.ts +16 -16
- package/src/models/UserPasswordResetDto.ts +3 -3
- package/src/models/ValidateTaxNumberDto.ts +1 -1
- package/src/models/ValidateTaxNumberInput.ts +4 -4
- package/src/models/ValidationError.ts +4 -4
- package/src/models/ValidationException.ts +1 -1
- package/src/models/VerifyEmailOtpInput.ts +3 -3
- package/src/models/VerifyLeadInput.ts +2 -2
- package/src/models/VerifyPhoneOtpInput.ts +2 -2
- package/src/models/WithSettingsInner.ts +25 -25
- package/src/models/index.ts +0 -1
- package/src/runtime.ts +1 -1
- package/dist/apis/MandrillPublicApi.d.ts +0 -25
- package/dist/apis/MandrillPublicApi.js +0 -118
- package/dist/apis/MolliePublicApi.d.ts +0 -25
- package/dist/apis/MolliePublicApi.js +0 -118
- package/dist/apis/NickyPublicApi.d.ts +0 -25
- package/dist/apis/NickyPublicApi.js +0 -118
- package/dist/apis/StripePublicApi.d.ts +0 -39
- package/dist/apis/StripePublicApi.js +0 -169
- package/dist/models/SortDto.d.ts +0 -52
- package/dist/models/SortDto.js +0 -65
- package/src/apis/MandrillPublicApi.ts +0 -55
- package/src/apis/MolliePublicApi.ts +0 -55
- package/src/apis/NickyPublicApi.ts +0 -55
- package/src/apis/StripePublicApi.ts +0 -110
- package/src/models/SortDto.ts +0 -94
package/dist/apis/AdminApi.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Nameshift
|
|
6
|
-
* Nameshift API
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -76,7 +76,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
76
76
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Force-deletes an auction regardless of its current status. Requires admin privileges.
|
|
80
|
+
* Admin delete auction
|
|
80
81
|
*/
|
|
81
82
|
AdminApi.prototype.adminDeleteAuctionRaw = function (requestParameters, initOverrides) {
|
|
82
83
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -112,7 +113,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
112
113
|
});
|
|
113
114
|
};
|
|
114
115
|
/**
|
|
115
|
-
*
|
|
116
|
+
* Force-deletes an auction regardless of its current status. Requires admin privileges.
|
|
117
|
+
* Admin delete auction
|
|
116
118
|
*/
|
|
117
119
|
AdminApi.prototype.adminDeleteAuction = function (requestParameters, initOverrides) {
|
|
118
120
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -127,7 +129,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
127
129
|
});
|
|
128
130
|
};
|
|
129
131
|
/**
|
|
130
|
-
*
|
|
132
|
+
* Lists domain transfers across accounts.
|
|
133
|
+
* List all domain transfers
|
|
131
134
|
*/
|
|
132
135
|
AdminApi.prototype.adminGetAllDomainTransfersRaw = function (requestParameters, initOverrides) {
|
|
133
136
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -148,6 +151,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
148
151
|
if (requestParameters['sortBy'] != null) {
|
|
149
152
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
150
153
|
}
|
|
154
|
+
if (requestParameters['filterSearchTerm'] != null) {
|
|
155
|
+
queryParameters['filter[search_term]'] = requestParameters['filterSearchTerm'];
|
|
156
|
+
}
|
|
157
|
+
if (requestParameters['filterStatus'] != null) {
|
|
158
|
+
queryParameters['filter[status]'] = requestParameters['filterStatus'];
|
|
159
|
+
}
|
|
151
160
|
headerParameters = {};
|
|
152
161
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
153
162
|
token = this.configuration.accessToken;
|
|
@@ -172,7 +181,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
172
181
|
});
|
|
173
182
|
};
|
|
174
183
|
/**
|
|
175
|
-
*
|
|
184
|
+
* Lists domain transfers across accounts.
|
|
185
|
+
* List all domain transfers
|
|
176
186
|
*/
|
|
177
187
|
AdminApi.prototype.adminGetAllDomainTransfers = function () {
|
|
178
188
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -190,7 +200,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
190
200
|
});
|
|
191
201
|
};
|
|
192
202
|
/**
|
|
193
|
-
*
|
|
203
|
+
* Executes multiple commission add, update, or delete actions in a single request.
|
|
204
|
+
* Bulk commission actions
|
|
194
205
|
*/
|
|
195
206
|
AdminApi.prototype.bulkCommissionActionsRaw = function (requestParameters, initOverrides) {
|
|
196
207
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -228,7 +239,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
228
239
|
});
|
|
229
240
|
};
|
|
230
241
|
/**
|
|
231
|
-
*
|
|
242
|
+
* Executes multiple commission add, update, or delete actions in a single request.
|
|
243
|
+
* Bulk commission actions
|
|
232
244
|
*/
|
|
233
245
|
AdminApi.prototype.bulkCommissionActions = function (requestParameters, initOverrides) {
|
|
234
246
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -243,7 +255,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
243
255
|
});
|
|
244
256
|
};
|
|
245
257
|
/**
|
|
246
|
-
*
|
|
258
|
+
* Cancels an in-progress domain transfer. Requires super admin role.
|
|
259
|
+
* Cancel domain transfer
|
|
247
260
|
*/
|
|
248
261
|
AdminApi.prototype.cancelDomainTransferRaw = function (requestParameters, initOverrides) {
|
|
249
262
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -279,7 +292,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
279
292
|
});
|
|
280
293
|
};
|
|
281
294
|
/**
|
|
282
|
-
*
|
|
295
|
+
* Cancels an in-progress domain transfer. Requires super admin role.
|
|
296
|
+
* Cancel domain transfer
|
|
283
297
|
*/
|
|
284
298
|
AdminApi.prototype.cancelDomainTransfer = function (requestParameters, initOverrides) {
|
|
285
299
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -294,7 +308,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
294
308
|
});
|
|
295
309
|
};
|
|
296
310
|
/**
|
|
297
|
-
*
|
|
311
|
+
* Updates the invoice status of an existing order.
|
|
312
|
+
* Change order status
|
|
298
313
|
*/
|
|
299
314
|
AdminApi.prototype.changeOrderStatusRaw = function (requestParameters, initOverrides) {
|
|
300
315
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -335,7 +350,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
335
350
|
});
|
|
336
351
|
};
|
|
337
352
|
/**
|
|
338
|
-
*
|
|
353
|
+
* Updates the invoice status of an existing order.
|
|
354
|
+
* Change order status
|
|
339
355
|
*/
|
|
340
356
|
AdminApi.prototype.changeOrderStatus = function (requestParameters, initOverrides) {
|
|
341
357
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -350,7 +366,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
350
366
|
});
|
|
351
367
|
};
|
|
352
368
|
/**
|
|
353
|
-
*
|
|
369
|
+
* Updates the status of an existing subscription.
|
|
370
|
+
* Change subscription status
|
|
354
371
|
*/
|
|
355
372
|
AdminApi.prototype.changeSubscriptionStatusRaw = function (requestParameters, initOverrides) {
|
|
356
373
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -391,7 +408,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
391
408
|
});
|
|
392
409
|
};
|
|
393
410
|
/**
|
|
394
|
-
*
|
|
411
|
+
* Updates the status of an existing subscription.
|
|
412
|
+
* Change subscription status
|
|
395
413
|
*/
|
|
396
414
|
AdminApi.prototype.changeSubscriptionStatus = function (requestParameters, initOverrides) {
|
|
397
415
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -406,7 +424,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
406
424
|
});
|
|
407
425
|
};
|
|
408
426
|
/**
|
|
409
|
-
*
|
|
427
|
+
* Triggers a nameserver verification check for the specified domain.
|
|
428
|
+
* Check domain nameservers
|
|
410
429
|
*/
|
|
411
430
|
AdminApi.prototype.checkDomainNameserverRaw = function (requestParameters, initOverrides) {
|
|
412
431
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -442,7 +461,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
442
461
|
});
|
|
443
462
|
};
|
|
444
463
|
/**
|
|
445
|
-
*
|
|
464
|
+
* Triggers a nameserver verification check for the specified domain.
|
|
465
|
+
* Check domain nameservers
|
|
446
466
|
*/
|
|
447
467
|
AdminApi.prototype.checkDomainNameserver = function (requestParameters, initOverrides) {
|
|
448
468
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -457,7 +477,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
457
477
|
});
|
|
458
478
|
};
|
|
459
479
|
/**
|
|
460
|
-
*
|
|
480
|
+
* Creates a new challenge.
|
|
481
|
+
* Create challenge
|
|
461
482
|
*/
|
|
462
483
|
AdminApi.prototype.createChallengeRaw = function (requestParameters, initOverrides) {
|
|
463
484
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -495,7 +516,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
495
516
|
});
|
|
496
517
|
};
|
|
497
518
|
/**
|
|
498
|
-
*
|
|
519
|
+
* Creates a new challenge.
|
|
520
|
+
* Create challenge
|
|
499
521
|
*/
|
|
500
522
|
AdminApi.prototype.createChallenge = function (requestParameters, initOverrides) {
|
|
501
523
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -510,7 +532,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
510
532
|
});
|
|
511
533
|
};
|
|
512
534
|
/**
|
|
513
|
-
*
|
|
535
|
+
* Creates a credit note (negative invoice) for an existing positive invoice.
|
|
536
|
+
* Create negative invoice
|
|
514
537
|
*/
|
|
515
538
|
AdminApi.prototype.createNegativeInvoiceRaw = function (requestParameters, initOverrides) {
|
|
516
539
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -546,7 +569,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
546
569
|
});
|
|
547
570
|
};
|
|
548
571
|
/**
|
|
549
|
-
*
|
|
572
|
+
* Creates a credit note (negative invoice) for an existing positive invoice.
|
|
573
|
+
* Create negative invoice
|
|
550
574
|
*/
|
|
551
575
|
AdminApi.prototype.createNegativeInvoice = function (requestParameters, initOverrides) {
|
|
552
576
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -563,7 +587,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
563
587
|
});
|
|
564
588
|
};
|
|
565
589
|
/**
|
|
566
|
-
*
|
|
590
|
+
* Soft-deletes a multi-count challenge. At least one challenge of each type must remain.
|
|
591
|
+
* Delete challenge
|
|
567
592
|
*/
|
|
568
593
|
AdminApi.prototype.deleteChallengeRaw = function (requestParameters, initOverrides) {
|
|
569
594
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -599,7 +624,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
599
624
|
});
|
|
600
625
|
};
|
|
601
626
|
/**
|
|
602
|
-
*
|
|
627
|
+
* Soft-deletes a multi-count challenge. At least one challenge of each type must remain.
|
|
628
|
+
* Delete challenge
|
|
603
629
|
*/
|
|
604
630
|
AdminApi.prototype.deleteChallenge = function (requestParameters, initOverrides) {
|
|
605
631
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -614,7 +640,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
614
640
|
});
|
|
615
641
|
};
|
|
616
642
|
/**
|
|
617
|
-
*
|
|
643
|
+
* Downloads the PDF document for a specific invoice.
|
|
644
|
+
* Download invoice
|
|
618
645
|
*/
|
|
619
646
|
AdminApi.prototype.downloadInvoiceRaw = function (requestParameters, initOverrides) {
|
|
620
647
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -650,7 +677,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
650
677
|
});
|
|
651
678
|
};
|
|
652
679
|
/**
|
|
653
|
-
*
|
|
680
|
+
* Downloads the PDF document for a specific invoice.
|
|
681
|
+
* Download invoice
|
|
654
682
|
*/
|
|
655
683
|
AdminApi.prototype.downloadInvoice = function (requestParameters, initOverrides) {
|
|
656
684
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -667,7 +695,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
667
695
|
});
|
|
668
696
|
};
|
|
669
697
|
/**
|
|
670
|
-
*
|
|
698
|
+
* Forces a retry of the subscription renewal process when automatic renewal has failed.
|
|
699
|
+
* Force retry subscription renewal
|
|
671
700
|
*/
|
|
672
701
|
AdminApi.prototype.forceRetrySubscriptionRenewRaw = function (requestParameters, initOverrides) {
|
|
673
702
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -703,7 +732,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
703
732
|
});
|
|
704
733
|
};
|
|
705
734
|
/**
|
|
706
|
-
*
|
|
735
|
+
* Forces a retry of the subscription renewal process when automatic renewal has failed.
|
|
736
|
+
* Force retry subscription renewal
|
|
707
737
|
*/
|
|
708
738
|
AdminApi.prototype.forceRetrySubscriptionRenew = function (requestParameters, initOverrides) {
|
|
709
739
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -718,7 +748,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
718
748
|
});
|
|
719
749
|
};
|
|
720
750
|
/**
|
|
721
|
-
*
|
|
751
|
+
* Returns the list of challenge reward usages for a specific seller account.
|
|
752
|
+
* Get account challenge reward usages
|
|
722
753
|
*/
|
|
723
754
|
AdminApi.prototype.getAccountChallengeRewardUsagesByAccountIdRaw = function (requestParameters, initOverrides) {
|
|
724
755
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -754,7 +785,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
754
785
|
});
|
|
755
786
|
};
|
|
756
787
|
/**
|
|
757
|
-
*
|
|
788
|
+
* Returns the list of challenge reward usages for a specific seller account.
|
|
789
|
+
* Get account challenge reward usages
|
|
758
790
|
*/
|
|
759
791
|
AdminApi.prototype.getAccountChallengeRewardUsagesByAccountId = function (requestParameters, initOverrides) {
|
|
760
792
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -771,7 +803,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
771
803
|
});
|
|
772
804
|
};
|
|
773
805
|
/**
|
|
774
|
-
*
|
|
806
|
+
* Returns account information as seen by the seller.
|
|
807
|
+
* Get account as seller
|
|
775
808
|
*/
|
|
776
809
|
AdminApi.prototype.getAccountMeRaw = function (requestParameters, initOverrides) {
|
|
777
810
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -807,7 +840,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
807
840
|
});
|
|
808
841
|
};
|
|
809
842
|
/**
|
|
810
|
-
*
|
|
843
|
+
* Returns account information as seen by the seller.
|
|
844
|
+
* Get account as seller
|
|
811
845
|
*/
|
|
812
846
|
AdminApi.prototype.getAccountMe = function (requestParameters, initOverrides) {
|
|
813
847
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -824,7 +858,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
824
858
|
});
|
|
825
859
|
};
|
|
826
860
|
/**
|
|
827
|
-
*
|
|
861
|
+
* Returns all commission percentages by Nameshift subtype for the account.
|
|
862
|
+
* Get Nameshift commissions
|
|
828
863
|
*/
|
|
829
864
|
AdminApi.prototype.getAccountNameshiftCommissionsRaw = function (requestParameters, initOverrides) {
|
|
830
865
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -860,7 +895,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
860
895
|
});
|
|
861
896
|
};
|
|
862
897
|
/**
|
|
863
|
-
*
|
|
898
|
+
* Returns all commission percentages by Nameshift subtype for the account.
|
|
899
|
+
* Get Nameshift commissions
|
|
864
900
|
*/
|
|
865
901
|
AdminApi.prototype.getAccountNameshiftCommissions = function (requestParameters, initOverrides) {
|
|
866
902
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -877,7 +913,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
877
913
|
});
|
|
878
914
|
};
|
|
879
915
|
/**
|
|
880
|
-
*
|
|
916
|
+
* Returns all payment method profiles configured for the account.
|
|
917
|
+
* Get payment method profiles
|
|
881
918
|
*/
|
|
882
919
|
AdminApi.prototype.getAccountPaymentMethodProfilesRaw = function (requestParameters, initOverrides) {
|
|
883
920
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -913,7 +950,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
913
950
|
});
|
|
914
951
|
};
|
|
915
952
|
/**
|
|
916
|
-
*
|
|
953
|
+
* Returns all payment method profiles configured for the account.
|
|
954
|
+
* Get payment method profiles
|
|
917
955
|
*/
|
|
918
956
|
AdminApi.prototype.getAccountPaymentMethodProfiles = function (requestParameters, initOverrides) {
|
|
919
957
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -930,7 +968,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
930
968
|
});
|
|
931
969
|
};
|
|
932
970
|
/**
|
|
933
|
-
*
|
|
971
|
+
* Returns the settings for the specified account.
|
|
972
|
+
* Get account settings
|
|
934
973
|
*/
|
|
935
974
|
AdminApi.prototype.getAccountSettingsRaw = function (requestParameters, initOverrides) {
|
|
936
975
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -966,7 +1005,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
966
1005
|
});
|
|
967
1006
|
};
|
|
968
1007
|
/**
|
|
969
|
-
*
|
|
1008
|
+
* Returns the settings for the specified account.
|
|
1009
|
+
* Get account settings
|
|
970
1010
|
*/
|
|
971
1011
|
AdminApi.prototype.getAccountSettings = function (requestParameters, initOverrides) {
|
|
972
1012
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -983,7 +1023,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
983
1023
|
});
|
|
984
1024
|
};
|
|
985
1025
|
/**
|
|
986
|
-
*
|
|
1026
|
+
* Returns aggregated statistics for the admin dashboard, optionally filtered by date range.
|
|
1027
|
+
* Get admin dashboard stats
|
|
987
1028
|
*/
|
|
988
1029
|
AdminApi.prototype.getAdminDashboardStatsRaw = function (requestParameters, initOverrides) {
|
|
989
1030
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1019,7 +1060,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1019
1060
|
});
|
|
1020
1061
|
};
|
|
1021
1062
|
/**
|
|
1022
|
-
*
|
|
1063
|
+
* Returns aggregated statistics for the admin dashboard, optionally filtered by date range.
|
|
1064
|
+
* Get admin dashboard stats
|
|
1023
1065
|
*/
|
|
1024
1066
|
AdminApi.prototype.getAdminDashboardStats = function () {
|
|
1025
1067
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1037,7 +1079,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1037
1079
|
});
|
|
1038
1080
|
};
|
|
1039
1081
|
/**
|
|
1040
|
-
*
|
|
1082
|
+
* Returns domain transfer information.
|
|
1083
|
+
* Get domain transfer details
|
|
1041
1084
|
*/
|
|
1042
1085
|
AdminApi.prototype.getAdminDomainTransferDetailsRaw = function (requestParameters, initOverrides) {
|
|
1043
1086
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1073,7 +1116,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1073
1116
|
});
|
|
1074
1117
|
};
|
|
1075
1118
|
/**
|
|
1076
|
-
*
|
|
1119
|
+
* Returns domain transfer information.
|
|
1120
|
+
* Get domain transfer details
|
|
1077
1121
|
*/
|
|
1078
1122
|
AdminApi.prototype.getAdminDomainTransferDetails = function (requestParameters, initOverrides) {
|
|
1079
1123
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1090,7 +1134,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1090
1134
|
});
|
|
1091
1135
|
};
|
|
1092
1136
|
/**
|
|
1093
|
-
*
|
|
1137
|
+
* Returns sales statistics grouped by top-level domain, optionally filtered by account, currency, and date range.
|
|
1138
|
+
* Get admin sales by TLD
|
|
1094
1139
|
*/
|
|
1095
1140
|
AdminApi.prototype.getAdminSalesByTldRaw = function (requestParameters, initOverrides) {
|
|
1096
1141
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1135,7 +1180,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1135
1180
|
});
|
|
1136
1181
|
};
|
|
1137
1182
|
/**
|
|
1138
|
-
*
|
|
1183
|
+
* Returns sales statistics grouped by top-level domain, optionally filtered by account, currency, and date range.
|
|
1184
|
+
* Get admin sales by TLD
|
|
1139
1185
|
*/
|
|
1140
1186
|
AdminApi.prototype.getAdminSalesByTld = function (requestParameters, initOverrides) {
|
|
1141
1187
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1152,7 +1198,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1152
1198
|
});
|
|
1153
1199
|
};
|
|
1154
1200
|
/**
|
|
1155
|
-
*
|
|
1201
|
+
* Returns sales count statistics across all seller accounts within the specified date range.
|
|
1202
|
+
* Get all accounts sales count
|
|
1156
1203
|
*/
|
|
1157
1204
|
AdminApi.prototype.getAllAccountsSalesCountRaw = function (requestParameters, initOverrides) {
|
|
1158
1205
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1188,7 +1235,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1188
1235
|
});
|
|
1189
1236
|
};
|
|
1190
1237
|
/**
|
|
1191
|
-
*
|
|
1238
|
+
* Returns sales count statistics across all seller accounts within the specified date range.
|
|
1239
|
+
* Get all accounts sales count
|
|
1192
1240
|
*/
|
|
1193
1241
|
AdminApi.prototype.getAllAccountsSalesCount = function () {
|
|
1194
1242
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1206,7 +1254,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1206
1254
|
});
|
|
1207
1255
|
};
|
|
1208
1256
|
/**
|
|
1209
|
-
*
|
|
1257
|
+
* Lists all auctions across seller accounts.
|
|
1258
|
+
* List all auctions
|
|
1210
1259
|
*/
|
|
1211
1260
|
AdminApi.prototype.getAllAuctionsRaw = function (requestParameters, initOverrides) {
|
|
1212
1261
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1227,6 +1276,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1227
1276
|
if (requestParameters['sortBy'] != null) {
|
|
1228
1277
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1229
1278
|
}
|
|
1279
|
+
if (requestParameters['filterQuery'] != null) {
|
|
1280
|
+
queryParameters['filter[query]'] = requestParameters['filterQuery'];
|
|
1281
|
+
}
|
|
1282
|
+
if (requestParameters['filterStatus'] != null) {
|
|
1283
|
+
queryParameters['filter[status]'] = requestParameters['filterStatus'];
|
|
1284
|
+
}
|
|
1230
1285
|
headerParameters = {};
|
|
1231
1286
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1232
1287
|
token = this.configuration.accessToken;
|
|
@@ -1251,7 +1306,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1251
1306
|
});
|
|
1252
1307
|
};
|
|
1253
1308
|
/**
|
|
1254
|
-
*
|
|
1309
|
+
* Lists all auctions across seller accounts.
|
|
1310
|
+
* List all auctions
|
|
1255
1311
|
*/
|
|
1256
1312
|
AdminApi.prototype.getAllAuctions = function () {
|
|
1257
1313
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1269,7 +1325,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1269
1325
|
});
|
|
1270
1326
|
};
|
|
1271
1327
|
/**
|
|
1272
|
-
*
|
|
1328
|
+
* Lists all platform features.
|
|
1329
|
+
* List all platform features
|
|
1273
1330
|
*/
|
|
1274
1331
|
AdminApi.prototype.getAllFeatureFlagsRaw = function (requestParameters, initOverrides) {
|
|
1275
1332
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1290,6 +1347,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1290
1347
|
if (requestParameters['sortBy'] != null) {
|
|
1291
1348
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1292
1349
|
}
|
|
1350
|
+
if (requestParameters['filterName'] != null) {
|
|
1351
|
+
queryParameters['filter[name]'] = requestParameters['filterName'];
|
|
1352
|
+
}
|
|
1353
|
+
if (requestParameters['filterEnabled'] != null) {
|
|
1354
|
+
queryParameters['filter[enabled]'] = requestParameters['filterEnabled'];
|
|
1355
|
+
}
|
|
1293
1356
|
headerParameters = {};
|
|
1294
1357
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1295
1358
|
token = this.configuration.accessToken;
|
|
@@ -1314,7 +1377,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1314
1377
|
});
|
|
1315
1378
|
};
|
|
1316
1379
|
/**
|
|
1317
|
-
*
|
|
1380
|
+
* Lists all platform features.
|
|
1381
|
+
* List all platform features
|
|
1318
1382
|
*/
|
|
1319
1383
|
AdminApi.prototype.getAllFeatureFlags = function () {
|
|
1320
1384
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1332,7 +1396,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1332
1396
|
});
|
|
1333
1397
|
};
|
|
1334
1398
|
/**
|
|
1335
|
-
*
|
|
1399
|
+
* Lists all invoices across seller accounts.
|
|
1400
|
+
* List all invoices
|
|
1336
1401
|
*/
|
|
1337
1402
|
AdminApi.prototype.getAllInvoicesRaw = function (requestParameters, initOverrides) {
|
|
1338
1403
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1353,6 +1418,15 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1353
1418
|
if (requestParameters['sortBy'] != null) {
|
|
1354
1419
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1355
1420
|
}
|
|
1421
|
+
if (requestParameters['filterDateFrom'] != null) {
|
|
1422
|
+
queryParameters['filter[dateFrom]'] = requestParameters['filterDateFrom'];
|
|
1423
|
+
}
|
|
1424
|
+
if (requestParameters['filterDateTo'] != null) {
|
|
1425
|
+
queryParameters['filter[dateTo]'] = requestParameters['filterDateTo'];
|
|
1426
|
+
}
|
|
1427
|
+
if (requestParameters['filterStatus'] != null) {
|
|
1428
|
+
queryParameters['filter[status]'] = requestParameters['filterStatus'];
|
|
1429
|
+
}
|
|
1356
1430
|
headerParameters = {};
|
|
1357
1431
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1358
1432
|
token = this.configuration.accessToken;
|
|
@@ -1377,7 +1451,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1377
1451
|
});
|
|
1378
1452
|
};
|
|
1379
1453
|
/**
|
|
1380
|
-
*
|
|
1454
|
+
* Lists all invoices across seller accounts.
|
|
1455
|
+
* List all invoices
|
|
1381
1456
|
*/
|
|
1382
1457
|
AdminApi.prototype.getAllInvoices = function () {
|
|
1383
1458
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1395,7 +1470,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1395
1470
|
});
|
|
1396
1471
|
};
|
|
1397
1472
|
/**
|
|
1398
|
-
*
|
|
1473
|
+
* Lists all orders across seller accounts.
|
|
1474
|
+
* List all orders
|
|
1399
1475
|
*/
|
|
1400
1476
|
AdminApi.prototype.getAllOrdersRaw = function (requestParameters, initOverrides) {
|
|
1401
1477
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1416,6 +1492,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1416
1492
|
if (requestParameters['sortBy'] != null) {
|
|
1417
1493
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1418
1494
|
}
|
|
1495
|
+
if (requestParameters['filterSearchTerm'] != null) {
|
|
1496
|
+
queryParameters['filter[search_term]'] = requestParameters['filterSearchTerm'];
|
|
1497
|
+
}
|
|
1498
|
+
if (requestParameters['filterStatus'] != null) {
|
|
1499
|
+
queryParameters['filter[status]'] = requestParameters['filterStatus'];
|
|
1500
|
+
}
|
|
1419
1501
|
headerParameters = {};
|
|
1420
1502
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1421
1503
|
token = this.configuration.accessToken;
|
|
@@ -1440,7 +1522,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1440
1522
|
});
|
|
1441
1523
|
};
|
|
1442
1524
|
/**
|
|
1443
|
-
*
|
|
1525
|
+
* Lists all orders across seller accounts.
|
|
1526
|
+
* List all orders
|
|
1444
1527
|
*/
|
|
1445
1528
|
AdminApi.prototype.getAllOrders = function () {
|
|
1446
1529
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1458,7 +1541,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1458
1541
|
});
|
|
1459
1542
|
};
|
|
1460
1543
|
/**
|
|
1461
|
-
*
|
|
1544
|
+
* Lists owned domains across seller accounts.
|
|
1545
|
+
* List all owned domains
|
|
1462
1546
|
*/
|
|
1463
1547
|
AdminApi.prototype.getAllOwnedDomainsRaw = function (requestParameters, initOverrides) {
|
|
1464
1548
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1479,6 +1563,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1479
1563
|
if (requestParameters['sortBy'] != null) {
|
|
1480
1564
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1481
1565
|
}
|
|
1566
|
+
if (requestParameters['filterSearchTerm'] != null) {
|
|
1567
|
+
queryParameters['filter[search_term]'] = requestParameters['filterSearchTerm'];
|
|
1568
|
+
}
|
|
1569
|
+
if (requestParameters['filterStatus'] != null) {
|
|
1570
|
+
queryParameters['filter[status]'] = requestParameters['filterStatus'];
|
|
1571
|
+
}
|
|
1482
1572
|
headerParameters = {};
|
|
1483
1573
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1484
1574
|
token = this.configuration.accessToken;
|
|
@@ -1503,7 +1593,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1503
1593
|
});
|
|
1504
1594
|
};
|
|
1505
1595
|
/**
|
|
1506
|
-
*
|
|
1596
|
+
* Lists owned domains across seller accounts.
|
|
1597
|
+
* List all owned domains
|
|
1507
1598
|
*/
|
|
1508
1599
|
AdminApi.prototype.getAllOwnedDomains = function () {
|
|
1509
1600
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1521,7 +1612,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1521
1612
|
});
|
|
1522
1613
|
};
|
|
1523
1614
|
/**
|
|
1524
|
-
*
|
|
1615
|
+
* Lists all subscriptions across seller accounts.
|
|
1616
|
+
* List all subscriptions
|
|
1525
1617
|
*/
|
|
1526
1618
|
AdminApi.prototype.getAllSubscriptionsRaw = function (requestParameters, initOverrides) {
|
|
1527
1619
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1542,6 +1634,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1542
1634
|
if (requestParameters['sortBy'] != null) {
|
|
1543
1635
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1544
1636
|
}
|
|
1637
|
+
if (requestParameters['filterSearchTerm'] != null) {
|
|
1638
|
+
queryParameters['filter[search_term]'] = requestParameters['filterSearchTerm'];
|
|
1639
|
+
}
|
|
1640
|
+
if (requestParameters['filterStatus'] != null) {
|
|
1641
|
+
queryParameters['filter[status]'] = requestParameters['filterStatus'];
|
|
1642
|
+
}
|
|
1545
1643
|
headerParameters = {};
|
|
1546
1644
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1547
1645
|
token = this.configuration.accessToken;
|
|
@@ -1566,7 +1664,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1566
1664
|
});
|
|
1567
1665
|
};
|
|
1568
1666
|
/**
|
|
1569
|
-
*
|
|
1667
|
+
* Lists all subscriptions across seller accounts.
|
|
1668
|
+
* List all subscriptions
|
|
1570
1669
|
*/
|
|
1571
1670
|
AdminApi.prototype.getAllSubscriptions = function () {
|
|
1572
1671
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1584,7 +1683,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1584
1683
|
});
|
|
1585
1684
|
};
|
|
1586
1685
|
/**
|
|
1587
|
-
*
|
|
1686
|
+
* Returns company-wide statistics for the specified date range.
|
|
1687
|
+
* Get company stats
|
|
1588
1688
|
*/
|
|
1589
1689
|
AdminApi.prototype.getCompanyStatsRaw = function (requestParameters, initOverrides) {
|
|
1590
1690
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1620,7 +1720,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1620
1720
|
});
|
|
1621
1721
|
};
|
|
1622
1722
|
/**
|
|
1623
|
-
*
|
|
1723
|
+
* Returns company-wide statistics for the specified date range.
|
|
1724
|
+
* Get company stats
|
|
1624
1725
|
*/
|
|
1625
1726
|
AdminApi.prototype.getCompanyStats = function () {
|
|
1626
1727
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1638,7 +1739,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1638
1739
|
});
|
|
1639
1740
|
};
|
|
1640
1741
|
/**
|
|
1641
|
-
*
|
|
1742
|
+
* Returns visitor and sales statistics for a domain identified by name.
|
|
1743
|
+
* Get domain statistics
|
|
1642
1744
|
*/
|
|
1643
1745
|
AdminApi.prototype.getDomainStatsRaw = function (requestParameters, initOverrides) {
|
|
1644
1746
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1674,7 +1776,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1674
1776
|
});
|
|
1675
1777
|
};
|
|
1676
1778
|
/**
|
|
1677
|
-
*
|
|
1779
|
+
* Returns visitor and sales statistics for a domain identified by name.
|
|
1780
|
+
* Get domain statistics
|
|
1678
1781
|
*/
|
|
1679
1782
|
AdminApi.prototype.getDomainStats = function (requestParameters, initOverrides) {
|
|
1680
1783
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1691,7 +1794,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1691
1794
|
});
|
|
1692
1795
|
};
|
|
1693
1796
|
/**
|
|
1694
|
-
*
|
|
1797
|
+
* Downloads the file attachment associated with a ledger mutation.
|
|
1798
|
+
* Download ledger mutation attachment
|
|
1695
1799
|
*/
|
|
1696
1800
|
AdminApi.prototype.getLedgerMutationAttachmentRaw = function (requestParameters, initOverrides) {
|
|
1697
1801
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1721,28 +1825,32 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1721
1825
|
}, initOverrides)];
|
|
1722
1826
|
case 3:
|
|
1723
1827
|
response = _a.sent();
|
|
1724
|
-
return [2 /*return*/, new runtime.
|
|
1828
|
+
return [2 /*return*/, new runtime.BlobApiResponse(response)];
|
|
1725
1829
|
}
|
|
1726
1830
|
});
|
|
1727
1831
|
});
|
|
1728
1832
|
};
|
|
1729
1833
|
/**
|
|
1730
|
-
*
|
|
1834
|
+
* Downloads the file attachment associated with a ledger mutation.
|
|
1835
|
+
* Download ledger mutation attachment
|
|
1731
1836
|
*/
|
|
1732
1837
|
AdminApi.prototype.getLedgerMutationAttachment = function (requestParameters, initOverrides) {
|
|
1733
1838
|
return __awaiter(this, void 0, void 0, function () {
|
|
1839
|
+
var response;
|
|
1734
1840
|
return __generator(this, function (_a) {
|
|
1735
1841
|
switch (_a.label) {
|
|
1736
1842
|
case 0: return [4 /*yield*/, this.getLedgerMutationAttachmentRaw(requestParameters, initOverrides)];
|
|
1737
1843
|
case 1:
|
|
1738
|
-
_a.sent();
|
|
1739
|
-
return [
|
|
1844
|
+
response = _a.sent();
|
|
1845
|
+
return [4 /*yield*/, response.value()];
|
|
1846
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
1740
1847
|
}
|
|
1741
1848
|
});
|
|
1742
1849
|
});
|
|
1743
1850
|
};
|
|
1744
1851
|
/**
|
|
1745
|
-
*
|
|
1852
|
+
* Returns subscription information.
|
|
1853
|
+
* Get subscription details
|
|
1746
1854
|
*/
|
|
1747
1855
|
AdminApi.prototype.getSubscriptionDetailsRaw = function (requestParameters, initOverrides) {
|
|
1748
1856
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1778,7 +1886,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1778
1886
|
});
|
|
1779
1887
|
};
|
|
1780
1888
|
/**
|
|
1781
|
-
*
|
|
1889
|
+
* Returns subscription information.
|
|
1890
|
+
* Get subscription details
|
|
1782
1891
|
*/
|
|
1783
1892
|
AdminApi.prototype.getSubscriptionDetails = function (requestParameters, initOverrides) {
|
|
1784
1893
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1795,7 +1904,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1795
1904
|
});
|
|
1796
1905
|
};
|
|
1797
1906
|
/**
|
|
1798
|
-
*
|
|
1907
|
+
* Lists all seller accounts.
|
|
1908
|
+
* List accounts
|
|
1799
1909
|
*/
|
|
1800
1910
|
AdminApi.prototype.listAccountsRaw = function (requestParameters, initOverrides) {
|
|
1801
1911
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1816,6 +1926,9 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1816
1926
|
if (requestParameters['sortBy'] != null) {
|
|
1817
1927
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1818
1928
|
}
|
|
1929
|
+
if (requestParameters['filterSearchTerm'] != null) {
|
|
1930
|
+
queryParameters['filter[search_term]'] = requestParameters['filterSearchTerm'];
|
|
1931
|
+
}
|
|
1819
1932
|
headerParameters = {};
|
|
1820
1933
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1821
1934
|
token = this.configuration.accessToken;
|
|
@@ -1840,7 +1953,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1840
1953
|
});
|
|
1841
1954
|
};
|
|
1842
1955
|
/**
|
|
1843
|
-
*
|
|
1956
|
+
* Lists all seller accounts.
|
|
1957
|
+
* List accounts
|
|
1844
1958
|
*/
|
|
1845
1959
|
AdminApi.prototype.listAccounts = function () {
|
|
1846
1960
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1858,7 +1972,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1858
1972
|
});
|
|
1859
1973
|
};
|
|
1860
1974
|
/**
|
|
1861
|
-
*
|
|
1975
|
+
* Lists all existing non-deleted challenges.
|
|
1976
|
+
* List all challenges
|
|
1862
1977
|
*/
|
|
1863
1978
|
AdminApi.prototype.listAllChallengesRaw = function (initOverrides) {
|
|
1864
1979
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1891,7 +2006,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1891
2006
|
});
|
|
1892
2007
|
};
|
|
1893
2008
|
/**
|
|
1894
|
-
*
|
|
2009
|
+
* Lists all existing non-deleted challenges.
|
|
2010
|
+
* List all challenges
|
|
1895
2011
|
*/
|
|
1896
2012
|
AdminApi.prototype.listAllChallenges = function (initOverrides) {
|
|
1897
2013
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1908,7 +2024,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1908
2024
|
});
|
|
1909
2025
|
};
|
|
1910
2026
|
/**
|
|
1911
|
-
*
|
|
2027
|
+
* Returns all commission configurations, optionally filtered by account.
|
|
2028
|
+
* List all commissions
|
|
1912
2029
|
*/
|
|
1913
2030
|
AdminApi.prototype.listAllCommissionsRaw = function (requestParameters, initOverrides) {
|
|
1914
2031
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1944,7 +2061,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1944
2061
|
});
|
|
1945
2062
|
};
|
|
1946
2063
|
/**
|
|
1947
|
-
*
|
|
2064
|
+
* Returns all commission configurations, optionally filtered by account.
|
|
2065
|
+
* List all commissions
|
|
1948
2066
|
*/
|
|
1949
2067
|
AdminApi.prototype.listAllCommissions = function () {
|
|
1950
2068
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -1962,7 +2080,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1962
2080
|
});
|
|
1963
2081
|
};
|
|
1964
2082
|
/**
|
|
1965
|
-
*
|
|
2083
|
+
* Lists bank accounts across seller accounts.
|
|
2084
|
+
* List all bank accounts
|
|
1966
2085
|
*/
|
|
1967
2086
|
AdminApi.prototype.listBankAccountsRaw = function (requestParameters, initOverrides) {
|
|
1968
2087
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -1983,6 +2102,12 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
1983
2102
|
if (requestParameters['sortBy'] != null) {
|
|
1984
2103
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
1985
2104
|
}
|
|
2105
|
+
if (requestParameters['filterVerificationStatus'] != null) {
|
|
2106
|
+
queryParameters['filter[verificationStatus]'] = requestParameters['filterVerificationStatus'];
|
|
2107
|
+
}
|
|
2108
|
+
if (requestParameters['filterAccountId'] != null) {
|
|
2109
|
+
queryParameters['filter[accountId]'] = requestParameters['filterAccountId'];
|
|
2110
|
+
}
|
|
1986
2111
|
headerParameters = {};
|
|
1987
2112
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
1988
2113
|
token = this.configuration.accessToken;
|
|
@@ -2007,7 +2132,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2007
2132
|
});
|
|
2008
2133
|
};
|
|
2009
2134
|
/**
|
|
2010
|
-
*
|
|
2135
|
+
* Lists bank accounts across seller accounts.
|
|
2136
|
+
* List all bank accounts
|
|
2011
2137
|
*/
|
|
2012
2138
|
AdminApi.prototype.listBankAccounts = function () {
|
|
2013
2139
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -2025,7 +2151,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2025
2151
|
});
|
|
2026
2152
|
};
|
|
2027
2153
|
/**
|
|
2028
|
-
*
|
|
2154
|
+
* Returns all active locks for the specified domain.
|
|
2155
|
+
* List domain locks
|
|
2029
2156
|
*/
|
|
2030
2157
|
AdminApi.prototype.listDomainLocksRaw = function (requestParameters, initOverrides) {
|
|
2031
2158
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2061,7 +2188,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2061
2188
|
});
|
|
2062
2189
|
};
|
|
2063
2190
|
/**
|
|
2064
|
-
*
|
|
2191
|
+
* Returns all active locks for the specified domain.
|
|
2192
|
+
* List domain locks
|
|
2065
2193
|
*/
|
|
2066
2194
|
AdminApi.prototype.listDomainLocks = function (requestParameters, initOverrides) {
|
|
2067
2195
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2078,7 +2206,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2078
2206
|
});
|
|
2079
2207
|
};
|
|
2080
2208
|
/**
|
|
2081
|
-
*
|
|
2209
|
+
* Returns all supported top-level domains.
|
|
2210
|
+
* List domain TLDs
|
|
2082
2211
|
*/
|
|
2083
2212
|
AdminApi.prototype.listDomainTldsRaw = function (initOverrides) {
|
|
2084
2213
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2111,7 +2240,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2111
2240
|
});
|
|
2112
2241
|
};
|
|
2113
2242
|
/**
|
|
2114
|
-
*
|
|
2243
|
+
* Returns all supported top-level domains.
|
|
2244
|
+
* List domain TLDs
|
|
2115
2245
|
*/
|
|
2116
2246
|
AdminApi.prototype.listDomainTlds = function (initOverrides) {
|
|
2117
2247
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2128,7 +2258,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2128
2258
|
});
|
|
2129
2259
|
};
|
|
2130
2260
|
/**
|
|
2131
|
-
*
|
|
2261
|
+
* Lists domains across seller accounts.
|
|
2262
|
+
* List domains
|
|
2132
2263
|
*/
|
|
2133
2264
|
AdminApi.prototype.listDomainsRaw = function (requestParameters, initOverrides) {
|
|
2134
2265
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2149,6 +2280,21 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2149
2280
|
if (requestParameters['sortBy'] != null) {
|
|
2150
2281
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
2151
2282
|
}
|
|
2283
|
+
if (requestParameters['filterSold'] != null) {
|
|
2284
|
+
queryParameters['filter[sold]'] = requestParameters['filterSold'];
|
|
2285
|
+
}
|
|
2286
|
+
if (requestParameters['filterPointingDnsStatus'] != null) {
|
|
2287
|
+
queryParameters['filter[pointingDnsStatus]'] = requestParameters['filterPointingDnsStatus'];
|
|
2288
|
+
}
|
|
2289
|
+
if (requestParameters['filterCurrencyCode'] != null) {
|
|
2290
|
+
queryParameters['filter[currencyCode]'] = requestParameters['filterCurrencyCode'];
|
|
2291
|
+
}
|
|
2292
|
+
if (requestParameters['filterVerified'] != null) {
|
|
2293
|
+
queryParameters['filter[verified]'] = requestParameters['filterVerified'];
|
|
2294
|
+
}
|
|
2295
|
+
if (requestParameters['filterName'] != null) {
|
|
2296
|
+
queryParameters['filter[name]'] = requestParameters['filterName'];
|
|
2297
|
+
}
|
|
2152
2298
|
headerParameters = {};
|
|
2153
2299
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
2154
2300
|
token = this.configuration.accessToken;
|
|
@@ -2173,7 +2319,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2173
2319
|
});
|
|
2174
2320
|
};
|
|
2175
2321
|
/**
|
|
2176
|
-
*
|
|
2322
|
+
* Lists domains across seller accounts.
|
|
2323
|
+
* List domains
|
|
2177
2324
|
*/
|
|
2178
2325
|
AdminApi.prototype.listDomains = function () {
|
|
2179
2326
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -2191,7 +2338,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2191
2338
|
});
|
|
2192
2339
|
};
|
|
2193
2340
|
/**
|
|
2194
|
-
*
|
|
2341
|
+
* Lists all leads across accounts. Requires admin bearer authentication.
|
|
2342
|
+
* List all leads
|
|
2195
2343
|
*/
|
|
2196
2344
|
AdminApi.prototype.listLeadsRaw = function (requestParameters, initOverrides) {
|
|
2197
2345
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2212,6 +2360,9 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2212
2360
|
if (requestParameters['sortBy'] != null) {
|
|
2213
2361
|
queryParameters['sortBy'] = requestParameters['sortBy'];
|
|
2214
2362
|
}
|
|
2363
|
+
if (requestParameters['filterSearchTerm'] != null) {
|
|
2364
|
+
queryParameters['filter[search_term]'] = requestParameters['filterSearchTerm'];
|
|
2365
|
+
}
|
|
2215
2366
|
headerParameters = {};
|
|
2216
2367
|
if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
|
|
2217
2368
|
token = this.configuration.accessToken;
|
|
@@ -2236,7 +2387,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2236
2387
|
});
|
|
2237
2388
|
};
|
|
2238
2389
|
/**
|
|
2239
|
-
*
|
|
2390
|
+
* Lists all leads across accounts. Requires admin bearer authentication.
|
|
2391
|
+
* List all leads
|
|
2240
2392
|
*/
|
|
2241
2393
|
AdminApi.prototype.listLeads = function () {
|
|
2242
2394
|
return __awaiter(this, arguments, void 0, function (requestParameters, initOverrides) {
|
|
@@ -2254,7 +2406,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2254
2406
|
});
|
|
2255
2407
|
};
|
|
2256
2408
|
/**
|
|
2257
|
-
*
|
|
2409
|
+
* Lists ledger mutations for a specific ledger within the specified date range.
|
|
2410
|
+
* List ledger mutations
|
|
2258
2411
|
*/
|
|
2259
2412
|
AdminApi.prototype.listLedgerMutationsRaw = function (requestParameters, initOverrides) {
|
|
2260
2413
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2265,12 +2418,6 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2265
2418
|
if (requestParameters['ledgerId'] == null) {
|
|
2266
2419
|
throw new runtime.RequiredError('ledgerId', 'Required parameter "ledgerId" was null or undefined when calling listLedgerMutations().');
|
|
2267
2420
|
}
|
|
2268
|
-
if (requestParameters['page'] == null) {
|
|
2269
|
-
throw new runtime.RequiredError('page', 'Required parameter "page" was null or undefined when calling listLedgerMutations().');
|
|
2270
|
-
}
|
|
2271
|
-
if (requestParameters['limit'] == null) {
|
|
2272
|
-
throw new runtime.RequiredError('limit', 'Required parameter "limit" was null or undefined when calling listLedgerMutations().');
|
|
2273
|
-
}
|
|
2274
2421
|
queryParameters = {};
|
|
2275
2422
|
if (requestParameters['ledgerId'] != null) {
|
|
2276
2423
|
queryParameters['ledgerId'] = requestParameters['ledgerId'];
|
|
@@ -2308,7 +2455,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2308
2455
|
});
|
|
2309
2456
|
};
|
|
2310
2457
|
/**
|
|
2311
|
-
*
|
|
2458
|
+
* Lists ledger mutations for a specific ledger within the specified date range.
|
|
2459
|
+
* List ledger mutations
|
|
2312
2460
|
*/
|
|
2313
2461
|
AdminApi.prototype.listLedgerMutations = function (requestParameters, initOverrides) {
|
|
2314
2462
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2325,7 +2473,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2325
2473
|
});
|
|
2326
2474
|
};
|
|
2327
2475
|
/**
|
|
2328
|
-
*
|
|
2476
|
+
* Generates an authentication token to impersonate the account. Requires super admin role.
|
|
2477
|
+
* Login as account
|
|
2329
2478
|
*/
|
|
2330
2479
|
AdminApi.prototype.loginAsRaw = function (requestParameters, initOverrides) {
|
|
2331
2480
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2361,7 +2510,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2361
2510
|
});
|
|
2362
2511
|
};
|
|
2363
2512
|
/**
|
|
2364
|
-
*
|
|
2513
|
+
* Generates an authentication token to impersonate the account. Requires super admin role.
|
|
2514
|
+
* Login as account
|
|
2365
2515
|
*/
|
|
2366
2516
|
AdminApi.prototype.loginAs = function (requestParameters, initOverrides) {
|
|
2367
2517
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2378,7 +2528,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2378
2528
|
});
|
|
2379
2529
|
};
|
|
2380
2530
|
/**
|
|
2381
|
-
*
|
|
2531
|
+
* Generates a buyer JWT for the specified buyer account. Requires ROLE_SUPER_ADMIN. Used for admin support and debugging.
|
|
2532
|
+
* Log in as a buyer
|
|
2382
2533
|
*/
|
|
2383
2534
|
AdminApi.prototype.loginAsBuyerRaw = function (requestParameters, initOverrides) {
|
|
2384
2535
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2414,7 +2565,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2414
2565
|
});
|
|
2415
2566
|
};
|
|
2416
2567
|
/**
|
|
2417
|
-
*
|
|
2568
|
+
* Generates a buyer JWT for the specified buyer account. Requires ROLE_SUPER_ADMIN. Used for admin support and debugging.
|
|
2569
|
+
* Log in as a buyer
|
|
2418
2570
|
*/
|
|
2419
2571
|
AdminApi.prototype.loginAsBuyer = function (requestParameters, initOverrides) {
|
|
2420
2572
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2431,7 +2583,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2431
2583
|
});
|
|
2432
2584
|
};
|
|
2433
2585
|
/**
|
|
2434
|
-
*
|
|
2586
|
+
* Processes payment of a seller invoice associated with a domain transfer.
|
|
2587
|
+
* Pay domain transfer seller invoice
|
|
2435
2588
|
*/
|
|
2436
2589
|
AdminApi.prototype.payDomainTransferSellerInvoiceRaw = function (requestParameters, initOverrides) {
|
|
2437
2590
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2470,7 +2623,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2470
2623
|
});
|
|
2471
2624
|
};
|
|
2472
2625
|
/**
|
|
2473
|
-
*
|
|
2626
|
+
* Processes payment of a seller invoice associated with a domain transfer.
|
|
2627
|
+
* Pay domain transfer seller invoice
|
|
2474
2628
|
*/
|
|
2475
2629
|
AdminApi.prototype.payDomainTransferSellerInvoice = function (requestParameters, initOverrides) {
|
|
2476
2630
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2485,7 +2639,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2485
2639
|
});
|
|
2486
2640
|
};
|
|
2487
2641
|
/**
|
|
2488
|
-
*
|
|
2642
|
+
* Marks a seller invoice transaction as paid when the payout has been processed.
|
|
2643
|
+
* Pay seller invoice
|
|
2489
2644
|
*/
|
|
2490
2645
|
AdminApi.prototype.paySellerInvoiceRaw = function (requestParameters, initOverrides) {
|
|
2491
2646
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2521,7 +2676,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2521
2676
|
});
|
|
2522
2677
|
};
|
|
2523
2678
|
/**
|
|
2524
|
-
*
|
|
2679
|
+
* Marks a seller invoice transaction as paid when the payout has been processed.
|
|
2680
|
+
* Pay seller invoice
|
|
2525
2681
|
*/
|
|
2526
2682
|
AdminApi.prototype.paySellerInvoice = function (requestParameters, initOverrides) {
|
|
2527
2683
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2536,7 +2692,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2536
2692
|
});
|
|
2537
2693
|
};
|
|
2538
2694
|
/**
|
|
2539
|
-
*
|
|
2695
|
+
* Marks a domain transfer as completed. Requires super admin role.
|
|
2696
|
+
* Complete domain transfer
|
|
2540
2697
|
*/
|
|
2541
2698
|
AdminApi.prototype.postAdminCompleteDomainTransferRaw = function (requestParameters, initOverrides) {
|
|
2542
2699
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2572,7 +2729,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2572
2729
|
});
|
|
2573
2730
|
};
|
|
2574
2731
|
/**
|
|
2575
|
-
*
|
|
2732
|
+
* Marks a domain transfer as completed. Requires super admin role.
|
|
2733
|
+
* Complete domain transfer
|
|
2576
2734
|
*/
|
|
2577
2735
|
AdminApi.prototype.postAdminCompleteDomainTransfer = function (requestParameters, initOverrides) {
|
|
2578
2736
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2587,7 +2745,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2587
2745
|
});
|
|
2588
2746
|
};
|
|
2589
2747
|
/**
|
|
2590
|
-
*
|
|
2748
|
+
* Manually executes a workflow step action on a domain transfer.
|
|
2749
|
+
* Execute domain transfer step action
|
|
2591
2750
|
*/
|
|
2592
2751
|
AdminApi.prototype.postAdminExecuteDomainTransferStepActionRaw = function (requestParameters, initOverrides) {
|
|
2593
2752
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2629,7 +2788,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2629
2788
|
});
|
|
2630
2789
|
};
|
|
2631
2790
|
/**
|
|
2632
|
-
*
|
|
2791
|
+
* Manually executes a workflow step action on a domain transfer.
|
|
2792
|
+
* Execute domain transfer step action
|
|
2633
2793
|
*/
|
|
2634
2794
|
AdminApi.prototype.postAdminExecuteDomainTransferStepAction = function (requestParameters, initOverrides) {
|
|
2635
2795
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2644,7 +2804,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2644
2804
|
});
|
|
2645
2805
|
};
|
|
2646
2806
|
/**
|
|
2647
|
-
*
|
|
2807
|
+
* Runs the lead price negotiator AI agent in sandbox mode. Requires admin authentication.
|
|
2808
|
+
* Test AI price negotiator agent
|
|
2648
2809
|
*/
|
|
2649
2810
|
AdminApi.prototype.postAiPriceNegotiatorAgentChatMessageRaw = function (requestParameters, initOverrides) {
|
|
2650
2811
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2682,7 +2843,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2682
2843
|
});
|
|
2683
2844
|
};
|
|
2684
2845
|
/**
|
|
2685
|
-
*
|
|
2846
|
+
* Runs the lead price negotiator AI agent in sandbox mode. Requires admin authentication.
|
|
2847
|
+
* Test AI price negotiator agent
|
|
2686
2848
|
*/
|
|
2687
2849
|
AdminApi.prototype.postAiPriceNegotiatorAgentChatMessage = function (requestParameters, initOverrides) {
|
|
2688
2850
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2699,7 +2861,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2699
2861
|
});
|
|
2700
2862
|
};
|
|
2701
2863
|
/**
|
|
2702
|
-
*
|
|
2864
|
+
* Purges the CDN cache for the specified domain landing page.
|
|
2865
|
+
* Purge domain CDN cache
|
|
2703
2866
|
*/
|
|
2704
2867
|
AdminApi.prototype.purgeDomainCdnCacheRaw = function (requestParameters, initOverrides) {
|
|
2705
2868
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2735,7 +2898,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2735
2898
|
});
|
|
2736
2899
|
};
|
|
2737
2900
|
/**
|
|
2738
|
-
*
|
|
2901
|
+
* Purges the CDN cache for the specified domain landing page.
|
|
2902
|
+
* Purge domain CDN cache
|
|
2739
2903
|
*/
|
|
2740
2904
|
AdminApi.prototype.purgeDomainCdnCache = function (requestParameters, initOverrides) {
|
|
2741
2905
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2750,7 +2914,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2750
2914
|
});
|
|
2751
2915
|
};
|
|
2752
2916
|
/**
|
|
2753
|
-
*
|
|
2917
|
+
* Removes a specific lock from a domain.
|
|
2918
|
+
* Remove domain lock
|
|
2754
2919
|
*/
|
|
2755
2920
|
AdminApi.prototype.removeDomainLockRaw = function (requestParameters, initOverrides) {
|
|
2756
2921
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2789,7 +2954,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2789
2954
|
});
|
|
2790
2955
|
};
|
|
2791
2956
|
/**
|
|
2792
|
-
*
|
|
2957
|
+
* Removes a specific lock from a domain.
|
|
2958
|
+
* Remove domain lock
|
|
2793
2959
|
*/
|
|
2794
2960
|
AdminApi.prototype.removeDomainLock = function (requestParameters, initOverrides) {
|
|
2795
2961
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2804,7 +2970,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2804
2970
|
});
|
|
2805
2971
|
};
|
|
2806
2972
|
/**
|
|
2807
|
-
*
|
|
2973
|
+
* Triggers a synchronization of account metrics and statistics.
|
|
2974
|
+
* Sync account statistics
|
|
2808
2975
|
*/
|
|
2809
2976
|
AdminApi.prototype.syncAccountStatsRaw = function (requestParameters, initOverrides) {
|
|
2810
2977
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2840,7 +3007,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2840
3007
|
});
|
|
2841
3008
|
};
|
|
2842
3009
|
/**
|
|
2843
|
-
*
|
|
3010
|
+
* Triggers a synchronization of account metrics and statistics.
|
|
3011
|
+
* Sync account statistics
|
|
2844
3012
|
*/
|
|
2845
3013
|
AdminApi.prototype.syncAccountStats = function (requestParameters, initOverrides) {
|
|
2846
3014
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2855,7 +3023,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2855
3023
|
});
|
|
2856
3024
|
};
|
|
2857
3025
|
/**
|
|
2858
|
-
*
|
|
3026
|
+
* Synchronizes all payment method profiles from the payment provider.
|
|
3027
|
+
* Sync payment method profiles
|
|
2859
3028
|
*/
|
|
2860
3029
|
AdminApi.prototype.syncAllAccountPaymentMethodProfilesRaw = function (requestParameters, initOverrides) {
|
|
2861
3030
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2891,7 +3060,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2891
3060
|
});
|
|
2892
3061
|
};
|
|
2893
3062
|
/**
|
|
2894
|
-
*
|
|
3063
|
+
* Synchronizes all payment method profiles from the payment provider.
|
|
3064
|
+
* Sync payment method profiles
|
|
2895
3065
|
*/
|
|
2896
3066
|
AdminApi.prototype.syncAllAccountPaymentMethodProfiles = function (requestParameters, initOverrides) {
|
|
2897
3067
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2906,7 +3076,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2906
3076
|
});
|
|
2907
3077
|
};
|
|
2908
3078
|
/**
|
|
2909
|
-
*
|
|
3079
|
+
* Synchronizes owned domain data from the domain registry for the specified record.
|
|
3080
|
+
* Sync owned domain from registry
|
|
2910
3081
|
*/
|
|
2911
3082
|
AdminApi.prototype.syncOwnedDomainFromRegistryRaw = function (requestParameters, initOverrides) {
|
|
2912
3083
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2942,7 +3113,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2942
3113
|
});
|
|
2943
3114
|
};
|
|
2944
3115
|
/**
|
|
2945
|
-
*
|
|
3116
|
+
* Synchronizes owned domain data from the domain registry for the specified record.
|
|
3117
|
+
* Sync owned domain from registry
|
|
2946
3118
|
*/
|
|
2947
3119
|
AdminApi.prototype.syncOwnedDomainFromRegistry = function (requestParameters, initOverrides) {
|
|
2948
3120
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2957,7 +3129,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2957
3129
|
});
|
|
2958
3130
|
};
|
|
2959
3131
|
/**
|
|
2960
|
-
*
|
|
3132
|
+
* Sets the absolute challenge reward points balance for an account.
|
|
3133
|
+
* Update challenge reward balance
|
|
2961
3134
|
*/
|
|
2962
3135
|
AdminApi.prototype.updateAccountChallengeRewardBalancePointsRaw = function (requestParameters, initOverrides) {
|
|
2963
3136
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -2998,7 +3171,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
2998
3171
|
});
|
|
2999
3172
|
};
|
|
3000
3173
|
/**
|
|
3001
|
-
*
|
|
3174
|
+
* Sets the absolute challenge reward points balance for an account.
|
|
3175
|
+
* Update challenge reward balance
|
|
3002
3176
|
*/
|
|
3003
3177
|
AdminApi.prototype.updateAccountChallengeRewardBalancePoints = function (requestParameters, initOverrides) {
|
|
3004
3178
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3013,7 +3187,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3013
3187
|
});
|
|
3014
3188
|
};
|
|
3015
3189
|
/**
|
|
3016
|
-
*
|
|
3190
|
+
* Updates admin-managed account settings.
|
|
3191
|
+
* Update account settings
|
|
3017
3192
|
*/
|
|
3018
3193
|
AdminApi.prototype.updateAccountSettingsRaw = function (requestParameters, initOverrides) {
|
|
3019
3194
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3054,7 +3229,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3054
3229
|
});
|
|
3055
3230
|
};
|
|
3056
3231
|
/**
|
|
3057
|
-
*
|
|
3232
|
+
* Updates admin-managed account settings.
|
|
3233
|
+
* Update account settings
|
|
3058
3234
|
*/
|
|
3059
3235
|
AdminApi.prototype.updateAccountSettings = function (requestParameters, initOverrides) {
|
|
3060
3236
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3069,7 +3245,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3069
3245
|
});
|
|
3070
3246
|
};
|
|
3071
3247
|
/**
|
|
3072
|
-
*
|
|
3248
|
+
* Updates challenge configuration. Payload depends on the challenge reward type (target or scale).
|
|
3249
|
+
* Update challenge
|
|
3073
3250
|
*/
|
|
3074
3251
|
AdminApi.prototype.updateChallengeRaw = function (requestParameters, initOverrides) {
|
|
3075
3252
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3110,7 +3287,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3110
3287
|
});
|
|
3111
3288
|
};
|
|
3112
3289
|
/**
|
|
3113
|
-
*
|
|
3290
|
+
* Updates challenge configuration. Payload depends on the challenge reward type (target or scale).
|
|
3291
|
+
* Update challenge
|
|
3114
3292
|
*/
|
|
3115
3293
|
AdminApi.prototype.updateChallenge = function (requestParameters, initOverrides) {
|
|
3116
3294
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3125,7 +3303,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3125
3303
|
});
|
|
3126
3304
|
};
|
|
3127
3305
|
/**
|
|
3128
|
-
*
|
|
3306
|
+
* Updates the enabled state and account whitelist/blacklist for a platform feature.
|
|
3307
|
+
* Update platform feature
|
|
3129
3308
|
*/
|
|
3130
3309
|
AdminApi.prototype.updateFeatureFlagRaw = function (requestParameters, initOverrides) {
|
|
3131
3310
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3166,7 +3345,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3166
3345
|
});
|
|
3167
3346
|
};
|
|
3168
3347
|
/**
|
|
3169
|
-
*
|
|
3348
|
+
* Updates the enabled state and account whitelist/blacklist for a platform feature.
|
|
3349
|
+
* Update platform feature
|
|
3170
3350
|
*/
|
|
3171
3351
|
AdminApi.prototype.updateFeatureFlag = function (requestParameters, initOverrides) {
|
|
3172
3352
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3181,7 +3361,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3181
3361
|
});
|
|
3182
3362
|
};
|
|
3183
3363
|
/**
|
|
3184
|
-
*
|
|
3364
|
+
* Marks the account alias as verified.
|
|
3365
|
+
* Verify account alias
|
|
3185
3366
|
*/
|
|
3186
3367
|
AdminApi.prototype.verifyAccountAliasRaw = function (requestParameters, initOverrides) {
|
|
3187
3368
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3217,7 +3398,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3217
3398
|
});
|
|
3218
3399
|
};
|
|
3219
3400
|
/**
|
|
3220
|
-
*
|
|
3401
|
+
* Marks the account alias as verified.
|
|
3402
|
+
* Verify account alias
|
|
3221
3403
|
*/
|
|
3222
3404
|
AdminApi.prototype.verifyAccountAlias = function (requestParameters, initOverrides) {
|
|
3223
3405
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3232,7 +3414,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3232
3414
|
});
|
|
3233
3415
|
};
|
|
3234
3416
|
/**
|
|
3235
|
-
*
|
|
3417
|
+
* Marks a bank account as verified for payout purposes.
|
|
3418
|
+
* Verify bank account
|
|
3236
3419
|
*/
|
|
3237
3420
|
AdminApi.prototype.verifyBankAccountRaw = function (requestParameters, initOverrides) {
|
|
3238
3421
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -3268,7 +3451,8 @@ var AdminApi = /** @class */ (function (_super) {
|
|
|
3268
3451
|
});
|
|
3269
3452
|
};
|
|
3270
3453
|
/**
|
|
3271
|
-
*
|
|
3454
|
+
* Marks a bank account as verified for payout purposes.
|
|
3455
|
+
* Verify bank account
|
|
3272
3456
|
*/
|
|
3273
3457
|
AdminApi.prototype.verifyBankAccount = function (requestParameters, initOverrides) {
|
|
3274
3458
|
return __awaiter(this, void 0, void 0, function () {
|