@randock/nameshift-api-client 0.0.171 → 0.0.173

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 (148) hide show
  1. package/README.md +3 -3
  2. package/dist/models/IntersectionTaskListTaskDto.d.ts +1 -0
  3. package/dist/models/IntersectionTaskListTaskDto.js +2 -1
  4. package/dist/models/OrderListItemDto.d.ts +6 -0
  5. package/dist/models/OrderListItemDto.js +4 -0
  6. package/package.json +1 -1
  7. package/src/models/AccountDto.ts +4 -4
  8. package/src/models/AccountMetricsDto.ts +4 -4
  9. package/src/models/AccountNotificationDto.ts +4 -4
  10. package/src/models/AccountNotificationReadStatusDto.ts +4 -4
  11. package/src/models/AccountPaymentProviderSessionDto.ts +4 -4
  12. package/src/models/AccountSettingsDto.ts +4 -4
  13. package/src/models/AccountSettingsInput.ts +4 -4
  14. package/src/models/AddressDto.ts +4 -4
  15. package/src/models/AdminAccountSettingsInput.ts +4 -4
  16. package/src/models/AdminGetAllDomainTransfers200Response.ts +4 -4
  17. package/src/models/BadRequestException.ts +4 -4
  18. package/src/models/BatchDeleteBuyerLeadsInput.ts +4 -4
  19. package/src/models/BatchImportPreviewDto.ts +4 -4
  20. package/src/models/BatchReadBuyerLeadMessageInput.ts +4 -4
  21. package/src/models/BatchReadSellerLeadMessageInput.ts +4 -4
  22. package/src/models/BatchUpdateDomainsInput.ts +4 -4
  23. package/src/models/BatchVerifyBuyerLeadsInput.ts +4 -4
  24. package/src/models/BillingInformationDto.ts +4 -4
  25. package/src/models/BuyerDomainTransferAuthCodeDto.ts +4 -4
  26. package/src/models/BuyerDomainTransferListItemDomainDto.ts +4 -4
  27. package/src/models/BuyerDomainTransferListItemDto.ts +4 -4
  28. package/src/models/BuyerDto.ts +4 -4
  29. package/src/models/BuyerLeadListItemDomainDto.ts +4 -4
  30. package/src/models/BuyerLeadListItemDto.ts +4 -4
  31. package/src/models/BuyerSecurityUserDto.ts +4 -4
  32. package/src/models/ChangeOrderStatusInput.ts +4 -4
  33. package/src/models/ChartDataPoint.ts +4 -4
  34. package/src/models/CompanyInformationDto.ts +4 -4
  35. package/src/models/CompanyTaxIdDto.ts +4 -4
  36. package/src/models/ConcreteDomainTransferTaskData.ts +4 -4
  37. package/src/models/ConflictException.ts +4 -4
  38. package/src/models/CreateBuyerLeadMessageInput.ts +4 -4
  39. package/src/models/CreateLeadInput.ts +4 -4
  40. package/src/models/CreateLeadMessageInput.ts +4 -4
  41. package/src/models/CreateManualLeadInput.ts +4 -4
  42. package/src/models/CreateOrderInput.ts +4 -4
  43. package/src/models/DeleteDomainsInput.ts +4 -4
  44. package/src/models/DomainDto.ts +4 -4
  45. package/src/models/DomainSellerDto.ts +4 -4
  46. package/src/models/DomainStats.ts +4 -4
  47. package/src/models/DomainTransferAgentDto.ts +4 -4
  48. package/src/models/DomainTransferDetailSellerPayoutInvoiceDto.ts +4 -4
  49. package/src/models/DomainTransferDetailWorkflowStepActionDto.ts +4 -4
  50. package/src/models/DomainTransferDetailWorkflowStepDto.ts +4 -4
  51. package/src/models/DomainTransferDetailsAuthCodeDto.ts +4 -4
  52. package/src/models/DomainTransferDetailsDomainDto.ts +4 -4
  53. package/src/models/DomainTransferDetailsDto.ts +4 -4
  54. package/src/models/DomainTransferDetailsOrderBuyerDto.ts +4 -4
  55. package/src/models/DomainTransferDetailsOrderDto.ts +4 -4
  56. package/src/models/DomainTransferDetailsOrderSellerDto.ts +4 -4
  57. package/src/models/DomainTransferDetailsOrderSellerUserDto.ts +4 -4
  58. package/src/models/DomainTransferDetailsValidationDto.ts +4 -4
  59. package/src/models/DomainTransferDomainDto.ts +4 -4
  60. package/src/models/DomainTransferDto.ts +4 -4
  61. package/src/models/DomainTransferOrderDto.ts +4 -4
  62. package/src/models/DomainUrlDto.ts +4 -4
  63. package/src/models/ForgotPasswordRequestInput.ts +4 -4
  64. package/src/models/GetAllDomainTransfers200Response.ts +4 -4
  65. package/src/models/GetAllInvoices200Response.ts +4 -4
  66. package/src/models/GetAllOrders200Response.ts +4 -4
  67. package/src/models/GetAllOwnedDomains200Response.ts +4 -4
  68. package/src/models/GetBuyerLeads200Response.ts +4 -4
  69. package/src/models/GetBuyerTransfers200Response.ts +4 -4
  70. package/src/models/HttpException.ts +4 -4
  71. package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDto.ts +4 -4
  72. package/src/models/IntersectionDomainDtoWithAccountDto.ts +4 -4
  73. package/src/models/IntersectionDomainDtoWithAccountNameDto.ts +4 -4
  74. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +4 -4
  75. package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.ts +4 -4
  76. package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto.ts +4 -4
  77. package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +4 -4
  78. package/src/models/IntersectionTaskListTaskDto.ts +6 -5
  79. package/src/models/InvoiceDomainDto.ts +4 -4
  80. package/src/models/InvoiceDto.ts +4 -4
  81. package/src/models/InvoiceItemDto.ts +4 -4
  82. package/src/models/InvoiceItemTaxDto.ts +4 -4
  83. package/src/models/InvoiceTransactionDto.ts +4 -4
  84. package/src/models/LeadDomainDto.ts +4 -4
  85. package/src/models/LeadDto.ts +4 -4
  86. package/src/models/LeadMessageData.ts +4 -4
  87. package/src/models/LeadMessageDto.ts +4 -4
  88. package/src/models/LeadStatusDto.ts +4 -4
  89. package/src/models/List200Response.ts +4 -4
  90. package/src/models/List200Response1.ts +4 -4
  91. package/src/models/List200Response2.ts +4 -4
  92. package/src/models/List200Response3.ts +4 -4
  93. package/src/models/ListAccountDto.ts +4 -4
  94. package/src/models/ListAccounts200Response.ts +4 -4
  95. package/src/models/ListDomains200Response.ts +4 -4
  96. package/src/models/ListLeadMessagesDto.ts +4 -4
  97. package/src/models/LoginDto.ts +4 -4
  98. package/src/models/LoginInput.ts +4 -4
  99. package/src/models/MoneyDto.ts +4 -4
  100. package/src/models/MoneyInput.ts +4 -4
  101. package/src/models/NotFoundException.ts +4 -4
  102. package/src/models/ObjectId.ts +4 -4
  103. package/src/models/OrderCompanyInfoDto.ts +4 -4
  104. package/src/models/OrderCompanyTaxIdDto.ts +4 -4
  105. package/src/models/OrderDto.ts +4 -4
  106. package/src/models/OrderListItemDto.ts +13 -4
  107. package/src/models/OrderListItemDtoBuyerInformation.ts +4 -4
  108. package/src/models/OrderListItemDtoDomainInformation.ts +4 -4
  109. package/src/models/OrderListItemDtoSellerAccount.ts +4 -4
  110. package/src/models/OwnedDomainDto.ts +4 -4
  111. package/src/models/PaginateResponse.ts +4 -4
  112. package/src/models/PaginateResponseLinks.ts +4 -4
  113. package/src/models/PaginateResponseMeta.ts +4 -4
  114. package/src/models/ParsedDomainDto.ts +4 -4
  115. package/src/models/PaymentProviderDto.ts +4 -4
  116. package/src/models/PublicDomainDto.ts +4 -4
  117. package/src/models/PublicLeadBuyerDto.ts +4 -4
  118. package/src/models/PublicLeadDto.ts +4 -4
  119. package/src/models/PutBuyerLeadOfferInput.ts +4 -4
  120. package/src/models/PutLeadOfferInput.ts +4 -4
  121. package/src/models/RegisterAccountInput.ts +4 -4
  122. package/src/models/RelatedSellerDomain.ts +4 -4
  123. package/src/models/RequestAccessTokenInput.ts +4 -4
  124. package/src/models/SellerDomainTransferAuthCodeDto.ts +4 -4
  125. package/src/models/SellerDomainTransferDomainDto.ts +4 -4
  126. package/src/models/SellerDomainTransferDto.ts +4 -4
  127. package/src/models/SellerDomainTransferListItemDomainDto.ts +4 -4
  128. package/src/models/SellerDomainTransferListItemDto.ts +4 -4
  129. package/src/models/SellerSecurityUserAccountDto.ts +4 -4
  130. package/src/models/SellerSecurityUserDto.ts +4 -4
  131. package/src/models/SetDomainTransferConfirmationInput.ts +4 -4
  132. package/src/models/SetNewPasswordInput.ts +4 -4
  133. package/src/models/StoreBuyerLocaleInput.ts +4 -4
  134. package/src/models/StoreUserLocaleInput.ts +4 -4
  135. package/src/models/TaskListDomainDto.ts +4 -4
  136. package/src/models/TaskListDomainTransferDto.ts +4 -4
  137. package/src/models/TaskListLeadDto.ts +4 -4
  138. package/src/models/ThrottlerException.ts +4 -4
  139. package/src/models/UpdateAccountBillingInformationInput.ts +4 -4
  140. package/src/models/UpdateDomainInput.ts +4 -4
  141. package/src/models/UpdateDomainTransferAuthCodeInput.ts +4 -4
  142. package/src/models/UpdateLeadInput.ts +4 -4
  143. package/src/models/UpdateOrderInput.ts +4 -4
  144. package/src/models/UserPasswordResetDto.ts +4 -4
  145. package/src/models/ValidationError.ts +4 -4
  146. package/src/models/ValidationException.ts +4 -4
  147. package/src/models/VerifyLeadInput.ts +4 -4
  148. package/src/models/WithSettingsInner.ts +4 -4
