@randock/nameshift-api-client 0.0.119 → 0.0.120

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 (385) hide show
  1. package/.openapi-generator/FILES +3 -1
  2. package/README.md +3 -3
  3. package/dist/apis/AccountsApi.d.ts +15 -3
  4. package/dist/apis/AccountsApi.js +55 -1
  5. package/dist/models/AccountDto.d.ts +2 -1
  6. package/dist/models/AccountDto.js +6 -1
  7. package/dist/models/AccountMetricsDto.d.ts +2 -1
  8. package/dist/models/AccountMetricsDto.js +6 -1
  9. package/dist/models/AccountNotificationDto.d.ts +67 -0
  10. package/dist/models/AccountNotificationDto.js +79 -0
  11. package/dist/models/AccountNotificationReadStatusDto.d.ts +44 -0
  12. package/dist/models/AccountNotificationReadStatusDto.js +59 -0
  13. package/dist/models/AccountPaymentProviderSessionDto.d.ts +2 -1
  14. package/dist/models/AccountPaymentProviderSessionDto.js +6 -1
  15. package/dist/models/AccountSettingsDto.d.ts +2 -1
  16. package/dist/models/AccountSettingsDto.js +6 -1
  17. package/dist/models/AccountSettingsInput.d.ts +2 -1
  18. package/dist/models/AccountSettingsInput.js +6 -1
  19. package/dist/models/AddressDto.d.ts +2 -1
  20. package/dist/models/AddressDto.js +6 -1
  21. package/dist/models/AdminAccountSettingsInput.d.ts +2 -1
  22. package/dist/models/AdminAccountSettingsInput.js +6 -1
  23. package/dist/models/AdminGetAllDomainTransfers200Response.d.ts +2 -1
  24. package/dist/models/AdminGetAllDomainTransfers200Response.js +6 -1
  25. package/dist/models/BadRequestException.d.ts +2 -1
  26. package/dist/models/BadRequestException.js +6 -1
  27. package/dist/models/BatchReadBuyerLeadMessageInput.d.ts +2 -1
  28. package/dist/models/BatchReadBuyerLeadMessageInput.js +6 -1
  29. package/dist/models/BatchReadSellerLeadMessageInput.d.ts +2 -1
  30. package/dist/models/BatchReadSellerLeadMessageInput.js +6 -1
  31. package/dist/models/BatchUpdateDomainsInput.d.ts +2 -1
  32. package/dist/models/BatchUpdateDomainsInput.js +6 -1
  33. package/dist/models/BillingInformationDto.d.ts +2 -1
  34. package/dist/models/BillingInformationDto.js +6 -1
  35. package/dist/models/BuyerDomainTransferAuthCodeDto.d.ts +2 -1
  36. package/dist/models/BuyerDomainTransferAuthCodeDto.js +6 -1
  37. package/dist/models/BuyerDomainTransferListItemDomainDto.d.ts +2 -1
  38. package/dist/models/BuyerDomainTransferListItemDomainDto.js +6 -1
  39. package/dist/models/BuyerDomainTransferListItemDto.d.ts +2 -1
  40. package/dist/models/BuyerDomainTransferListItemDto.js +6 -1
  41. package/dist/models/BuyerLeadListItemDomainDto.d.ts +2 -1
  42. package/dist/models/BuyerLeadListItemDomainDto.js +6 -1
  43. package/dist/models/BuyerLeadListItemDto.d.ts +2 -1
  44. package/dist/models/BuyerLeadListItemDto.js +6 -1
  45. package/dist/models/BuyerSecurityUserDto.d.ts +2 -1
  46. package/dist/models/BuyerSecurityUserDto.js +6 -1
  47. package/dist/models/ChangeOrderStatusInput.d.ts +2 -1
  48. package/dist/models/ChangeOrderStatusInput.js +6 -1
  49. package/dist/models/ChartDataPoint.d.ts +2 -1
  50. package/dist/models/ChartDataPoint.js +6 -1
  51. package/dist/models/CompanyInformationDto.d.ts +2 -1
  52. package/dist/models/CompanyInformationDto.js +6 -1
  53. package/dist/models/CompanyTaxIdDto.d.ts +2 -1
  54. package/dist/models/CompanyTaxIdDto.js +6 -1
  55. package/dist/models/ConflictException.d.ts +2 -1
  56. package/dist/models/ConflictException.js +6 -1
  57. package/dist/models/CreateAccountPaymentProviderInput.d.ts +2 -1
  58. package/dist/models/CreateAccountPaymentProviderInput.js +6 -1
  59. package/dist/models/CreateBuyerLeadMessageInput.d.ts +2 -1
  60. package/dist/models/CreateBuyerLeadMessageInput.js +6 -1
  61. package/dist/models/CreateLeadInput.d.ts +2 -1
  62. package/dist/models/CreateLeadInput.js +6 -1
  63. package/dist/models/CreateLeadMessageInput.d.ts +2 -1
  64. package/dist/models/CreateLeadMessageInput.js +6 -1
  65. package/dist/models/CreateOrderInput.d.ts +2 -1
  66. package/dist/models/CreateOrderInput.js +6 -1
  67. package/dist/models/DeleteDomainsInput.d.ts +2 -1
  68. package/dist/models/DeleteDomainsInput.js +6 -1
  69. package/dist/models/DomainDto.d.ts +2 -1
  70. package/dist/models/DomainDto.js +6 -1
  71. package/dist/models/DomainSellerDto.d.ts +2 -1
  72. package/dist/models/DomainSellerDto.js +6 -1
  73. package/dist/models/DomainStats.d.ts +2 -1
  74. package/dist/models/DomainStats.js +6 -1
  75. package/dist/models/DomainTransferAgentDto.d.ts +2 -1
  76. package/dist/models/DomainTransferAgentDto.js +6 -1
  77. package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.d.ts +2 -1
  78. package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.js +6 -1
  79. package/dist/models/DomainTransferDetailWorkflowStepActionDto.d.ts +2 -1
  80. package/dist/models/DomainTransferDetailWorkflowStepActionDto.js +6 -1
  81. package/dist/models/DomainTransferDetailWorkflowStepDto.d.ts +2 -1
  82. package/dist/models/DomainTransferDetailWorkflowStepDto.js +6 -1
  83. package/dist/models/DomainTransferDetailsAuthCodeDto.d.ts +2 -1
  84. package/dist/models/DomainTransferDetailsAuthCodeDto.js +6 -1
  85. package/dist/models/DomainTransferDetailsDomainDto.d.ts +2 -1
  86. package/dist/models/DomainTransferDetailsDomainDto.js +6 -1
  87. package/dist/models/DomainTransferDetailsDto.d.ts +2 -1
  88. package/dist/models/DomainTransferDetailsDto.js +6 -1
  89. package/dist/models/DomainTransferDetailsOrderBuyerDto.d.ts +2 -1
  90. package/dist/models/DomainTransferDetailsOrderBuyerDto.js +6 -1
  91. package/dist/models/DomainTransferDetailsOrderDto.d.ts +2 -1
  92. package/dist/models/DomainTransferDetailsOrderDto.js +6 -1
  93. package/dist/models/DomainTransferDetailsOrderSellerDto.d.ts +2 -1
  94. package/dist/models/DomainTransferDetailsOrderSellerDto.js +6 -1
  95. package/dist/models/DomainTransferDetailsOrderSellerUserDto.d.ts +2 -1
  96. package/dist/models/DomainTransferDetailsOrderSellerUserDto.js +6 -1
  97. package/dist/models/DomainTransferDetailsValidationDto.d.ts +2 -1
  98. package/dist/models/DomainTransferDetailsValidationDto.js +6 -1
  99. package/dist/models/DomainTransferDomainDto.d.ts +2 -1
  100. package/dist/models/DomainTransferDomainDto.js +6 -1
  101. package/dist/models/DomainTransferDto.d.ts +2 -1
  102. package/dist/models/DomainTransferDto.js +6 -1
  103. package/dist/models/DomainTransferOrderDto.d.ts +2 -1
  104. package/dist/models/DomainTransferOrderDto.js +6 -1
  105. package/dist/models/ForgotPasswordRequestInput.d.ts +2 -1
  106. package/dist/models/ForgotPasswordRequestInput.js +6 -1
  107. package/dist/models/GetAllDomainTransfers200Response.d.ts +2 -1
  108. package/dist/models/GetAllDomainTransfers200Response.js +6 -1
  109. package/dist/models/GetAllOrders200Response.d.ts +2 -1
  110. package/dist/models/GetAllOrders200Response.js +6 -1
  111. package/dist/models/GetAllOwnedDomains200Response.d.ts +2 -1
  112. package/dist/models/GetAllOwnedDomains200Response.js +6 -1
  113. package/dist/models/GetBuyerInvoices200Response.d.ts +2 -1
  114. package/dist/models/GetBuyerInvoices200Response.js +6 -1
  115. package/dist/models/GetBuyerLeads200Response.d.ts +2 -1
  116. package/dist/models/GetBuyerLeads200Response.js +6 -1
  117. package/dist/models/GetBuyerTransfers200Response.d.ts +2 -1
  118. package/dist/models/GetBuyerTransfers200Response.js +6 -1
  119. package/dist/models/HttpException.d.ts +2 -1
  120. package/dist/models/HttpException.js +6 -1
  121. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDto.d.ts +73 -0
  122. package/dist/models/{IntersectionAccountDtoWithSettingsDto.js → IntersectionAccountDtoWithSettingsDtoWithNotificationsDto.js} +20 -10
  123. package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +2 -1
  124. package/dist/models/IntersectionDomainDtoWithAccountDto.js +6 -1
  125. package/dist/models/IntersectionDomainDtoWithDomainUrlDto.d.ts +2 -1
  126. package/dist/models/IntersectionDomainDtoWithDomainUrlDto.js +6 -1
  127. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +2 -1
  128. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +6 -1
  129. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.d.ts +2 -1
  130. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.js +6 -1
  131. package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.d.ts +2 -1
  132. package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.js +6 -1
  133. package/dist/models/IntersectionLeadDtoWithListFieldsDto.d.ts +2 -1
  134. package/dist/models/IntersectionLeadDtoWithListFieldsDto.js +6 -1
  135. package/dist/models/InvoiceDomainDto.d.ts +2 -1
  136. package/dist/models/InvoiceDomainDto.js +6 -1
  137. package/dist/models/InvoiceDto.d.ts +2 -1
  138. package/dist/models/InvoiceDto.js +6 -1
  139. package/dist/models/InvoiceItemDto.d.ts +2 -1
  140. package/dist/models/InvoiceItemDto.js +6 -1
  141. package/dist/models/InvoiceItemTaxDto.d.ts +2 -1
  142. package/dist/models/InvoiceItemTaxDto.js +6 -1
  143. package/dist/models/InvoiceTransactionDto.d.ts +2 -1
  144. package/dist/models/InvoiceTransactionDto.js +6 -1
  145. package/dist/models/LeadDomainDto.d.ts +2 -1
  146. package/dist/models/LeadDomainDto.js +6 -1
  147. package/dist/models/LeadDto.d.ts +2 -1
  148. package/dist/models/LeadDto.js +6 -1
  149. package/dist/models/LeadMessageData.d.ts +2 -1
  150. package/dist/models/LeadMessageData.js +6 -1
  151. package/dist/models/LeadMessageDto.d.ts +2 -1
  152. package/dist/models/LeadMessageDto.js +6 -1
  153. package/dist/models/LeadStatusDto.d.ts +2 -1
  154. package/dist/models/LeadStatusDto.js +6 -1
  155. package/dist/models/List200Response.d.ts +2 -1
  156. package/dist/models/List200Response.js +6 -1
  157. package/dist/models/List200Response1.d.ts +2 -1
  158. package/dist/models/List200Response1.js +6 -1
  159. package/dist/models/ListAccountDto.d.ts +2 -1
  160. package/dist/models/ListAccountDto.js +6 -1
  161. package/dist/models/ListAccounts200Response.d.ts +2 -1
  162. package/dist/models/ListAccounts200Response.js +6 -1
  163. package/dist/models/ListLeadMessagesDto.d.ts +2 -1
  164. package/dist/models/ListLeadMessagesDto.js +6 -1
  165. package/dist/models/LoginDto.d.ts +2 -1
  166. package/dist/models/LoginDto.js +6 -1
  167. package/dist/models/LoginInput.d.ts +2 -1
  168. package/dist/models/LoginInput.js +6 -1
  169. package/dist/models/MoneyDto.d.ts +2 -1
  170. package/dist/models/MoneyDto.js +6 -1
  171. package/dist/models/NotFoundException.d.ts +2 -1
  172. package/dist/models/NotFoundException.js +6 -1
  173. package/dist/models/ObjectId.d.ts +2 -1
  174. package/dist/models/ObjectId.js +6 -1
  175. package/dist/models/OrderCompanyInfoDto.d.ts +2 -1
  176. package/dist/models/OrderCompanyInfoDto.js +6 -1
  177. package/dist/models/OrderCompanyTaxIdDto.d.ts +2 -1
  178. package/dist/models/OrderCompanyTaxIdDto.js +6 -1
  179. package/dist/models/OrderDto.d.ts +2 -1
  180. package/dist/models/OrderDto.js +6 -1
  181. package/dist/models/OrderListItemDto.d.ts +2 -1
  182. package/dist/models/OrderListItemDto.js +6 -1
  183. package/dist/models/OrderListItemDtoBuyerInformation.d.ts +2 -1
  184. package/dist/models/OrderListItemDtoBuyerInformation.js +6 -1
  185. package/dist/models/OrderListItemDtoDomainInformation.d.ts +2 -1
  186. package/dist/models/OrderListItemDtoDomainInformation.js +6 -1
  187. package/dist/models/OrderListItemDtoSellerAccount.d.ts +2 -1
  188. package/dist/models/OrderListItemDtoSellerAccount.js +6 -1
  189. package/dist/models/OwnedDomainDto.d.ts +2 -1
  190. package/dist/models/OwnedDomainDto.js +6 -1
  191. package/dist/models/PaginateResponse.d.ts +2 -1
  192. package/dist/models/PaginateResponse.js +6 -1
  193. package/dist/models/PaginateResponseLinks.d.ts +2 -1
  194. package/dist/models/PaginateResponseLinks.js +6 -1
  195. package/dist/models/PaginateResponseMeta.d.ts +2 -1
  196. package/dist/models/PaginateResponseMeta.js +6 -1
  197. package/dist/models/PaymentProviderDto.d.ts +2 -1
  198. package/dist/models/PaymentProviderDto.js +6 -1
  199. package/dist/models/PublicLeadBuyerDto.d.ts +2 -1
  200. package/dist/models/PublicLeadBuyerDto.js +6 -1
  201. package/dist/models/PublicLeadDto.d.ts +2 -1
  202. package/dist/models/PublicLeadDto.js +6 -1
  203. package/dist/models/PutBuyerLeadOfferInput.d.ts +2 -1
  204. package/dist/models/PutBuyerLeadOfferInput.js +6 -1
  205. package/dist/models/PutLeadOfferInput.d.ts +2 -1
  206. package/dist/models/PutLeadOfferInput.js +6 -1
  207. package/dist/models/RegisterAccountInput.d.ts +2 -1
  208. package/dist/models/RegisterAccountInput.js +6 -1
  209. package/dist/models/RelatedSellerDomain.d.ts +2 -1
  210. package/dist/models/RelatedSellerDomain.js +6 -1
  211. package/dist/models/RequestAccessTokenInput.d.ts +2 -1
  212. package/dist/models/RequestAccessTokenInput.js +6 -1
  213. package/dist/models/SellerDomainTransferAuthCodeDto.d.ts +2 -1
  214. package/dist/models/SellerDomainTransferAuthCodeDto.js +6 -1
  215. package/dist/models/SellerDomainTransferDomainDto.d.ts +2 -1
  216. package/dist/models/SellerDomainTransferDomainDto.js +6 -1
  217. package/dist/models/SellerDomainTransferDto.d.ts +2 -1
  218. package/dist/models/SellerDomainTransferDto.js +6 -1
  219. package/dist/models/SellerDomainTransferListItemDomainDto.d.ts +2 -1
  220. package/dist/models/SellerDomainTransferListItemDomainDto.js +6 -1
  221. package/dist/models/SellerDomainTransferListItemDto.d.ts +2 -1
  222. package/dist/models/SellerDomainTransferListItemDto.js +6 -1
  223. package/dist/models/SellerSecurityUserAccountDto.d.ts +2 -1
  224. package/dist/models/SellerSecurityUserAccountDto.js +6 -1
  225. package/dist/models/SellerSecurityUserDto.d.ts +2 -1
  226. package/dist/models/SellerSecurityUserDto.js +6 -1
  227. package/dist/models/SetDomainTransferConfirmationInput.d.ts +2 -1
  228. package/dist/models/SetDomainTransferConfirmationInput.js +6 -1
  229. package/dist/models/SetNewPasswordInput.d.ts +2 -1
  230. package/dist/models/SetNewPasswordInput.js +6 -1
  231. package/dist/models/StoreBuyerLocaleInput.d.ts +2 -1
  232. package/dist/models/StoreBuyerLocaleInput.js +6 -1
  233. package/dist/models/StoreUserLocaleInput.d.ts +2 -1
  234. package/dist/models/StoreUserLocaleInput.js +6 -1
  235. package/dist/models/ThrottlerException.d.ts +2 -1
  236. package/dist/models/ThrottlerException.js +6 -1
  237. package/dist/models/UpdateDomainInput.d.ts +2 -1
  238. package/dist/models/UpdateDomainInput.js +6 -1
  239. package/dist/models/UpdateDomainTransferAuthCodeInput.d.ts +2 -1
  240. package/dist/models/UpdateDomainTransferAuthCodeInput.js +6 -1
  241. package/dist/models/UpdateLeadInput.d.ts +2 -1
  242. package/dist/models/UpdateLeadInput.js +6 -1
  243. package/dist/models/UpdateOrderInput.d.ts +2 -1
  244. package/dist/models/UpdateOrderInput.js +6 -1
  245. package/dist/models/UserPasswordResetDto.d.ts +2 -1
  246. package/dist/models/UserPasswordResetDto.js +6 -1
  247. package/dist/models/ValidationError.d.ts +2 -1
  248. package/dist/models/ValidationError.js +6 -1
  249. package/dist/models/ValidationException.d.ts +2 -1
  250. package/dist/models/ValidationException.js +6 -1
  251. package/dist/models/VerifyLeadInput.d.ts +2 -1
  252. package/dist/models/VerifyLeadInput.js +6 -1
  253. package/dist/models/WithSettingsInner.d.ts +2 -1
  254. package/dist/models/WithSettingsInner.js +6 -1
  255. package/dist/models/index.d.ts +3 -1
  256. package/dist/models/index.js +3 -1
  257. package/package.json +1 -1
  258. package/src/apis/AccountsApi.ts +61 -6
  259. package/src/models/AccountDto.ts +9 -1
  260. package/src/models/AccountMetricsDto.ts +6 -1
  261. package/src/models/AccountNotificationDto.ts +121 -0
  262. package/src/models/AccountNotificationReadStatusDto.ts +84 -0
  263. package/src/models/AccountPaymentProviderSessionDto.ts +6 -1
  264. package/src/models/AccountSettingsDto.ts +7 -1
  265. package/src/models/AccountSettingsInput.ts +7 -1
  266. package/src/models/AddressDto.ts +6 -1
  267. package/src/models/AdminAccountSettingsInput.ts +6 -1
  268. package/src/models/AdminGetAllDomainTransfers200Response.ts +9 -1
  269. package/src/models/BadRequestException.ts +6 -1
  270. package/src/models/BatchReadBuyerLeadMessageInput.ts +6 -1
  271. package/src/models/BatchReadSellerLeadMessageInput.ts +6 -1
  272. package/src/models/BatchUpdateDomainsInput.ts +7 -1
  273. package/src/models/BillingInformationDto.ts +8 -1
  274. package/src/models/BuyerDomainTransferAuthCodeDto.ts +6 -1
  275. package/src/models/BuyerDomainTransferListItemDomainDto.ts +6 -1
  276. package/src/models/BuyerDomainTransferListItemDto.ts +7 -1
  277. package/src/models/BuyerLeadListItemDomainDto.ts +6 -1
  278. package/src/models/BuyerLeadListItemDto.ts +8 -1
  279. package/src/models/BuyerSecurityUserDto.ts +6 -1
  280. package/src/models/ChangeOrderStatusInput.ts +6 -1
  281. package/src/models/ChartDataPoint.ts +6 -1
  282. package/src/models/CompanyInformationDto.ts +7 -1
  283. package/src/models/CompanyTaxIdDto.ts +6 -1
  284. package/src/models/ConflictException.ts +6 -1
  285. package/src/models/CreateAccountPaymentProviderInput.ts +7 -1
  286. package/src/models/CreateBuyerLeadMessageInput.ts +6 -1
  287. package/src/models/CreateLeadInput.ts +7 -1
  288. package/src/models/CreateLeadMessageInput.ts +6 -1
  289. package/src/models/CreateOrderInput.ts +7 -1
  290. package/src/models/DeleteDomainsInput.ts +6 -1
  291. package/src/models/DomainDto.ts +7 -1
  292. package/src/models/DomainSellerDto.ts +7 -1
  293. package/src/models/DomainStats.ts +7 -1
  294. package/src/models/DomainTransferAgentDto.ts +6 -1
  295. package/src/models/DomainTransferDetailSellerPayoutInvoiceDto.ts +7 -1
  296. package/src/models/DomainTransferDetailWorkflowStepActionDto.ts +6 -1
  297. package/src/models/DomainTransferDetailWorkflowStepDto.ts +8 -1
  298. package/src/models/DomainTransferDetailsAuthCodeDto.ts +6 -1
  299. package/src/models/DomainTransferDetailsDomainDto.ts +6 -1
  300. package/src/models/DomainTransferDetailsDto.ts +12 -1
  301. package/src/models/DomainTransferDetailsOrderBuyerDto.ts +6 -1
  302. package/src/models/DomainTransferDetailsOrderDto.ts +8 -1
  303. package/src/models/DomainTransferDetailsOrderSellerDto.ts +7 -1
  304. package/src/models/DomainTransferDetailsOrderSellerUserDto.ts +6 -1
  305. package/src/models/DomainTransferDetailsValidationDto.ts +6 -1
  306. package/src/models/DomainTransferDomainDto.ts +6 -1
  307. package/src/models/DomainTransferDto.ts +9 -1
  308. package/src/models/DomainTransferOrderDto.ts +6 -1
  309. package/src/models/ForgotPasswordRequestInput.ts +6 -1
  310. package/src/models/GetAllDomainTransfers200Response.ts +9 -1
  311. package/src/models/GetAllOrders200Response.ts +9 -1
  312. package/src/models/GetAllOwnedDomains200Response.ts +9 -1
  313. package/src/models/GetBuyerInvoices200Response.ts +9 -1
  314. package/src/models/GetBuyerLeads200Response.ts +9 -1
  315. package/src/models/GetBuyerTransfers200Response.ts +9 -1
  316. package/src/models/HttpException.ts +6 -1
  317. package/src/models/{IntersectionAccountDtoWithSettingsDto.ts → IntersectionAccountDtoWithSettingsDtoWithNotificationsDto.ts} +39 -14
  318. package/src/models/IntersectionDomainDtoWithAccountDto.ts +8 -1
  319. package/src/models/IntersectionDomainDtoWithDomainUrlDto.ts +7 -1
  320. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +8 -1
  321. package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.ts +9 -1
  322. package/src/models/IntersectionLeadDtoWithLeadDetailsDto.ts +8 -1
  323. package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +9 -1
  324. package/src/models/InvoiceDomainDto.ts +6 -1
  325. package/src/models/InvoiceDto.ts +7 -1
  326. package/src/models/InvoiceItemDto.ts +8 -1
  327. package/src/models/InvoiceItemTaxDto.ts +7 -1
  328. package/src/models/InvoiceTransactionDto.ts +6 -1
  329. package/src/models/LeadDomainDto.ts +6 -1
  330. package/src/models/LeadDto.ts +8 -1
  331. package/src/models/LeadMessageData.ts +7 -1
  332. package/src/models/LeadMessageDto.ts +7 -1
  333. package/src/models/LeadStatusDto.ts +6 -1
  334. package/src/models/List200Response.ts +9 -1
  335. package/src/models/List200Response1.ts +9 -1
  336. package/src/models/ListAccountDto.ts +6 -1
  337. package/src/models/ListAccounts200Response.ts +9 -1
  338. package/src/models/ListLeadMessagesDto.ts +7 -1
  339. package/src/models/LoginDto.ts +6 -1
  340. package/src/models/LoginInput.ts +6 -1
  341. package/src/models/MoneyDto.ts +6 -1
  342. package/src/models/NotFoundException.ts +6 -1
  343. package/src/models/ObjectId.ts +6 -1
  344. package/src/models/OrderCompanyInfoDto.ts +7 -1
  345. package/src/models/OrderCompanyTaxIdDto.ts +6 -1
  346. package/src/models/OrderDto.ts +11 -1
  347. package/src/models/OrderListItemDto.ts +10 -1
  348. package/src/models/OrderListItemDtoBuyerInformation.ts +8 -1
  349. package/src/models/OrderListItemDtoDomainInformation.ts +6 -1
  350. package/src/models/OrderListItemDtoSellerAccount.ts +6 -1
  351. package/src/models/OwnedDomainDto.ts +6 -1
  352. package/src/models/PaginateResponse.ts +8 -1
  353. package/src/models/PaginateResponseLinks.ts +6 -1
  354. package/src/models/PaginateResponseMeta.ts +6 -1
  355. package/src/models/PaymentProviderDto.ts +6 -1
  356. package/src/models/PublicLeadBuyerDto.ts +6 -1
  357. package/src/models/PublicLeadDto.ts +8 -1
  358. package/src/models/PutBuyerLeadOfferInput.ts +7 -1
  359. package/src/models/PutLeadOfferInput.ts +7 -1
  360. package/src/models/RegisterAccountInput.ts +6 -1
  361. package/src/models/RelatedSellerDomain.ts +7 -1
  362. package/src/models/RequestAccessTokenInput.ts +6 -1
  363. package/src/models/SellerDomainTransferAuthCodeDto.ts +6 -1
  364. package/src/models/SellerDomainTransferDomainDto.ts +6 -1
  365. package/src/models/SellerDomainTransferDto.ts +8 -1
  366. package/src/models/SellerDomainTransferListItemDomainDto.ts +6 -1
  367. package/src/models/SellerDomainTransferListItemDto.ts +7 -1
  368. package/src/models/SellerSecurityUserAccountDto.ts +6 -1
  369. package/src/models/SellerSecurityUserDto.ts +7 -1
  370. package/src/models/SetDomainTransferConfirmationInput.ts +6 -1
  371. package/src/models/SetNewPasswordInput.ts +6 -1
  372. package/src/models/StoreBuyerLocaleInput.ts +6 -1
  373. package/src/models/StoreUserLocaleInput.ts +6 -1
  374. package/src/models/ThrottlerException.ts +6 -1
  375. package/src/models/UpdateDomainInput.ts +7 -1
  376. package/src/models/UpdateDomainTransferAuthCodeInput.ts +6 -1
  377. package/src/models/UpdateLeadInput.ts +6 -1
  378. package/src/models/UpdateOrderInput.ts +7 -1
  379. package/src/models/UserPasswordResetDto.ts +6 -1
  380. package/src/models/ValidationError.ts +6 -1
  381. package/src/models/ValidationException.ts +7 -1
  382. package/src/models/VerifyLeadInput.ts +6 -1
  383. package/src/models/WithSettingsInner.ts +7 -1
  384. package/src/models/index.ts +3 -1
  385. package/dist/models/IntersectionAccountDtoWithSettingsDto.d.ts +0 -65
