@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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -17,31 +17,25 @@ import type { AirwallexDepositDtoFee } from './AirwallexDepositDtoFee';
17
17
  */
18
18
  export interface AirwallexDepositDto {
19
19
  /**
20
- *
20
+ * Deposit ID.
21
21
  * @type {string}
22
22
  * @memberof AirwallexDepositDto
23
23
  */
24
24
  id: string;
25
25
  /**
26
- *
27
- * @type {object}
28
- * @memberof AirwallexDepositDto
29
- */
30
- payer: object;
31
- /**
32
- *
26
+ * Deposit amount.
33
27
  * @type {number}
34
28
  * @memberof AirwallexDepositDto
35
29
  */
36
30
  amount: number;
37
31
  /**
38
- *
32
+ * Deposit currency code (ISO 4217).
39
33
  * @type {string}
40
34
  * @memberof AirwallexDepositDto
41
35
  */
42
36
  currency: string;
43
37
  /**
44
- *
38
+ * Payment reference.
45
39
  * @type {string}
46
40
  * @memberof AirwallexDepositDto
47
41
  */
@@ -52,6 +46,12 @@ export interface AirwallexDepositDto {
52
46
  * @memberof AirwallexDepositDto
53
47
  */
54
48
  fee: AirwallexDepositDtoFee;
49
+ /**
50
+ * Payer information from the payment provider.
51
+ * @type {object}
52
+ * @memberof AirwallexDepositDto
53
+ */
54
+ payer: object;
55
55
  }
56
56
  /**
57
57
  * Check if a given object implements the AirwallexDepositDto interface.
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -25,8 +25,6 @@ var AirwallexDepositDtoFee_1 = require("./AirwallexDepositDtoFee");
25
25
  function instanceOfAirwallexDepositDto(value) {
26
26
  if (!('id' in value) || value['id'] === undefined)
27
27
  return false;
28
- if (!('payer' in value) || value['payer'] === undefined)
29
- return false;
30
28
  if (!('amount' in value) || value['amount'] === undefined)
31
29
  return false;
32
30
  if (!('currency' in value) || value['currency'] === undefined)
@@ -35,6 +33,8 @@ function instanceOfAirwallexDepositDto(value) {
35
33
  return false;
36
34
  if (!('fee' in value) || value['fee'] === undefined)
37
35
  return false;
36
+ if (!('payer' in value) || value['payer'] === undefined)
37
+ return false;
38
38
  return true;
39
39
  }
40
40
  function AirwallexDepositDtoFromJSON(json) {
@@ -46,11 +46,11 @@ function AirwallexDepositDtoFromJSONTyped(json, ignoreDiscriminator) {
46
46
  }
47
47
  return {
48
48
  'id': json['id'],
49
- 'payer': json['payer'],
50
49
  'amount': json['amount'],
51
50
  'currency': json['currency'],
52
51
  'reference': json['reference'],
53
52
  'fee': (0, AirwallexDepositDtoFee_1.AirwallexDepositDtoFeeFromJSON)(json['fee']),
53
+ 'payer': json['payer'],
54
54
  };
55
55
  }
56
56
  function AirwallexDepositDtoToJSON(json) {
@@ -63,10 +63,10 @@ function AirwallexDepositDtoToJSONTyped(value, ignoreDiscriminator) {
63
63
  }
64
64
  return {
65
65
  'id': value['id'],
66
- 'payer': value['payer'],
67
66
  'amount': value['amount'],
68
67
  'currency': value['currency'],
69
68
  'reference': value['reference'],
70
69
  'fee': (0, AirwallexDepositDtoFee_1.AirwallexDepositDtoFeeToJSON)(value['fee']),
70
+ 'payer': value['payer'],
71
71
  };
72
72
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -16,25 +16,25 @@
16
16
  */
17
17
  export interface AuBankAccountDetails {
18
18
  /**
19
- *
19
+ * Discriminator identifying the bank account details schema.
20
20
  * @type {string}
21
21
  * @memberof AuBankAccountDetails
22
22
  */
23
23
  type: AuBankAccountDetailsTypeEnum;
24
24
  /**
25
- *
25
+ * ISO country code (AU).
26
26
  * @type {string}
27
27
  * @memberof AuBankAccountDetails
28
28
  */
29
29
  countryCode: string;
30
30
  /**
31
- *
31
+ * Australian account number.
32
32
  * @type {string}
33
33
  * @memberof AuBankAccountDetails
34
34
  */
35
35
  accountNumber: string;
36
36
  /**
37
- *
37
+ * Australian BSB (Bank-State-Branch) code.
38
38
  * @type {string}
39
39
  * @memberof AuBankAccountDetails
40
40
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface AuctionBidInput {
18
18
  /**
19
- *
19
+ * Bid amount in the auction currency
20
20
  * @type {number}
21
21
  * @memberof AuctionBidInput
22
22
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface AuctionCommissionByDateRangeDto {
18
18
  /**
19
- *
19
+ * Inclusive start date of the commission period (ISO 8601).
20
20
  * @type {string}
21
21
  * @memberof AuctionCommissionByDateRangeDto
22
22
  */
23
23
  start: string;
24
24
  /**
25
- *
25
+ * Exclusive end date of the commission period (ISO 8601), or null if open-ended.
26
26
  * @type {string}
27
27
  * @memberof AuctionCommissionByDateRangeDto
28
28
  */
29
29
  end: string | null;
30
30
  /**
31
- *
31
+ * Auction commission percentage applied during this period.
32
32
  * @type {number}
33
33
  * @memberof AuctionCommissionByDateRangeDto
34
34
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -19,31 +19,31 @@ import type { MoneyDto } from './MoneyDto';
19
19
  */
20
20
  export interface AuctionConfigurationDto {
21
21
  /**
22
- *
22
+ * Default auction duration when created from a lead.
23
23
  * @type {AuctionDurationDto}
24
24
  * @memberof AuctionConfigurationDto
25
25
  */
26
26
  defaultDurationFromLead: AuctionDurationDto;
27
27
  /**
28
- *
28
+ * Default minimum opening bid amount for new auctions.
29
29
  * @type {number}
30
30
  * @memberof AuctionConfigurationDto
31
31
  */
32
32
  defaultInitialBidAmount: number;
33
33
  /**
34
- *
34
+ * Price charged to sellers for running a paid auction.
35
35
  * @type {MoneyDto}
36
36
  * @memberof AuctionConfigurationDto
37
37
  */
38
38
  paidAuctionPrice: MoneyDto;
39
39
  /**
40
- *
40
+ * Default auction commission percentage.
41
41
  * @type {number}
42
42
  * @memberof AuctionConfigurationDto
43
43
  */
44
44
  commissionPercentage: number;
45
45
  /**
46
- *
46
+ * Commission overrides grouped by effective date ranges.
47
47
  * @type {Array<AuctionCommissionByDateRangeDto>}
48
48
  * @memberof AuctionConfigurationDto
49
49
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface BadRequestException {
18
18
  /**
19
- * Exception name
19
+ * Exception name.
20
20
  * @type {string}
21
21
  * @memberof BadRequestException
22
22
  */
23
23
  name: string;
24
24
  /**
25
- * http status code
25
+ * HTTP status code.
26
26
  * @type {number}
27
27
  * @memberof BadRequestException
28
28
  */
@@ -34,7 +34,7 @@ export interface BadRequestException {
34
34
  */
35
35
  message: string;
36
36
  /**
37
- *
37
+ * Error message or code.
38
38
  * @type {string}
39
39
  * @memberof BadRequestException
40
40
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface BatchDeleteBuyerLeadsInput {
18
18
  /**
19
- *
19
+ * Lead IDs to delete from the buyer account
20
20
  * @type {Array<string>}
21
21
  * @memberof BatchDeleteBuyerLeadsInput
22
22
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -17,13 +17,13 @@ import type { ParsedDomainDto } from './ParsedDomainDto';
17
17
  */
18
18
  export interface BatchImportPreviewDto {
19
19
  /**
20
- *
20
+ * Total number of domains detected in the import file.
21
21
  * @type {number}
22
22
  * @memberof BatchImportPreviewDto
23
23
  */
24
24
  domains: number;
25
25
  /**
26
- *
26
+ * Sample of parsed domains included in the import preview.
27
27
  * @type {Array<ParsedDomainDto>}
28
28
  * @memberof BatchImportPreviewDto
29
29
  */
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Nameshift
6
- * Nameshift API
6
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Nameshift
3
- * Nameshift API
3
+ * Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations. - **Webhook tags** — Payment provider, KYC provider, and email provider callbacks (dev-only in Swagger UI).
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface BatchReadBuyerLeadMessageInput {
18
18
  /**
19
- *
19
+ * Lead message IDs to mark as read for the buyer
20
20
  * @type {Array<string>}
21
21
  * @memberof BatchReadBuyerLeadMessageInput
22
22
  */