@@ -65,11 +65,11 @@ export function ValidationErrorFromJSONTyped(json: any, ignoreDiscriminator: boo
65
65
  };
66
66
  }
67
67
 
68
- export function ValidationErrorToJSON(json: any): ValidationError {
69
- return ValidationErrorToJSONTyped(json, false);
70
- }
68
+ export function ValidationErrorToJSON(json: any): ValidationError {
69
+ return ValidationErrorToJSONTyped(json, false);
70
+ }
71
71
 
72
- export function ValidationErrorToJSONTyped(value?: ValidationError | null, ignoreDiscriminator: boolean = false): any {
72
+ export function ValidationErrorToJSONTyped(value?: ValidationError | null, ignoreDiscriminator: boolean = false): any {
73
73
  if (value == null) {
74
74
  return value;
75
75
  }
@@ -73,11 +73,11 @@ export function ValidationExceptionFromJSONTyped(json: any, ignoreDiscriminator:
73
73
  };
74
74
  }
75
75
 
76
- export function ValidationExceptionToJSON(json: any): ValidationException {
77
- return ValidationExceptionToJSONTyped(json, false);
78
- }
76
+ export function ValidationExceptionToJSON(json: any): ValidationException {
77
+ return ValidationExceptionToJSONTyped(json, false);
78
+ }
79
79
 
80
- export function ValidationExceptionToJSONTyped(value?: ValidationException | null, ignoreDiscriminator: boolean = false): any {
80
+ export function ValidationExceptionToJSONTyped(value?: ValidationException | null, ignoreDiscriminator: boolean = false): any {
81
81
  if (value == null) {
82
82
  return value;
83
83
  }
@@ -49,11 +49,11 @@ export function VerifyLeadInputFromJSONTyped(json: any, ignoreDiscriminator: boo
49
49
  };
50
50
  }
51
51
 
52
- export function VerifyLeadInputToJSON(json: any): VerifyLeadInput {
53
- return VerifyLeadInputToJSONTyped(json, false);
54
- }
52
+ export function VerifyLeadInputToJSON(json: any): VerifyLeadInput {
53
+ return VerifyLeadInputToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function VerifyLeadInputToJSONTyped(value?: VerifyLeadInput | null, ignoreDiscriminator: boolean = false): any {
56
+ export function VerifyLeadInputToJSONTyped(value?: VerifyLeadInput | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -89,11 +89,11 @@ export function WithSettingsInnerFromJSONTyped(json: any, ignoreDiscriminator: b
89
89
  };
90
90
  }
91
91
 
92
- export function WithSettingsInnerToJSON(json: any): WithSettingsInner {
93
- return WithSettingsInnerToJSONTyped(json, false);
94
- }
92
+ export function WithSettingsInnerToJSON(json: any): WithSettingsInner {
93
+ return WithSettingsInnerToJSONTyped(json, false);
94
+ }
95
95
 
96
- export function WithSettingsInnerToJSONTyped(value?: WithSettingsInner | null, ignoreDiscriminator: boolean = false): any {
96
+ export function WithSettingsInnerToJSONTyped(value?: WithSettingsInner | null, ignoreDiscriminator: boolean = false): any {
97
97
  if (value == null) {
98
98
  return value;
99
99
  }