@@ -73,10 +73,15 @@ export function DomainTransferDetailsOrderSellerUserDtoFromJSONTyped(json: any,
73
73
  };
74
74
  }
75
75
 
76
- export function DomainTransferDetailsOrderSellerUserDtoToJSON(value?: DomainTransferDetailsOrderSellerUserDto | null): any {
76
+ export function DomainTransferDetailsOrderSellerUserDtoToJSON(json: any): DomainTransferDetailsOrderSellerUserDto {
77
+ return DomainTransferDetailsOrderSellerUserDtoToJSONTyped(json, false);
78
+ }
79
+
80
+ export function DomainTransferDetailsOrderSellerUserDtoToJSONTyped(value?: DomainTransferDetailsOrderSellerUserDto | null, ignoreDiscriminator: boolean = false): any {
77
81
  if (value == null) {
78
82
  return value;
79
83
  }
84
+
80
85
  return {
81
86
 
82
87
  'firstname': value['firstname'],
@@ -132,10 +132,15 @@ export function DomainTransferDetailsValidationDtoFromJSONTyped(json: any, ignor
132
132
  };
133
133
  }
134
134
 
135
- export function DomainTransferDetailsValidationDtoToJSON(value?: DomainTransferDetailsValidationDto | null): any {
135
+ export function DomainTransferDetailsValidationDtoToJSON(json: any): DomainTransferDetailsValidationDto {
136
+ return DomainTransferDetailsValidationDtoToJSONTyped(json, false);
137
+ }
138
+
139
+ export function DomainTransferDetailsValidationDtoToJSONTyped(value?: DomainTransferDetailsValidationDto | null, ignoreDiscriminator: boolean = false): any {
136
140
  if (value == null) {
137
141
  return value;
138
142
  }
143
+
139
144
  return {
140
145
 
141
146
  'reason': value['reason'],
@@ -65,10 +65,15 @@ export function DomainTransferDomainDtoFromJSONTyped(json: any, ignoreDiscrimina
65
65
  };
66
66
  }
67
67
 
68
- export function DomainTransferDomainDtoToJSON(value?: DomainTransferDomainDto | null): any {
68
+ export function DomainTransferDomainDtoToJSON(json: any): DomainTransferDomainDto {
69
+ return DomainTransferDomainDtoToJSONTyped(json, false);
70
+ }
71
+
72
+ export function DomainTransferDomainDtoToJSONTyped(value?: DomainTransferDomainDto | null, ignoreDiscriminator: boolean = false): any {
69
73
  if (value == null) {
70
74
  return value;
71
75
  }
76
+
72
77
  return {
73
78
 
74
79
  'id': value['id'],
@@ -18,18 +18,21 @@ import {
18
18
  DomainTransferDomainDtoFromJSON,
19
19
  DomainTransferDomainDtoFromJSONTyped,
20
20
  DomainTransferDomainDtoToJSON,
21
+ DomainTransferDomainDtoToJSONTyped,
21
22
  } from './DomainTransferDomainDto';
22
23
  import type { DomainTransferOrderDto } from './DomainTransferOrderDto';
23
24
  import {
24
25
  DomainTransferOrderDtoFromJSON,
25
26
  DomainTransferOrderDtoFromJSONTyped,
26
27
  DomainTransferOrderDtoToJSON,
28
+ DomainTransferOrderDtoToJSONTyped,
27
29
  } from './DomainTransferOrderDto';
28
30
  import type { DomainTransferAgentDto } from './DomainTransferAgentDto';
29
31
  import {
30
32
  DomainTransferAgentDtoFromJSON,
31
33
  DomainTransferAgentDtoFromJSONTyped,
32
34
  DomainTransferAgentDtoToJSON,
35
+ DomainTransferAgentDtoToJSONTyped,
33
36
  } from './DomainTransferAgentDto';
34
37
 
35
38
  /**
@@ -122,10 +125,15 @@ export function DomainTransferDtoFromJSONTyped(json: any, ignoreDiscriminator: b
122
125
  };
123
126
  }
124
127
 
125
- export function DomainTransferDtoToJSON(value?: DomainTransferDto | null): any {
128
+ export function DomainTransferDtoToJSON(json: any): DomainTransferDto {
129
+ return DomainTransferDtoToJSONTyped(json, false);
130
+ }
131
+
132
+ export function DomainTransferDtoToJSONTyped(value?: DomainTransferDto | null, ignoreDiscriminator: boolean = false): any {
126
133
  if (value == null) {
127
134
  return value;
128
135
  }
136
+
129
137
  return {
130
138
 
131
139
  'id': value['id'],
@@ -73,10 +73,15 @@ export function DomainTransferOrderDtoFromJSONTyped(json: any, ignoreDiscriminat
73
73
  };
74
74
  }
75
75
 
76
- export function DomainTransferOrderDtoToJSON(value?: DomainTransferOrderDto | null): any {
76
+ export function DomainTransferOrderDtoToJSON(json: any): DomainTransferOrderDto {
77
+ return DomainTransferOrderDtoToJSONTyped(json, false);
78
+ }
79
+
80
+ export function DomainTransferOrderDtoToJSONTyped(value?: DomainTransferOrderDto | null, ignoreDiscriminator: boolean = false): any {
77
81
  if (value == null) {
78
82
  return value;
79
83
  }
84
+
80
85
  return {
81
86
 
82
87
  'id': value['id'],
@@ -49,10 +49,15 @@ export function ForgotPasswordRequestInputFromJSONTyped(json: any, ignoreDiscrim
49
49
  };
50
50
  }
51
51
 
52
- export function ForgotPasswordRequestInputToJSON(value?: ForgotPasswordRequestInput | null): any {
52
+ export function ForgotPasswordRequestInputToJSON(json: any): ForgotPasswordRequestInput {
53
+ return ForgotPasswordRequestInputToJSONTyped(json, false);
54
+ }
55
+
56
+ export function ForgotPasswordRequestInputToJSONTyped(value?: ForgotPasswordRequestInput | null, ignoreDiscriminator: boolean = false): any {
53
57
  if (value == null) {
54
58
  return value;
55
59
  }
60
+
56
61
  return {
57
62
 
58
63
  'email': value['email'],
@@ -18,18 +18,21 @@ import {
18
18
  PaginateResponseLinksFromJSON,
19
19
  PaginateResponseLinksFromJSONTyped,
20
20
  PaginateResponseLinksToJSON,
21
+ PaginateResponseLinksToJSONTyped,
21
22
  } from './PaginateResponseLinks';
22
23
  import type { SellerDomainTransferListItemDto } from './SellerDomainTransferListItemDto';
23
24
  import {
24
25
  SellerDomainTransferListItemDtoFromJSON,
25
26
  SellerDomainTransferListItemDtoFromJSONTyped,
26
27
  SellerDomainTransferListItemDtoToJSON,
28
+ SellerDomainTransferListItemDtoToJSONTyped,
27
29
  } from './SellerDomainTransferListItemDto';
28
30
  import type { PaginateResponseMeta } from './PaginateResponseMeta';
29
31
  import {
30
32
  PaginateResponseMetaFromJSON,
31
33
  PaginateResponseMetaFromJSONTyped,
32
34
  PaginateResponseMetaToJSON,
35
+ PaginateResponseMetaToJSONTyped,
33
36
  } from './PaginateResponseMeta';
34
37
 
35
38
  /**
@@ -84,10 +87,15 @@ export function GetAllDomainTransfers200ResponseFromJSONTyped(json: any, ignoreD
84
87
  };
85
88
  }
86
89
 
87
- export function GetAllDomainTransfers200ResponseToJSON(value?: GetAllDomainTransfers200Response | null): any {
90
+ export function GetAllDomainTransfers200ResponseToJSON(json: any): GetAllDomainTransfers200Response {
91
+ return GetAllDomainTransfers200ResponseToJSONTyped(json, false);
92
+ }
93
+
94
+ export function GetAllDomainTransfers200ResponseToJSONTyped(value?: GetAllDomainTransfers200Response | null, ignoreDiscriminator: boolean = false): any {
88
95
  if (value == null) {
89
96
  return value;
90
97
  }
98
+
91
99
  return {
92
100
 
93
101
  'data': ((value['data'] as Array<any>).map(SellerDomainTransferListItemDtoToJSON)),
@@ -18,18 +18,21 @@ import {
18
18
  PaginateResponseLinksFromJSON,
19
19
  PaginateResponseLinksFromJSONTyped,
20
20
  PaginateResponseLinksToJSON,
21
+ PaginateResponseLinksToJSONTyped,
21
22
  } from './PaginateResponseLinks';
22
23
  import type { OrderListItemDto } from './OrderListItemDto';
23
24
  import {
24
25
  OrderListItemDtoFromJSON,
25
26
  OrderListItemDtoFromJSONTyped,
26
27
  OrderListItemDtoToJSON,
28
+ OrderListItemDtoToJSONTyped,
27
29
  } from './OrderListItemDto';
28
30
  import type { PaginateResponseMeta } from './PaginateResponseMeta';
29
31
  import {
30
32
  PaginateResponseMetaFromJSON,
31
33
  PaginateResponseMetaFromJSONTyped,
32
34
  PaginateResponseMetaToJSON,
35
+ PaginateResponseMetaToJSONTyped,
33
36
  } from './PaginateResponseMeta';
34
37
 
35
38
  /**
@@ -84,10 +87,15 @@ export function GetAllOrders200ResponseFromJSONTyped(json: any, ignoreDiscrimina
84
87
  };
85
88
  }
86
89
 
87
- export function GetAllOrders200ResponseToJSON(value?: GetAllOrders200Response | null): any {
90
+ export function GetAllOrders200ResponseToJSON(json: any): GetAllOrders200Response {
91
+ return GetAllOrders200ResponseToJSONTyped(json, false);
92
+ }
93
+
94
+ export function GetAllOrders200ResponseToJSONTyped(value?: GetAllOrders200Response | null, ignoreDiscriminator: boolean = false): any {
88
95
  if (value == null) {
89
96
  return value;
90
97
  }
98
+
91
99
  return {
92
100
 
93
101
  'data': ((value['data'] as Array<any>).map(OrderListItemDtoToJSON)),
@@ -18,18 +18,21 @@ import {
18
18
  PaginateResponseLinksFromJSON,
19
19
  PaginateResponseLinksFromJSONTyped,
20
20
  PaginateResponseLinksToJSON,
21
+ PaginateResponseLinksToJSONTyped,
21
22
  } from './PaginateResponseLinks';
22
23
  import type { OwnedDomainDto } from './OwnedDomainDto';
23
24
  import {
24
25
  OwnedDomainDtoFromJSON,
25
26
  OwnedDomainDtoFromJSONTyped,
26
27
  OwnedDomainDtoToJSON,
28
+ OwnedDomainDtoToJSONTyped,
27
29
  } from './OwnedDomainDto';
28
30
  import type { PaginateResponseMeta } from './PaginateResponseMeta';
29
31
  import {
30
32
  PaginateResponseMetaFromJSON,
31
33
  PaginateResponseMetaFromJSONTyped,
32
34
  PaginateResponseMetaToJSON,
35
+ PaginateResponseMetaToJSONTyped,
33
36
  } from './PaginateResponseMeta';
34
37
 
35
38
  /**
@@ -84,10 +87,15 @@ export function GetAllOwnedDomains200ResponseFromJSONTyped(json: any, ignoreDisc
84
87
  };
85
88
  }
86
89
 
87
- export function GetAllOwnedDomains200ResponseToJSON(value?: GetAllOwnedDomains200Response | null): any {
90
+ export function GetAllOwnedDomains200ResponseToJSON(json: any): GetAllOwnedDomains200Response {
91
+ return GetAllOwnedDomains200ResponseToJSONTyped(json, false);
92
+ }
93
+
94
+ export function GetAllOwnedDomains200ResponseToJSONTyped(value?: GetAllOwnedDomains200Response | null, ignoreDiscriminator: boolean = false): any {
88
95
  if (value == null) {
89
96
  return value;
90
97
  }
98
+
91
99
  return {
92
100
 
93
101
  'data': ((value['data'] as Array<any>).map(OwnedDomainDtoToJSON)),
@@ -18,18 +18,21 @@ import {
18
18
  PaginateResponseLinksFromJSON,
19
19
  PaginateResponseLinksFromJSONTyped,
20
20
  PaginateResponseLinksToJSON,
21
+ PaginateResponseLinksToJSONTyped,
21
22
  } from './PaginateResponseLinks';
22
23
  import type { InvoiceDto } from './InvoiceDto';
23
24
  import {
24
25
  InvoiceDtoFromJSON,
25
26
  InvoiceDtoFromJSONTyped,
26
27
  InvoiceDtoToJSON,
28
+ InvoiceDtoToJSONTyped,
27
29
  } from './InvoiceDto';
28
30
  import type { PaginateResponseMeta } from './PaginateResponseMeta';
29
31
  import {
30
32
  PaginateResponseMetaFromJSON,
31
33
  PaginateResponseMetaFromJSONTyped,
32
34
  PaginateResponseMetaToJSON,
35
+ PaginateResponseMetaToJSONTyped,
33
36
  } from './PaginateResponseMeta';
34
37
 
35
38
  /**
@@ -84,10 +87,15 @@ export function GetBuyerInvoices200ResponseFromJSONTyped(json: any, ignoreDiscri
84
87
  };
85
88
  }
86
89
 
87
- export function GetBuyerInvoices200ResponseToJSON(value?: GetBuyerInvoices200Response | null): any {
90
+ export function GetBuyerInvoices200ResponseToJSON(json: any): GetBuyerInvoices200Response {
91
+ return GetBuyerInvoices200ResponseToJSONTyped(json, false);
92
+ }
93
+
94
+ export function GetBuyerInvoices200ResponseToJSONTyped(value?: GetBuyerInvoices200Response | null, ignoreDiscriminator: boolean = false): any {
88
95
  if (value == null) {
89
96
  return value;
90
97
  }
98
+
91
99
  return {
92
100
 
93
101
  'data': ((value['data'] as Array<any>).map(InvoiceDtoToJSON)),
@@ -18,18 +18,21 @@ import {
18
18
  PaginateResponseLinksFromJSON,
19
19
  PaginateResponseLinksFromJSONTyped,
20
20
  PaginateResponseLinksToJSON,
21
+ PaginateResponseLinksToJSONTyped,
21
22
  } from './PaginateResponseLinks';
22
23
  import type { BuyerLeadListItemDto } from './BuyerLeadListItemDto';
23
24
  import {
24
25
  BuyerLeadListItemDtoFromJSON,
25
26
  BuyerLeadListItemDtoFromJSONTyped,
26
27
  BuyerLeadListItemDtoToJSON,
28
+ BuyerLeadListItemDtoToJSONTyped,
27
29
  } from './BuyerLeadListItemDto';
28
30
  import type { PaginateResponseMeta } from './PaginateResponseMeta';
29
31
  import {
30
32
  PaginateResponseMetaFromJSON,
31
33
  PaginateResponseMetaFromJSONTyped,
32
34
  PaginateResponseMetaToJSON,
35
+ PaginateResponseMetaToJSONTyped,
33
36
  } from './PaginateResponseMeta';
34
37
 
35
38
  /**
@@ -84,10 +87,15 @@ export function GetBuyerLeads200ResponseFromJSONTyped(json: any, ignoreDiscrimin
84
87
  };
85
88
  }
86
89
 
87
- export function GetBuyerLeads200ResponseToJSON(value?: GetBuyerLeads200Response | null): any {
90
+ export function GetBuyerLeads200ResponseToJSON(json: any): GetBuyerLeads200Response {
91
+ return GetBuyerLeads200ResponseToJSONTyped(json, false);
92
+ }
93
+
94
+ export function GetBuyerLeads200ResponseToJSONTyped(value?: GetBuyerLeads200Response | null, ignoreDiscriminator: boolean = false): any {
88
95
  if (value == null) {
89
96
  return value;
90
97
  }
98
+
91
99
  return {
92
100
 
93
101
  'data': ((value['data'] as Array<any>).map(BuyerLeadListItemDtoToJSON)),
@@ -18,18 +18,21 @@ import {
18
18
  PaginateResponseLinksFromJSON,
19
19
  PaginateResponseLinksFromJSONTyped,
20
20
  PaginateResponseLinksToJSON,
21
+ PaginateResponseLinksToJSONTyped,
21
22
  } from './PaginateResponseLinks';
22
23
  import type { BuyerDomainTransferListItemDto } from './BuyerDomainTransferListItemDto';
23
24
  import {
24
25
  BuyerDomainTransferListItemDtoFromJSON,
25
26
  BuyerDomainTransferListItemDtoFromJSONTyped,
26
27
  BuyerDomainTransferListItemDtoToJSON,
28
+ BuyerDomainTransferListItemDtoToJSONTyped,
27
29
  } from './BuyerDomainTransferListItemDto';
28
30
  import type { PaginateResponseMeta } from './PaginateResponseMeta';
29
31
  import {
30
32
  PaginateResponseMetaFromJSON,
31
33
  PaginateResponseMetaFromJSONTyped,
32
34
  PaginateResponseMetaToJSON,
35
+ PaginateResponseMetaToJSONTyped,
33
36
  } from './PaginateResponseMeta';
34
37
 
35
38
  /**
@@ -84,10 +87,15 @@ export function GetBuyerTransfers200ResponseFromJSONTyped(json: any, ignoreDiscr
84
87
  };
85
88
  }
86
89
 
87
- export function GetBuyerTransfers200ResponseToJSON(value?: GetBuyerTransfers200Response | null): any {
90
+ export function GetBuyerTransfers200ResponseToJSON(json: any): GetBuyerTransfers200Response {
91
+ return GetBuyerTransfers200ResponseToJSONTyped(json, false);
92
+ }
93
+
94
+ export function GetBuyerTransfers200ResponseToJSONTyped(value?: GetBuyerTransfers200Response | null, ignoreDiscriminator: boolean = false): any {
88
95
  if (value == null) {
89
96
  return value;
90
97
  }
98
+
91
99
  return {
92
100
 
93
101
  'data': ((value['data'] as Array<any>).map(BuyerDomainTransferListItemDtoToJSON)),
@@ -65,10 +65,15 @@ export function HttpExceptionFromJSONTyped(json: any, ignoreDiscriminator: boole
65
65
  };
66
66
  }
67
67
 
68
- export function HttpExceptionToJSON(value?: HttpException | null): any {
68
+ export function HttpExceptionToJSON(json: any): HttpException {
69
+ return HttpExceptionToJSONTyped(json, false);
70
+ }
71
+
72
+ export function HttpExceptionToJSONTyped(value?: HttpException | null, ignoreDiscriminator: boolean = false): any {
69
73
  if (value == null) {
70
74
  return value;
71
75
  }
76
+
72
77
  return {
73
78
 
74
79
  'name': value['name'],
@@ -18,88 +18,106 @@ import {
18
18
  PaymentProviderDtoFromJSON,
19
19
  PaymentProviderDtoFromJSONTyped,
20
20
  PaymentProviderDtoToJSON,
21
+ PaymentProviderDtoToJSONTyped,
21
22
  } from './PaymentProviderDto';
22
23
  import type { WithSettingsInner } from './WithSettingsInner';
23
24
  import {
24
25
  WithSettingsInnerFromJSON,
25
26
  WithSettingsInnerFromJSONTyped,
26
27
  WithSettingsInnerToJSON,
28
+ WithSettingsInnerToJSONTyped,
27
29
  } from './WithSettingsInner';
28
30
  import type { AccountMetricsDto } from './AccountMetricsDto';
29
31
  import {
30
32
  AccountMetricsDtoFromJSON,
31
33
  AccountMetricsDtoFromJSONTyped,
32
34
  AccountMetricsDtoToJSON,
35
+ AccountMetricsDtoToJSONTyped,
33
36
  } from './AccountMetricsDto';
37
+ import type { AccountNotificationDto } from './AccountNotificationDto';
38
+ import {
39
+ AccountNotificationDtoFromJSON,
40
+ AccountNotificationDtoFromJSONTyped,
41
+ AccountNotificationDtoToJSON,
42
+ AccountNotificationDtoToJSONTyped,
43
+ } from './AccountNotificationDto';
34
44
  import type { BillingInformationDto } from './BillingInformationDto';
35
45
  import {
36
46
  BillingInformationDtoFromJSON,
37
47
  BillingInformationDtoFromJSONTyped,
38
48
  BillingInformationDtoToJSON,
49
+ BillingInformationDtoToJSONTyped,
39
50
  } from './BillingInformationDto';
40
51
 
41
52
  /**
42
53
  *
43
54
  * @export
44
- * @interface IntersectionAccountDtoWithSettingsDto
55
+ * @interface IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
45
56
  */
46
- export interface IntersectionAccountDtoWithSettingsDto {
57
+ export interface IntersectionAccountDtoWithSettingsDtoWithNotificationsDto {
47
58
  /**
48
59
  *
49
60
  * @type {string}
50
- * @memberof IntersectionAccountDtoWithSettingsDto
61
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
51
62
  */
52
63
  id: string;
53
64
  /**
54
65
  *
55
66
  * @type {string}
56
- * @memberof IntersectionAccountDtoWithSettingsDto
67
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
57
68
  */
58
69
  identifier: string;
59
70
  /**
60
71
  *
61
72
  * @type {AccountMetricsDto}
62
- * @memberof IntersectionAccountDtoWithSettingsDto
73
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
63
74
  */
64
75
  metrics: AccountMetricsDto;
65
76
  /**
66
77
  *
67
78
  * @type {PaymentProviderDto}
68
- * @memberof IntersectionAccountDtoWithSettingsDto
79
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
69
80
  */
70
81
  paymentProvider: PaymentProviderDto | null;
71
82
  /**
72
83
  *
73
84
  * @type {BillingInformationDto}
74
- * @memberof IntersectionAccountDtoWithSettingsDto
85
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
75
86
  */
76
87
  billingInformation: BillingInformationDto | null;
77
88
  /**
78
89
  *
79
90
  * @type {WithSettingsInner}
80
- * @memberof IntersectionAccountDtoWithSettingsDto
91
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
81
92
  */
82
93
  settings: WithSettingsInner;
94
+ /**
95
+ *
96
+ * @type {Array<AccountNotificationDto>}
97
+ * @memberof IntersectionAccountDtoWithSettingsDtoWithNotificationsDto
98
+ */
99
+ notifications: Array<AccountNotificationDto>;
83
100
  }
84
101
 
85
102
  /**
86
- * Check if a given object implements the IntersectionAccountDtoWithSettingsDto interface.
103
+ * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDto interface.
87
104
  */
88
- export function instanceOfIntersectionAccountDtoWithSettingsDto(value: object): value is IntersectionAccountDtoWithSettingsDto {
105
+ export function instanceOfIntersectionAccountDtoWithSettingsDtoWithNotificationsDto(value: object): value is IntersectionAccountDtoWithSettingsDtoWithNotificationsDto {
89
106
  if (!('id' in value) || value['id'] === undefined) return false;
90
107
  if (!('identifier' in value) || value['identifier'] === undefined) return false;
91
108
  if (!('metrics' in value) || value['metrics'] === undefined) return false;
92
109
  if (!('paymentProvider' in value) || value['paymentProvider'] === undefined) return false;
93
110
  if (!('billingInformation' in value) || value['billingInformation'] === undefined) return false;
94
111
  if (!('settings' in value) || value['settings'] === undefined) return false;
112
+ if (!('notifications' in value) || value['notifications'] === undefined) return false;
95
113
  return true;
96
114
  }
97
115
 
98
- export function IntersectionAccountDtoWithSettingsDtoFromJSON(json: any): IntersectionAccountDtoWithSettingsDto {
99
- return IntersectionAccountDtoWithSettingsDtoFromJSONTyped(json, false);
116
+ export function IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoFromJSON(json: any): IntersectionAccountDtoWithSettingsDtoWithNotificationsDto {
117
+ return IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoFromJSONTyped(json, false);
100
118
  }
101
119
 
102
- export function IntersectionAccountDtoWithSettingsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionAccountDtoWithSettingsDto {
120
+ export function IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionAccountDtoWithSettingsDtoWithNotificationsDto {
103
121
  if (json == null) {
104
122
  return json;
105
123
  }
@@ -111,13 +129,19 @@ export function IntersectionAccountDtoWithSettingsDtoFromJSONTyped(json: any, ig
111
129
  'paymentProvider': PaymentProviderDtoFromJSON(json['paymentProvider']),
112
130
  'billingInformation': BillingInformationDtoFromJSON(json['billingInformation']),
113
131
  'settings': WithSettingsInnerFromJSON(json['settings']),
132
+ 'notifications': ((json['notifications'] as Array<any>).map(AccountNotificationDtoFromJSON)),
114
133
  };
115
134
  }
116
135
 
117
- export function IntersectionAccountDtoWithSettingsDtoToJSON(value?: IntersectionAccountDtoWithSettingsDto | null): any {
136
+ export function IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoToJSON(json: any): IntersectionAccountDtoWithSettingsDtoWithNotificationsDto {
137
+ return IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoToJSONTyped(json, false);
138
+ }
139
+
140
+ export function IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoToJSONTyped(value?: IntersectionAccountDtoWithSettingsDtoWithNotificationsDto | null, ignoreDiscriminator: boolean = false): any {
118
141
  if (value == null) {
119
142
  return value;
120
143
  }
144
+
121
145
  return {
122
146
 
123
147
  'id': value['id'],
@@ -126,6 +150,7 @@ export function IntersectionAccountDtoWithSettingsDtoToJSON(value?: Intersection
126
150
  'paymentProvider': PaymentProviderDtoToJSON(value['paymentProvider']),
127
151
  'billingInformation': BillingInformationDtoToJSON(value['billingInformation']),
128
152
  'settings': WithSettingsInnerToJSON(value['settings']),
153
+ 'notifications': ((value['notifications'] as Array<any>).map(AccountNotificationDtoToJSON)),
129
154
  };
130
155
  }
131
156
 
@@ -18,12 +18,14 @@ import {
18
18
  MoneyDtoFromJSON,
19
19
  MoneyDtoFromJSONTyped,
20
20
  MoneyDtoToJSON,
21
+ MoneyDtoToJSONTyped,
21
22
  } from './MoneyDto';
22
23
  import type { AccountDto } from './AccountDto';
23
24
  import {
24
25
  AccountDtoFromJSON,
25
26
  AccountDtoFromJSONTyped,
26
27
  AccountDtoToJSON,
28
+ AccountDtoToJSONTyped,
27
29
  } from './AccountDto';
28
30
 
29
31
  /**
@@ -167,10 +169,15 @@ export function IntersectionDomainDtoWithAccountDtoFromJSONTyped(json: any, igno
167
169
  };
168
170
  }
169
171
 
170
- export function IntersectionDomainDtoWithAccountDtoToJSON(value?: IntersectionDomainDtoWithAccountDto | null): any {
172
+ export function IntersectionDomainDtoWithAccountDtoToJSON(json: any): IntersectionDomainDtoWithAccountDto {
173
+ return IntersectionDomainDtoWithAccountDtoToJSONTyped(json, false);
174
+ }
175
+
176
+ export function IntersectionDomainDtoWithAccountDtoToJSONTyped(value?: IntersectionDomainDtoWithAccountDto | null, ignoreDiscriminator: boolean = false): any {
171
177
  if (value == null) {
172
178
  return value;
173
179
  }
180
+
174
181
  return {
175
182
 
176
183
  'id': value['id'],
@@ -18,6 +18,7 @@ import {
18
18
  MoneyDtoFromJSON,
19
19
  MoneyDtoFromJSONTyped,
20
20
  MoneyDtoToJSON,
21
+ MoneyDtoToJSONTyped,
21
22
  } from './MoneyDto';
22
23
 
23
24
  /**
@@ -161,10 +162,15 @@ export function IntersectionDomainDtoWithDomainUrlDtoFromJSONTyped(json: any, ig
161
162
  };
162
163
  }
163
164
 
164
- export function IntersectionDomainDtoWithDomainUrlDtoToJSON(value?: IntersectionDomainDtoWithDomainUrlDto | null): any {
165
+ export function IntersectionDomainDtoWithDomainUrlDtoToJSON(json: any): IntersectionDomainDtoWithDomainUrlDto {
166
+ return IntersectionDomainDtoWithDomainUrlDtoToJSONTyped(json, false);
167
+ }
168
+
169
+ export function IntersectionDomainDtoWithDomainUrlDtoToJSONTyped(value?: IntersectionDomainDtoWithDomainUrlDto | null, ignoreDiscriminator: boolean = false): any {
165
170
  if (value == null) {
166
171
  return value;
167
172
  }
173
+
168
174
  return {
169
175
 
170
176
  'id': value['id'],
@@ -18,12 +18,14 @@ import {
18
18
  MoneyDtoFromJSON,
19
19
  MoneyDtoFromJSONTyped,
20
20
  MoneyDtoToJSON,
21
+ MoneyDtoToJSONTyped,
21
22
  } from './MoneyDto';
22
23
  import type { AccountDto } from './AccountDto';
23
24
  import {
24
25
  AccountDtoFromJSON,
25
26
  AccountDtoFromJSONTyped,
26
27
  AccountDtoToJSON,
28
+ AccountDtoToJSONTyped,
27
29
  } from './AccountDto';
28
30
 
29
31
  /**
@@ -175,10 +177,15 @@ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoFromJSONTyped(
175
177
  };
176
178
  }
177
179
 
178
- export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSON(value?: IntersectionDomainDtoWithHijackerDtoWithAccountDto | null): any {
180
+ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSON(json: any): IntersectionDomainDtoWithHijackerDtoWithAccountDto {
181
+ return IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSONTyped(json, false);
182
+ }
183
+
184
+ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSONTyped(value?: IntersectionDomainDtoWithHijackerDtoWithAccountDto | null, ignoreDiscriminator: boolean = false): any {
179
185
  if (value == null) {
180
186
  return value;
181
187
  }
188
+
182
189
  return {
183
190
 
184
191
  'id': value['id'],
@@ -18,18 +18,21 @@ import {
18
18
  DomainSellerDtoFromJSON,
19
19
  DomainSellerDtoFromJSONTyped,
20
20
  DomainSellerDtoToJSON,
21
+ DomainSellerDtoToJSONTyped,
21
22
  } from './DomainSellerDto';
22
23
  import type { DomainStats } from './DomainStats';
23
24
  import {
24
25
  DomainStatsFromJSON,
25
26
  DomainStatsFromJSONTyped,
26
27
  DomainStatsToJSON,
28
+ DomainStatsToJSONTyped,
27
29
  } from './DomainStats';
28
30
  import type { MoneyDto } from './MoneyDto';
29
31
  import {
30
32
  MoneyDtoFromJSON,
31
33
  MoneyDtoFromJSONTyped,
32
34
  MoneyDtoToJSON,
35
+ MoneyDtoToJSONTyped,
33
36
  } from './MoneyDto';
34
37
 
35
38
  /**
@@ -116,10 +119,15 @@ export function IntersectionDomainSalesInformationDtoWithDomainStatsDtoFromJSONT
116
119
  };
117
120
  }
118
121
 
119
- export function IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON(value?: IntersectionDomainSalesInformationDtoWithDomainStatsDto | null): any {
122
+ export function IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSON(json: any): IntersectionDomainSalesInformationDtoWithDomainStatsDto {
123
+ return IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSONTyped(json, false);
124
+ }
125
+
126
+ export function IntersectionDomainSalesInformationDtoWithDomainStatsDtoToJSONTyped(value?: IntersectionDomainSalesInformationDtoWithDomainStatsDto | null, ignoreDiscriminator: boolean = false): any {
120
127
  if (value == null) {
121
128
  return value;
122
129
  }
130
+
123
131
  return {
124
132
 
125
133
  'stats': DomainStatsToJSON(value['stats']),