@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Nameshift
|
|
5
|
-
* Nameshift API
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0
|
|
8
8
|
*
|
|
@@ -89,175 +89,175 @@ export interface SubscriptionDto {
|
|
|
89
89
|
*/
|
|
90
90
|
invoiceId: string;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Buyer invoice status.
|
|
93
93
|
* @type {string}
|
|
94
94
|
* @memberof SubscriptionDto
|
|
95
95
|
*/
|
|
96
96
|
invoiceStatus: SubscriptionDtoInvoiceStatusEnum;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* Subscription status.
|
|
99
99
|
* @type {string}
|
|
100
100
|
* @memberof SubscriptionDto
|
|
101
101
|
*/
|
|
102
102
|
status: SubscriptionDtoStatusEnum;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @type {string}
|
|
106
|
-
* @memberof SubscriptionDto
|
|
107
|
-
*/
|
|
108
|
-
selfDeclaredTaxCountry: string | null;
|
|
109
|
-
/**
|
|
110
|
-
* Decided tax country code (ISO 3166-1 alpha-2).
|
|
111
|
-
* @type {string}
|
|
112
|
-
* @memberof SubscriptionDto
|
|
113
|
-
*/
|
|
114
|
-
decidedCountry: string;
|
|
115
|
-
/**
|
|
116
|
-
* Available payment methods per gateway (canonical ids), keyed by PaymentGateway
|
|
117
|
-
* @type {object}
|
|
118
|
-
* @memberof SubscriptionDto
|
|
119
|
-
*/
|
|
120
|
-
availablePaymentMethods: object;
|
|
121
|
-
/**
|
|
122
|
-
* Selected payment method on the active transaction (canonical)
|
|
123
|
-
* @type {string}
|
|
124
|
-
* @memberof SubscriptionDto
|
|
125
|
-
*/
|
|
126
|
-
selectedPaymentMethod: SubscriptionDtoSelectedPaymentMethodEnum | null;
|
|
127
|
-
/**
|
|
128
|
-
*
|
|
104
|
+
* Subscription base price.
|
|
129
105
|
* @type {MoneyDto}
|
|
130
106
|
* @memberof SubscriptionDto
|
|
131
107
|
*/
|
|
132
108
|
basePrice: MoneyDto;
|
|
133
109
|
/**
|
|
134
|
-
*
|
|
110
|
+
* Recurring price on the active buyer invoice.
|
|
135
111
|
* @type {MoneyDto}
|
|
136
112
|
* @memberof SubscriptionDto
|
|
137
113
|
*/
|
|
138
114
|
recurringPrice: MoneyDto;
|
|
139
115
|
/**
|
|
140
|
-
*
|
|
116
|
+
* Total price including tax.
|
|
141
117
|
* @type {MoneyDto}
|
|
142
118
|
* @memberof SubscriptionDto
|
|
143
119
|
*/
|
|
144
120
|
totalPrice: MoneyDto;
|
|
145
121
|
/**
|
|
146
|
-
*
|
|
122
|
+
* Invoice line items.
|
|
147
123
|
* @type {Array<InvoiceItemDto>}
|
|
148
124
|
* @memberof SubscriptionDto
|
|
149
125
|
*/
|
|
150
126
|
items: Array<InvoiceItemDto>;
|
|
151
127
|
/**
|
|
152
|
-
*
|
|
128
|
+
* Buyer first name.
|
|
153
129
|
* @type {string}
|
|
154
130
|
* @memberof SubscriptionDto
|
|
155
131
|
*/
|
|
156
132
|
firstName: string;
|
|
157
133
|
/**
|
|
158
|
-
*
|
|
134
|
+
* Buyer last name.
|
|
159
135
|
* @type {string}
|
|
160
136
|
* @memberof SubscriptionDto
|
|
161
137
|
*/
|
|
162
138
|
lastName: string;
|
|
163
139
|
/**
|
|
164
|
-
*
|
|
140
|
+
* Buyer email address.
|
|
165
141
|
* @type {string}
|
|
166
142
|
* @memberof SubscriptionDto
|
|
167
143
|
*/
|
|
168
144
|
email: string;
|
|
169
145
|
/**
|
|
170
|
-
*
|
|
146
|
+
* Buyer phone number.
|
|
171
147
|
* @type {string}
|
|
172
148
|
* @memberof SubscriptionDto
|
|
173
149
|
*/
|
|
174
150
|
phone: string | null;
|
|
175
151
|
/**
|
|
176
|
-
*
|
|
152
|
+
* Buyer address.
|
|
177
153
|
* @type {AddressDto}
|
|
178
154
|
* @memberof SubscriptionDto
|
|
179
155
|
*/
|
|
180
156
|
address: AddressDto | null;
|
|
181
157
|
/**
|
|
182
|
-
*
|
|
158
|
+
* Buyer locale (e.g. en, nl).
|
|
183
159
|
* @type {string}
|
|
184
160
|
* @memberof SubscriptionDto
|
|
185
161
|
*/
|
|
186
162
|
locale: string;
|
|
187
163
|
/**
|
|
188
|
-
*
|
|
164
|
+
* Buyer company information.
|
|
189
165
|
* @type {SubscriptionCompanyInfoDto}
|
|
190
166
|
* @memberof SubscriptionDto
|
|
191
167
|
*/
|
|
192
168
|
companyInfo: SubscriptionCompanyInfoDto | null;
|
|
193
169
|
/**
|
|
194
|
-
*
|
|
170
|
+
* Self-declared tax country code (ISO 3166-1 alpha-2).
|
|
171
|
+
* @type {string}
|
|
172
|
+
* @memberof SubscriptionDto
|
|
173
|
+
*/
|
|
174
|
+
selfDeclaredTaxCountry: string | null;
|
|
175
|
+
/**
|
|
176
|
+
* Decided tax country code (ISO 3166-1 alpha-2).
|
|
177
|
+
* @type {string}
|
|
178
|
+
* @memberof SubscriptionDto
|
|
179
|
+
*/
|
|
180
|
+
decidedCountry: string;
|
|
181
|
+
/**
|
|
182
|
+
* Active invoice transaction, if any.
|
|
195
183
|
* @type {InvoiceTransactionDto}
|
|
196
184
|
* @memberof SubscriptionDto
|
|
197
185
|
*/
|
|
198
186
|
transaction: InvoiceTransactionDto | null;
|
|
199
187
|
/**
|
|
200
|
-
*
|
|
188
|
+
* Whether the buyer invoice has a pending transaction.
|
|
201
189
|
* @type {boolean}
|
|
202
190
|
* @memberof SubscriptionDto
|
|
203
191
|
*/
|
|
204
192
|
hasPendingTransaction: boolean;
|
|
205
193
|
/**
|
|
206
|
-
*
|
|
194
|
+
* Available payment methods per gateway (canonical ids), keyed by PaymentGateway
|
|
195
|
+
* @type {object}
|
|
196
|
+
* @memberof SubscriptionDto
|
|
197
|
+
*/
|
|
198
|
+
availablePaymentMethods: object;
|
|
199
|
+
/**
|
|
200
|
+
* Selected payment method on the active transaction (canonical)
|
|
201
|
+
* @type {string}
|
|
202
|
+
* @memberof SubscriptionDto
|
|
203
|
+
*/
|
|
204
|
+
selectedPaymentMethod: SubscriptionDtoSelectedPaymentMethodEnum | null;
|
|
205
|
+
/**
|
|
206
|
+
* Subscribed domain.
|
|
207
207
|
* @type {SubscriptionDomainDto}
|
|
208
208
|
* @memberof SubscriptionDto
|
|
209
209
|
*/
|
|
210
210
|
domain: SubscriptionDomainDto;
|
|
211
211
|
/**
|
|
212
|
-
*
|
|
212
|
+
* Subscription type.
|
|
213
213
|
* @type {string}
|
|
214
214
|
* @memberof SubscriptionDto
|
|
215
215
|
*/
|
|
216
216
|
type: SubscriptionDtoTypeEnum;
|
|
217
217
|
/**
|
|
218
|
-
*
|
|
218
|
+
* Total number of installments (lease-to-own).
|
|
219
219
|
* @type {number}
|
|
220
220
|
* @memberof SubscriptionDto
|
|
221
221
|
*/
|
|
222
222
|
installments: number | null;
|
|
223
223
|
/**
|
|
224
|
-
*
|
|
224
|
+
* Current installment number (1-based).
|
|
225
225
|
* @type {number}
|
|
226
226
|
* @memberof SubscriptionDto
|
|
227
227
|
*/
|
|
228
228
|
currentInstallment: number;
|
|
229
229
|
/**
|
|
230
|
-
*
|
|
230
|
+
* Expected total installments for lease-to-own.
|
|
231
231
|
* @type {number}
|
|
232
232
|
* @memberof SubscriptionDto
|
|
233
233
|
*/
|
|
234
234
|
expectedInstallmentsNumber: number | null;
|
|
235
235
|
/**
|
|
236
|
-
*
|
|
236
|
+
* Billing periodicity.
|
|
237
237
|
* @type {SubscriptionBillingPeriodicityDto}
|
|
238
238
|
* @memberof SubscriptionDto
|
|
239
239
|
*/
|
|
240
240
|
billingPeriodicity: SubscriptionBillingPeriodicityDto;
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
* Whether the subscription has an associated lead.
|
|
243
243
|
* @type {boolean}
|
|
244
244
|
* @memberof SubscriptionDto
|
|
245
245
|
*/
|
|
246
246
|
hasLead: boolean;
|
|
247
247
|
/**
|
|
248
|
-
*
|
|
248
|
+
* Lead status, if a lead exists.
|
|
249
249
|
* @type {string}
|
|
250
250
|
* @memberof SubscriptionDto
|
|
251
251
|
*/
|
|
252
252
|
leadStatus: SubscriptionDtoLeadStatusEnum | null;
|
|
253
253
|
/**
|
|
254
|
-
*
|
|
254
|
+
* Lease-to-own configuration, if applicable.
|
|
255
255
|
* @type {SubscriptionLeaseToOwnConfigurationDto}
|
|
256
256
|
* @memberof SubscriptionDto
|
|
257
257
|
*/
|
|
258
258
|
leaseToOwn: SubscriptionLeaseToOwnConfigurationDto | null;
|
|
259
259
|
/**
|
|
260
|
-
*
|
|
260
|
+
* Whether the buyer invoice can be issued as proforma.
|
|
261
261
|
* @type {boolean}
|
|
262
262
|
* @memberof SubscriptionDto
|
|
263
263
|
*/
|
|
@@ -391,10 +391,6 @@ export function instanceOfSubscriptionDto(value: object): value is SubscriptionD
|
|
|
391
391
|
if (!('invoiceId' in value) || value['invoiceId'] === undefined) return false;
|
|
392
392
|
if (!('invoiceStatus' in value) || value['invoiceStatus'] === undefined) return false;
|
|
393
393
|
if (!('status' in value) || value['status'] === undefined) return false;
|
|
394
|
-
if (!('selfDeclaredTaxCountry' in value) || value['selfDeclaredTaxCountry'] === undefined) return false;
|
|
395
|
-
if (!('decidedCountry' in value) || value['decidedCountry'] === undefined) return false;
|
|
396
|
-
if (!('availablePaymentMethods' in value) || value['availablePaymentMethods'] === undefined) return false;
|
|
397
|
-
if (!('selectedPaymentMethod' in value) || value['selectedPaymentMethod'] === undefined) return false;
|
|
398
394
|
if (!('basePrice' in value) || value['basePrice'] === undefined) return false;
|
|
399
395
|
if (!('recurringPrice' in value) || value['recurringPrice'] === undefined) return false;
|
|
400
396
|
if (!('totalPrice' in value) || value['totalPrice'] === undefined) return false;
|
|
@@ -406,8 +402,12 @@ export function instanceOfSubscriptionDto(value: object): value is SubscriptionD
|
|
|
406
402
|
if (!('address' in value) || value['address'] === undefined) return false;
|
|
407
403
|
if (!('locale' in value) || value['locale'] === undefined) return false;
|
|
408
404
|
if (!('companyInfo' in value) || value['companyInfo'] === undefined) return false;
|
|
405
|
+
if (!('selfDeclaredTaxCountry' in value) || value['selfDeclaredTaxCountry'] === undefined) return false;
|
|
406
|
+
if (!('decidedCountry' in value) || value['decidedCountry'] === undefined) return false;
|
|
409
407
|
if (!('transaction' in value) || value['transaction'] === undefined) return false;
|
|
410
408
|
if (!('hasPendingTransaction' in value) || value['hasPendingTransaction'] === undefined) return false;
|
|
409
|
+
if (!('availablePaymentMethods' in value) || value['availablePaymentMethods'] === undefined) return false;
|
|
410
|
+
if (!('selectedPaymentMethod' in value) || value['selectedPaymentMethod'] === undefined) return false;
|
|
411
411
|
if (!('domain' in value) || value['domain'] === undefined) return false;
|
|
412
412
|
if (!('type' in value) || value['type'] === undefined) return false;
|
|
413
413
|
if (!('installments' in value) || value['installments'] === undefined) return false;
|
|
@@ -435,10 +435,6 @@ export function SubscriptionDtoFromJSONTyped(json: any, ignoreDiscriminator: boo
|
|
|
435
435
|
'invoiceId': json['invoiceId'],
|
|
436
436
|
'invoiceStatus': json['invoiceStatus'],
|
|
437
437
|
'status': json['status'],
|
|
438
|
-
'selfDeclaredTaxCountry': json['selfDeclaredTaxCountry'],
|
|
439
|
-
'decidedCountry': json['decidedCountry'],
|
|
440
|
-
'availablePaymentMethods': json['availablePaymentMethods'],
|
|
441
|
-
'selectedPaymentMethod': json['selectedPaymentMethod'],
|
|
442
438
|
'basePrice': MoneyDtoFromJSON(json['basePrice']),
|
|
443
439
|
'recurringPrice': MoneyDtoFromJSON(json['recurringPrice']),
|
|
444
440
|
'totalPrice': MoneyDtoFromJSON(json['totalPrice']),
|
|
@@ -450,8 +446,12 @@ export function SubscriptionDtoFromJSONTyped(json: any, ignoreDiscriminator: boo
|
|
|
450
446
|
'address': AddressDtoFromJSON(json['address']),
|
|
451
447
|
'locale': json['locale'],
|
|
452
448
|
'companyInfo': SubscriptionCompanyInfoDtoFromJSON(json['companyInfo']),
|
|
449
|
+
'selfDeclaredTaxCountry': json['selfDeclaredTaxCountry'],
|
|
450
|
+
'decidedCountry': json['decidedCountry'],
|
|
453
451
|
'transaction': InvoiceTransactionDtoFromJSON(json['transaction']),
|
|
454
452
|
'hasPendingTransaction': json['hasPendingTransaction'],
|
|
453
|
+
'availablePaymentMethods': json['availablePaymentMethods'],
|
|
454
|
+
'selectedPaymentMethod': json['selectedPaymentMethod'],
|
|
455
455
|
'domain': SubscriptionDomainDtoFromJSON(json['domain']),
|
|
456
456
|
'type': json['type'],
|
|
457
457
|
'installments': json['installments'],
|
|
@@ -480,10 +480,6 @@ export function SubscriptionDtoToJSONTyped(value?: SubscriptionDto | null, ignor
|
|
|
480
480
|
'invoiceId': value['invoiceId'],
|
|
481
481
|
'invoiceStatus': value['invoiceStatus'],
|
|
482
482
|
'status': value['status'],
|
|
483
|
-
'selfDeclaredTaxCountry': value['selfDeclaredTaxCountry'],
|
|
484
|
-
'decidedCountry': value['decidedCountry'],
|
|
485
|
-
'availablePaymentMethods': value['availablePaymentMethods'],
|
|
486
|
-
'selectedPaymentMethod': value['selectedPaymentMethod'],
|
|
487
483
|
'basePrice': MoneyDtoToJSON(value['basePrice']),
|
|
488
484
|
'recurringPrice': MoneyDtoToJSON(value['recurringPrice']),
|
|
489
485
|
'totalPrice': MoneyDtoToJSON(value['totalPrice']),
|
|
@@ -495,8 +491,12 @@ export function SubscriptionDtoToJSONTyped(value?: SubscriptionDto | null, ignor
|
|
|
495
491
|
'address': AddressDtoToJSON(value['address']),
|
|
496
492
|
'locale': value['locale'],
|
|
497
493
|
'companyInfo': SubscriptionCompanyInfoDtoToJSON(value['companyInfo']),
|
|
494
|
+
'selfDeclaredTaxCountry': value['selfDeclaredTaxCountry'],
|
|
495
|
+
'decidedCountry': value['decidedCountry'],
|
|
498
496
|
'transaction': InvoiceTransactionDtoToJSON(value['transaction']),
|
|
499
497
|
'hasPendingTransaction': value['hasPendingTransaction'],
|
|
498
|
+
'availablePaymentMethods': value['availablePaymentMethods'],
|
|
499
|
+
'selectedPaymentMethod': value['selectedPaymentMethod'],
|
|
500
500
|
'domain': SubscriptionDomainDtoToJSON(value['domain']),
|
|
501
501
|
'type': value['type'],
|
|
502
502
|
'installments': value['installments'],
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Nameshift
|
|
5
|
-
* Nameshift API
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0
|
|
8
8
|
*
|
|
@@ -28,25 +28,25 @@ import {
|
|
|
28
28
|
*/
|
|
29
29
|
export interface SubscriptionLeaseToOwnConfigurationDto {
|
|
30
30
|
/**
|
|
31
|
-
* Minimum months option
|
|
31
|
+
* Minimum months option.
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof SubscriptionLeaseToOwnConfigurationDto
|
|
34
34
|
*/
|
|
35
35
|
minMonths: number;
|
|
36
36
|
/**
|
|
37
|
-
* Maximum months option
|
|
37
|
+
* Maximum months option.
|
|
38
38
|
* @type {number}
|
|
39
39
|
* @memberof SubscriptionLeaseToOwnConfigurationDto
|
|
40
40
|
*/
|
|
41
41
|
maxMonths: number;
|
|
42
42
|
/**
|
|
43
|
-
* Total lease
|
|
43
|
+
* Total lease-to-own subscription base price.
|
|
44
44
|
* @type {MoneyDto}
|
|
45
45
|
* @memberof SubscriptionLeaseToOwnConfigurationDto
|
|
46
46
|
*/
|
|
47
47
|
basePrice: MoneyDto;
|
|
48
48
|
/**
|
|
49
|
-
* Total lease
|
|
49
|
+
* Total lease-to-own recurring price.
|
|
50
50
|
* @type {MoneyDto}
|
|
51
51
|
* @memberof SubscriptionLeaseToOwnConfigurationDto
|
|
52
52
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Nameshift
|
|
5
|
-
* Nameshift API
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0
|
|
8
8
|
*
|
|
@@ -20,13 +20,13 @@ import { mapValues } from '../runtime';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface SubscriptionListItemBillingPeriodicityDto {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Billing period amount.
|
|
24
24
|
* @type {number}
|
|
25
25
|
* @memberof SubscriptionListItemBillingPeriodicityDto
|
|
26
26
|
*/
|
|
27
27
|
amount: number;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Billing period unit.
|
|
30
30
|
* @type {string}
|
|
31
31
|
* @memberof SubscriptionListItemBillingPeriodicityDto
|
|
32
32
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Nameshift
|
|
5
|
-
* Nameshift API
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0
|
|
8
8
|
*
|
|
@@ -70,151 +70,151 @@ import {
|
|
|
70
70
|
*/
|
|
71
71
|
export interface SubscriptionListItemDto {
|
|
72
72
|
/**
|
|
73
|
-
* The subscription ID
|
|
74
|
-
* @type {
|
|
73
|
+
* The subscription ID.
|
|
74
|
+
* @type {string}
|
|
75
75
|
* @memberof SubscriptionListItemDto
|
|
76
76
|
*/
|
|
77
|
-
id:
|
|
77
|
+
id: string;
|
|
78
78
|
/**
|
|
79
|
-
* The subscription status
|
|
79
|
+
* The subscription status.
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof SubscriptionListItemDto
|
|
82
82
|
*/
|
|
83
83
|
status: SubscriptionListItemDtoStatusEnum;
|
|
84
84
|
/**
|
|
85
|
-
* The subscription type
|
|
85
|
+
* The subscription type.
|
|
86
86
|
* @type {string}
|
|
87
87
|
* @memberof SubscriptionListItemDto
|
|
88
88
|
*/
|
|
89
89
|
type: SubscriptionListItemDtoTypeEnum;
|
|
90
90
|
/**
|
|
91
|
-
* The subscription start date
|
|
91
|
+
* The subscription start date.
|
|
92
92
|
* @type {Date}
|
|
93
93
|
* @memberof SubscriptionListItemDto
|
|
94
94
|
*/
|
|
95
95
|
startedAt: Date | null;
|
|
96
96
|
/**
|
|
97
|
-
* The subscription creation date
|
|
97
|
+
* The subscription creation date.
|
|
98
98
|
* @type {Date}
|
|
99
99
|
* @memberof SubscriptionListItemDto
|
|
100
100
|
*/
|
|
101
101
|
createdAt: Date;
|
|
102
102
|
/**
|
|
103
|
-
* The subscription schedule cancellation date
|
|
103
|
+
* The subscription schedule cancellation date.
|
|
104
104
|
* @type {Date}
|
|
105
105
|
* @memberof SubscriptionListItemDto
|
|
106
106
|
*/
|
|
107
107
|
scheduledCancellationAt: Date | null;
|
|
108
108
|
/**
|
|
109
|
-
* The subscription schedule cancellation reason
|
|
109
|
+
* The subscription schedule cancellation reason.
|
|
110
110
|
* @type {string}
|
|
111
111
|
* @memberof SubscriptionListItemDto
|
|
112
112
|
*/
|
|
113
113
|
scheduledCancellationReason: SubscriptionListItemDtoScheduledCancellationReasonEnum | null;
|
|
114
114
|
/**
|
|
115
|
-
* The subscription domain information
|
|
115
|
+
* The subscription domain information.
|
|
116
116
|
* @type {SubscriptionListItemDtoDomainInformation}
|
|
117
117
|
* @memberof SubscriptionListItemDto
|
|
118
118
|
*/
|
|
119
119
|
domain: SubscriptionListItemDtoDomainInformation;
|
|
120
120
|
/**
|
|
121
|
-
* The subscription seller information
|
|
121
|
+
* The subscription seller information.
|
|
122
122
|
* @type {SubscriptionListItemDtoSellerAccount}
|
|
123
123
|
* @memberof SubscriptionListItemDto
|
|
124
124
|
*/
|
|
125
125
|
sellerAccount: SubscriptionListItemDtoSellerAccount;
|
|
126
126
|
/**
|
|
127
|
-
* The subscription buyer information
|
|
127
|
+
* The subscription buyer information.
|
|
128
128
|
* @type {SubscriptionListItemDtoBuyerInformation}
|
|
129
129
|
* @memberof SubscriptionListItemDto
|
|
130
130
|
*/
|
|
131
131
|
buyerInformation: SubscriptionListItemDtoBuyerInformation;
|
|
132
132
|
/**
|
|
133
|
-
* The subscription base price
|
|
133
|
+
* The subscription base price.
|
|
134
134
|
* @type {MoneyDto}
|
|
135
135
|
* @memberof SubscriptionListItemDto
|
|
136
136
|
*/
|
|
137
137
|
basePrice: MoneyDto;
|
|
138
138
|
/**
|
|
139
|
-
* The subscription recurring price
|
|
139
|
+
* The subscription buyer recurring price.
|
|
140
140
|
* @type {MoneyDto}
|
|
141
141
|
* @memberof SubscriptionListItemDto
|
|
142
142
|
*/
|
|
143
143
|
buyerRecurringPrice: MoneyDto;
|
|
144
144
|
/**
|
|
145
|
-
* The subscription seller recurring price
|
|
145
|
+
* The subscription seller recurring price.
|
|
146
146
|
* @type {MoneyDto}
|
|
147
147
|
* @memberof SubscriptionListItemDto
|
|
148
148
|
*/
|
|
149
149
|
sellerRecurringPrice: MoneyDto;
|
|
150
150
|
/**
|
|
151
|
-
* The subscription installments number
|
|
151
|
+
* The subscription installments number.
|
|
152
152
|
* @type {number}
|
|
153
153
|
* @memberof SubscriptionListItemDto
|
|
154
154
|
*/
|
|
155
155
|
installments: number | null;
|
|
156
156
|
/**
|
|
157
|
-
* The subscription paid installments number
|
|
157
|
+
* The subscription paid buyer installments number.
|
|
158
158
|
* @type {number}
|
|
159
159
|
* @memberof SubscriptionListItemDto
|
|
160
160
|
*/
|
|
161
161
|
paidBuyerInstallmentsNumber: number;
|
|
162
162
|
/**
|
|
163
|
-
* The subscription paid seller installments number
|
|
163
|
+
* The subscription paid seller installments number.
|
|
164
164
|
* @type {number}
|
|
165
165
|
* @memberof SubscriptionListItemDto
|
|
166
166
|
*/
|
|
167
167
|
paidSellerInstallmentsNumber: number;
|
|
168
168
|
/**
|
|
169
|
-
* The subscription renew date
|
|
169
|
+
* The subscription renew date.
|
|
170
170
|
* @type {Date}
|
|
171
171
|
* @memberof SubscriptionListItemDto
|
|
172
172
|
*/
|
|
173
173
|
renewAt: Date;
|
|
174
174
|
/**
|
|
175
|
-
* The subscription renew retry date
|
|
175
|
+
* The subscription renew retry date.
|
|
176
176
|
* @type {Date}
|
|
177
177
|
* @memberof SubscriptionListItemDto
|
|
178
178
|
*/
|
|
179
179
|
renewRetryAt: Date;
|
|
180
180
|
/**
|
|
181
|
-
* The subscription renew status
|
|
181
|
+
* The subscription renew status.
|
|
182
182
|
* @type {string}
|
|
183
183
|
* @memberof SubscriptionListItemDto
|
|
184
184
|
*/
|
|
185
185
|
renewStatus: SubscriptionListItemDtoRenewStatusEnum | null;
|
|
186
186
|
/**
|
|
187
|
-
* The subscription renew status reason
|
|
187
|
+
* The subscription renew status reason.
|
|
188
188
|
* @type {string}
|
|
189
189
|
* @memberof SubscriptionListItemDto
|
|
190
190
|
*/
|
|
191
191
|
renewStatusReason: SubscriptionListItemDtoRenewStatusReasonEnum | null;
|
|
192
192
|
/**
|
|
193
|
-
* The number of failed renew intents
|
|
193
|
+
* The number of failed renew intents.
|
|
194
194
|
* @type {number}
|
|
195
195
|
* @memberof SubscriptionListItemDto
|
|
196
196
|
*/
|
|
197
197
|
failedRenewIntents: number;
|
|
198
198
|
/**
|
|
199
|
-
* The subscription recurring markup percentage
|
|
199
|
+
* The subscription recurring markup percentage.
|
|
200
200
|
* @type {number}
|
|
201
201
|
* @memberof SubscriptionListItemDto
|
|
202
202
|
*/
|
|
203
203
|
recurringMarkupPercentage: number;
|
|
204
204
|
/**
|
|
205
|
-
* The subscription recurring markup price
|
|
205
|
+
* The subscription recurring markup price.
|
|
206
206
|
* @type {MoneyDto}
|
|
207
207
|
* @memberof SubscriptionListItemDto
|
|
208
208
|
*/
|
|
209
209
|
recurringMarkupPrice: MoneyDto;
|
|
210
210
|
/**
|
|
211
|
-
* The subscription billing periodicity
|
|
211
|
+
* The subscription billing periodicity.
|
|
212
212
|
* @type {SubscriptionListItemBillingPeriodicityDto}
|
|
213
213
|
* @memberof SubscriptionListItemDto
|
|
214
214
|
*/
|
|
215
215
|
billingPeriodicity: SubscriptionListItemBillingPeriodicityDto;
|
|
216
216
|
/**
|
|
217
|
-
* The subscription seller lease
|
|
217
|
+
* The subscription seller lease-to-own kickback percentage.
|
|
218
218
|
* @type {number}
|
|
219
219
|
* @memberof SubscriptionListItemDto
|
|
220
220
|
*/
|
|
@@ -227,10 +227,10 @@ export interface SubscriptionListItemDto {
|
|
|
227
227
|
isLeadImported: boolean;
|
|
228
228
|
/**
|
|
229
229
|
* The subscription lead ID.
|
|
230
|
-
* @type {
|
|
230
|
+
* @type {string}
|
|
231
231
|
* @memberof SubscriptionListItemDto
|
|
232
232
|
*/
|
|
233
|
-
leadId:
|
|
233
|
+
leadId: string | null;
|
|
234
234
|
/**
|
|
235
235
|
* The selected invoice transaction data (paid one or latest fallback).
|
|
236
236
|
* @type {SubscriptionListItemDtoTransaction}
|
|
@@ -238,41 +238,41 @@ export interface SubscriptionListItemDto {
|
|
|
238
238
|
*/
|
|
239
239
|
transaction: SubscriptionListItemDtoTransaction | null;
|
|
240
240
|
/**
|
|
241
|
-
*
|
|
241
|
+
* Last rent indexation details.
|
|
242
242
|
* @type {RentIndexationDto}
|
|
243
243
|
* @memberof SubscriptionListItemDto
|
|
244
244
|
*/
|
|
245
245
|
lastRentIndexation: RentIndexationDto | null;
|
|
246
246
|
/**
|
|
247
|
-
*
|
|
247
|
+
* Next eligible rent indexation date.
|
|
248
248
|
* @type {Date}
|
|
249
249
|
* @memberof SubscriptionListItemDto
|
|
250
250
|
*/
|
|
251
251
|
nextEligibleRentIndexationDate: Date | null;
|
|
252
252
|
/**
|
|
253
|
-
*
|
|
253
|
+
* Rent indexation status.
|
|
254
254
|
* @type {string}
|
|
255
255
|
* @memberof SubscriptionListItemDto
|
|
256
256
|
*/
|
|
257
|
-
rentIndexationStatus: SubscriptionListItemDtoRentIndexationStatusEnum;
|
|
257
|
+
rentIndexationStatus: SubscriptionListItemDtoRentIndexationStatusEnum | null;
|
|
258
258
|
/**
|
|
259
|
-
*
|
|
259
|
+
* Rent indexation skip reason.
|
|
260
260
|
* @type {string}
|
|
261
261
|
* @memberof SubscriptionListItemDto
|
|
262
262
|
*/
|
|
263
|
-
rentIndexationSkipReason: SubscriptionListItemDtoRentIndexationSkipReasonEnum;
|
|
263
|
+
rentIndexationSkipReason: SubscriptionListItemDtoRentIndexationSkipReasonEnum | null;
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* Rent indexation advance notification date.
|
|
266
266
|
* @type {Date}
|
|
267
267
|
* @memberof SubscriptionListItemDto
|
|
268
268
|
*/
|
|
269
|
-
rentIndexationAdvanceNotifiedAt: Date;
|
|
269
|
+
rentIndexationAdvanceNotifiedAt: Date | null;
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* Inflation year for which advance notification was sent.
|
|
272
272
|
* @type {number}
|
|
273
273
|
* @memberof SubscriptionListItemDto
|
|
274
274
|
*/
|
|
275
|
-
rentIndexationAdvanceNotifiedForYear: number;
|
|
275
|
+
rentIndexationAdvanceNotifiedForYear: number | null;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
|
|
@@ -440,7 +440,7 @@ export function SubscriptionListItemDtoFromJSONTyped(json: any, ignoreDiscrimina
|
|
|
440
440
|
'nextEligibleRentIndexationDate': (json['nextEligibleRentIndexationDate'] == null ? null : new Date(json['nextEligibleRentIndexationDate'])),
|
|
441
441
|
'rentIndexationStatus': json['rentIndexationStatus'],
|
|
442
442
|
'rentIndexationSkipReason': json['rentIndexationSkipReason'],
|
|
443
|
-
'rentIndexationAdvanceNotifiedAt': (new Date(json['rentIndexationAdvanceNotifiedAt'])),
|
|
443
|
+
'rentIndexationAdvanceNotifiedAt': (json['rentIndexationAdvanceNotifiedAt'] == null ? null : new Date(json['rentIndexationAdvanceNotifiedAt'])),
|
|
444
444
|
'rentIndexationAdvanceNotifiedForYear': json['rentIndexationAdvanceNotifiedForYear'],
|
|
445
445
|
};
|
|
446
446
|
}
|
|
@@ -488,7 +488,7 @@ export function SubscriptionListItemDtoToJSONTyped(value?: SubscriptionListItemD
|
|
|
488
488
|
'nextEligibleRentIndexationDate': (value['nextEligibleRentIndexationDate'] == null ? null : (value['nextEligibleRentIndexationDate'] as any).toISOString()),
|
|
489
489
|
'rentIndexationStatus': value['rentIndexationStatus'],
|
|
490
490
|
'rentIndexationSkipReason': value['rentIndexationSkipReason'],
|
|
491
|
-
'rentIndexationAdvanceNotifiedAt': ((value['rentIndexationAdvanceNotifiedAt']).toISOString()),
|
|
491
|
+
'rentIndexationAdvanceNotifiedAt': (value['rentIndexationAdvanceNotifiedAt'] == null ? null : (value['rentIndexationAdvanceNotifiedAt'] as any).toISOString()),
|
|
492
492
|
'rentIndexationAdvanceNotifiedForYear': value['rentIndexationAdvanceNotifiedForYear'],
|
|
493
493
|
};
|
|
494
494
|
}
|