@randock/nameshift-api-client 0.0.436 → 0.0.437

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.
Files changed (1548) hide show
  1. package/.openapi-generator/FILES +2 -1
  2. package/README.md +3 -3
  3. package/dist/apis/AccountsApi.d.ts +73 -35
  4. package/dist/apis/AccountsApi.js +71 -33
  5. package/dist/apis/AccountsPublicApi.d.ts +9 -5
  6. package/dist/apis/AccountsPublicApi.js +9 -5
  7. package/dist/apis/AddressPublicApi.d.ts +3 -1
  8. package/dist/apis/AddressPublicApi.js +3 -1
  9. package/dist/apis/AdminApi.d.ts +294 -132
  10. package/dist/apis/AdminApi.js +310 -126
  11. package/dist/apis/AuctionsApi.d.ts +14 -6
  12. package/dist/apis/AuctionsApi.js +15 -5
  13. package/dist/apis/AuctionsPublicApi.d.ts +12 -8
  14. package/dist/apis/AuctionsPublicApi.js +12 -8
  15. package/dist/apis/BankAccountsApi.d.ts +21 -11
  16. package/dist/apis/BankAccountsApi.js +21 -11
  17. package/dist/apis/BuyersApi.d.ts +207 -99
  18. package/dist/apis/BuyersApi.js +205 -93
  19. package/dist/apis/BuyersPublicApi.d.ts +17 -9
  20. package/dist/apis/BuyersPublicApi.js +17 -9
  21. package/dist/apis/ChallengesApi.d.ts +13 -7
  22. package/dist/apis/ChallengesApi.js +13 -7
  23. package/dist/apis/DomainTransfersApi.d.ts +5 -3
  24. package/dist/apis/DomainTransfersApi.js +5 -3
  25. package/dist/apis/DomainsApi.d.ts +104 -48
  26. package/dist/apis/DomainsApi.js +116 -48
  27. package/dist/apis/DomainsPublicApi.d.ts +26 -16
  28. package/dist/apis/DomainsPublicApi.js +27 -19
  29. package/dist/apis/EppApi.d.ts +5 -3
  30. package/dist/apis/EppApi.js +5 -3
  31. package/dist/apis/InvoicesApi.d.ts +19 -8
  32. package/dist/apis/InvoicesApi.js +22 -7
  33. package/dist/apis/LeadsApi.d.ts +87 -41
  34. package/dist/apis/LeadsApi.js +89 -39
  35. package/dist/apis/LeadsPublicApi.d.ts +25 -13
  36. package/dist/apis/LeadsPublicApi.js +25 -13
  37. package/dist/apis/MandrillPublicApi.d.ts +11 -5
  38. package/dist/apis/MandrillPublicApi.js +14 -6
  39. package/dist/apis/MarketingApi.d.ts +14 -6
  40. package/dist/apis/MarketingApi.js +15 -5
  41. package/dist/apis/MolliePublicApi.d.ts +1 -1
  42. package/dist/apis/MolliePublicApi.js +1 -1
  43. package/dist/apis/NickyPublicApi.d.ts +11 -5
  44. package/dist/apis/NickyPublicApi.js +14 -6
  45. package/dist/apis/NotificationsApi.d.ts +18 -10
  46. package/dist/apis/NotificationsApi.js +19 -9
  47. package/dist/apis/OrdersPublicApi.d.ts +17 -9
  48. package/dist/apis/OrdersPublicApi.js +17 -9
  49. package/dist/apis/PartnerApi.d.ts +13 -7
  50. package/dist/apis/PartnerApi.js +13 -7
  51. package/dist/apis/SalesPublicApi.d.ts +3 -1
  52. package/dist/apis/SalesPublicApi.js +3 -1
  53. package/dist/apis/StatsApi.d.ts +29 -15
  54. package/dist/apis/StatsApi.js +29 -15
  55. package/dist/apis/StripePublicApi.d.ts +9 -5
  56. package/dist/apis/StripePublicApi.js +9 -5
  57. package/dist/apis/SubscriptionsApi.d.ts +10 -4
  58. package/dist/apis/SubscriptionsApi.js +11 -3
  59. package/dist/apis/SubscriptionsPublicApi.d.ts +13 -7
  60. package/dist/apis/SubscriptionsPublicApi.js +13 -7
  61. package/dist/apis/TasksApi.d.ts +18 -8
  62. package/dist/apis/TasksApi.js +19 -7
  63. package/dist/apis/TaxPublicApi.d.ts +3 -1
  64. package/dist/apis/TaxPublicApi.js +3 -1
  65. package/dist/apis/UsersApi.d.ts +21 -11
  66. package/dist/apis/UsersApi.js +21 -11
  67. package/dist/apis/UsersPublicApi.d.ts +17 -9
  68. package/dist/apis/UsersPublicApi.js +17 -9
  69. package/dist/models/AccountAliasDto.d.ts +3 -3
  70. package/dist/models/AccountAliasDto.js +1 -1
  71. package/dist/models/AccountAliasInput.d.ts +2 -2
  72. package/dist/models/AccountAliasInput.js +1 -1
  73. package/dist/models/AccountBankAccountDto.d.ts +5 -5
  74. package/dist/models/AccountBankAccountDto.js +1 -1
  75. package/dist/models/AccountBankAccountDtoDetails.d.ts +2 -2
  76. package/dist/models/AccountBankAccountDtoDetails.js +1 -1
  77. package/dist/models/AccountChallengeRewardUsageListItemDto.d.ts +1 -1
  78. package/dist/models/AccountChallengeRewardUsageListItemDto.js +1 -1
  79. package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.d.ts +1 -1
  80. package/dist/models/AccountChallengeRewardUsageListItemDtoMetadata.js +1 -1
  81. package/dist/models/AccountCommissionByDateRangeDto.d.ts +4 -4
  82. package/dist/models/AccountCommissionByDateRangeDto.js +1 -1
  83. package/dist/models/AccountCountryStatsDto.d.ts +1 -1
  84. package/dist/models/AccountCountryStatsDto.js +1 -1
  85. package/dist/models/AccountDto.d.ts +16 -16
  86. package/dist/models/AccountDto.js +5 -5
  87. package/dist/models/AccountMetricsDto.d.ts +8 -8
  88. package/dist/models/AccountMetricsDto.js +1 -1
  89. package/dist/models/AccountNameshiftCommissionBySubtypeDto.d.ts +4 -4
  90. package/dist/models/AccountNameshiftCommissionBySubtypeDto.js +1 -1
  91. package/dist/models/AccountNameshiftCommissionBySubtypePercentagesDto.d.ts +1 -1
  92. package/dist/models/AccountNameshiftCommissionBySubtypePercentagesDto.js +1 -1
  93. package/dist/models/AccountNameshiftCommissionByTypeDto.d.ts +2 -2
  94. package/dist/models/AccountNameshiftCommissionByTypeDto.js +1 -1
  95. package/dist/models/AccountNameshiftCommissionItemDto.d.ts +1 -1
  96. package/dist/models/AccountNameshiftCommissionItemDto.js +1 -1
  97. package/dist/models/AccountNameshiftCommissionReasonDto.d.ts +12 -12
  98. package/dist/models/AccountNameshiftCommissionReasonDto.js +1 -1
  99. package/dist/models/AccountNameshiftCommissionSubtypeCurrentDto.d.ts +1 -1
  100. package/dist/models/AccountNameshiftCommissionSubtypeCurrentDto.js +1 -1
  101. package/dist/models/AccountNotificationDto.d.ts +5 -5
  102. package/dist/models/AccountNotificationDto.js +1 -1
  103. package/dist/models/AccountNotificationReadStatusDto.d.ts +6 -6
  104. package/dist/models/AccountNotificationReadStatusDto.js +1 -1
  105. package/dist/models/AccountOnboardingDto.d.ts +5 -5
  106. package/dist/models/AccountOnboardingDto.js +1 -1
  107. package/dist/models/AccountOnboardingSessionDto.d.ts +1 -1
  108. package/dist/models/AccountOnboardingSessionDto.js +1 -1
  109. package/dist/models/AccountPaymentDto.d.ts +16 -16
  110. package/dist/models/AccountPaymentDto.js +5 -5
  111. package/dist/models/AccountPaymentMethodDto.d.ts +10 -10
  112. package/dist/models/AccountPaymentMethodDto.js +1 -1
  113. package/dist/models/AccountPaymentMethodProfileDto.d.ts +7 -7
  114. package/dist/models/AccountPaymentMethodProfileDto.js +1 -1
  115. package/dist/models/AccountPayoutDto.d.ts +3 -3
  116. package/dist/models/AccountPayoutDto.js +1 -1
  117. package/dist/models/AccountSettingsAffiliateCommissionDto.d.ts +6 -6
  118. package/dist/models/AccountSettingsAffiliateCommissionDto.js +1 -1
  119. package/dist/models/AccountSettingsAffiliateCommissionReferralDuration.d.ts +3 -3
  120. package/dist/models/AccountSettingsAffiliateCommissionReferralDuration.js +1 -1
  121. package/dist/models/AccountSettingsAffiliateDto.d.ts +7 -7
  122. package/dist/models/AccountSettingsAffiliateDto.js +1 -1
  123. package/dist/models/AccountSettingsAliasDto.d.ts +3 -3
  124. package/dist/models/AccountSettingsAliasDto.js +1 -1
  125. package/dist/models/AccountSettingsDto.d.ts +14 -14
  126. package/dist/models/AccountSettingsDto.js +1 -1
  127. package/dist/models/AccountSettingsInput.d.ts +15 -15
  128. package/dist/models/AccountSettingsInput.js +1 -1
  129. package/dist/models/AccountSettingsLeaseToOwnConfigurationDto.d.ts +10 -10
  130. package/dist/models/AccountSettingsLeaseToOwnConfigurationDto.js +5 -5
  131. package/dist/models/AccountSettingsRentConfigurationDto.d.ts +2 -2
  132. package/dist/models/AccountSettingsRentConfigurationDto.js +1 -1
  133. package/dist/models/AccountSettingsSidnDto.d.ts +2 -2
  134. package/dist/models/AccountSettingsSidnDto.js +1 -1
  135. package/dist/models/AccountsStatsDto.d.ts +1 -1
  136. package/dist/models/AccountsStatsDto.js +1 -1
  137. package/dist/models/AddSubscriptionDomainRecordInput.d.ts +1 -1
  138. package/dist/models/AddSubscriptionDomainRecordInput.js +1 -1
  139. package/dist/models/AddressDto.d.ts +8 -8
  140. package/dist/models/AddressDto.js +1 -1
  141. package/dist/models/AdminAccountCommissionByDateRangeInput.d.ts +4 -4
  142. package/dist/models/AdminAccountCommissionByDateRangeInput.js +1 -1
  143. package/dist/models/AdminAccountLoginDto.d.ts +2 -2
  144. package/dist/models/AdminAccountLoginDto.js +1 -1
  145. package/dist/models/AdminAccountSettingsAffiliateCommissionInput.d.ts +6 -6
  146. package/dist/models/AdminAccountSettingsAffiliateCommissionInput.js +1 -1
  147. package/dist/models/AdminAccountSettingsAffiliateInput.d.ts +7 -7
  148. package/dist/models/AdminAccountSettingsAffiliateInput.js +1 -1
  149. package/dist/models/AdminAccountSettingsAffiliateReferralDurationInput.d.ts +3 -3
  150. package/dist/models/AdminAccountSettingsAffiliateReferralDurationInput.js +1 -1
  151. package/dist/models/AdminAccountSettingsInput.d.ts +10 -10
  152. package/dist/models/AdminAccountSettingsInput.js +1 -1
  153. package/dist/models/AdminAuctionCommissionByDateRangeInput.d.ts +4 -4
  154. package/dist/models/AdminAuctionCommissionByDateRangeInput.js +1 -1
  155. package/dist/models/AdminAuctionConfigurationInput.d.ts +6 -6
  156. package/dist/models/AdminAuctionConfigurationInput.js +1 -1
  157. package/dist/models/AdminBankAccountDto.d.ts +4 -4
  158. package/dist/models/AdminBankAccountDto.js +1 -1
  159. package/dist/models/AdminBuyerLoginDto.d.ts +2 -2
  160. package/dist/models/AdminBuyerLoginDto.js +1 -1
  161. package/dist/models/AdminChallengeListDto.d.ts +2 -2
  162. package/dist/models/AdminChallengeListDto.js +1 -1
  163. package/dist/models/AdminChallengeListItemDto.d.ts +1 -1
  164. package/dist/models/AdminChallengeListItemDto.js +1 -1
  165. package/dist/models/AdminCompanyStatsDto.d.ts +2 -2
  166. package/dist/models/AdminCompanyStatsDto.js +1 -1
  167. package/dist/models/AdminCompanyStatsLedger.d.ts +8 -8
  168. package/dist/models/AdminCompanyStatsLedger.js +1 -1
  169. package/dist/models/AdminDashboardStatsDto.d.ts +1 -1
  170. package/dist/models/AdminDashboardStatsDto.js +1 -1
  171. package/dist/models/AdminDomainListItemDto.d.ts +52 -53
  172. package/dist/models/AdminDomainListItemDto.js +17 -17
  173. package/dist/models/AdminGetAllDomainTransfers200Response.d.ts +1 -1
  174. package/dist/models/AdminGetAllDomainTransfers200Response.js +1 -1
  175. package/dist/models/AdminLeadListItemBuyerDto.d.ts +14 -14
  176. package/dist/models/AdminLeadListItemBuyerDto.js +13 -13
  177. package/dist/models/AdminLeadListItemDomainDto.d.ts +4 -4
  178. package/dist/models/AdminLeadListItemDomainDto.js +1 -1
  179. package/dist/models/AdminLeadListItemDto.d.ts +35 -35
  180. package/dist/models/AdminLeadListItemDto.js +17 -17
  181. package/dist/models/AdminListAccountDto.d.ts +47 -47
  182. package/dist/models/AdminListAccountDto.js +29 -29
  183. package/dist/models/AdminVerificationDepositDto.d.ts +3 -3
  184. package/dist/models/AdminVerificationDepositDto.js +1 -1
  185. package/dist/models/AffiliatesStatsDto.d.ts +1 -1
  186. package/dist/models/AffiliatesStatsDto.js +1 -1
  187. package/dist/models/AggregatedPaginationResponse.d.ts +2 -2
  188. package/dist/models/AggregatedPaginationResponse.js +1 -1
  189. package/dist/models/AirwallexBankAccountDetailsDto.d.ts +7 -7
  190. package/dist/models/AirwallexBankAccountDetailsDto.js +1 -1
  191. package/dist/models/AirwallexBankAccountDetailsDtoInstitution.d.ts +5 -5
  192. package/dist/models/AirwallexBankAccountDetailsDtoInstitution.js +1 -1
  193. package/dist/models/AirwallexBankAccountDetailsDtoLocalMethod.d.ts +3 -3
  194. package/dist/models/AirwallexBankAccountDetailsDtoLocalMethod.js +1 -1
  195. package/dist/models/AirwallexBankAccountDetailsDtoLocalMethodCode.d.ts +3 -3
  196. package/dist/models/AirwallexBankAccountDetailsDtoLocalMethodCode.js +1 -1
  197. package/dist/models/AirwallexDepositDto.d.ts +11 -11
  198. package/dist/models/AirwallexDepositDto.js +5 -5
  199. package/dist/models/AirwallexDepositDtoFee.d.ts +1 -1
  200. package/dist/models/AirwallexDepositDtoFee.js +1 -1
  201. package/dist/models/AuBankAccountDetails.d.ts +5 -5
  202. package/dist/models/AuBankAccountDetails.js +1 -1
  203. package/dist/models/AuctionBidDto.d.ts +1 -1
  204. package/dist/models/AuctionBidDto.js +1 -1
  205. package/dist/models/AuctionBidInput.d.ts +2 -2
  206. package/dist/models/AuctionBidInput.js +1 -1
  207. package/dist/models/AuctionBidMetricsDto.d.ts +1 -1
  208. package/dist/models/AuctionBidMetricsDto.js +1 -1
  209. package/dist/models/AuctionBuyerDto.d.ts +1 -1
  210. package/dist/models/AuctionBuyerDto.js +1 -1
  211. package/dist/models/AuctionBuyerWithTokenDto.d.ts +1 -1
  212. package/dist/models/AuctionBuyerWithTokenDto.js +1 -1
  213. package/dist/models/AuctionCommissionByDateRangeDto.d.ts +4 -4
  214. package/dist/models/AuctionCommissionByDateRangeDto.js +1 -1
  215. package/dist/models/AuctionConfigurationDto.d.ts +6 -6
  216. package/dist/models/AuctionConfigurationDto.js +1 -1
  217. package/dist/models/AuctionDto.d.ts +1 -1
  218. package/dist/models/AuctionDto.js +1 -1
  219. package/dist/models/AuctionDurationDto.d.ts +1 -1
  220. package/dist/models/AuctionDurationDto.js +1 -1
  221. package/dist/models/AuctionListItemDto.d.ts +1 -1
  222. package/dist/models/AuctionListItemDto.js +1 -1
  223. package/dist/models/AuctionListItemDtoDomainInformation.d.ts +1 -1
  224. package/dist/models/AuctionListItemDtoDomainInformation.js +1 -1
  225. package/dist/models/AuctionListItemDtoSellerAccount.d.ts +1 -1
  226. package/dist/models/AuctionListItemDtoSellerAccount.js +1 -1
  227. package/dist/models/AuctionsStatsDto.d.ts +1 -1
  228. package/dist/models/AuctionsStatsDto.js +1 -1
  229. package/dist/models/BadRequestException.d.ts +4 -4
  230. package/dist/models/BadRequestException.js +1 -1
  231. package/dist/models/BatchDeleteBuyerLeadsInput.d.ts +2 -2
  232. package/dist/models/BatchDeleteBuyerLeadsInput.js +1 -1
  233. package/dist/models/BatchImportPreviewDto.d.ts +3 -3
  234. package/dist/models/BatchImportPreviewDto.js +1 -1
  235. package/dist/models/BatchReadBuyerLeadMessageInput.d.ts +2 -2
  236. package/dist/models/BatchReadBuyerLeadMessageInput.js +1 -1
  237. package/dist/models/BatchReadSellerLeadMessageInput.d.ts +2 -2
  238. package/dist/models/BatchReadSellerLeadMessageInput.js +1 -1
  239. package/dist/models/BatchUpdateDomainsInput.d.ts +3 -3
  240. package/dist/models/BatchUpdateDomainsInput.js +1 -1
  241. package/dist/models/BatchVerifyBuyerLeadsInput.d.ts +2 -2
  242. package/dist/models/BatchVerifyBuyerLeadsInput.js +1 -1
  243. package/dist/models/BillingInformationDto.d.ts +8 -8
  244. package/dist/models/BillingInformationDto.js +1 -1
  245. package/dist/models/BulkCommissionActionsInput.d.ts +2 -2
  246. package/dist/models/BulkCommissionActionsInput.js +1 -1
  247. package/dist/models/BulkCommissionActionsInputActionsInner.d.ts +1 -1
  248. package/dist/models/BulkCommissionActionsInputActionsInner.js +1 -1
  249. package/dist/models/BulkDownloadInvoicesInput.d.ts +1 -1
  250. package/dist/models/BulkDownloadInvoicesInput.js +1 -1
  251. package/dist/models/BulkMarkBuyerNotificationsAsReadInputDto.d.ts +1 -1
  252. package/dist/models/BulkMarkBuyerNotificationsAsReadInputDto.js +1 -1
  253. package/dist/models/BulkMarkNotificationsAsReadInputDto.d.ts +1 -1
  254. package/dist/models/BulkMarkNotificationsAsReadInputDto.js +1 -1
  255. package/dist/models/BulkUpdateDomainsWithFiltersInput.d.ts +6 -6
  256. package/dist/models/BulkUpdateDomainsWithFiltersInput.js +1 -1
  257. package/dist/models/BuyerAccessTokenDto.d.ts +1 -1
  258. package/dist/models/BuyerAccessTokenDto.js +1 -1
  259. package/dist/models/BuyerAuctionDetailDto.d.ts +1 -1
  260. package/dist/models/BuyerAuctionDetailDto.js +1 -1
  261. package/dist/models/BuyerAuctionDetailDtoDomain.d.ts +1 -1
  262. package/dist/models/BuyerAuctionDetailDtoDomain.js +1 -1
  263. package/dist/models/BuyerAuctionListItemDto.d.ts +1 -1
  264. package/dist/models/BuyerAuctionListItemDto.js +1 -1
  265. package/dist/models/BuyerAuctionListItemDtoDomainInformation.d.ts +1 -1
  266. package/dist/models/BuyerAuctionListItemDtoDomainInformation.js +1 -1
  267. package/dist/models/BuyerAuctionListItemDtoSellerAccount.d.ts +1 -1
  268. package/dist/models/BuyerAuctionListItemDtoSellerAccount.js +1 -1
  269. package/dist/models/BuyerDomainNameserverItemDto.d.ts +1 -1
  270. package/dist/models/BuyerDomainNameserverItemDto.js +1 -1
  271. package/dist/models/BuyerDomainRecordItemDto.d.ts +1 -1
  272. package/dist/models/BuyerDomainRecordItemDto.js +1 -1
  273. package/dist/models/BuyerDomainRecordsDto.d.ts +1 -1
  274. package/dist/models/BuyerDomainRecordsDto.js +1 -1
  275. package/dist/models/BuyerDomainTransferAuthCodeDto.d.ts +1 -1
  276. package/dist/models/BuyerDomainTransferAuthCodeDto.js +1 -1
  277. package/dist/models/BuyerDomainTransferListItemDomainDto.d.ts +7 -7
  278. package/dist/models/BuyerDomainTransferListItemDomainDto.js +1 -1
  279. package/dist/models/BuyerDomainTransferListItemDto.d.ts +26 -26
  280. package/dist/models/BuyerDomainTransferListItemDto.js +13 -13
  281. package/dist/models/BuyerDto.d.ts +8 -8
  282. package/dist/models/BuyerDto.js +1 -1
  283. package/dist/models/BuyerInvoiceDomainDto.d.ts +6 -6
  284. package/dist/models/BuyerInvoiceDomainDto.js +1 -1
  285. package/dist/models/BuyerInvoiceDto.d.ts +16 -16
  286. package/dist/models/BuyerInvoiceDto.js +1 -1
  287. package/dist/models/BuyerInvoiceSellerAccountDto.d.ts +8 -8
  288. package/dist/models/BuyerInvoiceSellerAccountDto.js +1 -1
  289. package/dist/models/BuyerLeadListItemDomainDto.d.ts +1 -1
  290. package/dist/models/BuyerLeadListItemDomainDto.js +1 -1
  291. package/dist/models/BuyerLeadListItemDto.d.ts +8 -8
  292. package/dist/models/BuyerLeadListItemDto.js +1 -1
  293. package/dist/models/BuyerNotificationAttachmentDto.d.ts +4 -4
  294. package/dist/models/BuyerNotificationAttachmentDto.js +1 -1
  295. package/dist/models/BuyerNotificationDto.d.ts +8 -8
  296. package/dist/models/BuyerNotificationDto.js +1 -1
  297. package/dist/models/BuyerNotificationListItemDto.d.ts +7 -7
  298. package/dist/models/BuyerNotificationListItemDto.js +1 -1
  299. package/dist/models/BuyerNotificationSettingsDto.d.ts +2 -2
  300. package/dist/models/BuyerNotificationSettingsDto.js +1 -1
  301. package/dist/models/BuyerSecurityUserDto.d.ts +7 -7
  302. package/dist/models/BuyerSecurityUserDto.js +1 -1
  303. package/dist/models/BuyerSessionDto.d.ts +10 -10
  304. package/dist/models/BuyerSessionDto.js +1 -1
  305. package/dist/models/BuyerSubscriptionListItemDto.d.ts +18 -18
  306. package/dist/models/BuyerSubscriptionListItemDto.js +1 -1
  307. package/dist/models/BuyerSubscriptionListItemDtoDomainInformation.d.ts +4 -4
  308. package/dist/models/BuyerSubscriptionListItemDtoDomainInformation.js +1 -1
  309. package/dist/models/BuyerTaskDetailsDto.d.ts +3 -3
  310. package/dist/models/BuyerTaskDetailsDto.js +1 -1
  311. package/dist/models/CaBankAccountDetails.d.ts +6 -6
  312. package/dist/models/CaBankAccountDetails.js +1 -1
  313. package/dist/models/ChallengeRewardBalanceDto.d.ts +1 -1
  314. package/dist/models/ChallengeRewardBalanceDto.js +1 -1
  315. package/dist/models/ChangeOrderStatusInput.d.ts +2 -2
  316. package/dist/models/ChangeOrderStatusInput.js +1 -1
  317. package/dist/models/ChangeSubscriptionStatusInput.d.ts +2 -2
  318. package/dist/models/ChangeSubscriptionStatusInput.js +1 -1
  319. package/dist/models/ChangeUserEmailWithOtpInput.d.ts +3 -3
  320. package/dist/models/ChangeUserEmailWithOtpInput.js +1 -1
  321. package/dist/models/ChartDataPoint.d.ts +3 -3
  322. package/dist/models/ChartDataPoint.js +1 -1
  323. package/dist/models/CheckDomainsNsInput.d.ts +2 -2
  324. package/dist/models/CheckDomainsNsInput.js +1 -1
  325. package/dist/models/CommissionAccountDto.d.ts +4 -4
  326. package/dist/models/CommissionAccountDto.js +1 -1
  327. package/dist/models/CommissionAction.d.ts +2 -2
  328. package/dist/models/CommissionAction.js +2 -2
  329. package/dist/models/CommissionAddUpdateActionInput.d.ts +1 -1
  330. package/dist/models/CommissionAddUpdateActionInput.js +1 -1
  331. package/dist/models/CommissionConfigurationDto.d.ts +1 -1
  332. package/dist/models/CommissionConfigurationDto.js +1 -1
  333. package/dist/models/CommissionConfigurationDtoPayload.d.ts +1 -1
  334. package/dist/models/CommissionConfigurationDtoPayload.js +1 -1
  335. package/dist/models/CommissionConfigurationInput.d.ts +1 -1
  336. package/dist/models/CommissionConfigurationInput.js +1 -1
  337. package/dist/models/CommissionDeleteActionInput.d.ts +1 -1
  338. package/dist/models/CommissionDeleteActionInput.js +1 -1
  339. package/dist/models/CommissionDto.d.ts +10 -10
  340. package/dist/models/CommissionDto.js +1 -1
  341. package/dist/models/CommissionFactor.d.ts +2 -2
  342. package/dist/models/CommissionFactor.js +2 -2
  343. package/dist/models/CommissionListDto.d.ts +2 -2
  344. package/dist/models/CommissionListDto.js +1 -1
  345. package/dist/models/CommissionPayloadIdInput.d.ts +2 -2
  346. package/dist/models/CommissionPayloadIdInput.js +1 -1
  347. package/dist/models/CommissionPayloadInput.d.ts +10 -10
  348. package/dist/models/CommissionPayloadInput.js +1 -1
  349. package/dist/models/CommissionPercentageRangeDto.d.ts +4 -4
  350. package/dist/models/CommissionPercentageRangeDto.js +1 -1
  351. package/dist/models/CommissionPercentageRangeInput.d.ts +4 -4
  352. package/dist/models/CommissionPercentageRangeInput.js +1 -1
  353. package/dist/models/CommissionReasonConfigDto.d.ts +2 -2
  354. package/dist/models/CommissionReasonConfigDto.js +1 -1
  355. package/dist/models/CommissionReasonConfigDtoPayload.d.ts +1 -1
  356. package/dist/models/CommissionReasonConfigDtoPayload.js +1 -1
  357. package/dist/models/CommissionReasonDto.d.ts +13 -13
  358. package/dist/models/CommissionReasonDto.js +1 -1
  359. package/dist/models/CommissionsStatsDto.d.ts +1 -1
  360. package/dist/models/CommissionsStatsDto.js +1 -1
  361. package/dist/models/CompanyInformationDto.d.ts +4 -4
  362. package/dist/models/CompanyInformationDto.js +1 -1
  363. package/dist/models/CompanyTaxIdDto.d.ts +4 -4
  364. package/dist/models/CompanyTaxIdDto.js +1 -1
  365. package/dist/models/ConflictException.d.ts +4 -4
  366. package/dist/models/ConflictException.js +1 -1
  367. package/dist/models/CreateAccountPaymentInput.d.ts +4 -4
  368. package/dist/models/CreateAccountPaymentInput.js +1 -1
  369. package/dist/models/CreateAccountPaymentManualTransactionInput.d.ts +1 -1
  370. package/dist/models/CreateAccountPaymentManualTransactionInput.js +1 -1
  371. package/dist/models/CreateBankAccountInput.d.ts +3 -3
  372. package/dist/models/CreateBankAccountInput.js +1 -1
  373. package/dist/models/CreateBuyerLeadMessageInput.d.ts +2 -2
  374. package/dist/models/CreateBuyerLeadMessageInput.js +1 -1
  375. package/dist/models/CreateChallengeInput.d.ts +1 -1
  376. package/dist/models/CreateChallengeInput.js +1 -1
  377. package/dist/models/CreateLeadInput.d.ts +23 -23
  378. package/dist/models/CreateLeadInput.js +17 -17
  379. package/dist/models/CreateLeadMessageInput.d.ts +2 -2
  380. package/dist/models/CreateLeadMessageInput.js +1 -1
  381. package/dist/models/CreateManualLeadInput.d.ts +14 -14
  382. package/dist/models/CreateManualLeadInput.js +3 -7
  383. package/dist/models/CreateManualTransactionInput.d.ts +2 -2
  384. package/dist/models/CreateManualTransactionInput.js +1 -1
  385. package/dist/models/CreateOrderInput.d.ts +32 -32
  386. package/dist/models/CreateOrderInput.js +8 -12
  387. package/dist/models/CreateSubscriptionBillingPeriodicityInput.d.ts +5 -5
  388. package/dist/models/CreateSubscriptionBillingPeriodicityInput.js +3 -7
  389. package/dist/models/CreateSubscriptionInput.d.ts +36 -36
  390. package/dist/models/CreateSubscriptionInput.js +10 -16
  391. package/dist/models/CreateSubscriptionManualTransactionInput.d.ts +2 -2
  392. package/dist/models/CreateSubscriptionManualTransactionInput.js +1 -1
  393. package/dist/models/CursorBasedPageInfo.d.ts +3 -3
  394. package/dist/models/CursorBasedPageInfo.js +1 -1
  395. package/dist/models/CursorBasedPaginationResponse.d.ts +10 -4
  396. package/dist/models/CursorBasedPaginationResponse.js +5 -1
  397. package/dist/models/DeleteDomainsInput.d.ts +2 -2
  398. package/dist/models/DeleteDomainsInput.js +1 -1
  399. package/dist/models/DomainAuctionDto.d.ts +13 -13
  400. package/dist/models/DomainAuctionDto.js +1 -1
  401. package/dist/models/DomainCategoryItemDto.d.ts +5 -5
  402. package/dist/models/DomainCategoryItemDto.js +1 -1
  403. package/dist/models/DomainExchangeRateDto.d.ts +3 -3
  404. package/dist/models/DomainExchangeRateDto.js +1 -1
  405. package/dist/models/DomainFiltersDto.d.ts +1 -1
  406. package/dist/models/DomainFiltersDto.js +1 -1
  407. package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.d.ts +4 -4
  408. package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.js +1 -1
  409. package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.d.ts +10 -10
  410. package/dist/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.js +3 -3
  411. package/dist/models/DomainLockConfigurationDto.d.ts +3 -3
  412. package/dist/models/DomainLockConfigurationDto.js +1 -1
  413. package/dist/models/DomainLockDto.d.ts +1 -1
  414. package/dist/models/DomainLockDto.js +1 -1
  415. package/dist/models/DomainPricesChangeDto.d.ts +20 -20
  416. package/dist/models/DomainPricesChangeDto.js +13 -13
  417. package/dist/models/DomainSalesInformationDto.d.ts +22 -22
  418. package/dist/models/DomainSalesInformationDto.js +1 -1
  419. package/dist/models/DomainSalesInformationLeaseToOwnConfigurationDto.d.ts +6 -6
  420. package/dist/models/DomainSalesInformationLeaseToOwnConfigurationDto.js +1 -1
  421. package/dist/models/DomainSalesInformationRentConfigurationDto.d.ts +3 -3
  422. package/dist/models/DomainSalesInformationRentConfigurationDto.js +1 -1
  423. package/dist/models/DomainSellerDto.d.ts +15 -15
  424. package/dist/models/DomainSellerDto.js +5 -5
  425. package/dist/models/DomainStatsDto.d.ts +11 -11
  426. package/dist/models/DomainStatsDto.js +5 -5
  427. package/dist/models/DomainTldsDto.d.ts +2 -2
  428. package/dist/models/DomainTldsDto.js +1 -1
  429. package/dist/models/DomainTransferAgentDto.d.ts +5 -5
  430. package/dist/models/DomainTransferAgentDto.js +1 -1
  431. package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.d.ts +6 -6
  432. package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.js +1 -1
  433. package/dist/models/DomainTransferDetailWorkflowStepActionDto.d.ts +11 -11
  434. package/dist/models/DomainTransferDetailWorkflowStepActionDto.js +9 -9
  435. package/dist/models/DomainTransferDetailWorkflowStepDto.d.ts +16 -16
  436. package/dist/models/DomainTransferDetailWorkflowStepDto.js +5 -5
  437. package/dist/models/DomainTransferDetailsAuthCodeDto.d.ts +3 -3
  438. package/dist/models/DomainTransferDetailsAuthCodeDto.js +1 -1
  439. package/dist/models/DomainTransferDetailsBuyerDto.d.ts +8 -8
  440. package/dist/models/DomainTransferDetailsBuyerDto.js +1 -1
  441. package/dist/models/DomainTransferDetailsDomainDto.d.ts +8 -8
  442. package/dist/models/DomainTransferDetailsDomainDto.js +1 -1
  443. package/dist/models/DomainTransferDetailsDto.d.ts +18 -18
  444. package/dist/models/DomainTransferDetailsDto.js +5 -5
  445. package/dist/models/DomainTransferDetailsOrderDto.d.ts +8 -8
  446. package/dist/models/DomainTransferDetailsOrderDto.js +5 -5
  447. package/dist/models/DomainTransferDetailsSellerDto.d.ts +6 -6
  448. package/dist/models/DomainTransferDetailsSellerDto.js +1 -1
  449. package/dist/models/DomainTransferDetailsSellerUserDto.d.ts +5 -5
  450. package/dist/models/DomainTransferDetailsSellerUserDto.js +1 -1
  451. package/dist/models/DomainTransferDetailsSubscriptionDto.d.ts +8 -8
  452. package/dist/models/DomainTransferDetailsSubscriptionDto.js +5 -5
  453. package/dist/models/DomainTransferDetailsValidationDto.d.ts +19 -19
  454. package/dist/models/DomainTransferDetailsValidationDto.js +9 -9
  455. package/dist/models/DomainTransferDetailsWorkflowDto.d.ts +4 -4
  456. package/dist/models/DomainTransferDetailsWorkflowDto.js +1 -1
  457. package/dist/models/DomainTransferDomainDto.d.ts +7 -7
  458. package/dist/models/DomainTransferDomainDto.js +1 -1
  459. package/dist/models/DomainTransferDto.d.ts +11 -11
  460. package/dist/models/DomainTransferDto.js +1 -1
  461. package/dist/models/DomainTransferOrderDto.d.ts +6 -6
  462. package/dist/models/DomainTransferOrderDto.js +1 -1
  463. package/dist/models/DomainTransferSellerAccountDto.d.ts +7 -7
  464. package/dist/models/DomainTransferSellerAccountDto.js +1 -1
  465. package/dist/models/DomainTransferSubscriptionDto.d.ts +6 -6
  466. package/dist/models/DomainTransferSubscriptionDto.js +1 -1
  467. package/dist/models/DomainTransferTldInformationDto.d.ts +2 -2
  468. package/dist/models/DomainTransferTldInformationDto.js +1 -1
  469. package/dist/models/DomainTransferTldInformationResultDto.d.ts +3 -3
  470. package/dist/models/DomainTransferTldInformationResultDto.js +1 -1
  471. package/dist/models/DomainTransferWorkflowDto.d.ts +2 -2
  472. package/dist/models/DomainTransferWorkflowDto.js +1 -1
  473. package/dist/models/DomainUrlDto.d.ts +4 -4
  474. package/dist/models/DomainUrlDto.js +1 -1
  475. package/dist/models/DomainVerificationStatusDto.d.ts +1 -1
  476. package/dist/models/DomainVerificationStatusDto.js +1 -1
  477. package/dist/models/EppBatchUpdateInput.d.ts +11 -11
  478. package/dist/models/EppBatchUpdateInput.js +3 -7
  479. package/dist/models/FeatureFlagListItemDto.d.ts +8 -8
  480. package/dist/models/FeatureFlagListItemDto.js +1 -1
  481. package/dist/models/FixedCommissionPayloadDto.d.ts +2 -2
  482. package/dist/models/FixedCommissionPayloadDto.js +1 -1
  483. package/dist/models/FixedCommissionPayloadInput.d.ts +2 -2
  484. package/dist/models/FixedCommissionPayloadInput.js +1 -1
  485. package/dist/models/FixedCommissionReasonPayloadDto.d.ts +2 -2
  486. package/dist/models/FixedCommissionReasonPayloadDto.js +1 -1
  487. package/dist/models/ForgotPasswordRequestInput.d.ts +2 -2
  488. package/dist/models/ForgotPasswordRequestInput.js +1 -1
  489. package/dist/models/GetAccountChallengeRewardUsagesListDto.d.ts +2 -2
  490. package/dist/models/GetAccountChallengeRewardUsagesListDto.js +1 -1
  491. package/dist/models/GetAccountNameshiftCommissionsResponseDto.d.ts +1 -1
  492. package/dist/models/GetAccountNameshiftCommissionsResponseDto.js +1 -1
  493. package/dist/models/GetAllAffiliateCommissions200Response.d.ts +1 -1
  494. package/dist/models/GetAllAffiliateCommissions200Response.js +1 -1
  495. package/dist/models/GetAllAuctions200Response.d.ts +1 -1
  496. package/dist/models/GetAllAuctions200Response.js +1 -1
  497. package/dist/models/GetAllAuctions200Response1.d.ts +1 -1
  498. package/dist/models/GetAllAuctions200Response1.js +1 -1
  499. package/dist/models/GetAllDomainTransfers200Response.d.ts +1 -1
  500. package/dist/models/GetAllDomainTransfers200Response.js +1 -1
  501. package/dist/models/GetAllFeatureFlags200Response.d.ts +1 -1
  502. package/dist/models/GetAllFeatureFlags200Response.js +1 -1
  503. package/dist/models/GetAllInvoices200Response.d.ts +1 -1
  504. package/dist/models/GetAllInvoices200Response.js +1 -1
  505. package/dist/models/GetAllOrders200Response.d.ts +1 -1
  506. package/dist/models/GetAllOrders200Response.js +1 -1
  507. package/dist/models/GetAllOwnedDomains200Response.d.ts +1 -1
  508. package/dist/models/GetAllOwnedDomains200Response.js +1 -1
  509. package/dist/models/GetAllReferrals200Response.d.ts +1 -1
  510. package/dist/models/GetAllReferrals200Response.js +1 -1
  511. package/dist/models/GetAllSubscriptions200Response.d.ts +1 -1
  512. package/dist/models/GetAllSubscriptions200Response.js +1 -1
  513. package/dist/models/GetAllSubscriptions200Response1.d.ts +1 -1
  514. package/dist/models/GetAllSubscriptions200Response1.js +1 -1
  515. package/dist/models/GetBuyerAuctions200Response.d.ts +1 -1
  516. package/dist/models/GetBuyerAuctions200Response.js +1 -1
  517. package/dist/models/GetBuyerInvoices200Response.d.ts +1 -1
  518. package/dist/models/GetBuyerInvoices200Response.js +1 -1
  519. package/dist/models/GetBuyerLeads200Response.d.ts +1 -1
  520. package/dist/models/GetBuyerLeads200Response.js +1 -1
  521. package/dist/models/GetBuyerSubscriptions200Response.d.ts +1 -1
  522. package/dist/models/GetBuyerSubscriptions200Response.js +1 -1
  523. package/dist/models/GetBuyerTransfers200Response.d.ts +1 -1
  524. package/dist/models/GetBuyerTransfers200Response.js +1 -1
  525. package/dist/models/GetInvoices200Response.d.ts +1 -1
  526. package/dist/models/GetInvoices200Response.js +1 -1
  527. package/dist/models/GetMarketingSales200Response.d.ts +1 -1
  528. package/dist/models/GetMarketingSales200Response.js +1 -1
  529. package/dist/models/GetSellerChallengesListDto.d.ts +2 -2
  530. package/dist/models/GetSellerChallengesListDto.js +1 -1
  531. package/dist/models/GetSellerChallengesListDtoChallengesInner.d.ts +1 -1
  532. package/dist/models/GetSellerChallengesListDtoChallengesInner.js +1 -1
  533. package/dist/models/HistoricalMetrics.d.ts +5 -5
  534. package/dist/models/HistoricalMetrics.js +1 -1
  535. package/dist/models/HttpException.d.ts +1 -1
  536. package/dist/models/HttpException.js +1 -1
  537. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +19 -19
  538. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +5 -5
  539. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +52 -53
  540. package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +17 -17
  541. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +52 -53
  542. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +17 -17
  543. package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +56 -57
  544. package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +21 -21
  545. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.d.ts +51 -51
  546. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.js +25 -25
  547. package/dist/models/IntersectionTaskListTaskDto.d.ts +22 -22
  548. package/dist/models/IntersectionTaskListTaskDto.js +13 -13
  549. package/dist/models/IntersectionTaskListTaskDtoData.d.ts +2 -2
  550. package/dist/models/IntersectionTaskListTaskDtoData.js +1 -1
  551. package/dist/models/InvoiceDomainDto.d.ts +6 -6
  552. package/dist/models/InvoiceDomainDto.js +1 -1
  553. package/dist/models/InvoiceDto.d.ts +18 -18
  554. package/dist/models/InvoiceDto.js +1 -1
  555. package/dist/models/InvoiceDtoTransaction.d.ts +6 -6
  556. package/dist/models/InvoiceDtoTransaction.js +1 -1
  557. package/dist/models/InvoiceItemDto.d.ts +6 -6
  558. package/dist/models/InvoiceItemDto.js +1 -1
  559. package/dist/models/InvoiceItemTaxDto.d.ts +10 -10
  560. package/dist/models/InvoiceItemTaxDto.js +5 -5
  561. package/dist/models/InvoiceSellerAccountDto.d.ts +8 -8
  562. package/dist/models/InvoiceSellerAccountDto.js +1 -1
  563. package/dist/models/InvoiceTransactionDto.d.ts +33 -33
  564. package/dist/models/InvoiceTransactionDto.js +28 -28
  565. package/dist/models/LandingPageInput.d.ts +13 -13
  566. package/dist/models/LandingPageInput.js +1 -1
  567. package/dist/models/LandingPageSettingsDto.d.ts +13 -13
  568. package/dist/models/LandingPageSettingsDto.js +1 -1
  569. package/dist/models/LeadBuyerConfigDto.d.ts +3 -3
  570. package/dist/models/LeadBuyerConfigDto.js +1 -1
  571. package/dist/models/LeadDomainDto.d.ts +19 -19
  572. package/dist/models/LeadDomainDto.js +9 -9
  573. package/dist/models/LeadDto.d.ts +30 -30
  574. package/dist/models/LeadDto.js +9 -9
  575. package/dist/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.d.ts +1 -1
  576. package/dist/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.js +1 -1
  577. package/dist/models/LeadLeaseToOwnConfigurationDto.d.ts +5 -5
  578. package/dist/models/LeadLeaseToOwnConfigurationDto.js +1 -1
  579. package/dist/models/LeadMessageData.d.ts +1 -1
  580. package/dist/models/LeadMessageData.js +1 -1
  581. package/dist/models/LeadMessageDataLeaseToOwn.d.ts +1 -1
  582. package/dist/models/LeadMessageDataLeaseToOwn.js +1 -1
  583. package/dist/models/LeadMessageDto.d.ts +9 -9
  584. package/dist/models/LeadMessageDto.js +5 -5
  585. package/dist/models/LeadOfferDto.d.ts +5 -5
  586. package/dist/models/LeadOfferDto.js +1 -1
  587. package/dist/models/LeadOfferExpirationConfigurationDto.d.ts +3 -3
  588. package/dist/models/LeadOfferExpirationConfigurationDto.js +1 -1
  589. package/dist/models/LeadOfferExpirationConfigurationInput.d.ts +3 -3
  590. package/dist/models/LeadOfferExpirationConfigurationInput.js +1 -1
  591. package/dist/models/LeadOfferExpirationDurationInput.d.ts +3 -3
  592. package/dist/models/LeadOfferExpirationDurationInput.js +1 -1
  593. package/dist/models/LeadPriceNegotiatorAiAgentConfigurationDto.d.ts +4 -4
  594. package/dist/models/LeadPriceNegotiatorAiAgentConfigurationDto.js +1 -1
  595. package/dist/models/LeadPriceNegotiatorAiAgentConfigurationInput.d.ts +4 -4
  596. package/dist/models/LeadPriceNegotiatorAiAgentConfigurationInput.js +1 -1
  597. package/dist/models/LeadRentConfigurationDto.d.ts +3 -3
  598. package/dist/models/LeadRentConfigurationDto.js +1 -1
  599. package/dist/models/LeadStatusDto.d.ts +2 -2
  600. package/dist/models/LeadStatusDto.js +1 -1
  601. package/dist/models/LeaseToOwnConfigurationDto.d.ts +5 -5
  602. package/dist/models/LeaseToOwnConfigurationDto.js +1 -1
  603. package/dist/models/LeaseToOwnConfigurationInput.d.ts +4 -4
  604. package/dist/models/LeaseToOwnConfigurationInput.js +1 -1
  605. package/dist/models/LeaseToOwnConfigurationPresetsDto.d.ts +4 -4
  606. package/dist/models/LeaseToOwnConfigurationPresetsDto.js +1 -1
  607. package/dist/models/LeaseToOwnDto.d.ts +1 -1
  608. package/dist/models/LeaseToOwnDto.js +1 -1
  609. package/dist/models/LedgerMutationAttachmentDto.d.ts +3 -3
  610. package/dist/models/LedgerMutationAttachmentDto.js +1 -1
  611. package/dist/models/LedgerMutationDto.d.ts +8 -8
  612. package/dist/models/LedgerMutationDto.js +1 -1
  613. package/dist/models/LedgerMutationsDto.d.ts +2 -2
  614. package/dist/models/LedgerMutationsDto.js +1 -1
  615. package/dist/models/List200Response.d.ts +1 -1
  616. package/dist/models/List200Response.js +1 -1
  617. package/dist/models/List200Response1.d.ts +1 -1
  618. package/dist/models/List200Response1.js +1 -1
  619. package/dist/models/List200Response2.d.ts +1 -1
  620. package/dist/models/List200Response2.js +1 -1
  621. package/dist/models/List200Response3.d.ts +10 -10
  622. package/dist/models/List200Response3.js +5 -3
  623. package/dist/models/List200Response4.d.ts +10 -10
  624. package/dist/models/List200Response4.js +5 -3
  625. package/dist/models/ListAccountMetricsDto.d.ts +10 -10
  626. package/dist/models/ListAccountMetricsDto.js +1 -1
  627. package/dist/models/ListAccountPortfolioSizeDto.d.ts +3 -3
  628. package/dist/models/ListAccountPortfolioSizeDto.js +1 -1
  629. package/dist/models/ListAccountUserDto.d.ts +4 -4
  630. package/dist/models/ListAccountUserDto.js +1 -1
  631. package/dist/models/ListAccounts200Response.d.ts +1 -1
  632. package/dist/models/ListAccounts200Response.js +1 -1
  633. package/dist/models/ListAuctions200Response.d.ts +9 -9
  634. package/dist/models/ListAuctions200Response.js +5 -3
  635. package/dist/models/ListBankAccounts200Response.d.ts +1 -1
  636. package/dist/models/ListBankAccounts200Response.js +1 -1
  637. package/dist/models/ListBuyerNotifications200Response.d.ts +1 -1
  638. package/dist/models/ListBuyerNotifications200Response.js +1 -1
  639. package/dist/models/ListDomains200Response.d.ts +1 -1
  640. package/dist/models/ListDomains200Response.js +1 -1
  641. package/dist/models/ListDomainsWithUpdatedPricing200Response.d.ts +9 -9
  642. package/dist/models/ListDomainsWithUpdatedPricing200Response.js +5 -3
  643. package/dist/models/ListLeadMessagesDto.d.ts +2 -2
  644. package/dist/models/ListLeadMessagesDto.js +1 -1
  645. package/dist/models/ListLeads200Response.d.ts +1 -1
  646. package/dist/models/ListLeads200Response.js +1 -1
  647. package/dist/models/ListLeadsResultItem.d.ts +83 -83
  648. package/dist/models/ListLeadsResultItem.js +47 -47
  649. package/dist/models/ListNotifications200Response.d.ts +1 -1
  650. package/dist/models/ListNotifications200Response.js +1 -1
  651. package/dist/models/ListRelatedLeads200Response.d.ts +1 -1
  652. package/dist/models/ListRelatedLeads200Response.js +1 -1
  653. package/dist/models/LockConfigurationInput.d.ts +3 -3
  654. package/dist/models/LockConfigurationInput.js +1 -1
  655. package/dist/models/LockDurationDto.d.ts +1 -1
  656. package/dist/models/LockDurationDto.js +1 -1
  657. package/dist/models/LockDurationInput.d.ts +3 -3
  658. package/dist/models/LockDurationInput.js +1 -1
  659. package/dist/models/LoginDto.d.ts +3 -3
  660. package/dist/models/LoginDto.js +1 -1
  661. package/dist/models/LoginInput.d.ts +3 -3
  662. package/dist/models/LoginInput.js +1 -1
  663. package/dist/models/MajesticMetrics.d.ts +8 -8
  664. package/dist/models/MajesticMetrics.js +1 -1
  665. package/dist/models/MajesticTopicTrustFlow.d.ts +4 -4
  666. package/dist/models/MajesticTopicTrustFlow.js +1 -1
  667. package/dist/models/MandrillWebhookBody.d.ts +32 -0
  668. package/dist/models/MandrillWebhookBody.js +49 -0
  669. package/dist/models/ManualLeadBuyerDto.d.ts +5 -5
  670. package/dist/models/ManualLeadBuyerDto.js +1 -1
  671. package/dist/models/ManualLeadLeaseToOwnDto.d.ts +5 -5
  672. package/dist/models/ManualLeadLeaseToOwnDto.js +1 -1
  673. package/dist/models/MarketingOrderListItemDto.d.ts +1 -1
  674. package/dist/models/MarketingOrderListItemDto.js +1 -1
  675. package/dist/models/MarketingSalesFiltersDto.d.ts +1 -1
  676. package/dist/models/MarketingSalesFiltersDto.js +1 -1
  677. package/dist/models/MoneyDecimalDto.d.ts +3 -3
  678. package/dist/models/MoneyDecimalDto.js +1 -1
  679. package/dist/models/MoneyDto.d.ts +3 -3
  680. package/dist/models/MoneyDto.js +1 -1
  681. package/dist/models/MoneyInput.d.ts +3 -3
  682. package/dist/models/MoneyInput.js +1 -1
  683. package/dist/models/MozMetrics.d.ts +6 -6
  684. package/dist/models/MozMetrics.js +1 -1
  685. package/dist/models/NickyWebhookPayloadDto.d.ts +52 -0
  686. package/dist/models/NickyWebhookPayloadDto.js +63 -0
  687. package/dist/models/NotFoundException.d.ts +3 -3
  688. package/dist/models/NotFoundException.js +1 -1
  689. package/dist/models/NzBankAccountDetails.d.ts +4 -4
  690. package/dist/models/NzBankAccountDetails.js +1 -1
  691. package/dist/models/ObjectId.d.ts +2 -2
  692. package/dist/models/ObjectId.js +1 -1
  693. package/dist/models/OrderCompanyInfoDto.d.ts +4 -4
  694. package/dist/models/OrderCompanyInfoDto.js +1 -1
  695. package/dist/models/OrderCompanyTaxIdDto.d.ts +4 -4
  696. package/dist/models/OrderCompanyTaxIdDto.js +1 -1
  697. package/dist/models/OrderDto.d.ts +49 -49
  698. package/dist/models/OrderDto.js +25 -25
  699. package/dist/models/OrderListItemDto.d.ts +24 -24
  700. package/dist/models/OrderListItemDto.js +1 -1
  701. package/dist/models/OrderListItemDtoBuyerInformation.d.ts +7 -7
  702. package/dist/models/OrderListItemDtoBuyerInformation.js +1 -1
  703. package/dist/models/OrderListItemDtoDomainInformation.d.ts +4 -4
  704. package/dist/models/OrderListItemDtoDomainInformation.js +1 -1
  705. package/dist/models/OrderListItemDtoSellerAccount.d.ts +7 -7
  706. package/dist/models/OrderListItemDtoSellerAccount.js +1 -1
  707. package/dist/models/OrderListItemDtoTransaction.d.ts +6 -6
  708. package/dist/models/OrderListItemDtoTransaction.js +1 -1
  709. package/dist/models/OwnedDomainDto.d.ts +19 -19
  710. package/dist/models/OwnedDomainDto.js +9 -9
  711. package/dist/models/PageBasedPageInfo.d.ts +3 -3
  712. package/dist/models/PageBasedPageInfo.js +1 -1
  713. package/dist/models/PageBasedPaginationResponse.d.ts +12 -6
  714. package/dist/models/PageBasedPaginationResponse.js +5 -1
  715. package/dist/models/PaginateResponse.d.ts +1 -1
  716. package/dist/models/PaginateResponse.js +1 -1
  717. package/dist/models/PaginateResponseLinks.d.ts +1 -1
  718. package/dist/models/PaginateResponseLinks.js +1 -1
  719. package/dist/models/PaginateResponseMeta.d.ts +1 -1
  720. package/dist/models/PaginateResponseMeta.js +1 -1
  721. package/dist/models/ParsedDomainDto.d.ts +2 -2
  722. package/dist/models/ParsedDomainDto.js +1 -1
  723. package/dist/models/PartnerAuctionDto.d.ts +1 -1
  724. package/dist/models/PartnerAuctionDto.js +1 -1
  725. package/dist/models/PartnerDomainFindDto.d.ts +19 -19
  726. package/dist/models/PartnerDomainFindDto.js +13 -13
  727. package/dist/models/PayAccountPaymentInput.d.ts +2 -2
  728. package/dist/models/PayAccountPaymentInput.js +1 -1
  729. package/dist/models/PaymentMethodsStatsDto.d.ts +1 -1
  730. package/dist/models/PaymentMethodsStatsDto.js +1 -1
  731. package/dist/models/PrivateAccountGetMeResponse.d.ts +20 -20
  732. package/dist/models/PrivateAccountGetMeResponse.js +5 -5
  733. package/dist/models/PublicAccountInformationDto.d.ts +11 -11
  734. package/dist/models/PublicAccountInformationDto.js +1 -1
  735. package/dist/models/PublicAuctionListItemDto.d.ts +1 -1
  736. package/dist/models/PublicAuctionListItemDto.js +1 -1
  737. package/dist/models/PublicAuctionListItemDtoDomainInformation.d.ts +1 -1
  738. package/dist/models/PublicAuctionListItemDtoDomainInformation.js +1 -1
  739. package/dist/models/PublicAuctionListItemDtoDomainMozMetrics.d.ts +1 -1
  740. package/dist/models/PublicAuctionListItemDtoDomainMozMetrics.js +1 -1
  741. package/dist/models/PublicAuctionListItemDtoDomainSeo.d.ts +1 -1
  742. package/dist/models/PublicAuctionListItemDtoDomainSeo.js +1 -1
  743. package/dist/models/PublicDomainDto.d.ts +28 -29
  744. package/dist/models/PublicDomainDto.js +17 -17
  745. package/dist/models/PublicDomainDtoAuction.d.ts +3 -3
  746. package/dist/models/PublicDomainDtoAuction.js +1 -1
  747. package/dist/models/PublicDomainDtoSeo.d.ts +2 -2
  748. package/dist/models/PublicDomainDtoSeo.js +1 -1
  749. package/dist/models/PublicDomainDtoSeoMoz.d.ts +4 -4
  750. package/dist/models/PublicDomainDtoSeoMoz.js +1 -1
  751. package/dist/models/PublicLeadBuyerDto.d.ts +1 -1
  752. package/dist/models/PublicLeadBuyerDto.js +1 -1
  753. package/dist/models/PublicLeadDto.d.ts +2 -2
  754. package/dist/models/PublicLeadDto.js +1 -1
  755. package/dist/models/PublicSaleDto.d.ts +7 -7
  756. package/dist/models/PublicSaleDto.js +1 -1
  757. package/dist/models/PublicSalesDto.d.ts +2 -2
  758. package/dist/models/PublicSalesDto.js +1 -1
  759. package/dist/models/PutBuyerLeadOfferInput.d.ts +5 -5
  760. package/dist/models/PutBuyerLeadOfferInput.js +2 -4
  761. package/dist/models/PutLeadOfferInput.d.ts +5 -5
  762. package/dist/models/PutLeadOfferInput.js +1 -1
  763. package/dist/models/RegisterAccountInput.d.ts +27 -27
  764. package/dist/models/RegisterAccountInput.js +7 -7
  765. package/dist/models/RegisterAccountPortfolioSizeInput.d.ts +3 -3
  766. package/dist/models/RegisterAccountPortfolioSizeInput.js +1 -1
  767. package/dist/models/RegisterAuctionBuyerPhoneInput.d.ts +3 -3
  768. package/dist/models/RegisterAuctionBuyerPhoneInput.js +1 -1
  769. package/dist/models/RegisterInput.d.ts +3 -3
  770. package/dist/models/RegisterInput.js +1 -1
  771. package/dist/models/RelatedDomainsDto.d.ts +2 -2
  772. package/dist/models/RelatedDomainsDto.js +1 -1
  773. package/dist/models/RelatedLeadDto.d.ts +7 -7
  774. package/dist/models/RelatedLeadDto.js +1 -1
  775. package/dist/models/RelatedSellerDomain.d.ts +7 -7
  776. package/dist/models/RelatedSellerDomain.js +1 -1
  777. package/dist/models/RemoveSubscriptionDomainRecordInput.d.ts +1 -1
  778. package/dist/models/RemoveSubscriptionDomainRecordInput.js +1 -1
  779. package/dist/models/RentConfigurationDto.d.ts +3 -3
  780. package/dist/models/RentConfigurationDto.js +1 -1
  781. package/dist/models/RentConfigurationInput.d.ts +3 -3
  782. package/dist/models/RentConfigurationInput.js +1 -1
  783. package/dist/models/RentConfigurationPresetsDto.d.ts +2 -2
  784. package/dist/models/RentConfigurationPresetsDto.js +1 -1
  785. package/dist/models/RentDto.d.ts +1 -1
  786. package/dist/models/RentDto.js +1 -1
  787. package/dist/models/RentIndexationDto.d.ts +8 -8
  788. package/dist/models/RentIndexationDto.js +1 -1
  789. package/dist/models/RequestAccessTokenInput.d.ts +4 -4
  790. package/dist/models/RequestAccessTokenInput.js +2 -4
  791. package/dist/models/RequestEmailOtpInput.d.ts +3 -3
  792. package/dist/models/RequestEmailOtpInput.js +1 -1
  793. package/dist/models/RequestUserEmailChangeOtpInput.d.ts +3 -3
  794. package/dist/models/RequestUserEmailChangeOtpInput.js +1 -1
  795. package/dist/models/SalesCountCommissionPayloadDto.d.ts +2 -2
  796. package/dist/models/SalesCountCommissionPayloadDto.js +1 -1
  797. package/dist/models/SalesCountCommissionPayloadInput.d.ts +2 -2
  798. package/dist/models/SalesCountCommissionPayloadInput.js +1 -1
  799. package/dist/models/SalesCountCommissionReasonPayloadDto.d.ts +2 -2
  800. package/dist/models/SalesCountCommissionReasonPayloadDto.js +1 -1
  801. package/dist/models/SeBankAccountDetails.d.ts +7 -7
  802. package/dist/models/SeBankAccountDetails.js +1 -1
  803. package/dist/models/SellerAccountReferralListItemDto.d.ts +1 -1
  804. package/dist/models/SellerAccountReferralListItemDto.js +1 -1
  805. package/dist/models/SellerAffiliateCommissionDto.d.ts +6 -6
  806. package/dist/models/SellerAffiliateCommissionDto.js +1 -1
  807. package/dist/models/SellerAuctionListItemDto.d.ts +4 -4
  808. package/dist/models/SellerAuctionListItemDto.js +1 -1
  809. package/dist/models/SellerAuctionListItemDtoDomainInformation.d.ts +1 -1
  810. package/dist/models/SellerAuctionListItemDtoDomainInformation.js +1 -1
  811. package/dist/models/SellerAuctionListItemDtoSellerAccount.d.ts +1 -1
  812. package/dist/models/SellerAuctionListItemDtoSellerAccount.js +1 -1
  813. package/dist/models/SellerDomainAffiliateCommissionDto.d.ts +10 -10
  814. package/dist/models/SellerDomainAffiliateCommissionDto.js +1 -1
  815. package/dist/models/SellerDomainAffiliateCommissionDtoDomain.d.ts +3 -3
  816. package/dist/models/SellerDomainAffiliateCommissionDtoDomain.js +1 -1
  817. package/dist/models/SellerDomainTransferAuthCodeDto.d.ts +3 -3
  818. package/dist/models/SellerDomainTransferAuthCodeDto.js +1 -1
  819. package/dist/models/SellerDomainTransferDomainDto.d.ts +7 -7
  820. package/dist/models/SellerDomainTransferDomainDto.js +1 -1
  821. package/dist/models/SellerDomainTransferDto.d.ts +12 -12
  822. package/dist/models/SellerDomainTransferDto.js +5 -5
  823. package/dist/models/SellerDomainTransferListItemAuthCodeDto.d.ts +3 -3
  824. package/dist/models/SellerDomainTransferListItemAuthCodeDto.js +1 -1
  825. package/dist/models/SellerDomainTransferListItemDomainDto.d.ts +7 -7
  826. package/dist/models/SellerDomainTransferListItemDomainDto.js +1 -1
  827. package/dist/models/SellerDomainTransferListItemDto.d.ts +13 -13
  828. package/dist/models/SellerDomainTransferListItemDto.js +5 -5
  829. package/dist/models/SellerInvoiceDomainDto.d.ts +6 -6
  830. package/dist/models/SellerInvoiceDomainDto.js +1 -1
  831. package/dist/models/SellerInvoiceDto.d.ts +16 -16
  832. package/dist/models/SellerInvoiceDto.js +1 -1
  833. package/dist/models/SellerInvoiceSellerAccountDto.d.ts +8 -8
  834. package/dist/models/SellerInvoiceSellerAccountDto.js +1 -1
  835. package/dist/models/SellerLeadDetails.d.ts +63 -63
  836. package/dist/models/SellerLeadDetails.js +33 -33
  837. package/dist/models/SellerPendingPayoutsByCurrencyStatsItemDto.d.ts +1 -1
  838. package/dist/models/SellerPendingPayoutsByCurrencyStatsItemDto.js +1 -1
  839. package/dist/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.d.ts +1 -1
  840. package/dist/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.js +1 -1
  841. package/dist/models/SellerSalesByTldStatsItemDto.d.ts +1 -1
  842. package/dist/models/SellerSalesByTldStatsItemDto.js +1 -1
  843. package/dist/models/SellerSalesCountStatsItemDto.d.ts +1 -1
  844. package/dist/models/SellerSalesCountStatsItemDto.js +1 -1
  845. package/dist/models/SellerScaleChallengeListItemDto.d.ts +1 -1
  846. package/dist/models/SellerScaleChallengeListItemDto.js +1 -1
  847. package/dist/models/SellerSecurityUserAccountDto.d.ts +2 -2
  848. package/dist/models/SellerSecurityUserAccountDto.js +1 -1
  849. package/dist/models/SellerSecurityUserDto.d.ts +10 -10
  850. package/dist/models/SellerSecurityUserDto.js +1 -1
  851. package/dist/models/SellerSubscriptionListItemDto.d.ts +13 -13
  852. package/dist/models/SellerSubscriptionListItemDto.js +1 -1
  853. package/dist/models/SellerSubscriptionListItemDtoDomainInformation.d.ts +4 -4
  854. package/dist/models/SellerSubscriptionListItemDtoDomainInformation.js +1 -1
  855. package/dist/models/SellerTargetChallengeListItemDto.d.ts +1 -1
  856. package/dist/models/SellerTargetChallengeListItemDto.js +1 -1
  857. package/dist/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.d.ts +1 -1
  858. package/dist/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.js +1 -1
  859. package/dist/models/SellerTotalEarningsByCurrencyStatsItemDto.d.ts +1 -1
  860. package/dist/models/SellerTotalEarningsByCurrencyStatsItemDto.js +1 -1
  861. package/dist/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.d.ts +1 -1
  862. package/dist/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.js +1 -1
  863. package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.d.ts +13 -13
  864. package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.js +1 -1
  865. package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.d.ts +4 -4
  866. package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.js +1 -1
  867. package/dist/models/SeoMetricsDto.d.ts +4 -4
  868. package/dist/models/SeoMetricsDto.js +1 -1
  869. package/dist/models/SepaBankAccountDetails.d.ts +5 -5
  870. package/dist/models/SepaBankAccountDetails.js +1 -1
  871. package/dist/models/SetDomainTransferConfirmationInput.d.ts +6 -6
  872. package/dist/models/SetDomainTransferConfirmationInput.js +3 -7
  873. package/dist/models/SetNewPasswordInput.d.ts +2 -2
  874. package/dist/models/SetNewPasswordInput.js +1 -1
  875. package/dist/models/SetPayoutProviderInput.d.ts +2 -2
  876. package/dist/models/SetPayoutProviderInput.js +1 -1
  877. package/dist/models/StartAuctionInput.d.ts +1 -1
  878. package/dist/models/StartAuctionInput.js +1 -1
  879. package/dist/models/StateDto.d.ts +3 -3
  880. package/dist/models/StateDto.js +1 -1
  881. package/dist/models/StatsFilterInputDateRange.d.ts +3 -3
  882. package/dist/models/StatsFilterInputDateRange.js +1 -1
  883. package/dist/models/StoreBuyerLocaleInput.d.ts +2 -2
  884. package/dist/models/StoreBuyerLocaleInput.js +1 -1
  885. package/dist/models/StoreUserLocaleInput.d.ts +2 -2
  886. package/dist/models/StoreUserLocaleInput.js +1 -1
  887. package/dist/models/SubscriptionBillingPeriodicityDto.d.ts +3 -3
  888. package/dist/models/SubscriptionBillingPeriodicityDto.js +1 -1
  889. package/dist/models/SubscriptionCompanyInfoDto.d.ts +4 -4
  890. package/dist/models/SubscriptionCompanyInfoDto.js +1 -1
  891. package/dist/models/SubscriptionCompanyTaxIdDto.d.ts +4 -4
  892. package/dist/models/SubscriptionCompanyTaxIdDto.js +1 -1
  893. package/dist/models/SubscriptionDetailsBillingPeriodicityDto.d.ts +3 -3
  894. package/dist/models/SubscriptionDetailsBillingPeriodicityDto.js +1 -1
  895. package/dist/models/SubscriptionDetailsDomainDto.d.ts +6 -6
  896. package/dist/models/SubscriptionDetailsDomainDto.js +1 -1
  897. package/dist/models/SubscriptionDetailsDomainSellerDto.d.ts +6 -6
  898. package/dist/models/SubscriptionDetailsDomainSellerDto.js +1 -1
  899. package/dist/models/SubscriptionDetailsDomainSellerUserDto.d.ts +5 -5
  900. package/dist/models/SubscriptionDetailsDomainSellerUserDto.js +1 -1
  901. package/dist/models/SubscriptionDetailsDto.d.ts +42 -42
  902. package/dist/models/SubscriptionDetailsDto.js +3 -3
  903. package/dist/models/SubscriptionDomainDto.d.ts +5 -5
  904. package/dist/models/SubscriptionDomainDto.js +1 -1
  905. package/dist/models/SubscriptionDomainRecordInput.d.ts +1 -1
  906. package/dist/models/SubscriptionDomainRecordInput.js +1 -1
  907. package/dist/models/SubscriptionDto.d.ts +50 -50
  908. package/dist/models/SubscriptionDto.js +17 -17
  909. package/dist/models/SubscriptionLeaseToOwnConfigurationDto.d.ts +5 -5
  910. package/dist/models/SubscriptionLeaseToOwnConfigurationDto.js +1 -1
  911. package/dist/models/SubscriptionListItemBillingPeriodicityDto.d.ts +3 -3
  912. package/dist/models/SubscriptionListItemBillingPeriodicityDto.js +1 -1
  913. package/dist/models/SubscriptionListItemDto.d.ts +40 -40
  914. package/dist/models/SubscriptionListItemDto.js +3 -3
  915. package/dist/models/SubscriptionListItemDtoBuyerInformation.d.ts +7 -7
  916. package/dist/models/SubscriptionListItemDtoBuyerInformation.js +1 -1
  917. package/dist/models/SubscriptionListItemDtoDomainInformation.d.ts +4 -4
  918. package/dist/models/SubscriptionListItemDtoDomainInformation.js +1 -1
  919. package/dist/models/SubscriptionListItemDtoSellerAccount.d.ts +7 -7
  920. package/dist/models/SubscriptionListItemDtoSellerAccount.js +1 -1
  921. package/dist/models/SubscriptionListItemDtoTransaction.d.ts +6 -6
  922. package/dist/models/SubscriptionListItemDtoTransaction.js +1 -1
  923. package/dist/models/TaskDataChallengeRewardDto.d.ts +2 -2
  924. package/dist/models/TaskDataChallengeRewardDto.js +1 -1
  925. package/dist/models/TaskDataDomainTransferDto.d.ts +2 -2
  926. package/dist/models/TaskDataDomainTransferDto.js +1 -1
  927. package/dist/models/TaskDetailsDto.d.ts +4 -4
  928. package/dist/models/TaskDetailsDto.js +1 -1
  929. package/dist/models/TaskListDomainDto.d.ts +3 -3
  930. package/dist/models/TaskListDomainDto.js +1 -1
  931. package/dist/models/TaskListDomainTransferDto.d.ts +2 -2
  932. package/dist/models/TaskListDomainTransferDto.js +1 -1
  933. package/dist/models/TaskListLeadDto.d.ts +11 -11
  934. package/dist/models/TaskListLeadDto.js +1 -1
  935. package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.d.ts +5 -5
  936. package/dist/models/TaskListLeadLeaseToOwnConfigurationDto.js +1 -1
  937. package/dist/models/TaskListLeadOfferDto.d.ts +5 -5
  938. package/dist/models/TaskListLeadOfferDto.js +1 -1
  939. package/dist/models/TaskListLeadRentConfigurationDto.d.ts +3 -3
  940. package/dist/models/TaskListLeadRentConfigurationDto.js +1 -1
  941. package/dist/models/TimeTableConfigurationDto.d.ts +3 -3
  942. package/dist/models/TimeTableConfigurationDto.js +1 -1
  943. package/dist/models/TimeTableConfigurationInput.d.ts +3 -3
  944. package/dist/models/TimeTableConfigurationInput.js +1 -1
  945. package/dist/models/TopAffiliateSellerDto.d.ts +1 -1
  946. package/dist/models/TopAffiliateSellerDto.js +1 -1
  947. package/dist/models/TopSellerAccountDto.d.ts +1 -1
  948. package/dist/models/TopSellerAccountDto.js +1 -1
  949. package/dist/models/UkBankAccountDetails.d.ts +5 -5
  950. package/dist/models/UkBankAccountDetails.js +1 -1
  951. package/dist/models/UpdateAccountBillingInformationInput.d.ts +2 -2
  952. package/dist/models/UpdateAccountBillingInformationInput.js +1 -1
  953. package/dist/models/UpdateAccountChallengeRewardBalanceInput.d.ts +2 -2
  954. package/dist/models/UpdateAccountChallengeRewardBalanceInput.js +1 -1
  955. package/dist/models/UpdateAuctionMuteStatusInput.d.ts +1 -1
  956. package/dist/models/UpdateAuctionMuteStatusInput.js +1 -1
  957. package/dist/models/UpdateBuyerDomainTransferBuyerInfoInput.d.ts +2 -2
  958. package/dist/models/UpdateBuyerDomainTransferBuyerInfoInput.js +1 -1
  959. package/dist/models/UpdateBuyerDomainTransferIpsTagInputDto.d.ts +2 -2
  960. package/dist/models/UpdateBuyerDomainTransferIpsTagInputDto.js +1 -1
  961. package/dist/models/UpdateBuyerNotificationSettingsInput.d.ts +1 -1
  962. package/dist/models/UpdateBuyerNotificationSettingsInput.js +1 -1
  963. package/dist/models/UpdateChallengeInput.d.ts +1 -1
  964. package/dist/models/UpdateChallengeInput.js +1 -1
  965. package/dist/models/UpdateDomainInput.d.ts +9 -9
  966. package/dist/models/UpdateDomainInput.js +1 -1
  967. package/dist/models/UpdateDomainTransferAuthCodeInput.d.ts +2 -2
  968. package/dist/models/UpdateDomainTransferAuthCodeInput.js +1 -1
  969. package/dist/models/UpdateDomainTransferIpsTagInput.d.ts +2 -2
  970. package/dist/models/UpdateDomainTransferIpsTagInput.js +1 -1
  971. package/dist/models/UpdateFeatureFlagInput.d.ts +4 -4
  972. package/dist/models/UpdateFeatureFlagInput.js +1 -1
  973. package/dist/models/UpdateLeadInput.d.ts +6 -6
  974. package/dist/models/UpdateLeadInput.js +1 -1
  975. package/dist/models/UpdateLeadMuteStatusForBuyerInput.d.ts +1 -1
  976. package/dist/models/UpdateLeadMuteStatusForBuyerInput.js +1 -1
  977. package/dist/models/UpdateLeadMuteStatusInput.d.ts +1 -1
  978. package/dist/models/UpdateLeadMuteStatusInput.js +1 -1
  979. package/dist/models/UpdateLeaseToOwnConfigurationDto.d.ts +1 -1
  980. package/dist/models/UpdateLeaseToOwnConfigurationDto.js +1 -1
  981. package/dist/models/UpdateOrderInput.d.ts +13 -13
  982. package/dist/models/UpdateOrderInput.js +1 -1
  983. package/dist/models/UpdateRentConfigurationDto.d.ts +1 -1
  984. package/dist/models/UpdateRentConfigurationDto.js +1 -1
  985. package/dist/models/UpdateSubscriptionBillingPeriodicityInput.d.ts +3 -3
  986. package/dist/models/UpdateSubscriptionBillingPeriodicityInput.js +1 -1
  987. package/dist/models/UpdateSubscriptionDomainNameserversInput.d.ts +1 -1
  988. package/dist/models/UpdateSubscriptionDomainNameserversInput.js +1 -1
  989. package/dist/models/UpdateSubscriptionDomainRecordInput.d.ts +1 -1
  990. package/dist/models/UpdateSubscriptionDomainRecordInput.js +1 -1
  991. package/dist/models/UpdateSubscriptionInput.d.ts +15 -15
  992. package/dist/models/UpdateSubscriptionInput.js +1 -1
  993. package/dist/models/UpdateTaskMuteStatusForBuyerInput.d.ts +1 -1
  994. package/dist/models/UpdateTaskMuteStatusForBuyerInput.js +1 -1
  995. package/dist/models/UpdateTaskMuteStatusInput.d.ts +1 -1
  996. package/dist/models/UpdateTaskMuteStatusInput.js +1 -1
  997. package/dist/models/UpdateUserNotificationSettingsInput.d.ts +1 -1
  998. package/dist/models/UpdateUserNotificationSettingsInput.js +1 -1
  999. package/dist/models/UsBankAccountDetails.d.ts +5 -5
  1000. package/dist/models/UsBankAccountDetails.js +1 -1
  1001. package/dist/models/UserNotificationAttachmentDto.d.ts +4 -4
  1002. package/dist/models/UserNotificationAttachmentDto.js +1 -1
  1003. package/dist/models/UserNotificationDto.d.ts +8 -8
  1004. package/dist/models/UserNotificationDto.js +1 -1
  1005. package/dist/models/UserNotificationListItemDto.d.ts +7 -7
  1006. package/dist/models/UserNotificationListItemDto.js +1 -1
  1007. package/dist/models/UserNotificationSettingsDto.d.ts +16 -16
  1008. package/dist/models/UserNotificationSettingsDto.js +1 -1
  1009. package/dist/models/UserPasswordResetDto.d.ts +3 -3
  1010. package/dist/models/UserPasswordResetDto.js +1 -1
  1011. package/dist/models/ValidateTaxNumberDto.d.ts +1 -1
  1012. package/dist/models/ValidateTaxNumberDto.js +1 -1
  1013. package/dist/models/ValidateTaxNumberInput.d.ts +4 -4
  1014. package/dist/models/ValidateTaxNumberInput.js +1 -1
  1015. package/dist/models/ValidationError.d.ts +4 -4
  1016. package/dist/models/ValidationError.js +1 -1
  1017. package/dist/models/ValidationException.d.ts +1 -1
  1018. package/dist/models/ValidationException.js +1 -1
  1019. package/dist/models/VerifyEmailOtpInput.d.ts +3 -3
  1020. package/dist/models/VerifyEmailOtpInput.js +1 -1
  1021. package/dist/models/VerifyLeadInput.d.ts +2 -2
  1022. package/dist/models/VerifyLeadInput.js +1 -1
  1023. package/dist/models/VerifyPhoneOtpInput.d.ts +2 -2
  1024. package/dist/models/VerifyPhoneOtpInput.js +1 -1
  1025. package/dist/models/WithSettingsInner.d.ts +25 -25
  1026. package/dist/models/WithSettingsInner.js +1 -1
  1027. package/dist/models/index.d.ts +2 -1
  1028. package/dist/models/index.js +2 -1
  1029. package/dist/runtime.d.ts +1 -1
  1030. package/dist/runtime.js +1 -1
  1031. package/package.json +1 -1
  1032. package/src/apis/AccountsApi.ts +77 -35
  1033. package/src/apis/AccountsPublicApi.ts +9 -5
  1034. package/src/apis/AddressPublicApi.ts +3 -1
  1035. package/src/apis/AdminApi.ts +371 -148
  1036. package/src/apis/AuctionsApi.ts +20 -6
  1037. package/src/apis/AuctionsPublicApi.ts +15 -14
  1038. package/src/apis/BankAccountsApi.ts +21 -11
  1039. package/src/apis/BuyersApi.ts +227 -99
  1040. package/src/apis/BuyersPublicApi.ts +17 -9
  1041. package/src/apis/ChallengesApi.ts +16 -7
  1042. package/src/apis/DomainTransfersApi.ts +5 -3
  1043. package/src/apis/DomainsApi.ts +136 -52
  1044. package/src/apis/DomainsPublicApi.ts +29 -29
  1045. package/src/apis/EppApi.ts +5 -3
  1046. package/src/apis/InvoicesApi.ts +29 -8
  1047. package/src/apis/LeadsApi.ts +99 -41
  1048. package/src/apis/LeadsPublicApi.ts +25 -13
  1049. package/src/apis/MandrillPublicApi.ts +25 -6
  1050. package/src/apis/MarketingApi.ts +20 -6
  1051. package/src/apis/MolliePublicApi.ts +1 -1
  1052. package/src/apis/NickyPublicApi.ts +25 -6
  1053. package/src/apis/NotificationsApi.ts +24 -10
  1054. package/src/apis/OrdersPublicApi.ts +17 -9
  1055. package/src/apis/PartnerApi.ts +13 -7
  1056. package/src/apis/SalesPublicApi.ts +3 -1
  1057. package/src/apis/StatsApi.ts +29 -15
  1058. package/src/apis/StripePublicApi.ts +9 -5
  1059. package/src/apis/SubscriptionsApi.ts +16 -4
  1060. package/src/apis/SubscriptionsPublicApi.ts +13 -7
  1061. package/src/apis/TasksApi.ts +24 -8
  1062. package/src/apis/TaxPublicApi.ts +3 -1
  1063. package/src/apis/UsersApi.ts +21 -11
  1064. package/src/apis/UsersPublicApi.ts +17 -9
  1065. package/src/models/AccountAliasDto.ts +3 -3
  1066. package/src/models/AccountAliasInput.ts +2 -2
  1067. package/src/models/AccountBankAccountDto.ts +5 -5
  1068. package/src/models/AccountBankAccountDtoDetails.ts +2 -2
  1069. package/src/models/AccountChallengeRewardUsageListItemDto.ts +1 -1
  1070. package/src/models/AccountChallengeRewardUsageListItemDtoMetadata.ts +1 -1
  1071. package/src/models/AccountCommissionByDateRangeDto.ts +4 -4
  1072. package/src/models/AccountCountryStatsDto.ts +1 -1
  1073. package/src/models/AccountDto.ts +19 -19
  1074. package/src/models/AccountMetricsDto.ts +8 -8
  1075. package/src/models/AccountNameshiftCommissionBySubtypeDto.ts +4 -4
  1076. package/src/models/AccountNameshiftCommissionBySubtypePercentagesDto.ts +1 -1
  1077. package/src/models/AccountNameshiftCommissionByTypeDto.ts +2 -2
  1078. package/src/models/AccountNameshiftCommissionItemDto.ts +1 -1
  1079. package/src/models/AccountNameshiftCommissionReasonDto.ts +12 -12
  1080. package/src/models/AccountNameshiftCommissionSubtypeCurrentDto.ts +1 -1
  1081. package/src/models/AccountNotificationDto.ts +5 -5
  1082. package/src/models/AccountNotificationReadStatusDto.ts +6 -6
  1083. package/src/models/AccountOnboardingDto.ts +5 -5
  1084. package/src/models/AccountOnboardingSessionDto.ts +1 -1
  1085. package/src/models/AccountPaymentDto.ts +19 -19
  1086. package/src/models/AccountPaymentMethodDto.ts +10 -10
  1087. package/src/models/AccountPaymentMethodProfileDto.ts +7 -7
  1088. package/src/models/AccountPayoutDto.ts +3 -3
  1089. package/src/models/AccountSettingsAffiliateCommissionDto.ts +6 -6
  1090. package/src/models/AccountSettingsAffiliateCommissionReferralDuration.ts +3 -3
  1091. package/src/models/AccountSettingsAffiliateDto.ts +7 -7
  1092. package/src/models/AccountSettingsAliasDto.ts +3 -3
  1093. package/src/models/AccountSettingsDto.ts +14 -14
  1094. package/src/models/AccountSettingsInput.ts +15 -15
  1095. package/src/models/AccountSettingsLeaseToOwnConfigurationDto.ts +13 -13
  1096. package/src/models/AccountSettingsRentConfigurationDto.ts +2 -2
  1097. package/src/models/AccountSettingsSidnDto.ts +2 -2
  1098. package/src/models/AccountsStatsDto.ts +1 -1
  1099. package/src/models/AddSubscriptionDomainRecordInput.ts +1 -1
  1100. package/src/models/AddressDto.ts +8 -8
  1101. package/src/models/AdminAccountCommissionByDateRangeInput.ts +4 -4
  1102. package/src/models/AdminAccountLoginDto.ts +2 -2
  1103. package/src/models/AdminAccountSettingsAffiliateCommissionInput.ts +6 -6
  1104. package/src/models/AdminAccountSettingsAffiliateInput.ts +7 -7
  1105. package/src/models/AdminAccountSettingsAffiliateReferralDurationInput.ts +3 -3
  1106. package/src/models/AdminAccountSettingsInput.ts +10 -10
  1107. package/src/models/AdminAuctionCommissionByDateRangeInput.ts +4 -4
  1108. package/src/models/AdminAuctionConfigurationInput.ts +6 -6
  1109. package/src/models/AdminBankAccountDto.ts +4 -4
  1110. package/src/models/AdminBuyerLoginDto.ts +2 -2
  1111. package/src/models/AdminChallengeListDto.ts +2 -2
  1112. package/src/models/AdminChallengeListItemDto.ts +1 -1
  1113. package/src/models/AdminCompanyStatsDto.ts +2 -2
  1114. package/src/models/AdminCompanyStatsLedger.ts +8 -8
  1115. package/src/models/AdminDashboardStatsDto.ts +1 -1
  1116. package/src/models/AdminDomainListItemDto.ts +64 -65
  1117. package/src/models/AdminGetAllDomainTransfers200Response.ts +1 -1
  1118. package/src/models/AdminLeadListItemBuyerDto.ts +23 -23
  1119. package/src/models/AdminLeadListItemDomainDto.ts +4 -4
  1120. package/src/models/AdminLeadListItemDto.ts +47 -47
  1121. package/src/models/AdminListAccountDto.ts +68 -68
  1122. package/src/models/AdminVerificationDepositDto.ts +3 -3
  1123. package/src/models/AffiliatesStatsDto.ts +1 -1
  1124. package/src/models/AggregatedPaginationResponse.ts +2 -2
  1125. package/src/models/AirwallexBankAccountDetailsDto.ts +7 -7
  1126. package/src/models/AirwallexBankAccountDetailsDtoInstitution.ts +5 -5
  1127. package/src/models/AirwallexBankAccountDetailsDtoLocalMethod.ts +3 -3
  1128. package/src/models/AirwallexBankAccountDetailsDtoLocalMethodCode.ts +3 -3
  1129. package/src/models/AirwallexDepositDto.ts +14 -14
  1130. package/src/models/AirwallexDepositDtoFee.ts +1 -1
  1131. package/src/models/AuBankAccountDetails.ts +5 -5
  1132. package/src/models/AuctionBidDto.ts +1 -1
  1133. package/src/models/AuctionBidInput.ts +2 -2
  1134. package/src/models/AuctionBidMetricsDto.ts +1 -1
  1135. package/src/models/AuctionBuyerDto.ts +1 -1
  1136. package/src/models/AuctionBuyerWithTokenDto.ts +1 -1
  1137. package/src/models/AuctionCommissionByDateRangeDto.ts +4 -4
  1138. package/src/models/AuctionConfigurationDto.ts +6 -6
  1139. package/src/models/AuctionDto.ts +1 -1
  1140. package/src/models/AuctionDurationDto.ts +1 -1
  1141. package/src/models/AuctionListItemDto.ts +1 -1
  1142. package/src/models/AuctionListItemDtoDomainInformation.ts +1 -1
  1143. package/src/models/AuctionListItemDtoSellerAccount.ts +1 -1
  1144. package/src/models/AuctionsStatsDto.ts +1 -1
  1145. package/src/models/BadRequestException.ts +4 -4
  1146. package/src/models/BatchDeleteBuyerLeadsInput.ts +2 -2
  1147. package/src/models/BatchImportPreviewDto.ts +3 -3
  1148. package/src/models/BatchReadBuyerLeadMessageInput.ts +2 -2
  1149. package/src/models/BatchReadSellerLeadMessageInput.ts +2 -2
  1150. package/src/models/BatchUpdateDomainsInput.ts +3 -3
  1151. package/src/models/BatchVerifyBuyerLeadsInput.ts +2 -2
  1152. package/src/models/BillingInformationDto.ts +8 -8
  1153. package/src/models/BulkCommissionActionsInput.ts +2 -2
  1154. package/src/models/BulkCommissionActionsInputActionsInner.ts +1 -1
  1155. package/src/models/BulkDownloadInvoicesInput.ts +1 -1
  1156. package/src/models/BulkMarkBuyerNotificationsAsReadInputDto.ts +1 -1
  1157. package/src/models/BulkMarkNotificationsAsReadInputDto.ts +1 -1
  1158. package/src/models/BulkUpdateDomainsWithFiltersInput.ts +6 -6
  1159. package/src/models/BuyerAccessTokenDto.ts +1 -1
  1160. package/src/models/BuyerAuctionDetailDto.ts +1 -1
  1161. package/src/models/BuyerAuctionDetailDtoDomain.ts +1 -1
  1162. package/src/models/BuyerAuctionListItemDto.ts +1 -1
  1163. package/src/models/BuyerAuctionListItemDtoDomainInformation.ts +1 -1
  1164. package/src/models/BuyerAuctionListItemDtoSellerAccount.ts +1 -1
  1165. package/src/models/BuyerDomainNameserverItemDto.ts +1 -1
  1166. package/src/models/BuyerDomainRecordItemDto.ts +1 -1
  1167. package/src/models/BuyerDomainRecordsDto.ts +1 -1
  1168. package/src/models/BuyerDomainTransferAuthCodeDto.ts +1 -1
  1169. package/src/models/BuyerDomainTransferListItemDomainDto.ts +7 -7
  1170. package/src/models/BuyerDomainTransferListItemDto.ts +35 -35
  1171. package/src/models/BuyerDto.ts +8 -8
  1172. package/src/models/BuyerInvoiceDomainDto.ts +6 -6
  1173. package/src/models/BuyerInvoiceDto.ts +16 -16
  1174. package/src/models/BuyerInvoiceSellerAccountDto.ts +8 -8
  1175. package/src/models/BuyerLeadListItemDomainDto.ts +1 -1
  1176. package/src/models/BuyerLeadListItemDto.ts +8 -8
  1177. package/src/models/BuyerNotificationAttachmentDto.ts +4 -4
  1178. package/src/models/BuyerNotificationDto.ts +8 -8
  1179. package/src/models/BuyerNotificationListItemDto.ts +7 -7
  1180. package/src/models/BuyerNotificationSettingsDto.ts +2 -2
  1181. package/src/models/BuyerSecurityUserDto.ts +7 -7
  1182. package/src/models/BuyerSessionDto.ts +10 -10
  1183. package/src/models/BuyerSubscriptionListItemDto.ts +18 -18
  1184. package/src/models/BuyerSubscriptionListItemDtoDomainInformation.ts +4 -4
  1185. package/src/models/BuyerTaskDetailsDto.ts +3 -3
  1186. package/src/models/CaBankAccountDetails.ts +6 -6
  1187. package/src/models/ChallengeRewardBalanceDto.ts +1 -1
  1188. package/src/models/ChangeOrderStatusInput.ts +2 -2
  1189. package/src/models/ChangeSubscriptionStatusInput.ts +2 -2
  1190. package/src/models/ChangeUserEmailWithOtpInput.ts +3 -3
  1191. package/src/models/ChartDataPoint.ts +3 -3
  1192. package/src/models/CheckDomainsNsInput.ts +2 -2
  1193. package/src/models/CommissionAccountDto.ts +4 -4
  1194. package/src/models/CommissionAction.ts +2 -2
  1195. package/src/models/CommissionAddUpdateActionInput.ts +1 -1
  1196. package/src/models/CommissionConfigurationDto.ts +1 -1
  1197. package/src/models/CommissionConfigurationDtoPayload.ts +1 -1
  1198. package/src/models/CommissionConfigurationInput.ts +1 -1
  1199. package/src/models/CommissionDeleteActionInput.ts +1 -1
  1200. package/src/models/CommissionDto.ts +10 -10
  1201. package/src/models/CommissionFactor.ts +2 -2
  1202. package/src/models/CommissionListDto.ts +2 -2
  1203. package/src/models/CommissionPayloadIdInput.ts +2 -2
  1204. package/src/models/CommissionPayloadInput.ts +10 -10
  1205. package/src/models/CommissionPercentageRangeDto.ts +4 -4
  1206. package/src/models/CommissionPercentageRangeInput.ts +4 -4
  1207. package/src/models/CommissionReasonConfigDto.ts +2 -2
  1208. package/src/models/CommissionReasonConfigDtoPayload.ts +1 -1
  1209. package/src/models/CommissionReasonDto.ts +13 -13
  1210. package/src/models/CommissionsStatsDto.ts +1 -1
  1211. package/src/models/CompanyInformationDto.ts +4 -4
  1212. package/src/models/CompanyTaxIdDto.ts +4 -4
  1213. package/src/models/ConflictException.ts +4 -4
  1214. package/src/models/CreateAccountPaymentInput.ts +4 -4
  1215. package/src/models/CreateAccountPaymentManualTransactionInput.ts +1 -1
  1216. package/src/models/CreateBankAccountInput.ts +3 -3
  1217. package/src/models/CreateBuyerLeadMessageInput.ts +2 -2
  1218. package/src/models/CreateChallengeInput.ts +1 -1
  1219. package/src/models/CreateLeadInput.ts +36 -36
  1220. package/src/models/CreateLeadMessageInput.ts +2 -2
  1221. package/src/models/CreateManualLeadInput.ts +16 -18
  1222. package/src/models/CreateManualTransactionInput.ts +2 -2
  1223. package/src/models/CreateOrderInput.ts +39 -41
  1224. package/src/models/CreateSubscriptionBillingPeriodicityInput.ts +7 -9
  1225. package/src/models/CreateSubscriptionInput.ts +45 -48
  1226. package/src/models/CreateSubscriptionManualTransactionInput.ts +2 -2
  1227. package/src/models/CursorBasedPageInfo.ts +3 -3
  1228. package/src/models/CursorBasedPaginationResponse.ts +13 -4
  1229. package/src/models/DeleteDomainsInput.ts +2 -2
  1230. package/src/models/DomainAuctionDto.ts +13 -13
  1231. package/src/models/DomainCategoryItemDto.ts +5 -5
  1232. package/src/models/DomainExchangeRateDto.ts +3 -3
  1233. package/src/models/DomainFiltersDto.ts +1 -1
  1234. package/src/models/DomainLeadPriceNegotiatorAiAgentConfigurationDto.ts +4 -4
  1235. package/src/models/DomainLeadPriceNegotiatorAiAgentConfigurationInput.ts +12 -12
  1236. package/src/models/DomainLockConfigurationDto.ts +3 -3
  1237. package/src/models/DomainLockDto.ts +1 -1
  1238. package/src/models/DomainPricesChangeDto.ts +29 -29
  1239. package/src/models/DomainSalesInformationDto.ts +22 -22
  1240. package/src/models/DomainSalesInformationLeaseToOwnConfigurationDto.ts +6 -6
  1241. package/src/models/DomainSalesInformationRentConfigurationDto.ts +3 -3
  1242. package/src/models/DomainSellerDto.ts +18 -18
  1243. package/src/models/DomainStatsDto.ts +14 -14
  1244. package/src/models/DomainTldsDto.ts +2 -2
  1245. package/src/models/DomainTransferAgentDto.ts +5 -5
  1246. package/src/models/DomainTransferDetailSellerPayoutInvoiceDto.ts +6 -6
  1247. package/src/models/DomainTransferDetailWorkflowStepActionDto.ts +17 -17
  1248. package/src/models/DomainTransferDetailWorkflowStepDto.ts +19 -19
  1249. package/src/models/DomainTransferDetailsAuthCodeDto.ts +3 -3
  1250. package/src/models/DomainTransferDetailsBuyerDto.ts +8 -8
  1251. package/src/models/DomainTransferDetailsDomainDto.ts +8 -8
  1252. package/src/models/DomainTransferDetailsDto.ts +21 -21
  1253. package/src/models/DomainTransferDetailsOrderDto.ts +11 -11
  1254. package/src/models/DomainTransferDetailsSellerDto.ts +6 -6
  1255. package/src/models/DomainTransferDetailsSellerUserDto.ts +5 -5
  1256. package/src/models/DomainTransferDetailsSubscriptionDto.ts +11 -11
  1257. package/src/models/DomainTransferDetailsValidationDto.ts +25 -25
  1258. package/src/models/DomainTransferDetailsWorkflowDto.ts +4 -4
  1259. package/src/models/DomainTransferDomainDto.ts +7 -7
  1260. package/src/models/DomainTransferDto.ts +11 -11
  1261. package/src/models/DomainTransferOrderDto.ts +6 -6
  1262. package/src/models/DomainTransferSellerAccountDto.ts +7 -7
  1263. package/src/models/DomainTransferSubscriptionDto.ts +6 -6
  1264. package/src/models/DomainTransferTldInformationDto.ts +2 -2
  1265. package/src/models/DomainTransferTldInformationResultDto.ts +3 -3
  1266. package/src/models/DomainTransferWorkflowDto.ts +2 -2
  1267. package/src/models/DomainUrlDto.ts +4 -4
  1268. package/src/models/DomainVerificationStatusDto.ts +1 -1
  1269. package/src/models/EppBatchUpdateInput.ts +13 -15
  1270. package/src/models/FeatureFlagListItemDto.ts +8 -8
  1271. package/src/models/FixedCommissionPayloadDto.ts +2 -2
  1272. package/src/models/FixedCommissionPayloadInput.ts +2 -2
  1273. package/src/models/FixedCommissionReasonPayloadDto.ts +2 -2
  1274. package/src/models/ForgotPasswordRequestInput.ts +2 -2
  1275. package/src/models/GetAccountChallengeRewardUsagesListDto.ts +2 -2
  1276. package/src/models/GetAccountNameshiftCommissionsResponseDto.ts +1 -1
  1277. package/src/models/GetAllAffiliateCommissions200Response.ts +1 -1
  1278. package/src/models/GetAllAuctions200Response.ts +1 -1
  1279. package/src/models/GetAllAuctions200Response1.ts +1 -1
  1280. package/src/models/GetAllDomainTransfers200Response.ts +1 -1
  1281. package/src/models/GetAllFeatureFlags200Response.ts +1 -1
  1282. package/src/models/GetAllInvoices200Response.ts +1 -1
  1283. package/src/models/GetAllOrders200Response.ts +1 -1
  1284. package/src/models/GetAllOwnedDomains200Response.ts +1 -1
  1285. package/src/models/GetAllReferrals200Response.ts +1 -1
  1286. package/src/models/GetAllSubscriptions200Response.ts +1 -1
  1287. package/src/models/GetAllSubscriptions200Response1.ts +1 -1
  1288. package/src/models/GetBuyerAuctions200Response.ts +1 -1
  1289. package/src/models/GetBuyerInvoices200Response.ts +1 -1
  1290. package/src/models/GetBuyerLeads200Response.ts +1 -1
  1291. package/src/models/GetBuyerSubscriptions200Response.ts +1 -1
  1292. package/src/models/GetBuyerTransfers200Response.ts +1 -1
  1293. package/src/models/GetInvoices200Response.ts +1 -1
  1294. package/src/models/GetMarketingSales200Response.ts +1 -1
  1295. package/src/models/GetSellerChallengesListDto.ts +2 -2
  1296. package/src/models/GetSellerChallengesListDtoChallengesInner.ts +1 -1
  1297. package/src/models/HistoricalMetrics.ts +5 -5
  1298. package/src/models/HttpException.ts +1 -1
  1299. package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +22 -22
  1300. package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +64 -65
  1301. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +64 -65
  1302. package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +71 -72
  1303. package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithManualLeadBuyerDetailsDto.ts +69 -69
  1304. package/src/models/IntersectionTaskListTaskDto.ts +31 -31
  1305. package/src/models/IntersectionTaskListTaskDtoData.ts +2 -2
  1306. package/src/models/InvoiceDomainDto.ts +6 -6
  1307. package/src/models/InvoiceDto.ts +18 -18
  1308. package/src/models/InvoiceDtoTransaction.ts +6 -6
  1309. package/src/models/InvoiceItemDto.ts +6 -6
  1310. package/src/models/InvoiceItemTaxDto.ts +13 -13
  1311. package/src/models/InvoiceSellerAccountDto.ts +8 -8
  1312. package/src/models/InvoiceTransactionDto.ts +41 -41
  1313. package/src/models/LandingPageInput.ts +13 -13
  1314. package/src/models/LandingPageSettingsDto.ts +13 -13
  1315. package/src/models/LeadBuyerConfigDto.ts +3 -3
  1316. package/src/models/LeadDomainDto.ts +25 -25
  1317. package/src/models/LeadDto.ts +36 -36
  1318. package/src/models/LeadLeaseToOwnAndRentConfigurationPresetsDto.ts +1 -1
  1319. package/src/models/LeadLeaseToOwnConfigurationDto.ts +5 -5
  1320. package/src/models/LeadMessageData.ts +1 -1
  1321. package/src/models/LeadMessageDataLeaseToOwn.ts +1 -1
  1322. package/src/models/LeadMessageDto.ts +12 -12
  1323. package/src/models/LeadOfferDto.ts +5 -5
  1324. package/src/models/LeadOfferExpirationConfigurationDto.ts +3 -3
  1325. package/src/models/LeadOfferExpirationConfigurationInput.ts +3 -3
  1326. package/src/models/LeadOfferExpirationDurationInput.ts +3 -3
  1327. package/src/models/LeadPriceNegotiatorAiAgentConfigurationDto.ts +4 -4
  1328. package/src/models/LeadPriceNegotiatorAiAgentConfigurationInput.ts +4 -4
  1329. package/src/models/LeadRentConfigurationDto.ts +3 -3
  1330. package/src/models/LeadStatusDto.ts +2 -2
  1331. package/src/models/LeaseToOwnConfigurationDto.ts +5 -5
  1332. package/src/models/LeaseToOwnConfigurationInput.ts +4 -4
  1333. package/src/models/LeaseToOwnConfigurationPresetsDto.ts +4 -4
  1334. package/src/models/LeaseToOwnDto.ts +1 -1
  1335. package/src/models/LedgerMutationAttachmentDto.ts +3 -3
  1336. package/src/models/LedgerMutationDto.ts +8 -8
  1337. package/src/models/LedgerMutationsDto.ts +2 -2
  1338. package/src/models/List200Response.ts +1 -1
  1339. package/src/models/List200Response1.ts +1 -1
  1340. package/src/models/List200Response2.ts +1 -1
  1341. package/src/models/List200Response3.ts +13 -12
  1342. package/src/models/List200Response4.ts +13 -12
  1343. package/src/models/ListAccountMetricsDto.ts +10 -10
  1344. package/src/models/ListAccountPortfolioSizeDto.ts +3 -3
  1345. package/src/models/ListAccountUserDto.ts +4 -4
  1346. package/src/models/ListAccounts200Response.ts +1 -1
  1347. package/src/models/ListAuctions200Response.ts +12 -11
  1348. package/src/models/ListBankAccounts200Response.ts +1 -1
  1349. package/src/models/ListBuyerNotifications200Response.ts +1 -1
  1350. package/src/models/ListDomains200Response.ts +1 -1
  1351. package/src/models/ListDomainsWithUpdatedPricing200Response.ts +12 -11
  1352. package/src/models/ListLeadMessagesDto.ts +2 -2
  1353. package/src/models/ListLeads200Response.ts +1 -1
  1354. package/src/models/ListLeadsResultItem.ts +111 -111
  1355. package/src/models/ListNotifications200Response.ts +1 -1
  1356. package/src/models/ListRelatedLeads200Response.ts +1 -1
  1357. package/src/models/LockConfigurationInput.ts +3 -3
  1358. package/src/models/LockDurationDto.ts +1 -1
  1359. package/src/models/LockDurationInput.ts +3 -3
  1360. package/src/models/LoginDto.ts +3 -3
  1361. package/src/models/LoginInput.ts +3 -3
  1362. package/src/models/MajesticMetrics.ts +8 -8
  1363. package/src/models/MajesticTopicTrustFlow.ts +4 -4
  1364. package/src/models/MandrillWebhookBody.ts +65 -0
  1365. package/src/models/ManualLeadBuyerDto.ts +5 -5
  1366. package/src/models/ManualLeadLeaseToOwnDto.ts +5 -5
  1367. package/src/models/MarketingOrderListItemDto.ts +1 -1
  1368. package/src/models/MarketingSalesFiltersDto.ts +1 -1
  1369. package/src/models/MoneyDecimalDto.ts +3 -3
  1370. package/src/models/MoneyDto.ts +3 -3
  1371. package/src/models/MoneyInput.ts +3 -3
  1372. package/src/models/MozMetrics.ts +6 -6
  1373. package/src/models/NickyWebhookPayloadDto.ts +93 -0
  1374. package/src/models/NotFoundException.ts +3 -3
  1375. package/src/models/NzBankAccountDetails.ts +4 -4
  1376. package/src/models/ObjectId.ts +2 -2
  1377. package/src/models/OrderCompanyInfoDto.ts +4 -4
  1378. package/src/models/OrderCompanyTaxIdDto.ts +4 -4
  1379. package/src/models/OrderDto.ts +62 -62
  1380. package/src/models/OrderListItemDto.ts +24 -24
  1381. package/src/models/OrderListItemDtoBuyerInformation.ts +7 -7
  1382. package/src/models/OrderListItemDtoDomainInformation.ts +4 -4
  1383. package/src/models/OrderListItemDtoSellerAccount.ts +7 -7
  1384. package/src/models/OrderListItemDtoTransaction.ts +6 -6
  1385. package/src/models/OwnedDomainDto.ts +25 -25
  1386. package/src/models/PageBasedPageInfo.ts +3 -3
  1387. package/src/models/PageBasedPaginationResponse.ts +15 -6
  1388. package/src/models/PaginateResponse.ts +1 -1
  1389. package/src/models/PaginateResponseLinks.ts +1 -1
  1390. package/src/models/PaginateResponseMeta.ts +1 -1
  1391. package/src/models/ParsedDomainDto.ts +2 -2
  1392. package/src/models/PartnerAuctionDto.ts +1 -1
  1393. package/src/models/PartnerDomainFindDto.ts +28 -28
  1394. package/src/models/PayAccountPaymentInput.ts +2 -2
  1395. package/src/models/PaymentMethodsStatsDto.ts +1 -1
  1396. package/src/models/PrivateAccountGetMeResponse.ts +23 -23
  1397. package/src/models/PublicAccountInformationDto.ts +11 -11
  1398. package/src/models/PublicAuctionListItemDto.ts +1 -1
  1399. package/src/models/PublicAuctionListItemDtoDomainInformation.ts +1 -1
  1400. package/src/models/PublicAuctionListItemDtoDomainMozMetrics.ts +1 -1
  1401. package/src/models/PublicAuctionListItemDtoDomainSeo.ts +1 -1
  1402. package/src/models/PublicDomainDto.ts +40 -41
  1403. package/src/models/PublicDomainDtoAuction.ts +3 -3
  1404. package/src/models/PublicDomainDtoSeo.ts +2 -2
  1405. package/src/models/PublicDomainDtoSeoMoz.ts +4 -4
  1406. package/src/models/PublicLeadBuyerDto.ts +1 -1
  1407. package/src/models/PublicLeadDto.ts +2 -2
  1408. package/src/models/PublicSaleDto.ts +7 -7
  1409. package/src/models/PublicSalesDto.ts +2 -2
  1410. package/src/models/PutBuyerLeadOfferInput.ts +6 -7
  1411. package/src/models/PutLeadOfferInput.ts +5 -5
  1412. package/src/models/RegisterAccountInput.ts +33 -33
  1413. package/src/models/RegisterAccountPortfolioSizeInput.ts +3 -3
  1414. package/src/models/RegisterAuctionBuyerPhoneInput.ts +3 -3
  1415. package/src/models/RegisterInput.ts +3 -3
  1416. package/src/models/RelatedDomainsDto.ts +2 -2
  1417. package/src/models/RelatedLeadDto.ts +7 -7
  1418. package/src/models/RelatedSellerDomain.ts +7 -7
  1419. package/src/models/RemoveSubscriptionDomainRecordInput.ts +1 -1
  1420. package/src/models/RentConfigurationDto.ts +3 -3
  1421. package/src/models/RentConfigurationInput.ts +3 -3
  1422. package/src/models/RentConfigurationPresetsDto.ts +2 -2
  1423. package/src/models/RentDto.ts +1 -1
  1424. package/src/models/RentIndexationDto.ts +8 -8
  1425. package/src/models/RequestAccessTokenInput.ts +5 -6
  1426. package/src/models/RequestEmailOtpInput.ts +3 -3
  1427. package/src/models/RequestUserEmailChangeOtpInput.ts +3 -3
  1428. package/src/models/SalesCountCommissionPayloadDto.ts +2 -2
  1429. package/src/models/SalesCountCommissionPayloadInput.ts +2 -2
  1430. package/src/models/SalesCountCommissionReasonPayloadDto.ts +2 -2
  1431. package/src/models/SeBankAccountDetails.ts +7 -7
  1432. package/src/models/SellerAccountReferralListItemDto.ts +1 -1
  1433. package/src/models/SellerAffiliateCommissionDto.ts +6 -6
  1434. package/src/models/SellerAuctionListItemDto.ts +4 -4
  1435. package/src/models/SellerAuctionListItemDtoDomainInformation.ts +1 -1
  1436. package/src/models/SellerAuctionListItemDtoSellerAccount.ts +1 -1
  1437. package/src/models/SellerDomainAffiliateCommissionDto.ts +10 -10
  1438. package/src/models/SellerDomainAffiliateCommissionDtoDomain.ts +3 -3
  1439. package/src/models/SellerDomainTransferAuthCodeDto.ts +3 -3
  1440. package/src/models/SellerDomainTransferDomainDto.ts +7 -7
  1441. package/src/models/SellerDomainTransferDto.ts +15 -15
  1442. package/src/models/SellerDomainTransferListItemAuthCodeDto.ts +3 -3
  1443. package/src/models/SellerDomainTransferListItemDomainDto.ts +7 -7
  1444. package/src/models/SellerDomainTransferListItemDto.ts +16 -16
  1445. package/src/models/SellerInvoiceDomainDto.ts +6 -6
  1446. package/src/models/SellerInvoiceDto.ts +16 -16
  1447. package/src/models/SellerInvoiceSellerAccountDto.ts +8 -8
  1448. package/src/models/SellerLeadDetails.ts +87 -87
  1449. package/src/models/SellerPendingPayoutsByCurrencyStatsItemDto.ts +1 -1
  1450. package/src/models/SellerRemainingAndTotalLeaseToOwnByCurrencyStatsItemDto.ts +1 -1
  1451. package/src/models/SellerSalesByTldStatsItemDto.ts +1 -1
  1452. package/src/models/SellerSalesCountStatsItemDto.ts +1 -1
  1453. package/src/models/SellerScaleChallengeListItemDto.ts +1 -1
  1454. package/src/models/SellerSecurityUserAccountDto.ts +2 -2
  1455. package/src/models/SellerSecurityUserDto.ts +10 -10
  1456. package/src/models/SellerSubscriptionListItemDto.ts +13 -13
  1457. package/src/models/SellerSubscriptionListItemDtoDomainInformation.ts +4 -4
  1458. package/src/models/SellerTargetChallengeListItemDto.ts +1 -1
  1459. package/src/models/SellerTotalEarningsByCurrencyOverTimeStatsItemDto.ts +1 -1
  1460. package/src/models/SellerTotalEarningsByCurrencyStatsItemDto.ts +1 -1
  1461. package/src/models/SellerTotalRentMonthlyIncomeByCurrencyStatsItemDto.ts +1 -1
  1462. package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.ts +13 -13
  1463. package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInputAiModel.ts +4 -4
  1464. package/src/models/SeoMetricsDto.ts +4 -4
  1465. package/src/models/SepaBankAccountDetails.ts +5 -5
  1466. package/src/models/SetDomainTransferConfirmationInput.ts +8 -10
  1467. package/src/models/SetNewPasswordInput.ts +2 -2
  1468. package/src/models/SetPayoutProviderInput.ts +2 -2
  1469. package/src/models/StartAuctionInput.ts +1 -1
  1470. package/src/models/StateDto.ts +3 -3
  1471. package/src/models/StatsFilterInputDateRange.ts +3 -3
  1472. package/src/models/StoreBuyerLocaleInput.ts +2 -2
  1473. package/src/models/StoreUserLocaleInput.ts +2 -2
  1474. package/src/models/SubscriptionBillingPeriodicityDto.ts +3 -3
  1475. package/src/models/SubscriptionCompanyInfoDto.ts +4 -4
  1476. package/src/models/SubscriptionCompanyTaxIdDto.ts +4 -4
  1477. package/src/models/SubscriptionDetailsBillingPeriodicityDto.ts +3 -3
  1478. package/src/models/SubscriptionDetailsDomainDto.ts +6 -6
  1479. package/src/models/SubscriptionDetailsDomainSellerDto.ts +6 -6
  1480. package/src/models/SubscriptionDetailsDomainSellerUserDto.ts +5 -5
  1481. package/src/models/SubscriptionDetailsDto.ts +44 -44
  1482. package/src/models/SubscriptionDomainDto.ts +5 -5
  1483. package/src/models/SubscriptionDomainRecordInput.ts +1 -1
  1484. package/src/models/SubscriptionDto.ts +62 -62
  1485. package/src/models/SubscriptionLeaseToOwnConfigurationDto.ts +5 -5
  1486. package/src/models/SubscriptionListItemBillingPeriodicityDto.ts +3 -3
  1487. package/src/models/SubscriptionListItemDto.ts +42 -42
  1488. package/src/models/SubscriptionListItemDtoBuyerInformation.ts +7 -7
  1489. package/src/models/SubscriptionListItemDtoDomainInformation.ts +4 -4
  1490. package/src/models/SubscriptionListItemDtoSellerAccount.ts +7 -7
  1491. package/src/models/SubscriptionListItemDtoTransaction.ts +6 -6
  1492. package/src/models/TaskDataChallengeRewardDto.ts +2 -2
  1493. package/src/models/TaskDataDomainTransferDto.ts +2 -2
  1494. package/src/models/TaskDetailsDto.ts +4 -4
  1495. package/src/models/TaskListDomainDto.ts +3 -3
  1496. package/src/models/TaskListDomainTransferDto.ts +2 -2
  1497. package/src/models/TaskListLeadDto.ts +11 -11
  1498. package/src/models/TaskListLeadLeaseToOwnConfigurationDto.ts +5 -5
  1499. package/src/models/TaskListLeadOfferDto.ts +5 -5
  1500. package/src/models/TaskListLeadRentConfigurationDto.ts +3 -3
  1501. package/src/models/TimeTableConfigurationDto.ts +3 -3
  1502. package/src/models/TimeTableConfigurationInput.ts +3 -3
  1503. package/src/models/TopAffiliateSellerDto.ts +1 -1
  1504. package/src/models/TopSellerAccountDto.ts +1 -1
  1505. package/src/models/UkBankAccountDetails.ts +5 -5
  1506. package/src/models/UpdateAccountBillingInformationInput.ts +2 -2
  1507. package/src/models/UpdateAccountChallengeRewardBalanceInput.ts +2 -2
  1508. package/src/models/UpdateAuctionMuteStatusInput.ts +1 -1
  1509. package/src/models/UpdateBuyerDomainTransferBuyerInfoInput.ts +2 -2
  1510. package/src/models/UpdateBuyerDomainTransferIpsTagInputDto.ts +2 -2
  1511. package/src/models/UpdateBuyerNotificationSettingsInput.ts +1 -1
  1512. package/src/models/UpdateChallengeInput.ts +1 -1
  1513. package/src/models/UpdateDomainInput.ts +9 -9
  1514. package/src/models/UpdateDomainTransferAuthCodeInput.ts +2 -2
  1515. package/src/models/UpdateDomainTransferIpsTagInput.ts +2 -2
  1516. package/src/models/UpdateFeatureFlagInput.ts +4 -4
  1517. package/src/models/UpdateLeadInput.ts +6 -6
  1518. package/src/models/UpdateLeadMuteStatusForBuyerInput.ts +1 -1
  1519. package/src/models/UpdateLeadMuteStatusInput.ts +1 -1
  1520. package/src/models/UpdateLeaseToOwnConfigurationDto.ts +1 -1
  1521. package/src/models/UpdateOrderInput.ts +13 -13
  1522. package/src/models/UpdateRentConfigurationDto.ts +1 -1
  1523. package/src/models/UpdateSubscriptionBillingPeriodicityInput.ts +3 -3
  1524. package/src/models/UpdateSubscriptionDomainNameserversInput.ts +1 -1
  1525. package/src/models/UpdateSubscriptionDomainRecordInput.ts +1 -1
  1526. package/src/models/UpdateSubscriptionInput.ts +15 -15
  1527. package/src/models/UpdateTaskMuteStatusForBuyerInput.ts +1 -1
  1528. package/src/models/UpdateTaskMuteStatusInput.ts +1 -1
  1529. package/src/models/UpdateUserNotificationSettingsInput.ts +1 -1
  1530. package/src/models/UsBankAccountDetails.ts +5 -5
  1531. package/src/models/UserNotificationAttachmentDto.ts +4 -4
  1532. package/src/models/UserNotificationDto.ts +8 -8
  1533. package/src/models/UserNotificationListItemDto.ts +7 -7
  1534. package/src/models/UserNotificationSettingsDto.ts +16 -16
  1535. package/src/models/UserPasswordResetDto.ts +3 -3
  1536. package/src/models/ValidateTaxNumberDto.ts +1 -1
  1537. package/src/models/ValidateTaxNumberInput.ts +4 -4
  1538. package/src/models/ValidationError.ts +4 -4
  1539. package/src/models/ValidationException.ts +1 -1
  1540. package/src/models/VerifyEmailOtpInput.ts +3 -3
  1541. package/src/models/VerifyLeadInput.ts +2 -2
  1542. package/src/models/VerifyPhoneOtpInput.ts +2 -2
  1543. package/src/models/WithSettingsInner.ts +25 -25
  1544. package/src/models/index.ts +2 -1
  1545. package/src/runtime.ts +1 -1
  1546. package/dist/models/SortDto.d.ts +0 -52
  1547. package/dist/models/SortDto.js +0 -65
  1548. 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. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
