@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
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @randock/nameshift-api-client@0.0.171
1
+ ## @randock/nameshift-api-client@0.0.173
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @randock/nameshift-api-client@0.0.171 --save
39
+ npm install @randock/nameshift-api-client@0.0.173 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -44,4 +44,4 @@ _unPublished (not recommended):_
44
44
  ```
45
45
  npm install PATH_TO_GENERATED_PACKAGE --save
46
46
  ```
47
- 8bcba1ea481f23fb632b07ffe8fabd8e1fed138b6b792202cd5a348d0964d5e2de130fc66e0c0a961bc39347e66dab21
47
+ f13f78bd05a7946ac71984a731b3a5ba23b6ed30c5d3c606747e5b7f83bd7345d7eb986f998416b3e0d77bb8af049758
@@ -83,6 +83,7 @@ export type IntersectionTaskListTaskDtoPriorityEnum = typeof IntersectionTaskLis
83
83
  export declare const IntersectionTaskListTaskDtoTypeEnum: {
84
84
  readonly LEAD: "lead";
85
85
  readonly DOMAIN_TRANSFER: "domain_transfer";
86
+ readonly ORDER: "order";
86
87
  };
87
88
  export type IntersectionTaskListTaskDtoTypeEnum = typeof IntersectionTaskListTaskDtoTypeEnum[keyof typeof IntersectionTaskListTaskDtoTypeEnum];
88
89
  /**
@@ -36,7 +36,8 @@ exports.IntersectionTaskListTaskDtoPriorityEnum = {
36
36
  */
37
37
  exports.IntersectionTaskListTaskDtoTypeEnum = {
38
38
  LEAD: 'lead',
39
- DOMAIN_TRANSFER: 'domain_transfer'
39
+ DOMAIN_TRANSFER: 'domain_transfer',
40
+ ORDER: 'order'
40
41
  };
41
42
  /**
42
43
  * Check if a given object implements the IntersectionTaskListTaskDto interface.
@@ -61,6 +61,12 @@ export interface OrderListItemDto {
61
61
  * @memberof OrderListItemDto
62
62
  */
63
63
  basePrice: MoneyDto | null;
64
+ /**
65
+ * The order lead ID
66
+ * @type {object}
67
+ * @memberof OrderListItemDto
68
+ */
69
+ leadId: object | null;
64
70
  }
65
71
  /**
66
72
  * @export
@@ -49,6 +49,8 @@ function instanceOfOrderListItemDto(value) {
49
49
  return false;
50
50
  if (!('basePrice' in value) || value['basePrice'] === undefined)
51
51
  return false;
52
+ if (!('leadId' in value) || value['leadId'] === undefined)
53
+ return false;
52
54
  return true;
53
55
  }
54
56
  function OrderListItemDtoFromJSON(json) {
@@ -66,6 +68,7 @@ function OrderListItemDtoFromJSONTyped(json, ignoreDiscriminator) {
66
68
  'sellerAccount': (0, OrderListItemDtoSellerAccount_1.OrderListItemDtoSellerAccountFromJSON)(json['sellerAccount']),
67
69
  'buyerInformation': (0, OrderListItemDtoBuyerInformation_1.OrderListItemDtoBuyerInformationFromJSON)(json['buyerInformation']),
68
70
  'basePrice': (0, MoneyDto_1.MoneyDtoFromJSON)(json['basePrice']),
71
+ 'leadId': json['leadId'],
69
72
  };
70
73
  }
71
74
  function OrderListItemDtoToJSON(json) {
@@ -84,5 +87,6 @@ function OrderListItemDtoToJSONTyped(value, ignoreDiscriminator) {
84
87
  'sellerAccount': (0, OrderListItemDtoSellerAccount_1.OrderListItemDtoSellerAccountToJSON)(value['sellerAccount']),
85
88
  'buyerInformation': (0, OrderListItemDtoBuyerInformation_1.OrderListItemDtoBuyerInformationToJSON)(value['buyerInformation']),
86
89
  'basePrice': (0, MoneyDto_1.MoneyDtoToJSON)(value['basePrice']),
90
+ 'leadId': value['leadId'],
87
91
  };
88
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.171",
3
+ "version": "0.0.173",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -103,11 +103,11 @@ export function AccountDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean)
103
103
  };
104
104
  }
105
105
 
106
- export function AccountDtoToJSON(json: any): AccountDto {
107
- return AccountDtoToJSONTyped(json, false);
108
- }
106
+ export function AccountDtoToJSON(json: any): AccountDto {
107
+ return AccountDtoToJSONTyped(json, false);
108
+ }
109
109
 
110
- export function AccountDtoToJSONTyped(value?: AccountDto | null, ignoreDiscriminator: boolean = false): any {
110
+ export function AccountDtoToJSONTyped(value?: AccountDto | null, ignoreDiscriminator: boolean = false): any {
111
111
  if (value == null) {
112
112
  return value;
113
113
  }
@@ -81,11 +81,11 @@ export function AccountMetricsDtoFromJSONTyped(json: any, ignoreDiscriminator: b
81
81
  };
82
82
  }
83
83
 
84
- export function AccountMetricsDtoToJSON(json: any): AccountMetricsDto {
85
- return AccountMetricsDtoToJSONTyped(json, false);
86
- }
84
+ export function AccountMetricsDtoToJSON(json: any): AccountMetricsDto {
85
+ return AccountMetricsDtoToJSONTyped(json, false);
86
+ }
87
87
 
88
- export function AccountMetricsDtoToJSONTyped(value?: AccountMetricsDto | null, ignoreDiscriminator: boolean = false): any {
88
+ export function AccountMetricsDtoToJSONTyped(value?: AccountMetricsDto | null, ignoreDiscriminator: boolean = false): any {
89
89
  if (value == null) {
90
90
  return value;
91
91
  }
@@ -104,11 +104,11 @@ export function AccountNotificationDtoFromJSONTyped(json: any, ignoreDiscriminat
104
104
  };
105
105
  }
106
106
 
107
- export function AccountNotificationDtoToJSON(json: any): AccountNotificationDto {
108
- return AccountNotificationDtoToJSONTyped(json, false);
109
- }
107
+ export function AccountNotificationDtoToJSON(json: any): AccountNotificationDto {
108
+ return AccountNotificationDtoToJSONTyped(json, false);
109
+ }
110
110
 
111
- export function AccountNotificationDtoToJSONTyped(value?: AccountNotificationDto | null, ignoreDiscriminator: boolean = false): any {
111
+ export function AccountNotificationDtoToJSONTyped(value?: AccountNotificationDto | null, ignoreDiscriminator: boolean = false): any {
112
112
  if (value == null) {
113
113
  return value;
114
114
  }
@@ -65,11 +65,11 @@ export function AccountNotificationReadStatusDtoFromJSONTyped(json: any, ignoreD
65
65
  };
66
66
  }
67
67
 
68
- export function AccountNotificationReadStatusDtoToJSON(json: any): AccountNotificationReadStatusDto {
69
- return AccountNotificationReadStatusDtoToJSONTyped(json, false);
70
- }
68
+ export function AccountNotificationReadStatusDtoToJSON(json: any): AccountNotificationReadStatusDto {
69
+ return AccountNotificationReadStatusDtoToJSONTyped(json, false);
70
+ }
71
71
 
72
- export function AccountNotificationReadStatusDtoToJSONTyped(value?: AccountNotificationReadStatusDto | null, ignoreDiscriminator: boolean = false): any {
72
+ export function AccountNotificationReadStatusDtoToJSONTyped(value?: AccountNotificationReadStatusDto | null, ignoreDiscriminator: boolean = false): any {
73
73
  if (value == null) {
74
74
  return value;
75
75
  }
@@ -49,11 +49,11 @@ export function AccountPaymentProviderSessionDtoFromJSONTyped(json: any, ignoreD
49
49
  };
50
50
  }
51
51
 
52
- export function AccountPaymentProviderSessionDtoToJSON(json: any): AccountPaymentProviderSessionDto {
53
- return AccountPaymentProviderSessionDtoToJSONTyped(json, false);
54
- }
52
+ export function AccountPaymentProviderSessionDtoToJSON(json: any): AccountPaymentProviderSessionDto {
53
+ return AccountPaymentProviderSessionDtoToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function AccountPaymentProviderSessionDtoToJSONTyped(value?: AccountPaymentProviderSessionDto | null, ignoreDiscriminator: boolean = false): any {
56
+ export function AccountPaymentProviderSessionDtoToJSONTyped(value?: AccountPaymentProviderSessionDto | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -81,11 +81,11 @@ export function AccountSettingsDtoFromJSONTyped(json: any, ignoreDiscriminator:
81
81
  };
82
82
  }
83
83
 
84
- export function AccountSettingsDtoToJSON(json: any): AccountSettingsDto {
85
- return AccountSettingsDtoToJSONTyped(json, false);
86
- }
84
+ export function AccountSettingsDtoToJSON(json: any): AccountSettingsDto {
85
+ return AccountSettingsDtoToJSONTyped(json, false);
86
+ }
87
87
 
88
- export function AccountSettingsDtoToJSONTyped(value?: AccountSettingsDto | null, ignoreDiscriminator: boolean = false): any {
88
+ export function AccountSettingsDtoToJSONTyped(value?: AccountSettingsDto | null, ignoreDiscriminator: boolean = false): any {
89
89
  if (value == null) {
90
90
  return value;
91
91
  }
@@ -84,11 +84,11 @@ export function AccountSettingsInputFromJSONTyped(json: any, ignoreDiscriminator
84
84
  };
85
85
  }
86
86
 
87
- export function AccountSettingsInputToJSON(json: any): AccountSettingsInput {
88
- return AccountSettingsInputToJSONTyped(json, false);
89
- }
87
+ export function AccountSettingsInputToJSON(json: any): AccountSettingsInput {
88
+ return AccountSettingsInputToJSONTyped(json, false);
89
+ }
90
90
 
91
- export function AccountSettingsInputToJSONTyped(value?: AccountSettingsInput | null, ignoreDiscriminator: boolean = false): any {
91
+ export function AccountSettingsInputToJSONTyped(value?: AccountSettingsInput | null, ignoreDiscriminator: boolean = false): any {
92
92
  if (value == null) {
93
93
  return value;
94
94
  }
@@ -89,11 +89,11 @@ export function AddressDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean)
89
89
  };
90
90
  }
91
91
 
92
- export function AddressDtoToJSON(json: any): AddressDto {
93
- return AddressDtoToJSONTyped(json, false);
94
- }
92
+ export function AddressDtoToJSON(json: any): AddressDto {
93
+ return AddressDtoToJSONTyped(json, false);
94
+ }
95
95
 
96
- export function AddressDtoToJSONTyped(value?: AddressDto | null, ignoreDiscriminator: boolean = false): any {
96
+ export function AddressDtoToJSONTyped(value?: AddressDto | null, ignoreDiscriminator: boolean = false): any {
97
97
  if (value == null) {
98
98
  return value;
99
99
  }
@@ -48,11 +48,11 @@ export function AdminAccountSettingsInputFromJSONTyped(json: any, ignoreDiscrimi
48
48
  };
49
49
  }
50
50
 
51
- export function AdminAccountSettingsInputToJSON(json: any): AdminAccountSettingsInput {
52
- return AdminAccountSettingsInputToJSONTyped(json, false);
53
- }
51
+ export function AdminAccountSettingsInputToJSON(json: any): AdminAccountSettingsInput {
52
+ return AdminAccountSettingsInputToJSONTyped(json, false);
53
+ }
54
54
 
55
- export function AdminAccountSettingsInputToJSONTyped(value?: AdminAccountSettingsInput | null, ignoreDiscriminator: boolean = false): any {
55
+ export function AdminAccountSettingsInputToJSONTyped(value?: AdminAccountSettingsInput | null, ignoreDiscriminator: boolean = false): any {
56
56
  if (value == null) {
57
57
  return value;
58
58
  }
@@ -87,11 +87,11 @@ export function AdminGetAllDomainTransfers200ResponseFromJSONTyped(json: any, ig
87
87
  };
88
88
  }
89
89
 
90
- export function AdminGetAllDomainTransfers200ResponseToJSON(json: any): AdminGetAllDomainTransfers200Response {
91
- return AdminGetAllDomainTransfers200ResponseToJSONTyped(json, false);
92
- }
90
+ export function AdminGetAllDomainTransfers200ResponseToJSON(json: any): AdminGetAllDomainTransfers200Response {
91
+ return AdminGetAllDomainTransfers200ResponseToJSONTyped(json, false);
92
+ }
93
93
 
94
- export function AdminGetAllDomainTransfers200ResponseToJSONTyped(value?: AdminGetAllDomainTransfers200Response | null, ignoreDiscriminator: boolean = false): any {
94
+ export function AdminGetAllDomainTransfers200ResponseToJSONTyped(value?: AdminGetAllDomainTransfers200Response | null, ignoreDiscriminator: boolean = false): any {
95
95
  if (value == null) {
96
96
  return value;
97
97
  }
@@ -73,11 +73,11 @@ export function BadRequestExceptionFromJSONTyped(json: any, ignoreDiscriminator:
73
73
  };
74
74
  }
75
75
 
76
- export function BadRequestExceptionToJSON(json: any): BadRequestException {
77
- return BadRequestExceptionToJSONTyped(json, false);
78
- }
76
+ export function BadRequestExceptionToJSON(json: any): BadRequestException {
77
+ return BadRequestExceptionToJSONTyped(json, false);
78
+ }
79
79
 
80
- export function BadRequestExceptionToJSONTyped(value?: BadRequestException | null, ignoreDiscriminator: boolean = false): any {
80
+ export function BadRequestExceptionToJSONTyped(value?: BadRequestException | null, ignoreDiscriminator: boolean = false): any {
81
81
  if (value == null) {
82
82
  return value;
83
83
  }
@@ -49,11 +49,11 @@ export function BatchDeleteBuyerLeadsInputFromJSONTyped(json: any, ignoreDiscrim
49
49
  };
50
50
  }
51
51
 
52
- export function BatchDeleteBuyerLeadsInputToJSON(json: any): BatchDeleteBuyerLeadsInput {
53
- return BatchDeleteBuyerLeadsInputToJSONTyped(json, false);
54
- }
52
+ export function BatchDeleteBuyerLeadsInputToJSON(json: any): BatchDeleteBuyerLeadsInput {
53
+ return BatchDeleteBuyerLeadsInputToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function BatchDeleteBuyerLeadsInputToJSONTyped(value?: BatchDeleteBuyerLeadsInput | null, ignoreDiscriminator: boolean = false): any {
56
+ export function BatchDeleteBuyerLeadsInputToJSONTyped(value?: BatchDeleteBuyerLeadsInput | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -65,11 +65,11 @@ export function BatchImportPreviewDtoFromJSONTyped(json: any, ignoreDiscriminato
65
65
  };
66
66
  }
67
67
 
68
- export function BatchImportPreviewDtoToJSON(json: any): BatchImportPreviewDto {
69
- return BatchImportPreviewDtoToJSONTyped(json, false);
70
- }
68
+ export function BatchImportPreviewDtoToJSON(json: any): BatchImportPreviewDto {
69
+ return BatchImportPreviewDtoToJSONTyped(json, false);
70
+ }
71
71
 
72
- export function BatchImportPreviewDtoToJSONTyped(value?: BatchImportPreviewDto | null, ignoreDiscriminator: boolean = false): any {
72
+ export function BatchImportPreviewDtoToJSONTyped(value?: BatchImportPreviewDto | null, ignoreDiscriminator: boolean = false): any {
73
73
  if (value == null) {
74
74
  return value;
75
75
  }
@@ -49,11 +49,11 @@ export function BatchReadBuyerLeadMessageInputFromJSONTyped(json: any, ignoreDis
49
49
  };
50
50
  }
51
51
 
52
- export function BatchReadBuyerLeadMessageInputToJSON(json: any): BatchReadBuyerLeadMessageInput {
53
- return BatchReadBuyerLeadMessageInputToJSONTyped(json, false);
54
- }
52
+ export function BatchReadBuyerLeadMessageInputToJSON(json: any): BatchReadBuyerLeadMessageInput {
53
+ return BatchReadBuyerLeadMessageInputToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function BatchReadBuyerLeadMessageInputToJSONTyped(value?: BatchReadBuyerLeadMessageInput | null, ignoreDiscriminator: boolean = false): any {
56
+ export function BatchReadBuyerLeadMessageInputToJSONTyped(value?: BatchReadBuyerLeadMessageInput | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -49,11 +49,11 @@ export function BatchReadSellerLeadMessageInputFromJSONTyped(json: any, ignoreDi
49
49
  };
50
50
  }
51
51
 
52
- export function BatchReadSellerLeadMessageInputToJSON(json: any): BatchReadSellerLeadMessageInput {
53
- return BatchReadSellerLeadMessageInputToJSONTyped(json, false);
54
- }
52
+ export function BatchReadSellerLeadMessageInputToJSON(json: any): BatchReadSellerLeadMessageInput {
53
+ return BatchReadSellerLeadMessageInputToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function BatchReadSellerLeadMessageInputToJSONTyped(value?: BatchReadSellerLeadMessageInput | null, ignoreDiscriminator: boolean = false): any {
56
+ export function BatchReadSellerLeadMessageInputToJSONTyped(value?: BatchReadSellerLeadMessageInput | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -65,11 +65,11 @@ export function BatchUpdateDomainsInputFromJSONTyped(json: any, ignoreDiscrimina
65
65
  };
66
66
  }
67
67
 
68
- export function BatchUpdateDomainsInputToJSON(json: any): BatchUpdateDomainsInput {
69
- return BatchUpdateDomainsInputToJSONTyped(json, false);
70
- }
68
+ export function BatchUpdateDomainsInputToJSON(json: any): BatchUpdateDomainsInput {
69
+ return BatchUpdateDomainsInputToJSONTyped(json, false);
70
+ }
71
71
 
72
- export function BatchUpdateDomainsInputToJSONTyped(value?: BatchUpdateDomainsInput | null, ignoreDiscriminator: boolean = false): any {
72
+ export function BatchUpdateDomainsInputToJSONTyped(value?: BatchUpdateDomainsInput | null, ignoreDiscriminator: boolean = false): any {
73
73
  if (value == null) {
74
74
  return value;
75
75
  }
@@ -49,11 +49,11 @@ export function BatchVerifyBuyerLeadsInputFromJSONTyped(json: any, ignoreDiscrim
49
49
  };
50
50
  }
51
51
 
52
- export function BatchVerifyBuyerLeadsInputToJSON(json: any): BatchVerifyBuyerLeadsInput {
53
- return BatchVerifyBuyerLeadsInputToJSONTyped(json, false);
54
- }
52
+ export function BatchVerifyBuyerLeadsInputToJSON(json: any): BatchVerifyBuyerLeadsInput {
53
+ return BatchVerifyBuyerLeadsInputToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function BatchVerifyBuyerLeadsInputToJSONTyped(value?: BatchVerifyBuyerLeadsInput | null, ignoreDiscriminator: boolean = false): any {
56
+ export function BatchVerifyBuyerLeadsInputToJSONTyped(value?: BatchVerifyBuyerLeadsInput | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -125,11 +125,11 @@ export function BillingInformationDtoFromJSONTyped(json: any, ignoreDiscriminato
125
125
  };
126
126
  }
127
127
 
128
- export function BillingInformationDtoToJSON(json: any): BillingInformationDto {
129
- return BillingInformationDtoToJSONTyped(json, false);
130
- }
128
+ export function BillingInformationDtoToJSON(json: any): BillingInformationDto {
129
+ return BillingInformationDtoToJSONTyped(json, false);
130
+ }
131
131
 
132
- export function BillingInformationDtoToJSONTyped(value?: BillingInformationDto | null, ignoreDiscriminator: boolean = false): any {
132
+ export function BillingInformationDtoToJSONTyped(value?: BillingInformationDto | null, ignoreDiscriminator: boolean = false): any {
133
133
  if (value == null) {
134
134
  return value;
135
135
  }
@@ -49,11 +49,11 @@ export function BuyerDomainTransferAuthCodeDtoFromJSONTyped(json: any, ignoreDis
49
49
  };
50
50
  }
51
51
 
52
- export function BuyerDomainTransferAuthCodeDtoToJSON(json: any): BuyerDomainTransferAuthCodeDto {
53
- return BuyerDomainTransferAuthCodeDtoToJSONTyped(json, false);
54
- }
52
+ export function BuyerDomainTransferAuthCodeDtoToJSON(json: any): BuyerDomainTransferAuthCodeDto {
53
+ return BuyerDomainTransferAuthCodeDtoToJSONTyped(json, false);
54
+ }
55
55
 
56
- export function BuyerDomainTransferAuthCodeDtoToJSONTyped(value?: BuyerDomainTransferAuthCodeDto | null, ignoreDiscriminator: boolean = false): any {
56
+ export function BuyerDomainTransferAuthCodeDtoToJSONTyped(value?: BuyerDomainTransferAuthCodeDto | null, ignoreDiscriminator: boolean = false): any {
57
57
  if (value == null) {
58
58
  return value;
59
59
  }
@@ -73,11 +73,11 @@ export function BuyerDomainTransferListItemDomainDtoFromJSONTyped(json: any, ign
73
73
  };
74
74
  }
75
75
 
76
- export function BuyerDomainTransferListItemDomainDtoToJSON(json: any): BuyerDomainTransferListItemDomainDto {
77
- return BuyerDomainTransferListItemDomainDtoToJSONTyped(json, false);
78
- }
76
+ export function BuyerDomainTransferListItemDomainDtoToJSON(json: any): BuyerDomainTransferListItemDomainDto {
77
+ return BuyerDomainTransferListItemDomainDtoToJSONTyped(json, false);
78
+ }
79
79
 
80
- export function BuyerDomainTransferListItemDomainDtoToJSONTyped(value?: BuyerDomainTransferListItemDomainDto | null, ignoreDiscriminator: boolean = false): any {
80
+ export function BuyerDomainTransferListItemDomainDtoToJSONTyped(value?: BuyerDomainTransferListItemDomainDto | null, ignoreDiscriminator: boolean = false): any {
81
81
  if (value == null) {
82
82
  return value;
83
83
  }
@@ -129,11 +129,11 @@ export function BuyerDomainTransferListItemDtoFromJSONTyped(json: any, ignoreDis
129
129
  };
130
130
  }
131
131
 
132
- export function BuyerDomainTransferListItemDtoToJSON(json: any): BuyerDomainTransferListItemDto {
133
- return BuyerDomainTransferListItemDtoToJSONTyped(json, false);
134
- }
132
+ export function BuyerDomainTransferListItemDtoToJSON(json: any): BuyerDomainTransferListItemDto {
133
+ return BuyerDomainTransferListItemDtoToJSONTyped(json, false);
134
+ }
135
135
 
136
- export function BuyerDomainTransferListItemDtoToJSONTyped(value?: BuyerDomainTransferListItemDto | null, ignoreDiscriminator: boolean = false): any {
136
+ export function BuyerDomainTransferListItemDtoToJSONTyped(value?: BuyerDomainTransferListItemDto | null, ignoreDiscriminator: boolean = false): any {
137
137
  if (value == null) {
138
138
  return value;
139
139
  }
@@ -65,11 +65,11 @@ export function BuyerDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean):
65
65
  };
66
66
  }
67
67
 
68
- export function BuyerDtoToJSON(json: any): BuyerDto {
69
- return BuyerDtoToJSONTyped(json, false);
70
- }
68
+ export function BuyerDtoToJSON(json: any): BuyerDto {
69
+ return BuyerDtoToJSONTyped(json, false);
70
+ }
71
71
 
72
- export function BuyerDtoToJSONTyped(value?: BuyerDto | null, ignoreDiscriminator: boolean = false): any {
72
+ export function BuyerDtoToJSONTyped(value?: BuyerDto | null, ignoreDiscriminator: boolean = false): any {
73
73
  if (value == null) {
74
74
  return value;
75
75
  }
@@ -73,11 +73,11 @@ export function BuyerLeadListItemDomainDtoFromJSONTyped(json: any, ignoreDiscrim
73
73
  };
74
74
  }
75
75
 
76
- export function BuyerLeadListItemDomainDtoToJSON(json: any): BuyerLeadListItemDomainDto {
77
- return BuyerLeadListItemDomainDtoToJSONTyped(json, false);
78
- }
76
+ export function BuyerLeadListItemDomainDtoToJSON(json: any): BuyerLeadListItemDomainDto {
77
+ return BuyerLeadListItemDomainDtoToJSONTyped(json, false);
78
+ }
79
79
 
80
- export function BuyerLeadListItemDomainDtoToJSONTyped(value?: BuyerLeadListItemDomainDto | null, ignoreDiscriminator: boolean = false): any {
80
+ export function BuyerLeadListItemDomainDtoToJSONTyped(value?: BuyerLeadListItemDomainDto | null, ignoreDiscriminator: boolean = false): any {
81
81
  if (value == null) {
82
82
  return value;
83
83
  }
@@ -144,11 +144,11 @@ export function BuyerLeadListItemDtoFromJSONTyped(json: any, ignoreDiscriminator
144
144
  };
145
145
  }
146
146
 
147
- export function BuyerLeadListItemDtoToJSON(json: any): BuyerLeadListItemDto {
148
- return BuyerLeadListItemDtoToJSONTyped(json, false);
149
- }
147
+ export function BuyerLeadListItemDtoToJSON(json: any): BuyerLeadListItemDto {
148
+ return BuyerLeadListItemDtoToJSONTyped(json, false);
149
+ }
150
150
 
151
- export function BuyerLeadListItemDtoToJSONTyped(value?: BuyerLeadListItemDto | null, ignoreDiscriminator: boolean = false): any {
151
+ export function BuyerLeadListItemDtoToJSONTyped(value?: BuyerLeadListItemDto | null, ignoreDiscriminator: boolean = false): any {
152
152
  if (value == null) {
153
153
  return value;
154
154
  }
@@ -100,11 +100,11 @@ export function BuyerSecurityUserDtoFromJSONTyped(json: any, ignoreDiscriminator
100
100
  };
101
101
  }
102
102
 
103
- export function BuyerSecurityUserDtoToJSON(json: any): BuyerSecurityUserDto {
104
- return BuyerSecurityUserDtoToJSONTyped(json, false);
105
- }
103
+ export function BuyerSecurityUserDtoToJSON(json: any): BuyerSecurityUserDto {
104
+ return BuyerSecurityUserDtoToJSONTyped(json, false);
105
+ }
106
106
 
107
- export function BuyerSecurityUserDtoToJSONTyped(value?: BuyerSecurityUserDto | null, ignoreDiscriminator: boolean = false): any {
107
+ export function BuyerSecurityUserDtoToJSONTyped(value?: BuyerSecurityUserDto | null, ignoreDiscriminator: boolean = false): any {
108
108
  if (value == null) {
109
109
  return value;
110
110
  }
@@ -61,11 +61,11 @@ export function ChangeOrderStatusInputFromJSONTyped(json: any, ignoreDiscriminat
61
61
  };
62
62
  }
63
63
 
64
- export function ChangeOrderStatusInputToJSON(json: any): ChangeOrderStatusInput {
65
- return ChangeOrderStatusInputToJSONTyped(json, false);
66
- }
64
+ export function ChangeOrderStatusInputToJSON(json: any): ChangeOrderStatusInput {
65
+ return ChangeOrderStatusInputToJSONTyped(json, false);
66
+ }
67
67
 
68
- export function ChangeOrderStatusInputToJSONTyped(value?: ChangeOrderStatusInput | null, ignoreDiscriminator: boolean = false): any {
68
+ export function ChangeOrderStatusInputToJSONTyped(value?: ChangeOrderStatusInput | null, ignoreDiscriminator: boolean = false): any {
69
69
  if (value == null) {
70
70
  return value;
71
71
  }
@@ -57,11 +57,11 @@ export function ChartDataPointFromJSONTyped(json: any, ignoreDiscriminator: bool
57
57
  };
58
58
  }
59
59
 
60
- export function ChartDataPointToJSON(json: any): ChartDataPoint {
61
- return ChartDataPointToJSONTyped(json, false);
62
- }
60
+ export function ChartDataPointToJSON(json: any): ChartDataPoint {
61
+ return ChartDataPointToJSONTyped(json, false);
62
+ }
63
63
 
64
- export function ChartDataPointToJSONTyped(value?: ChartDataPoint | null, ignoreDiscriminator: boolean = false): any {
64
+ export function ChartDataPointToJSONTyped(value?: ChartDataPoint | null, ignoreDiscriminator: boolean = false): any {
65
65
  if (value == null) {
66
66
  return value;
67
67
  }
@@ -73,11 +73,11 @@ export function CompanyInformationDtoFromJSONTyped(json: any, ignoreDiscriminato
73
73
  };
74
74
  }
75
75
 
76
- export function CompanyInformationDtoToJSON(json: any): CompanyInformationDto {
77
- return CompanyInformationDtoToJSONTyped(json, false);
78
- }
76
+ export function CompanyInformationDtoToJSON(json: any): CompanyInformationDto {
77
+ return CompanyInformationDtoToJSONTyped(json, false);
78
+ }
79
79
 
80
- export function CompanyInformationDtoToJSONTyped(value?: CompanyInformationDto | null, ignoreDiscriminator: boolean = false): any {
80
+ export function CompanyInformationDtoToJSONTyped(value?: CompanyInformationDto | null, ignoreDiscriminator: boolean = false): any {
81
81
  if (value == null) {
82
82
  return value;
83
83
  }
@@ -65,11 +65,11 @@ export function CompanyTaxIdDtoFromJSONTyped(json: any, ignoreDiscriminator: boo
65
65
  };
66
66
  }
67
67
 
68
- export function CompanyTaxIdDtoToJSON(json: any): CompanyTaxIdDto {
69
- return CompanyTaxIdDtoToJSONTyped(json, false);
70
- }
68
+ export function CompanyTaxIdDtoToJSON(json: any): CompanyTaxIdDto {
69
+ return CompanyTaxIdDtoToJSONTyped(json, false);
70
+ }
71
71
 
72
- export function CompanyTaxIdDtoToJSONTyped(value?: CompanyTaxIdDto | null, ignoreDiscriminator: boolean = false): any {
72
+ export function CompanyTaxIdDtoToJSONTyped(value?: CompanyTaxIdDto | null, ignoreDiscriminator: boolean = false): any {
73
73
  if (value == null) {
74
74
  return value;
75
75
  }
@@ -62,11 +62,11 @@ export function ConcreteDomainTransferTaskDataFromJSONTyped(json: any, ignoreDis
62
62
  };
63
63
  }
64
64
 
65
- export function ConcreteDomainTransferTaskDataToJSON(json: any): ConcreteDomainTransferTaskData {
66
- return ConcreteDomainTransferTaskDataToJSONTyped(json, false);
67
- }
65
+ export function ConcreteDomainTransferTaskDataToJSON(json: any): ConcreteDomainTransferTaskData {
66
+ return ConcreteDomainTransferTaskDataToJSONTyped(json, false);
67
+ }
68
68
 
69
- export function ConcreteDomainTransferTaskDataToJSONTyped(value?: ConcreteDomainTransferTaskData | null, ignoreDiscriminator: boolean = false): any {
69
+ export function ConcreteDomainTransferTaskDataToJSONTyped(value?: ConcreteDomainTransferTaskData | null, ignoreDiscriminator: boolean = false): any {
70
70
  if (value == null) {
71
71
  return value;
72
72
  }
@@ -73,11 +73,11 @@ export function ConflictExceptionFromJSONTyped(json: any, ignoreDiscriminator: b
73
73
  };
74
74
  }
75
75
 
76
- export function ConflictExceptionToJSON(json: any): ConflictException {
77
- return ConflictExceptionToJSONTyped(json, false);
78
- }
76
+ export function ConflictExceptionToJSON(json: any): ConflictException {
77
+ return ConflictExceptionToJSONTyped(json, false);
78
+ }
79
79
 
80
- export function ConflictExceptionToJSONTyped(value?: ConflictException | null, ignoreDiscriminator: boolean = false): any {
80
+ export function ConflictExceptionToJSONTyped(value?: ConflictException | null, ignoreDiscriminator: boolean = false): any {
81
81
  if (value == null) {
82
82
  return value;
83
83
  }