6
6
  *
7
7
  * The version of the OpenAPI document: 1.0
8
8
  *
@@ -205,17 +205,21 @@ export interface BuyersApiGetBuyerAuctionDetailRequest {
205
205
  }
206
206
 
207
207
  export interface BuyersApiGetBuyerAuctionsRequest {
208
- filter?: object;
208
+ filter?: { [key: string]: string; };
209
209
  page?: number;
210
210
  limit?: number;
211
211
  sortBy?: Array<string>;
212
+ filterStatus?: string;
212
213
  }
213
214
 
214
215
  export interface BuyersApiGetBuyerInvoicesRequest {
215
- filter?: object;
216
+ filter?: { [key: string]: string; };
216
217
  page?: number;
217
218
  limit?: number;
218
219
  sortBy?: Array<string>;
220
+ filterDateFrom?: string;
221
+ filterDateTo?: string;
222
+ filterStatus?: string;
219
223
  }
220
224
 
221
225
  export interface BuyersApiGetBuyerLeadRequest {
@@ -227,10 +231,11 @@ export interface BuyersApiGetBuyerLeadMessagesRequest {
227
231
  }
228
232
 
229
233
  export interface BuyersApiGetBuyerLeadsRequest {
230
- filter?: object;
234
+ filter?: { [key: string]: string; };
231
235
  page?: number;
232
236
  limit?: number;
233
237
  sortBy?: Array<string>;
238
+ filterStatus?: string;
234
239
  }
235
240
 
236
241
  export interface BuyersApiGetBuyerNotificationByIdRequest {
@@ -238,10 +243,11 @@ export interface BuyersApiGetBuyerNotificationByIdRequest {
238
243
  }
239
244
 
240
245
  export interface BuyersApiGetBuyerSubscriptionsRequest {
241
- filter?: object;
246
+ filter?: { [key: string]: string; };
242
247
  page?: number;
243
248
  limit?: number;
244
249
  sortBy?: Array<string>;
250
+ filterStatus?: string;
245
251
  }
246
252
 
247
253
  export interface BuyersApiGetBuyerTaskRequest {
@@ -249,10 +255,11 @@ export interface BuyersApiGetBuyerTaskRequest {
249
255
  }
250
256
 
251
257
  export interface BuyersApiGetBuyerTransfersRequest {
252
- filter?: object;
258
+ filter?: { [key: string]: string; };
253
259
  page?: number;
254
260
  limit?: number;
255
261
  sortBy?: Array<string>;
262
+ filterStatus?: string;
256
263
  }
257
264
 
258
265
  export interface BuyersApiGetDomainRecordsBySubscriptionIdRequest {
@@ -264,10 +271,11 @@ export interface BuyersApiGetTransferAuthCodeRequest {
264
271
  }
265
272
 
266
273
  export interface BuyersApiListBuyerNotificationsRequest {
267
- filter?: object;
274
+ filter?: { [key: string]: string; };
268
275
  page?: number;
269
276
  limit?: number;
270
277
  sortBy?: Array<string>;
278
+ filterRead?: string;
271
279
  }
272
280
 
273
281
  export interface BuyersApiPatchDomainTransferConfirmationRequest {
@@ -354,7 +362,8 @@ export interface BuyersApiVerifyPhoneOtpRequest {
354
362
  export class BuyersApi extends runtime.BaseAPI {
355
363
 
356
364
  /**
357
- *
365
+ * Accepts the current seller counter-offer on the lead.
366
+ * Accept seller counter-offer
358
367
  */
359
368
  async acceptBuyerLeadOfferRaw(requestParameters: BuyersApiAcceptBuyerLeadOfferRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
360
369
  if (requestParameters['leadId'] == null) {
@@ -387,14 +396,16 @@ export class BuyersApi extends runtime.BaseAPI {
387
396
  }
388
397
 
389
398
  /**
390
- *
399
+ * Accepts the current seller counter-offer on the lead.
400
+ * Accept seller counter-offer
391
401
  */
392
402
  async acceptBuyerLeadOffer(requestParameters: BuyersApiAcceptBuyerLeadOfferRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
393
403
  await this.acceptBuyerLeadOfferRaw(requestParameters, initOverrides);
394
404
  }
395
405
 
396
406
  /**
397
- *
407
+ * Adds a DNS record to the domain managed by the subscription. NS and SOA records are not allowed.
408
+ * Add DNS record
398
409
  */
399
410
  async addSubscriptionDomainRecordRaw(requestParameters: BuyersApiAddSubscriptionDomainRecordRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
400
411
  if (requestParameters['subscriptionId'] == null) {
@@ -437,14 +448,16 @@ export class BuyersApi extends runtime.BaseAPI {
437
448
  }
438
449
 
439
450
  /**
440
- *
451
+ * Adds a DNS record to the domain managed by the subscription. NS and SOA records are not allowed.
452
+ * Add DNS record
441
453
  */
442
454
  async addSubscriptionDomainRecord(requestParameters: BuyersApiAddSubscriptionDomainRecordRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
443
455
  await this.addSubscriptionDomainRecordRaw(requestParameters, initOverrides);
444
456
  }
445
457
 
446
458
  /**
447
- *
459
+ * Verifies multiple leads for the buyer in a single request.
460
+ * Batch verify buyer leads
448
461
  */
449
462
  async batchVerifyBuyerLeadsRaw(requestParameters: BuyersApiBatchVerifyBuyerLeadsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
450
463
  if (requestParameters['batchVerifyBuyerLeadsInput'] == null) {
@@ -480,14 +493,16 @@ export class BuyersApi extends runtime.BaseAPI {
480
493
  }
481
494
 
482
495
  /**
483
- *
496
+ * Verifies multiple leads for the buyer in a single request.
497
+ * Batch verify buyer leads
484
498
  */
485
499
  async batchVerifyBuyerLeads(requestParameters: BuyersApiBatchVerifyBuyerLeadsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
486
500
  await this.batchVerifyBuyerLeadsRaw(requestParameters, initOverrides);
487
501
  }
488
502
 
489
503
  /**
490
- *
504
+ * Places a bid on the specified auction. Requires phone verification and completed KYC.
505
+ * Place auction bid
491
506
  */
492
507
  async bidRaw(requestParameters: BuyersApiBidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
493
508
  if (requestParameters['auctionId'] == null) {
@@ -530,14 +545,15 @@ export class BuyersApi extends runtime.BaseAPI {
530
545
  }
531
546
 
532
547
  /**
533
- *
548
+ * Places a bid on the specified auction. Requires phone verification and completed KYC.
549
+ * Place auction bid
534
550
  */
535
551
  async bid(requestParameters: BuyersApiBidRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
536
552
  await this.bidRaw(requestParameters, initOverrides);
537
553
  }
538
554
 
539
555
  /**
540
- * Mark multiple notifications as read (true) or unread (false) based on the readStatus parameter
556
+ * Marks multiple buyer notifications as read or unread based on the readStatus parameter.
541
557
  * Bulk mark buyer notifications as read or unread
542
558
  */
543
559
  async bulkMarkBuyerNotificationsAsReadRaw(requestParameters: BuyersApiBulkMarkBuyerNotificationsAsReadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
@@ -574,7 +590,7 @@ export class BuyersApi extends runtime.BaseAPI {
574
590
  }
575
591
 
576
592
  /**
577
- * Mark multiple notifications as read (true) or unread (false) based on the readStatus parameter
593
+ * Marks multiple buyer notifications as read or unread based on the readStatus parameter.
578
594
  * Bulk mark buyer notifications as read or unread
579
595
  */
580
596
  async bulkMarkBuyerNotificationsAsRead(requestParameters: BuyersApiBulkMarkBuyerNotificationsAsReadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
@@ -582,7 +598,8 @@ export class BuyersApi extends runtime.BaseAPI {
582
598
  }
583
599
 
584
600
  /**
585
- *
601
+ * Marks multiple lead messages as read for the buyer.
602
+ * Mark lead messages as read
586
603
  */
587
604
  async bulkReadBuyerLeadMessageRaw(requestParameters: BuyersApiBulkReadBuyerLeadMessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
588
605
  if (requestParameters['leadId'] == null) {
@@ -625,14 +642,16 @@ export class BuyersApi extends runtime.BaseAPI {
625
642
  }
626
643
 
627
644
  /**
628
- *
645
+ * Marks multiple lead messages as read for the buyer.
646
+ * Mark lead messages as read
629
647
  */
630
648
  async bulkReadBuyerLeadMessage(requestParameters: BuyersApiBulkReadBuyerLeadMessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
631
649
  await this.bulkReadBuyerLeadMessageRaw(requestParameters, initOverrides);
632
650
  }
633
651
 
634
652
  /**
635
- *
653
+ * Returns the current buyer profile.
654
+ * Get current buyer session
636
655
  */
637
656
  async buyerMeRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerSessionDto>> {
638
657
  const queryParameters: any = {};
@@ -658,7 +677,8 @@ export class BuyersApi extends runtime.BaseAPI {
658
677
  }
659
678
 
660
679
  /**
661
- *
680
+ * Returns the current buyer profile.
681
+ * Get current buyer session
662
682
  */
663
683
  async buyerMe(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerSessionDto> {
664
684
  const response = await this.buyerMeRaw(initOverrides);
@@ -666,7 +686,8 @@ export class BuyersApi extends runtime.BaseAPI {
666
686
  }
667
687
 
668
688
  /**
669
- *
689
+ * Schedules cancellation of an active buyer subscription.
690
+ * Cancel subscription
670
691
  */
671
692
  async cancelSubscriptionRaw(requestParameters: BuyersApiCancelSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
672
693
  if (requestParameters['subscriptionId'] == null) {
@@ -699,14 +720,16 @@ export class BuyersApi extends runtime.BaseAPI {
699
720
  }
700
721
 
701
722
  /**
702
- *
723
+ * Schedules cancellation of an active buyer subscription.
724
+ * Cancel subscription
703
725
  */
704
726
  async cancelSubscription(requestParameters: BuyersApiCancelSubscriptionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
705
727
  await this.cancelSubscriptionRaw(requestParameters, initOverrides);
706
728
  }
707
729
 
708
730
  /**
709
- *
731
+ * Creates a new message from the buyer in the lead conversation thread.
732
+ * Send a lead message
710
733
  */
711
734
  async createBuyerLeadMessageRaw(requestParameters: BuyersApiCreateBuyerLeadMessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ObjectId>> {
712
735
  if (requestParameters['leadId'] == null) {
@@ -749,7 +772,8 @@ export class BuyersApi extends runtime.BaseAPI {
749
772
  }
750
773
 
751
774
  /**
752
- *
775
+ * Creates a new message from the buyer in the lead conversation thread.
776
+ * Send a lead message
753
777
  */
754
778
  async createBuyerLeadMessage(requestParameters: BuyersApiCreateBuyerLeadMessageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ObjectId> {
755
779
  const response = await this.createBuyerLeadMessageRaw(requestParameters, initOverrides);
@@ -757,7 +781,8 @@ export class BuyersApi extends runtime.BaseAPI {
757
781
  }
758
782
 
759
783
  /**
760
- *
784
+ * Deletes multiple leads from the buyer account. Only leads in a deletable status are removed.
785
+ * Delete buyer leads
761
786
  */
762
787
  async deleteBuyerLeadsRaw(requestParameters: BuyersApiDeleteBuyerLeadsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
763
788
  if (requestParameters['batchDeleteBuyerLeadsInput'] == null) {
@@ -793,14 +818,16 @@ export class BuyersApi extends runtime.BaseAPI {
793
818
  }
794
819
 
795
820
  /**
796
- *
821
+ * Deletes multiple leads from the buyer account. Only leads in a deletable status are removed.
822
+ * Delete buyer leads
797
823
  */
798
824
  async deleteBuyerLeads(requestParameters: BuyersApiDeleteBuyerLeadsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
799
825
  await this.deleteBuyerLeadsRaw(requestParameters, initOverrides);
800
826
  }
801
827
 
802
828
  /**
803
- *
829
+ * Permanently deletes the buyer account and associated data. This action cannot be undone.
830
+ * Delete buyer account
804
831
  */
805
832
  async deleteMeRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
806
833
  const queryParameters: any = {};
@@ -826,14 +853,16 @@ export class BuyersApi extends runtime.BaseAPI {
826
853
  }
827
854
 
828
855
  /**
829
- *
856
+ * Permanently deletes the buyer account and associated data. This action cannot be undone.
857
+ * Delete buyer account
830
858
  */
831
859
  async deleteMe(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
832
860
  await this.deleteMeRaw(initOverrides);
833
861
  }
834
862
 
835
863
  /**
836
- *
864
+ * Downloads the PDF document for a buyer invoice.
865
+ * Download buyer invoice
837
866
  */
838
867
  async downloadBuyerInvoiceRaw(requestParameters: BuyersApiDownloadBuyerInvoiceRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>> {
839
868
  if (requestParameters['invoiceId'] == null) {
@@ -866,7 +895,8 @@ export class BuyersApi extends runtime.BaseAPI {
866
895
  }
867
896
 
868
897
  /**
869
- *
898
+ * Downloads the PDF document for a buyer invoice.
899
+ * Download buyer invoice
870
900
  */
871
901
  async downloadBuyerInvoice(requestParameters: BuyersApiDownloadBuyerInvoiceRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob> {
872
902
  const response = await this.downloadBuyerInvoiceRaw(requestParameters, initOverrides);
@@ -874,7 +904,7 @@ export class BuyersApi extends runtime.BaseAPI {
874
904
  }
875
905
 
876
906
  /**
877
- * Download a specific notification attachment by attachment ID
907
+ * Downloads a file attachment from a buyer notification.
878
908
  * Download buyer notification attachment
879
909
  */
880
910
  async downloadBuyerNotificationAttachmentRaw(requestParameters: BuyersApiDownloadBuyerNotificationAttachmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>> {
@@ -915,7 +945,7 @@ export class BuyersApi extends runtime.BaseAPI {
915
945
  }
916
946
 
917
947
  /**
918
- * Download a specific notification attachment by attachment ID
948
+ * Downloads a file attachment from a buyer notification.
919
949
  * Download buyer notification attachment
920
950
  */
921
951
  async downloadBuyerNotificationAttachment(requestParameters: BuyersApiDownloadBuyerNotificationAttachmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob> {
@@ -924,7 +954,8 @@ export class BuyersApi extends runtime.BaseAPI {
924
954
  }
925
955
 
926
956
  /**
927
- *
957
+ * Generates a new access token for the buyer, typically used for magic-link authentication flows.
958
+ * Generate buyer access token
928
959
  */
929
960
  async generateBuyerAccessTokenRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerAccessTokenDto>> {
930
961
  const queryParameters: any = {};
@@ -950,7 +981,8 @@ export class BuyersApi extends runtime.BaseAPI {
950
981
  }
951
982
 
952
983
  /**
953
- *
984
+ * Generates a new access token for the buyer, typically used for magic-link authentication flows.
985
+ * Generate buyer access token
954
986
  */
955
987
  async generateBuyerAccessToken(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerAccessTokenDto> {
956
988
  const response = await this.generateBuyerAccessTokenRaw(initOverrides);
@@ -958,7 +990,8 @@ export class BuyersApi extends runtime.BaseAPI {
958
990
  }
959
991
 
960
992
  /**
961
- *
993
+ * Returns auction information for the buyer.
994
+ * Get buyer auction detail
962
995
  */
963
996
  async getBuyerAuctionDetailRaw(requestParameters: BuyersApiGetBuyerAuctionDetailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerAuctionDetailDto>> {
964
997
  if (requestParameters['auctionId'] == null) {
@@ -991,7 +1024,8 @@ export class BuyersApi extends runtime.BaseAPI {
991
1024
  }
992
1025
 
993
1026
  /**
994
- *
1027
+ * Returns auction information for the buyer.
1028
+ * Get buyer auction detail
995
1029
  */
996
1030
  async getBuyerAuctionDetail(requestParameters: BuyersApiGetBuyerAuctionDetailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerAuctionDetailDto> {
997
1031
  const response = await this.getBuyerAuctionDetailRaw(requestParameters, initOverrides);
@@ -999,7 +1033,8 @@ export class BuyersApi extends runtime.BaseAPI {
999
1033
  }
1000
1034
 
1001
1035
  /**
1002
- *
1036
+ * Lists auctions the buyer is participating in.
1037
+ * List buyer auctions
1003
1038
  */
1004
1039
  async getBuyerAuctionsRaw(requestParameters: BuyersApiGetBuyerAuctionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetBuyerAuctions200Response>> {
1005
1040
  const queryParameters: any = {};
@@ -1020,6 +1055,10 @@ export class BuyersApi extends runtime.BaseAPI {
1020
1055
  queryParameters['sortBy'] = requestParameters['sortBy'];
1021
1056
  }
1022
1057
 
1058
+ if (requestParameters['filterStatus'] != null) {
1059
+ queryParameters['filter[status]'] = requestParameters['filterStatus'];
1060
+ }
1061
+
1023
1062
  const headerParameters: runtime.HTTPHeaders = {};
1024
1063
 
1025
1064
  if (this.configuration && this.configuration.accessToken) {
@@ -1041,7 +1080,8 @@ export class BuyersApi extends runtime.BaseAPI {
1041
1080
  }
1042
1081
 
1043
1082
  /**
1044
- *
1083
+ * Lists auctions the buyer is participating in.
1084
+ * List buyer auctions
1045
1085
  */
1046
1086
  async getBuyerAuctions(requestParameters: BuyersApiGetBuyerAuctionsRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetBuyerAuctions200Response> {
1047
1087
  const response = await this.getBuyerAuctionsRaw(requestParameters, initOverrides);
@@ -1049,7 +1089,8 @@ export class BuyersApi extends runtime.BaseAPI {
1049
1089
  }
1050
1090
 
1051
1091
  /**
1052
- *
1092
+ * Lists invoices for the buyer.
1093
+ * List buyer invoices
1053
1094
  */
1054
1095
  async getBuyerInvoicesRaw(requestParameters: BuyersApiGetBuyerInvoicesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetBuyerInvoices200Response>> {
1055
1096
  const queryParameters: any = {};
@@ -1070,6 +1111,18 @@ export class BuyersApi extends runtime.BaseAPI {
1070
1111
  queryParameters['sortBy'] = requestParameters['sortBy'];
1071
1112
  }
1072
1113
 
1114
+ if (requestParameters['filterDateFrom'] != null) {
1115
+ queryParameters['filter[dateFrom]'] = requestParameters['filterDateFrom'];
1116
+ }
1117
+
1118
+ if (requestParameters['filterDateTo'] != null) {
1119
+ queryParameters['filter[dateTo]'] = requestParameters['filterDateTo'];
1120
+ }
1121
+
1122
+ if (requestParameters['filterStatus'] != null) {
1123
+ queryParameters['filter[status]'] = requestParameters['filterStatus'];
1124
+ }
1125
+
1073
1126
  const headerParameters: runtime.HTTPHeaders = {};
1074
1127
 
1075
1128
  if (this.configuration && this.configuration.accessToken) {
@@ -1091,7 +1144,8 @@ export class BuyersApi extends runtime.BaseAPI {
1091
1144
  }
1092
1145
 
1093
1146
  /**
1094
- *
1147
+ * Lists invoices for the buyer.
1148
+ * List buyer invoices
1095
1149
  */
1096
1150
  async getBuyerInvoices(requestParameters: BuyersApiGetBuyerInvoicesRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetBuyerInvoices200Response> {
1097
1151
  const response = await this.getBuyerInvoicesRaw(requestParameters, initOverrides);
@@ -1099,7 +1153,8 @@ export class BuyersApi extends runtime.BaseAPI {
1099
1153
  }
1100
1154
 
1101
1155
  /**
1102
- *
1156
+ * Returns lead information for the buyer.
1157
+ * Get buyer lead details
1103
1158
  */
1104
1159
  async getBuyerLeadRaw(requestParameters: BuyersApiGetBuyerLeadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LeadDto>> {
1105
1160
  if (requestParameters['leadId'] == null) {
@@ -1132,7 +1187,8 @@ export class BuyersApi extends runtime.BaseAPI {
1132
1187
  }
1133
1188
 
1134
1189
  /**
1135
- *
1190
+ * Returns lead information for the buyer.
1191
+ * Get buyer lead details
1136
1192
  */
1137
1193
  async getBuyerLead(requestParameters: BuyersApiGetBuyerLeadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LeadDto> {
1138
1194
  const response = await this.getBuyerLeadRaw(requestParameters, initOverrides);
@@ -1140,7 +1196,8 @@ export class BuyersApi extends runtime.BaseAPI {
1140
1196
  }
1141
1197
 
1142
1198
  /**
1143
- *
1199
+ * Lists messages in a lead conversation for the buyer.
1200
+ * List lead messages
1144
1201
  */
1145
1202
  async getBuyerLeadMessagesRaw(requestParameters: BuyersApiGetBuyerLeadMessagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<LeadMessageDto>>> {
1146
1203
  if (requestParameters['leadId'] == null) {
@@ -1173,7 +1230,8 @@ export class BuyersApi extends runtime.BaseAPI {
1173
1230
  }
1174
1231
 
1175
1232
  /**
1176
- *
1233
+ * Lists messages in a lead conversation for the buyer.
1234
+ * List lead messages
1177
1235
  */
1178
1236
  async getBuyerLeadMessages(requestParameters: BuyersApiGetBuyerLeadMessagesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<LeadMessageDto>> {
1179
1237
  const response = await this.getBuyerLeadMessagesRaw(requestParameters, initOverrides);
@@ -1181,7 +1239,8 @@ export class BuyersApi extends runtime.BaseAPI {
1181
1239
  }
1182
1240
 
1183
1241
  /**
1184
- *
1242
+ * Lists leads for the buyer.
1243
+ * List buyer leads
1185
1244
  */
1186
1245
  async getBuyerLeadsRaw(requestParameters: BuyersApiGetBuyerLeadsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetBuyerLeads200Response>> {
1187
1246
  const queryParameters: any = {};
@@ -1202,6 +1261,10 @@ export class BuyersApi extends runtime.BaseAPI {
1202
1261
  queryParameters['sortBy'] = requestParameters['sortBy'];
1203
1262
  }
1204
1263
 
1264
+ if (requestParameters['filterStatus'] != null) {
1265
+ queryParameters['filter[status]'] = requestParameters['filterStatus'];
1266
+ }
1267
+
1205
1268
  const headerParameters: runtime.HTTPHeaders = {};
1206
1269
 
1207
1270
  if (this.configuration && this.configuration.accessToken) {
@@ -1223,7 +1286,8 @@ export class BuyersApi extends runtime.BaseAPI {
1223
1286
  }
1224
1287
 
1225
1288
  /**
1226
- *
1289
+ * Lists leads for the buyer.
1290
+ * List buyer leads
1227
1291
  */
1228
1292
  async getBuyerLeads(requestParameters: BuyersApiGetBuyerLeadsRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetBuyerLeads200Response> {
1229
1293
  const response = await this.getBuyerLeadsRaw(requestParameters, initOverrides);
@@ -1231,7 +1295,8 @@ export class BuyersApi extends runtime.BaseAPI {
1231
1295
  }
1232
1296
 
1233
1297
  /**
1234
- *
1298
+ * Returns notification information for the buyer.
1299
+ * Get buyer notification details
1235
1300
  */
1236
1301
  async getBuyerNotificationByIdRaw(requestParameters: BuyersApiGetBuyerNotificationByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerNotificationDto>> {
1237
1302
  if (requestParameters['notificationId'] == null) {
@@ -1264,7 +1329,8 @@ export class BuyersApi extends runtime.BaseAPI {
1264
1329
  }
1265
1330
 
1266
1331
  /**
1267
- *
1332
+ * Returns notification information for the buyer.
1333
+ * Get buyer notification details
1268
1334
  */
1269
1335
  async getBuyerNotificationById(requestParameters: BuyersApiGetBuyerNotificationByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerNotificationDto> {
1270
1336
  const response = await this.getBuyerNotificationByIdRaw(requestParameters, initOverrides);
@@ -1272,7 +1338,8 @@ export class BuyersApi extends runtime.BaseAPI {
1272
1338
  }
1273
1339
 
1274
1340
  /**
1275
- *
1341
+ * Returns the notification preferences for the buyer.
1342
+ * Get notification settings
1276
1343
  */
1277
1344
  async getBuyerNotificationSettingsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerNotificationSettingsDto>> {
1278
1345
  const queryParameters: any = {};
@@ -1298,7 +1365,8 @@ export class BuyersApi extends runtime.BaseAPI {
1298
1365
  }
1299
1366
 
1300
1367
  /**
1301
- *
1368
+ * Returns the notification preferences for the buyer.
1369
+ * Get notification settings
1302
1370
  */
1303
1371
  async getBuyerNotificationSettings(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerNotificationSettingsDto> {
1304
1372
  const response = await this.getBuyerNotificationSettingsRaw(initOverrides);
@@ -1306,7 +1374,8 @@ export class BuyersApi extends runtime.BaseAPI {
1306
1374
  }
1307
1375
 
1308
1376
  /**
1309
- *
1377
+ * Lists subscriptions for the buyer.
1378
+ * List buyer subscriptions
1310
1379
  */
1311
1380
  async getBuyerSubscriptionsRaw(requestParameters: BuyersApiGetBuyerSubscriptionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetBuyerSubscriptions200Response>> {
1312
1381
  const queryParameters: any = {};
@@ -1327,6 +1396,10 @@ export class BuyersApi extends runtime.BaseAPI {
1327
1396
  queryParameters['sortBy'] = requestParameters['sortBy'];
1328
1397
  }
1329
1398
 
1399
+ if (requestParameters['filterStatus'] != null) {
1400
+ queryParameters['filter[status]'] = requestParameters['filterStatus'];
1401
+ }
1402
+
1330
1403
  const headerParameters: runtime.HTTPHeaders = {};
1331
1404
 
1332
1405
  if (this.configuration && this.configuration.accessToken) {
@@ -1348,7 +1421,8 @@ export class BuyersApi extends runtime.BaseAPI {
1348
1421
  }
1349
1422
 
1350
1423
  /**
1351
- *
1424
+ * Lists subscriptions for the buyer.
1425
+ * List buyer subscriptions
1352
1426
  */
1353
1427
  async getBuyerSubscriptions(requestParameters: BuyersApiGetBuyerSubscriptionsRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetBuyerSubscriptions200Response> {
1354
1428
  const response = await this.getBuyerSubscriptionsRaw(requestParameters, initOverrides);
@@ -1356,7 +1430,8 @@ export class BuyersApi extends runtime.BaseAPI {
1356
1430
  }
1357
1431
 
1358
1432
  /**
1359
- *
1433
+ * Returns task information for the buyer.
1434
+ * Get buyer task details
1360
1435
  */
1361
1436
  async getBuyerTaskRaw(requestParameters: BuyersApiGetBuyerTaskRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerTaskDetailsDto>> {
1362
1437
  if (requestParameters['taskId'] == null) {
@@ -1389,7 +1464,8 @@ export class BuyersApi extends runtime.BaseAPI {
1389
1464
  }
1390
1465
 
1391
1466
  /**
1392
- *
1467
+ * Returns task information for the buyer.
1468
+ * Get buyer task details
1393
1469
  */
1394
1470
  async getBuyerTask(requestParameters: BuyersApiGetBuyerTaskRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerTaskDetailsDto> {
1395
1471
  const response = await this.getBuyerTaskRaw(requestParameters, initOverrides);
@@ -1397,7 +1473,8 @@ export class BuyersApi extends runtime.BaseAPI {
1397
1473
  }
1398
1474
 
1399
1475
  /**
1400
- *
1476
+ * Lists domain transfers for the buyer.
1477
+ * List domain transfers
1401
1478
  */
1402
1479
  async getBuyerTransfersRaw(requestParameters: BuyersApiGetBuyerTransfersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetBuyerTransfers200Response>> {
1403
1480
  const queryParameters: any = {};
@@ -1418,6 +1495,10 @@ export class BuyersApi extends runtime.BaseAPI {
1418
1495
  queryParameters['sortBy'] = requestParameters['sortBy'];
1419
1496
  }
1420
1497
 
1498
+ if (requestParameters['filterStatus'] != null) {
1499
+ queryParameters['filter[status]'] = requestParameters['filterStatus'];
1500
+ }
1501
+
1421
1502
  const headerParameters: runtime.HTTPHeaders = {};
1422
1503
 
1423
1504
  if (this.configuration && this.configuration.accessToken) {
@@ -1439,7 +1520,8 @@ export class BuyersApi extends runtime.BaseAPI {
1439
1520
  }
1440
1521
 
1441
1522
  /**
1442
- *
1523
+ * Lists domain transfers for the buyer.
1524
+ * List domain transfers
1443
1525
  */
1444
1526
  async getBuyerTransfers(requestParameters: BuyersApiGetBuyerTransfersRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetBuyerTransfers200Response> {
1445
1527
  const response = await this.getBuyerTransfersRaw(requestParameters, initOverrides);
@@ -1447,7 +1529,8 @@ export class BuyersApi extends runtime.BaseAPI {
1447
1529
  }
1448
1530
 
1449
1531
  /**
1450
- *
1532
+ * Returns DNS configuration for a subscription domain.
1533
+ * Get subscription DNS records
1451
1534
  */
1452
1535
  async getDomainRecordsBySubscriptionIdRaw(requestParameters: BuyersApiGetDomainRecordsBySubscriptionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerDomainRecordsDto>> {
1453
1536
  if (requestParameters['subscriptionId'] == null) {
@@ -1480,7 +1563,8 @@ export class BuyersApi extends runtime.BaseAPI {
1480
1563
  }
1481
1564
 
1482
1565
  /**
1483
- *
1566
+ * Returns DNS configuration for a subscription domain.
1567
+ * Get subscription DNS records
1484
1568
  */
1485
1569
  async getDomainRecordsBySubscriptionId(requestParameters: BuyersApiGetDomainRecordsBySubscriptionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerDomainRecordsDto> {
1486
1570
  const response = await this.getDomainRecordsBySubscriptionIdRaw(requestParameters, initOverrides);
@@ -1488,7 +1572,8 @@ export class BuyersApi extends runtime.BaseAPI {
1488
1572
  }
1489
1573
 
1490
1574
  /**
1491
- *
1575
+ * Returns configuration presets for lead offers.
1576
+ * Get lease-to-own configuration presets
1492
1577
  */
1493
1578
  async getLeadLeaseToOwnConfigurationPresetsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LeadLeaseToOwnAndRentConfigurationPresetsDto>> {
1494
1579
  const queryParameters: any = {};
@@ -1514,7 +1599,8 @@ export class BuyersApi extends runtime.BaseAPI {
1514
1599
  }
1515
1600
 
1516
1601
  /**
1517
- *
1602
+ * Returns configuration presets for lead offers.
1603
+ * Get lease-to-own configuration presets
1518
1604
  */
1519
1605
  async getLeadLeaseToOwnConfigurationPresets(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LeadLeaseToOwnAndRentConfigurationPresetsDto> {
1520
1606
  const response = await this.getLeadLeaseToOwnConfigurationPresetsRaw(initOverrides);
@@ -1522,7 +1608,8 @@ export class BuyersApi extends runtime.BaseAPI {
1522
1608
  }
1523
1609
 
1524
1610
  /**
1525
- *
1611
+ * Returns the EPP auth code for a domain transfer when the buyer is eligible to retrieve it.
1612
+ * Get domain transfer auth code
1526
1613
  */
1527
1614
  async getTransferAuthCodeRaw(requestParameters: BuyersApiGetTransferAuthCodeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<BuyerDomainTransferAuthCodeDto>> {
1528
1615
  if (requestParameters['transferId'] == null) {
@@ -1555,7 +1642,8 @@ export class BuyersApi extends runtime.BaseAPI {
1555
1642
  }
1556
1643
 
1557
1644
  /**
1558
- *
1645
+ * Returns the EPP auth code for a domain transfer when the buyer is eligible to retrieve it.
1646
+ * Get domain transfer auth code
1559
1647
  */
1560
1648
  async getTransferAuthCode(requestParameters: BuyersApiGetTransferAuthCodeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<BuyerDomainTransferAuthCodeDto> {
1561
1649
  const response = await this.getTransferAuthCodeRaw(requestParameters, initOverrides);
@@ -1563,7 +1651,8 @@ export class BuyersApi extends runtime.BaseAPI {
1563
1651
  }
1564
1652
 
1565
1653
  /**
1566
- *
1654
+ * Lists notifications for the buyer.
1655
+ * List buyer notifications
1567
1656
  */
1568
1657
  async listBuyerNotificationsRaw(requestParameters: BuyersApiListBuyerNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListBuyerNotifications200Response>> {
1569
1658
  const queryParameters: any = {};
@@ -1584,6 +1673,10 @@ export class BuyersApi extends runtime.BaseAPI {
1584
1673
  queryParameters['sortBy'] = requestParameters['sortBy'];
1585
1674
  }
1586
1675
 
1676
+ if (requestParameters['filterRead'] != null) {
1677
+ queryParameters['filter[read]'] = requestParameters['filterRead'];
1678
+ }
1679
+
1587
1680
  const headerParameters: runtime.HTTPHeaders = {};
1588
1681
 
1589
1682
  if (this.configuration && this.configuration.accessToken) {
@@ -1605,7 +1698,8 @@ export class BuyersApi extends runtime.BaseAPI {
1605
1698
  }
1606
1699
 
1607
1700
  /**
1608
- *
1701
+ * Lists notifications for the buyer.
1702
+ * List buyer notifications
1609
1703
  */
1610
1704
  async listBuyerNotifications(requestParameters: BuyersApiListBuyerNotificationsRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListBuyerNotifications200Response> {
1611
1705
  const response = await this.listBuyerNotificationsRaw(requestParameters, initOverrides);
@@ -1613,7 +1707,8 @@ export class BuyersApi extends runtime.BaseAPI {
1613
1707
  }
1614
1708
 
1615
1709
  /**
1616
- *
1710
+ * Submits the buyer confirmation or rejection for a domain transfer workflow step.
1711
+ * Confirm or reject domain transfer step
1617
1712
  */
1618
1713
  async patchDomainTransferConfirmationRaw(requestParameters: BuyersApiPatchDomainTransferConfirmationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1619
1714
  if (requestParameters['transferId'] == null) {
@@ -1656,14 +1751,16 @@ export class BuyersApi extends runtime.BaseAPI {
1656
1751
  }
1657
1752
 
1658
1753
  /**
1659
- *
1754
+ * Submits the buyer confirmation or rejection for a domain transfer workflow step.
1755
+ * Confirm or reject domain transfer step
1660
1756
  */
1661
1757
  async patchDomainTransferConfirmation(requestParameters: BuyersApiPatchDomainTransferConfirmationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1662
1758
  await this.patchDomainTransferConfirmationRaw(requestParameters, initOverrides);
1663
1759
  }
1664
1760
 
1665
1761
  /**
1666
- *
1762
+ * Sets or updates the buyer offer on a lead.
1763
+ * Submit a buyer offer
1667
1764
  */
1668
1765
  async putBuyerOfferRaw(requestParameters: BuyersApiPutBuyerOfferRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1669
1766
  if (requestParameters['leadId'] == null) {
@@ -1706,14 +1803,16 @@ export class BuyersApi extends runtime.BaseAPI {
1706
1803
  }
1707
1804
 
1708
1805
  /**
1709
- *
1806
+ * Sets or updates the buyer offer on a lead.
1807
+ * Submit a buyer offer
1710
1808
  */
1711
1809
  async putBuyerOffer(requestParameters: BuyersApiPutBuyerOfferRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1712
1810
  await this.putBuyerOfferRaw(requestParameters, initOverrides);
1713
1811
  }
1714
1812
 
1715
1813
  /**
1716
- *
1814
+ * Registers the buyer as an auction participant.
1815
+ * Register auction buyer
1717
1816
  */
1718
1817
  async registerRaw(requestParameters: BuyersApiRegisterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1719
1818
  if (requestParameters['registerInput'] == null) {
@@ -1749,14 +1848,16 @@ export class BuyersApi extends runtime.BaseAPI {
1749
1848
  }
1750
1849
 
1751
1850
  /**
1752
- *
1851
+ * Registers the buyer as an auction participant.
1852
+ * Register auction buyer
1753
1853
  */
1754
1854
  async register(requestParameters: BuyersApiRegisterRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1755
1855
  await this.registerRaw(requestParameters, initOverrides);
1756
1856
  }
1757
1857
 
1758
1858
  /**
1759
- *
1859
+ * Initiates phone number verification for the auction buyer via SMS or WhatsApp.
1860
+ * Register auction buyer phone
1760
1861
  */
1761
1862
  async registerPhoneRaw(requestParameters: BuyersApiRegisterPhoneRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1762
1863
  if (requestParameters['registerAuctionBuyerPhoneInput'] == null) {
@@ -1792,14 +1893,16 @@ export class BuyersApi extends runtime.BaseAPI {
1792
1893
  }
1793
1894
 
1794
1895
  /**
1795
- *
1896
+ * Initiates phone number verification for the auction buyer via SMS or WhatsApp.
1897
+ * Register auction buyer phone
1796
1898
  */
1797
1899
  async registerPhone(requestParameters: BuyersApiRegisterPhoneRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1798
1900
  await this.registerPhoneRaw(requestParameters, initOverrides);
1799
1901
  }
1800
1902
 
1801
1903
  /**
1802
- *
1904
+ * Removes a DNS record from the subscription managed domain.
1905
+ * Remove DNS record
1803
1906
  */
1804
1907
  async removeSubscriptionDomainRecordRaw(requestParameters: BuyersApiRemoveSubscriptionDomainRecordRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1805
1908
  if (requestParameters['subscriptionId'] == null) {
@@ -1842,14 +1945,16 @@ export class BuyersApi extends runtime.BaseAPI {
1842
1945
  }
1843
1946
 
1844
1947
  /**
1845
- *
1948
+ * Removes a DNS record from the subscription managed domain.
1949
+ * Remove DNS record
1846
1950
  */
1847
1951
  async removeSubscriptionDomainRecord(requestParameters: BuyersApiRemoveSubscriptionDomainRecordRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1848
1952
  await this.removeSubscriptionDomainRecordRaw(requestParameters, initOverrides);
1849
1953
  }
1850
1954
 
1851
1955
  /**
1852
- *
1956
+ * Revokes a previously scheduled subscription cancellation, keeping the subscription active.
1957
+ * Revoke scheduled cancellation
1853
1958
  */
1854
1959
  async revokeScheduledSubscriptionCancellationRaw(requestParameters: BuyersApiRevokeScheduledSubscriptionCancellationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1855
1960
  if (requestParameters['subscriptionId'] == null) {
@@ -1882,14 +1987,16 @@ export class BuyersApi extends runtime.BaseAPI {
1882
1987
  }
1883
1988
 
1884
1989
  /**
1885
- *
1990
+ * Revokes a previously scheduled subscription cancellation, keeping the subscription active.
1991
+ * Revoke scheduled cancellation
1886
1992
  */
1887
1993
  async revokeScheduledSubscriptionCancellation(requestParameters: BuyersApiRevokeScheduledSubscriptionCancellationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1888
1994
  await this.revokeScheduledSubscriptionCancellationRaw(requestParameters, initOverrides);
1889
1995
  }
1890
1996
 
1891
1997
  /**
1892
- *
1998
+ * Stores the preferred locale for the buyer account.
1999
+ * Update buyer locale
1893
2000
  */
1894
2001
  async setLocaleRaw(requestParameters: BuyersApiSetLocaleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1895
2002
  if (requestParameters['storeBuyerLocaleInput'] == null) {
@@ -1925,14 +2032,16 @@ export class BuyersApi extends runtime.BaseAPI {
1925
2032
  }
1926
2033
 
1927
2034
  /**
1928
- *
2035
+ * Stores the preferred locale for the buyer account.
2036
+ * Update buyer locale
1929
2037
  */
1930
2038
  async setLocale(requestParameters: BuyersApiSetLocaleRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1931
2039
  await this.setLocaleRaw(requestParameters, initOverrides);
1932
2040
  }
1933
2041
 
1934
2042
  /**
1935
- *
2043
+ * Mutes or unmutes auction notifications for the buyer.
2044
+ * Update auction mute status
1936
2045
  */
1937
2046
  async updateAuctionMuteStatusRaw(requestParameters: BuyersApiUpdateAuctionMuteStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1938
2047
  if (requestParameters['auctionId'] == null) {
@@ -1975,14 +2084,16 @@ export class BuyersApi extends runtime.BaseAPI {
1975
2084
  }
1976
2085
 
1977
2086
  /**
1978
- *
2087
+ * Mutes or unmutes auction notifications for the buyer.
2088
+ * Update auction mute status
1979
2089
  */
1980
2090
  async updateAuctionMuteStatus(requestParameters: BuyersApiUpdateAuctionMuteStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
1981
2091
  await this.updateAuctionMuteStatusRaw(requestParameters, initOverrides);
1982
2092
  }
1983
2093
 
1984
2094
  /**
1985
- *
2095
+ * Submits buyer transfer information required for certain domain transfer workflows.
2096
+ * Update transfer buyer info
1986
2097
  */
1987
2098
  async updateBuyerDomainTransferBuyerInfoRaw(requestParameters: BuyersApiUpdateBuyerDomainTransferBuyerInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
1988
2099
  if (requestParameters['transferId'] == null) {
@@ -2025,14 +2136,16 @@ export class BuyersApi extends runtime.BaseAPI {
2025
2136
  }
2026
2137
 
2027
2138
  /**
2028
- *
2139
+ * Submits buyer transfer information required for certain domain transfer workflows.
2140
+ * Update transfer buyer info
2029
2141
  */
2030
2142
  async updateBuyerDomainTransferBuyerInfo(requestParameters: BuyersApiUpdateBuyerDomainTransferBuyerInfoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2031
2143
  await this.updateBuyerDomainTransferBuyerInfoRaw(requestParameters, initOverrides);
2032
2144
  }
2033
2145
 
2034
2146
  /**
2035
- *
2147
+ * Updates notification preferences for the buyer.
2148
+ * Update notification settings
2036
2149
  */
2037
2150
  async updateBuyerNotificationSettingsRaw(requestParameters: BuyersApiUpdateBuyerNotificationSettingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2038
2151
  if (requestParameters['updateBuyerNotificationSettingsInput'] == null) {
@@ -2068,14 +2181,16 @@ export class BuyersApi extends runtime.BaseAPI {
2068
2181
  }
2069
2182
 
2070
2183
  /**
2071
- *
2184
+ * Updates notification preferences for the buyer.
2185
+ * Update notification settings
2072
2186
  */
2073
2187
  async updateBuyerNotificationSettings(requestParameters: BuyersApiUpdateBuyerNotificationSettingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2074
2188
  await this.updateBuyerNotificationSettingsRaw(requestParameters, initOverrides);
2075
2189
  }
2076
2190
 
2077
2191
  /**
2078
- *
2192
+ * Updates the IPS tag for a .uk domain transfer during the buyer workflow step.
2193
+ * Update IPS tag
2079
2194
  */
2080
2195
  async updateDomainTransferIpsTagRaw(requestParameters: BuyersApiUpdateDomainTransferIpsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2081
2196
  if (requestParameters['transferId'] == null) {
@@ -2118,14 +2233,16 @@ export class BuyersApi extends runtime.BaseAPI {
2118
2233
  }
2119
2234
 
2120
2235
  /**
2121
- *
2236
+ * Updates the IPS tag for a .uk domain transfer during the buyer workflow step.
2237
+ * Update IPS tag
2122
2238
  */
2123
2239
  async updateDomainTransferIpsTag(requestParameters: BuyersApiUpdateDomainTransferIpsTagRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2124
2240
  await this.updateDomainTransferIpsTagRaw(requestParameters, initOverrides);
2125
2241
  }
2126
2242
 
2127
2243
  /**
2128
- *
2244
+ * Updates whether the lead is muted for the buyer.
2245
+ * Mute or unmute a lead
2129
2246
  */
2130
2247
  async updateLeadMuteStatusForBuyerRaw(requestParameters: BuyersApiUpdateLeadMuteStatusForBuyerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2131
2248
  if (requestParameters['leadId'] == null) {
@@ -2168,14 +2285,16 @@ export class BuyersApi extends runtime.BaseAPI {
2168
2285
  }
2169
2286
 
2170
2287
  /**
2171
- *
2288
+ * Updates whether the lead is muted for the buyer.
2289
+ * Mute or unmute a lead
2172
2290
  */
2173
2291
  async updateLeadMuteStatusForBuyer(requestParameters: BuyersApiUpdateLeadMuteStatusForBuyerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2174
2292
  await this.updateLeadMuteStatusForBuyerRaw(requestParameters, initOverrides);
2175
2293
  }
2176
2294
 
2177
2295
  /**
2178
- *
2296
+ * Replaces the nameserver list for the subscription managed domain.
2297
+ * Update domain nameservers
2179
2298
  */
2180
2299
  async updateSubscriptionDomainNameserversRaw(requestParameters: BuyersApiUpdateSubscriptionDomainNameserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2181
2300
  if (requestParameters['subscriptionId'] == null) {
@@ -2218,14 +2337,16 @@ export class BuyersApi extends runtime.BaseAPI {
2218
2337
  }
2219
2338
 
2220
2339
  /**
2221
- *
2340
+ * Replaces the nameserver list for the subscription managed domain.
2341
+ * Update domain nameservers
2222
2342
  */
2223
2343
  async updateSubscriptionDomainNameservers(requestParameters: BuyersApiUpdateSubscriptionDomainNameserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2224
2344
  await this.updateSubscriptionDomainNameserversRaw(requestParameters, initOverrides);
2225
2345
  }
2226
2346
 
2227
2347
  /**
2228
- *
2348
+ * Updates an existing DNS record on the subscription managed domain.
2349
+ * Update DNS record
2229
2350
  */
2230
2351
  async updateSubscriptionDomainRecordRaw(requestParameters: BuyersApiUpdateSubscriptionDomainRecordRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2231
2352
  if (requestParameters['subscriptionId'] == null) {
@@ -2268,14 +2389,16 @@ export class BuyersApi extends runtime.BaseAPI {
2268
2389
  }
2269
2390
 
2270
2391
  /**
2271
- *
2392
+ * Updates an existing DNS record on the subscription managed domain.
2393
+ * Update DNS record
2272
2394
  */
2273
2395
  async updateSubscriptionDomainRecord(requestParameters: BuyersApiUpdateSubscriptionDomainRecordRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2274
2396
  await this.updateSubscriptionDomainRecordRaw(requestParameters, initOverrides);
2275
2397
  }
2276
2398
 
2277
2399
  /**
2278
- *
2400
+ * Updates whether a task is muted for the buyer.
2401
+ * Mute or unmute a task
2279
2402
  */
2280
2403
  async updateTaskMuteStatusForBuyerRaw(requestParameters: BuyersApiUpdateTaskMuteStatusForBuyerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2281
2404
  if (requestParameters['taskId'] == null) {
@@ -2318,14 +2441,16 @@ export class BuyersApi extends runtime.BaseAPI {
2318
2441
  }
2319
2442
 
2320
2443
  /**
2321
- *
2444
+ * Updates whether a task is muted for the buyer.
2445
+ * Mute or unmute a task
2322
2446
  */
2323
2447
  async updateTaskMuteStatusForBuyer(requestParameters: BuyersApiUpdateTaskMuteStatusForBuyerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2324
2448
  await this.updateTaskMuteStatusForBuyerRaw(requestParameters, initOverrides);
2325
2449
  }
2326
2450
 
2327
2451
  /**
2328
- *
2452
+ * Verifies a single lead for the buyer.
2453
+ * Verify a lead
2329
2454
  */
2330
2455
  async verifyBuyerLeadRaw(requestParameters: BuyersApiVerifyBuyerLeadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
2331
2456
  if (requestParameters['leadId'] == null) {
@@ -2358,14 +2483,16 @@ export class BuyersApi extends runtime.BaseAPI {
2358
2483
  }
2359
2484
 
2360
2485
  /**
2361
- *
2486
+ * Verifies a single lead for the buyer.
2487
+ * Verify a lead
2362
2488
  */
2363
2489
  async verifyBuyerLead(requestParameters: BuyersApiVerifyBuyerLeadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
2364
2490
  await this.verifyBuyerLeadRaw(requestParameters, initOverrides);
2365
2491
  }
2366
2492
 
2367
2493
  /**
2368
- *
2494
+ * Verifies the one-time password sent to the auction buyer phone and returns the updated buyer profile.
2495
+ * Verify phone OTP
2369
2496
  */
2370
2497
  async verifyPhoneOtpRaw(requestParameters: BuyersApiVerifyPhoneOtpRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AuctionBuyerDto>> {
2371
2498
  if (requestParameters['verifyPhoneOtpInput'] == null) {
@@ -2401,7 +2528,8 @@ export class BuyersApi extends runtime.BaseAPI {
2401
2528
  }
2402
2529
 
2403
2530
  /**
2404
- *
2531
+ * Verifies the one-time password sent to the auction buyer phone and returns the updated buyer profile.
2532
+ * Verify phone OTP
2405
2533
  */
2406
2534
  async verifyPhoneOtp(requestParameters: BuyersApiVerifyPhoneOtpRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AuctionBuyerDto> {
2407
2535
  const response = await this.verifyPhoneOtpRaw(requestParameters, initOverrides);