@randock/nameshift-api-client 0.0.42 → 0.0.44

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 (210) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +3 -3
  3. package/dist/apis/AdminApi.js +6 -6
  4. package/dist/apis/DomainsApi.d.ts +2 -2
  5. package/dist/apis/DomainsApi.js +12 -14
  6. package/dist/models/AccountAddressDto.d.ts +1 -1
  7. package/dist/models/AccountAddressDto.js +5 -5
  8. package/dist/models/AccountAddressInput.d.ts +1 -1
  9. package/dist/models/AccountAddressInput.js +5 -5
  10. package/dist/models/AccountDto.d.ts +1 -1
  11. package/dist/models/AccountDto.js +2 -2
  12. package/dist/models/AccountFinancialInput.d.ts +1 -1
  13. package/dist/models/AccountFinancialInput.js +4 -4
  14. package/dist/models/AccountSettingsInput.d.ts +1 -1
  15. package/dist/models/AdminGetAllDomainTransfers200Response.d.ts +1 -1
  16. package/dist/models/AdminGetAllDomainTransfers200Response.js +3 -3
  17. package/dist/models/BatchUpdateDomainsInput.d.ts +1 -1
  18. package/dist/models/BatchUpdateDomainsInput.js +2 -2
  19. package/dist/models/BuyDomainInput.d.ts +1 -1
  20. package/dist/models/BuyDomainInput.js +10 -10
  21. package/dist/models/ChangeOrderStatusInput.d.ts +1 -1
  22. package/dist/models/ChangeOrderStatusInput.js +1 -1
  23. package/dist/models/ConflictException.d.ts +1 -1
  24. package/dist/models/ConflictException.js +4 -4
  25. package/dist/models/CreateLeadInput.d.ts +1 -1
  26. package/dist/models/CreateLeadInput.js +8 -8
  27. package/dist/models/CreateLeadMessageInput.d.ts +1 -1
  28. package/dist/models/CreateLeadMessageInput.js +1 -1
  29. package/dist/models/DashboardStatsDto.d.ts +1 -1
  30. package/dist/models/DashboardStatsDto.js +3 -3
  31. package/dist/models/DeleteDomainsInput.d.ts +1 -1
  32. package/dist/models/DeleteDomainsInput.js +1 -1
  33. package/dist/models/DomainDto.d.ts +1 -1
  34. package/dist/models/DomainDto.js +8 -8
  35. package/dist/models/DomainSalesInformationDto.d.ts +1 -1
  36. package/dist/models/DomainSalesInformationDto.js +4 -4
  37. package/dist/models/DomainSellerDto.d.ts +1 -1
  38. package/dist/models/DomainSellerDto.js +3 -3
  39. package/dist/models/DomainTransferAgentDto.d.ts +1 -1
  40. package/dist/models/DomainTransferAgentDto.js +2 -2
  41. package/dist/models/DomainTransferDomainDto.d.ts +1 -1
  42. package/dist/models/DomainTransferDomainDto.js +3 -3
  43. package/dist/models/DomainTransferDto.d.ts +1 -1
  44. package/dist/models/DomainTransferDto.js +6 -6
  45. package/dist/models/DomainTransferDtoAgent.d.ts +1 -1
  46. package/dist/models/DomainTransferDtoAgent.js +2 -2
  47. package/dist/models/DomainTransferOrderDto.d.ts +1 -1
  48. package/dist/models/DomainTransferOrderDto.js +3 -3
  49. package/dist/models/ForgotPasswordRequestInput.d.ts +1 -1
  50. package/dist/models/ForgotPasswordRequestInput.js +1 -1
  51. package/dist/models/GetAllDomainTransfers200Response.d.ts +1 -1
  52. package/dist/models/GetAllDomainTransfers200Response.js +3 -3
  53. package/dist/models/HttpException.d.ts +1 -1
  54. package/dist/models/HttpException.js +3 -3
  55. package/dist/models/IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto.d.ts +1 -1
  56. package/dist/models/IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto.js +5 -5
  57. package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +1 -1
  58. package/dist/models/IntersectionDomainDtoWithAccountDto.js +9 -9
  59. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +1 -1
  60. package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +10 -10
  61. package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.d.ts +1 -1
  62. package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.js +6 -6
  63. package/dist/models/IntersectionLeadDtoWithListFieldsDto.d.ts +1 -1
  64. package/dist/models/IntersectionLeadDtoWithListFieldsDto.js +12 -12
  65. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.d.ts +1 -1
  66. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.js +1 -1
  67. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.d.ts +1 -1
  68. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.js +2 -2
  69. package/dist/models/LeadMessageData.d.ts +1 -1
  70. package/dist/models/LeadMessageData.js +1 -1
  71. package/dist/models/LeadMessageDto.d.ts +1 -1
  72. package/dist/models/LeadMessageDto.js +7 -7
  73. package/dist/models/LeadMessageDtoData.d.ts +1 -1
  74. package/dist/models/LeadMessageDtoData.js +1 -1
  75. package/dist/models/LeadStatusDto.d.ts +1 -1
  76. package/dist/models/LeadStatusDto.js +1 -1
  77. package/dist/models/List200Response.d.ts +1 -1
  78. package/dist/models/List200Response.js +3 -3
  79. package/dist/models/ListAccountDto.d.ts +1 -1
  80. package/dist/models/ListAccountDto.js +4 -4
  81. package/dist/models/ListAccounts200Response.d.ts +1 -1
  82. package/dist/models/ListAccounts200Response.js +3 -3
  83. package/dist/models/ListLeadMessagesDto.d.ts +1 -1
  84. package/dist/models/ListLeadMessagesDto.js +1 -1
  85. package/dist/models/LoginDto.d.ts +1 -1
  86. package/dist/models/LoginDto.js +2 -2
  87. package/dist/models/LoginInput.d.ts +1 -1
  88. package/dist/models/LoginInput.js +2 -2
  89. package/dist/models/MoneyDto.d.ts +1 -1
  90. package/dist/models/MoneyDto.js +2 -2
  91. package/dist/models/MoneyInput.d.ts +1 -1
  92. package/dist/models/MoneyInput.js +2 -2
  93. package/dist/models/NotFoundException.d.ts +1 -1
  94. package/dist/models/NotFoundException.js +3 -3
  95. package/dist/models/ObjectId.d.ts +1 -1
  96. package/dist/models/ObjectId.js +1 -1
  97. package/dist/models/PaginateResponse.d.ts +1 -1
  98. package/dist/models/PaginateResponse.js +3 -3
  99. package/dist/models/PaginateResponseLinks.d.ts +1 -1
  100. package/dist/models/PaginateResponseMeta.d.ts +1 -1
  101. package/dist/models/PutLeadInput.d.ts +1 -1
  102. package/dist/models/PutLeadInput.js +1 -1
  103. package/dist/models/RegisterAccountInput.d.ts +1 -1
  104. package/dist/models/RegisterAccountInput.js +4 -4
  105. package/dist/models/RelatedSellerDomain.d.ts +1 -1
  106. package/dist/models/RelatedSellerDomain.js +4 -4
  107. package/dist/models/SecurityUserDto.d.ts +1 -1
  108. package/dist/models/SecurityUserDto.js +6 -6
  109. package/dist/models/SellerDomainTransferAuthCodeDto.d.ts +1 -1
  110. package/dist/models/SellerDomainTransferAuthCodeDto.js +2 -2
  111. package/dist/models/SellerDomainTransferDomainDto.d.ts +1 -1
  112. package/dist/models/SellerDomainTransferDomainDto.js +3 -3
  113. package/dist/models/SellerDomainTransferDto.d.ts +4 -11
  114. package/dist/models/SellerDomainTransferDto.js +7 -13
  115. package/dist/models/SellerDomainTransferDtoAuthCode.d.ts +1 -1
  116. package/dist/models/SellerDomainTransferDtoAuthCode.js +2 -2
  117. package/dist/models/SellerDomainTransferListItemDomainDto.d.ts +1 -1
  118. package/dist/models/SellerDomainTransferListItemDomainDto.js +3 -3
  119. package/dist/models/SellerDomainTransferListItemDto.d.ts +4 -11
  120. package/dist/models/SellerDomainTransferListItemDto.js +6 -12
  121. package/dist/models/SetNewPasswordInput.d.ts +1 -1
  122. package/dist/models/SetNewPasswordInput.js +1 -1
  123. package/dist/models/ThrottlerException.d.ts +1 -1
  124. package/dist/models/ThrottlerException.js +3 -3
  125. package/dist/models/UpdateDomainInput.d.ts +1 -1
  126. package/dist/models/UpdateDomainTransferAuthCodeInput.d.ts +1 -1
  127. package/dist/models/UpdateDomainTransferAuthCodeInput.js +2 -2
  128. package/dist/models/UserPasswordResetDto.d.ts +1 -1
  129. package/dist/models/UserPasswordResetDto.js +2 -2
  130. package/dist/models/ValidationError.d.ts +1 -1
  131. package/dist/models/ValidationError.js +3 -3
  132. package/dist/models/ValidationException.d.ts +1 -1
  133. package/dist/models/ValidationException.js +3 -3
  134. package/dist/models/VerifyLeadInput.d.ts +1 -1
  135. package/dist/models/VerifyLeadInput.js +1 -1
  136. package/dist/models/WithFinancialDtoInner.d.ts +1 -1
  137. package/dist/models/WithFinancialDtoInner.js +4 -4
  138. package/dist/models/WithSettingsInner.d.ts +1 -1
  139. package/dist/models/WithSettingsInner.js +2 -2
  140. package/package.json +2 -2
  141. package/src/apis/DomainsApi.ts +4 -5
  142. package/src/models/AccountAddressDto.ts +6 -6
  143. package/src/models/AccountAddressInput.ts +6 -6
  144. package/src/models/AccountDto.ts +3 -3
  145. package/src/models/AccountFinancialInput.ts +5 -5
  146. package/src/models/AccountSettingsInput.ts +1 -1
  147. package/src/models/AdminGetAllDomainTransfers200Response.ts +4 -4
  148. package/src/models/BatchUpdateDomainsInput.ts +3 -3
  149. package/src/models/BuyDomainInput.ts +11 -11
  150. package/src/models/ChangeOrderStatusInput.ts +2 -2
  151. package/src/models/ConflictException.ts +5 -5
  152. package/src/models/CreateLeadInput.ts +9 -9
  153. package/src/models/CreateLeadMessageInput.ts +2 -2
  154. package/src/models/DashboardStatsDto.ts +4 -4
  155. package/src/models/DeleteDomainsInput.ts +2 -2
  156. package/src/models/DomainDto.ts +9 -9
  157. package/src/models/DomainSalesInformationDto.ts +5 -5
  158. package/src/models/DomainSellerDto.ts +4 -4
  159. package/src/models/DomainTransferAgentDto.ts +3 -3
  160. package/src/models/DomainTransferDomainDto.ts +4 -4
  161. package/src/models/DomainTransferDto.ts +7 -7
  162. package/src/models/DomainTransferDtoAgent.ts +3 -3
  163. package/src/models/DomainTransferOrderDto.ts +4 -4
  164. package/src/models/ForgotPasswordRequestInput.ts +2 -2
  165. package/src/models/GetAllDomainTransfers200Response.ts +4 -4
  166. package/src/models/HttpException.ts +4 -4
  167. package/src/models/IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto.ts +6 -6
  168. package/src/models/IntersectionDomainDtoWithAccountDto.ts +10 -10
  169. package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +11 -11
  170. package/src/models/IntersectionLeadDtoWithLeadDetailsDto.ts +7 -7
  171. package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +13 -13
  172. package/src/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.ts +2 -2
  173. package/src/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.ts +3 -3
  174. package/src/models/LeadMessageData.ts +2 -2
  175. package/src/models/LeadMessageDto.ts +8 -8
  176. package/src/models/LeadMessageDtoData.ts +2 -2
  177. package/src/models/LeadStatusDto.ts +2 -2
  178. package/src/models/List200Response.ts +4 -4
  179. package/src/models/ListAccountDto.ts +5 -5
  180. package/src/models/ListAccounts200Response.ts +4 -4
  181. package/src/models/ListLeadMessagesDto.ts +2 -2
  182. package/src/models/LoginDto.ts +3 -3
  183. package/src/models/LoginInput.ts +3 -3
  184. package/src/models/MoneyDto.ts +3 -3
  185. package/src/models/MoneyInput.ts +3 -3
  186. package/src/models/NotFoundException.ts +4 -4
  187. package/src/models/ObjectId.ts +2 -2
  188. package/src/models/PaginateResponse.ts +4 -4
  189. package/src/models/PaginateResponseLinks.ts +1 -1
  190. package/src/models/PaginateResponseMeta.ts +1 -1
  191. package/src/models/PutLeadInput.ts +2 -2
  192. package/src/models/RegisterAccountInput.ts +5 -5
  193. package/src/models/RelatedSellerDomain.ts +5 -5
  194. package/src/models/SecurityUserDto.ts +7 -7
  195. package/src/models/SellerDomainTransferAuthCodeDto.ts +3 -3
  196. package/src/models/SellerDomainTransferDomainDto.ts +4 -4
  197. package/src/models/SellerDomainTransferDto.ts +10 -18
  198. package/src/models/SellerDomainTransferDtoAuthCode.ts +3 -3
  199. package/src/models/SellerDomainTransferListItemDomainDto.ts +4 -4
  200. package/src/models/SellerDomainTransferListItemDto.ts +9 -17
  201. package/src/models/SetNewPasswordInput.ts +2 -2
  202. package/src/models/ThrottlerException.ts +4 -4
  203. package/src/models/UpdateDomainInput.ts +1 -1
  204. package/src/models/UpdateDomainTransferAuthCodeInput.ts +3 -3
  205. package/src/models/UserPasswordResetDto.ts +3 -3
  206. package/src/models/ValidationError.ts +4 -4
  207. package/src/models/ValidationException.ts +4 -4
  208. package/src/models/VerifyLeadInput.ts +2 -2
  209. package/src/models/WithFinancialDtoInner.ts +5 -5
  210. package/src/models/WithSettingsInner.ts +3 -3
@@ -31,7 +31,7 @@ export interface DomainTransferAgentDto {
31
31
  /**
32
32
  * Check if a given object implements the DomainTransferAgentDto interface.
33
33
  */
34
- export declare function instanceOfDomainTransferAgentDto(value: object): boolean;
34
+ export declare function instanceOfDomainTransferAgentDto(value: object): value is DomainTransferAgentDto;
35
35
  export declare function DomainTransferAgentDtoFromJSON(json: any): DomainTransferAgentDto;
36
36
  export declare function DomainTransferAgentDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferAgentDto;
37
37
  export declare function DomainTransferAgentDtoToJSON(value?: DomainTransferAgentDto | null): any;
@@ -18,9 +18,9 @@ exports.DomainTransferAgentDtoToJSON = exports.DomainTransferAgentDtoFromJSONTyp
18
18
  * Check if a given object implements the DomainTransferAgentDto interface.
19
19
  */
20
20
  function instanceOfDomainTransferAgentDto(value) {
21
- if (!('id' in value))
21
+ if (!('id' in value) || value['id'] === undefined)
22
22
  return false;
23
- if (!('name' in value))
23
+ if (!('name' in value) || value['name'] === undefined)
24
24
  return false;
25
25
  return true;
26
26
  }
@@ -37,7 +37,7 @@ export interface DomainTransferDomainDto {
37
37
  /**
38
38
  * Check if a given object implements the DomainTransferDomainDto interface.
39
39
  */
40
- export declare function instanceOfDomainTransferDomainDto(value: object): boolean;
40
+ export declare function instanceOfDomainTransferDomainDto(value: object): value is DomainTransferDomainDto;
41
41
  export declare function DomainTransferDomainDtoFromJSON(json: any): DomainTransferDomainDto;
42
42
  export declare function DomainTransferDomainDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferDomainDto;
43
43
  export declare function DomainTransferDomainDtoToJSON(value?: DomainTransferDomainDto | null): any;
@@ -18,11 +18,11 @@ exports.DomainTransferDomainDtoToJSON = exports.DomainTransferDomainDtoFromJSONT
18
18
  * Check if a given object implements the DomainTransferDomainDto interface.
19
19
  */
20
20
  function instanceOfDomainTransferDomainDto(value) {
21
- if (!('id' in value))
21
+ if (!('id' in value) || value['id'] === undefined)
22
22
  return false;
23
- if (!('name' in value))
23
+ if (!('name' in value) || value['name'] === undefined)
24
24
  return false;
25
- if (!('tld' in value))
25
+ if (!('tld' in value) || value['tld'] === undefined)
26
26
  return false;
27
27
  return true;
28
28
  }
@@ -69,7 +69,7 @@ export type DomainTransferDtoStatusEnum = typeof DomainTransferDtoStatusEnum[key
69
69
  /**
70
70
  * Check if a given object implements the DomainTransferDto interface.
71
71
  */
72
- export declare function instanceOfDomainTransferDto(value: object): boolean;
72
+ export declare function instanceOfDomainTransferDto(value: object): value is DomainTransferDto;
73
73
  export declare function DomainTransferDtoFromJSON(json: any): DomainTransferDto;
74
74
  export declare function DomainTransferDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferDto;
75
75
  export declare function DomainTransferDtoToJSON(value?: DomainTransferDto | null): any;
@@ -31,17 +31,17 @@ exports.DomainTransferDtoStatusEnum = {
31
31
  * Check if a given object implements the DomainTransferDto interface.
32
32
  */
33
33
  function instanceOfDomainTransferDto(value) {
34
- if (!('id' in value))
34
+ if (!('id' in value) || value['id'] === undefined)
35
35
  return false;
36
- if (!('domain' in value))
36
+ if (!('domain' in value) || value['domain'] === undefined)
37
37
  return false;
38
- if (!('status' in value))
38
+ if (!('status' in value) || value['status'] === undefined)
39
39
  return false;
40
- if (!('order' in value))
40
+ if (!('order' in value) || value['order'] === undefined)
41
41
  return false;
42
- if (!('agent' in value))
42
+ if (!('agent' in value) || value['agent'] === undefined)
43
43
  return false;
44
- if (!('createdAt' in value))
44
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
45
45
  return false;
46
46
  return true;
47
47
  }
@@ -31,7 +31,7 @@ export interface DomainTransferDtoAgent {
31
31
  /**
32
32
  * Check if a given object implements the DomainTransferDtoAgent interface.
33
33
  */
34
- export declare function instanceOfDomainTransferDtoAgent(value: object): boolean;
34
+ export declare function instanceOfDomainTransferDtoAgent(value: object): value is DomainTransferDtoAgent;
35
35
  export declare function DomainTransferDtoAgentFromJSON(json: any): DomainTransferDtoAgent;
36
36
  export declare function DomainTransferDtoAgentFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferDtoAgent;
37
37
  export declare function DomainTransferDtoAgentToJSON(value?: DomainTransferDtoAgent | null): any;
@@ -18,9 +18,9 @@ exports.DomainTransferDtoAgentToJSON = exports.DomainTransferDtoAgentFromJSONTyp
18
18
  * Check if a given object implements the DomainTransferDtoAgent interface.
19
19
  */
20
20
  function instanceOfDomainTransferDtoAgent(value) {
21
- if (!('id' in value))
21
+ if (!('id' in value) || value['id'] === undefined)
22
22
  return false;
23
- if (!('name' in value))
23
+ if (!('name' in value) || value['name'] === undefined)
24
24
  return false;
25
25
  return true;
26
26
  }
@@ -37,7 +37,7 @@ export interface DomainTransferOrderDto {
37
37
  /**
38
38
  * Check if a given object implements the DomainTransferOrderDto interface.
39
39
  */
40
- export declare function instanceOfDomainTransferOrderDto(value: object): boolean;
40
+ export declare function instanceOfDomainTransferOrderDto(value: object): value is DomainTransferOrderDto;
41
41
  export declare function DomainTransferOrderDtoFromJSON(json: any): DomainTransferOrderDto;
42
42
  export declare function DomainTransferOrderDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferOrderDto;
43
43
  export declare function DomainTransferOrderDtoToJSON(value?: DomainTransferOrderDto | null): any;
@@ -18,11 +18,11 @@ exports.DomainTransferOrderDtoToJSON = exports.DomainTransferOrderDtoFromJSONTyp
18
18
  * Check if a given object implements the DomainTransferOrderDto interface.
19
19
  */
20
20
  function instanceOfDomainTransferOrderDto(value) {
21
- if (!('id' in value))
21
+ if (!('id' in value) || value['id'] === undefined)
22
22
  return false;
23
- if (!('email' in value))
23
+ if (!('email' in value) || value['email'] === undefined)
24
24
  return false;
25
- if (!('sellerAccountId' in value))
25
+ if (!('sellerAccountId' in value) || value['sellerAccountId'] === undefined)
26
26
  return false;
27
27
  return true;
28
28
  }
@@ -25,7 +25,7 @@ export interface ForgotPasswordRequestInput {
25
25
  /**
26
26
  * Check if a given object implements the ForgotPasswordRequestInput interface.
27
27
  */
28
- export declare function instanceOfForgotPasswordRequestInput(value: object): boolean;
28
+ export declare function instanceOfForgotPasswordRequestInput(value: object): value is ForgotPasswordRequestInput;
29
29
  export declare function ForgotPasswordRequestInputFromJSON(json: any): ForgotPasswordRequestInput;
30
30
  export declare function ForgotPasswordRequestInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ForgotPasswordRequestInput;
31
31
  export declare function ForgotPasswordRequestInputToJSON(value?: ForgotPasswordRequestInput | null): any;
@@ -18,7 +18,7 @@ exports.ForgotPasswordRequestInputToJSON = exports.ForgotPasswordRequestInputFro
18
18
  * Check if a given object implements the ForgotPasswordRequestInput interface.
19
19
  */
20
20
  function instanceOfForgotPasswordRequestInput(value) {
21
- if (!('email' in value))
21
+ if (!('email' in value) || value['email'] === undefined)
22
22
  return false;
23
23
  return true;
24
24
  }
@@ -40,7 +40,7 @@ export interface GetAllDomainTransfers200Response {
40
40
  /**
41
41
  * Check if a given object implements the GetAllDomainTransfers200Response interface.
42
42
  */
43
- export declare function instanceOfGetAllDomainTransfers200Response(value: object): boolean;
43
+ export declare function instanceOfGetAllDomainTransfers200Response(value: object): value is GetAllDomainTransfers200Response;
44
44
  export declare function GetAllDomainTransfers200ResponseFromJSON(json: any): GetAllDomainTransfers200Response;
45
45
  export declare function GetAllDomainTransfers200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAllDomainTransfers200Response;
46
46
  export declare function GetAllDomainTransfers200ResponseToJSON(value?: GetAllDomainTransfers200Response | null): any;
@@ -21,11 +21,11 @@ var PaginateResponseMeta_1 = require("./PaginateResponseMeta");
21
21
  * Check if a given object implements the GetAllDomainTransfers200Response interface.
22
22
  */
23
23
  function instanceOfGetAllDomainTransfers200Response(value) {
24
- if (!('data' in value))
24
+ if (!('data' in value) || value['data'] === undefined)
25
25
  return false;
26
- if (!('meta' in value))
26
+ if (!('meta' in value) || value['meta'] === undefined)
27
27
  return false;
28
- if (!('links' in value))
28
+ if (!('links' in value) || value['links'] === undefined)
29
29
  return false;
30
30
  return true;
31
31
  }
@@ -37,7 +37,7 @@ export interface HttpException {
37
37
  /**
38
38
  * Check if a given object implements the HttpException interface.
39
39
  */
40
- export declare function instanceOfHttpException(value: object): boolean;
40
+ export declare function instanceOfHttpException(value: object): value is HttpException;
41
41
  export declare function HttpExceptionFromJSON(json: any): HttpException;
42
42
  export declare function HttpExceptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): HttpException;
43
43
  export declare function HttpExceptionToJSON(value?: HttpException | null): any;
@@ -18,11 +18,11 @@ exports.HttpExceptionToJSON = exports.HttpExceptionFromJSONTyped = exports.HttpE
18
18
  * Check if a given object implements the HttpException interface.
19
19
  */
20
20
  function instanceOfHttpException(value) {
21
- if (!('name' in value))
21
+ if (!('name' in value) || value['name'] === undefined)
22
22
  return false;
23
- if (!('statusCode' in value))
23
+ if (!('statusCode' in value) || value['statusCode'] === undefined)
24
24
  return false;
25
- if (!('message' in value))
25
+ if (!('message' in value) || value['message'] === undefined)
26
26
  return false;
27
27
  return true;
28
28
  }
@@ -52,7 +52,7 @@ export interface IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddres
52
52
  /**
53
53
  * Check if a given object implements the IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto interface.
54
54
  */
55
- export declare function instanceOfIntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto(value: object): boolean;
55
+ export declare function instanceOfIntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto(value: object): value is IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto;
56
56
  export declare function IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDtoFromJSON(json: any): IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto;
57
57
  export declare function IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto;
58
58
  export declare function IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDtoToJSON(value?: IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto | null): any;
@@ -21,15 +21,15 @@ var AccountAddressDto_1 = require("./AccountAddressDto");
21
21
  * Check if a given object implements the IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto interface.
22
22
  */
23
23
  function instanceOfIntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto(value) {
24
- if (!('id' in value))
24
+ if (!('id' in value) || value['id'] === undefined)
25
25
  return false;
26
- if (!('identifier' in value))
26
+ if (!('identifier' in value) || value['identifier'] === undefined)
27
27
  return false;
28
- if (!('financial' in value))
28
+ if (!('financial' in value) || value['financial'] === undefined)
29
29
  return false;
30
- if (!('settings' in value))
30
+ if (!('settings' in value) || value['settings'] === undefined)
31
31
  return false;
32
- if (!('addresses' in value))
32
+ if (!('addresses' in value) || value['addresses'] === undefined)
33
33
  return false;
34
34
  return true;
35
35
  }
@@ -76,7 +76,7 @@ export interface IntersectionDomainDtoWithAccountDto {
76
76
  /**
77
77
  * Check if a given object implements the IntersectionDomainDtoWithAccountDto interface.
78
78
  */
79
- export declare function instanceOfIntersectionDomainDtoWithAccountDto(value: object): boolean;
79
+ export declare function instanceOfIntersectionDomainDtoWithAccountDto(value: object): value is IntersectionDomainDtoWithAccountDto;
80
80
  export declare function IntersectionDomainDtoWithAccountDtoFromJSON(json: any): IntersectionDomainDtoWithAccountDto;
81
81
  export declare function IntersectionDomainDtoWithAccountDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionDomainDtoWithAccountDto;
82
82
  export declare function IntersectionDomainDtoWithAccountDtoToJSON(value?: IntersectionDomainDtoWithAccountDto | null): any;
@@ -20,23 +20,23 @@ var AccountDto_1 = require("./AccountDto");
20
20
  * Check if a given object implements the IntersectionDomainDtoWithAccountDto interface.
21
21
  */
22
22
  function instanceOfIntersectionDomainDtoWithAccountDto(value) {
23
- if (!('id' in value))
23
+ if (!('id' in value) || value['id'] === undefined)
24
24
  return false;
25
- if (!('tld' in value))
25
+ if (!('tld' in value) || value['tld'] === undefined)
26
26
  return false;
27
- if (!('verified' in value))
27
+ if (!('verified' in value) || value['verified'] === undefined)
28
28
  return false;
29
- if (!('nameservers' in value))
29
+ if (!('nameservers' in value) || value['nameservers'] === undefined)
30
30
  return false;
31
- if (!('name' in value))
31
+ if (!('name' in value) || value['name'] === undefined)
32
32
  return false;
33
- if (!('currency' in value))
33
+ if (!('currency' in value) || value['currency'] === undefined)
34
34
  return false;
35
- if (!('buyNow' in value))
35
+ if (!('buyNow' in value) || value['buyNow'] === undefined)
36
36
  return false;
37
- if (!('minOffer' in value))
37
+ if (!('minOffer' in value) || value['minOffer'] === undefined)
38
38
  return false;
39
- if (!('account' in value))
39
+ if (!('account' in value) || value['account'] === undefined)
40
40
  return false;
41
41
  return true;
42
42
  }
@@ -82,7 +82,7 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
82
82
  /**
83
83
  * Check if a given object implements the IntersectionDomainDtoWithHijackerDtoWithAccountDto interface.
84
84
  */
85
- export declare function instanceOfIntersectionDomainDtoWithHijackerDtoWithAccountDto(value: object): boolean;
85
+ export declare function instanceOfIntersectionDomainDtoWithHijackerDtoWithAccountDto(value: object): value is IntersectionDomainDtoWithHijackerDtoWithAccountDto;
86
86
  export declare function IntersectionDomainDtoWithHijackerDtoWithAccountDtoFromJSON(json: any): IntersectionDomainDtoWithHijackerDtoWithAccountDto;
87
87
  export declare function IntersectionDomainDtoWithHijackerDtoWithAccountDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionDomainDtoWithHijackerDtoWithAccountDto;
88
88
  export declare function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSON(value?: IntersectionDomainDtoWithHijackerDtoWithAccountDto | null): any;
@@ -20,25 +20,25 @@ var AccountDto_1 = require("./AccountDto");
20
20
  * Check if a given object implements the IntersectionDomainDtoWithHijackerDtoWithAccountDto interface.
21
21
  */
22
22
  function instanceOfIntersectionDomainDtoWithHijackerDtoWithAccountDto(value) {
23
- if (!('id' in value))
23
+ if (!('id' in value) || value['id'] === undefined)
24
24
  return false;
25
- if (!('tld' in value))
25
+ if (!('tld' in value) || value['tld'] === undefined)
26
26
  return false;
27
- if (!('verified' in value))
27
+ if (!('verified' in value) || value['verified'] === undefined)
28
28
  return false;
29
- if (!('nameservers' in value))
29
+ if (!('nameservers' in value) || value['nameservers'] === undefined)
30
30
  return false;
31
- if (!('name' in value))
31
+ if (!('name' in value) || value['name'] === undefined)
32
32
  return false;
33
- if (!('currency' in value))
33
+ if (!('currency' in value) || value['currency'] === undefined)
34
34
  return false;
35
- if (!('buyNow' in value))
35
+ if (!('buyNow' in value) || value['buyNow'] === undefined)
36
36
  return false;
37
- if (!('minOffer' in value))
37
+ if (!('minOffer' in value) || value['minOffer'] === undefined)
38
38
  return false;
39
- if (!('hijacker' in value))
39
+ if (!('hijacker' in value) || value['hijacker'] === undefined)
40
40
  return false;
41
- if (!('account' in value))
41
+ if (!('account' in value) || value['account'] === undefined)
42
42
  return false;
43
43
  return true;
44
44
  }
@@ -76,7 +76,7 @@ export type IntersectionLeadDtoWithLeadDetailsDtoLastOfferByEnum = typeof Inters
76
76
  /**
77
77
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDto interface.
78
78
  */
79
- export declare function instanceOfIntersectionLeadDtoWithLeadDetailsDto(value: object): boolean;
79
+ export declare function instanceOfIntersectionLeadDtoWithLeadDetailsDto(value: object): value is IntersectionLeadDtoWithLeadDetailsDto;
80
80
  export declare function IntersectionLeadDtoWithLeadDetailsDtoFromJSON(json: any): IntersectionLeadDtoWithLeadDetailsDto;
81
81
  export declare function IntersectionLeadDtoWithLeadDetailsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDtoWithLeadDetailsDto;
82
82
  export declare function IntersectionLeadDtoWithLeadDetailsDtoToJSON(value?: IntersectionLeadDtoWithLeadDetailsDto | null): any;
@@ -37,17 +37,17 @@ exports.IntersectionLeadDtoWithLeadDetailsDtoLastOfferByEnum = {
37
37
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDto interface.
38
38
  */
39
39
  function instanceOfIntersectionLeadDtoWithLeadDetailsDto(value) {
40
- if (!('id' in value))
40
+ if (!('id' in value) || value['id'] === undefined)
41
41
  return false;
42
- if (!('status' in value))
42
+ if (!('status' in value) || value['status'] === undefined)
43
43
  return false;
44
- if (!('lastOffer' in value))
44
+ if (!('lastOffer' in value) || value['lastOffer'] === undefined)
45
45
  return false;
46
- if (!('lastOfferBy' in value))
46
+ if (!('lastOfferBy' in value) || value['lastOfferBy'] === undefined)
47
47
  return false;
48
- if (!('domain' in value))
48
+ if (!('domain' in value) || value['domain'] === undefined)
49
49
  return false;
50
- if (!('createdAt' in value))
50
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
51
51
  return false;
52
52
  return true;
53
53
  }
@@ -129,7 +129,7 @@ export type IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = typeof Int
129
129
  /**
130
130
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
131
131
  */
132
- export declare function instanceOfIntersectionLeadDtoWithListFieldsDto(value: object): boolean;
132
+ export declare function instanceOfIntersectionLeadDtoWithListFieldsDto(value: object): value is IntersectionLeadDtoWithListFieldsDto;
133
133
  export declare function IntersectionLeadDtoWithListFieldsDtoFromJSON(json: any): IntersectionLeadDtoWithListFieldsDto;
134
134
  export declare function IntersectionLeadDtoWithListFieldsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDtoWithListFieldsDto;
135
135
  export declare function IntersectionLeadDtoWithListFieldsDtoToJSON(value?: IntersectionLeadDtoWithListFieldsDto | null): any;
@@ -52,29 +52,29 @@ exports.IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = {
52
52
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
53
53
  */
54
54
  function instanceOfIntersectionLeadDtoWithListFieldsDto(value) {
55
- if (!('id' in value))
55
+ if (!('id' in value) || value['id'] === undefined)
56
56
  return false;
57
- if (!('status' in value))
57
+ if (!('status' in value) || value['status'] === undefined)
58
58
  return false;
59
- if (!('lastOffer' in value))
59
+ if (!('lastOffer' in value) || value['lastOffer'] === undefined)
60
60
  return false;
61
- if (!('lastOfferBy' in value))
61
+ if (!('lastOfferBy' in value) || value['lastOfferBy'] === undefined)
62
62
  return false;
63
- if (!('lastMessageFrom' in value))
63
+ if (!('lastMessageFrom' in value) || value['lastMessageFrom'] === undefined)
64
64
  return false;
65
- if (!('lastMessageType' in value))
65
+ if (!('lastMessageType' in value) || value['lastMessageType'] === undefined)
66
66
  return false;
67
- if (!('lastMessageData' in value))
67
+ if (!('lastMessageData' in value) || value['lastMessageData'] === undefined)
68
68
  return false;
69
- if (!('createdAt' in value))
69
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
70
70
  return false;
71
- if (!('domainName' in value))
71
+ if (!('domainName' in value) || value['domainName'] === undefined)
72
72
  return false;
73
- if (!('buyerInitials' in value))
73
+ if (!('buyerInitials' in value) || value['buyerInitials'] === undefined)
74
74
  return false;
75
- if (!('lastMessageMessage' in value))
75
+ if (!('lastMessageMessage' in value) || value['lastMessageMessage'] === undefined)
76
76
  return false;
77
- if (!('lastMessageDate' in value))
77
+ if (!('lastMessageDate' in value) || value['lastMessageDate'] === undefined)
78
78
  return false;
79
79
  return true;
80
80
  }
@@ -26,7 +26,7 @@ export interface IntersectionLeadDtoWithListFieldsDtoLastMessageData {
26
26
  /**
27
27
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastMessageData interface.
28
28
  */
29
- export declare function instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData(value: object): boolean;
29
+ export declare function instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData(value: object): value is IntersectionLeadDtoWithListFieldsDtoLastMessageData;
30
30
  export declare function IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON(json: any): IntersectionLeadDtoWithListFieldsDtoLastMessageData;
31
31
  export declare function IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDtoWithListFieldsDtoLastMessageData;
32
32
  export declare function IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON(value?: IntersectionLeadDtoWithListFieldsDtoLastMessageData | null): any;
@@ -19,7 +19,7 @@ var MoneyDto_1 = require("./MoneyDto");
19
19
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastMessageData interface.
20
20
  */
21
21
  function instanceOfIntersectionLeadDtoWithListFieldsDtoLastMessageData(value) {
22
- if (!('price' in value))
22
+ if (!('price' in value) || value['price'] === undefined)
23
23
  return false;
24
24
  return true;
25
25
  }
@@ -31,7 +31,7 @@ export interface IntersectionLeadDtoWithListFieldsDtoLastOffer {
31
31
  /**
32
32
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastOffer interface.
33
33
  */
34
- export declare function instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer(value: object): boolean;
34
+ export declare function instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer(value: object): value is IntersectionLeadDtoWithListFieldsDtoLastOffer;
35
35
  export declare function IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON(json: any): IntersectionLeadDtoWithListFieldsDtoLastOffer;
36
36
  export declare function IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionLeadDtoWithListFieldsDtoLastOffer;
37
37
  export declare function IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON(value?: IntersectionLeadDtoWithListFieldsDtoLastOffer | null): any;
@@ -18,9 +18,9 @@ exports.IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON = exports.Intersecti
18
18
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDtoLastOffer interface.
19
19
  */
20
20
  function instanceOfIntersectionLeadDtoWithListFieldsDtoLastOffer(value) {
21
- if (!('amount' in value))
21
+ if (!('amount' in value) || value['amount'] === undefined)
22
22
  return false;
23
- if (!('currencyCode' in value))
23
+ if (!('currencyCode' in value) || value['currencyCode'] === undefined)
24
24
  return false;
25
25
  return true;
26
26
  }
@@ -26,7 +26,7 @@ export interface LeadMessageData {
26
26
  /**
27
27
  * Check if a given object implements the LeadMessageData interface.
28
28
  */
29
- export declare function instanceOfLeadMessageData(value: object): boolean;
29
+ export declare function instanceOfLeadMessageData(value: object): value is LeadMessageData;
30
30
  export declare function LeadMessageDataFromJSON(json: any): LeadMessageData;
31
31
  export declare function LeadMessageDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadMessageData;
32
32
  export declare function LeadMessageDataToJSON(value?: LeadMessageData | null): any;
@@ -19,7 +19,7 @@ var MoneyDto_1 = require("./MoneyDto");
19
19
  * Check if a given object implements the LeadMessageData interface.
20
20
  */
21
21
  function instanceOfLeadMessageData(value) {
22
- if (!('price' in value))
22
+ if (!('price' in value) || value['price'] === undefined)
23
23
  return false;
24
24
  return true;
25
25
  }
@@ -79,7 +79,7 @@ export type LeadMessageDtoOriginEnum = typeof LeadMessageDtoOriginEnum[keyof typ
79
79
  /**
80
80
  * Check if a given object implements the LeadMessageDto interface.
81
81
  */
82
- export declare function instanceOfLeadMessageDto(value: object): boolean;
82
+ export declare function instanceOfLeadMessageDto(value: object): value is LeadMessageDto;
83
83
  export declare function LeadMessageDtoFromJSON(json: any): LeadMessageDto;
84
84
  export declare function LeadMessageDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadMessageDto;
85
85
  export declare function LeadMessageDtoToJSON(value?: LeadMessageDto | null): any;
@@ -34,19 +34,19 @@ exports.LeadMessageDtoOriginEnum = {
34
34
  * Check if a given object implements the LeadMessageDto interface.
35
35
  */
36
36
  function instanceOfLeadMessageDto(value) {
37
- if (!('id' in value))
37
+ if (!('id' in value) || value['id'] === undefined)
38
38
  return false;
39
- if (!('type' in value))
39
+ if (!('type' in value) || value['type'] === undefined)
40
40
  return false;
41
- if (!('origin' in value))
41
+ if (!('origin' in value) || value['origin'] === undefined)
42
42
  return false;
43
- if (!('data' in value))
43
+ if (!('data' in value) || value['data'] === undefined)
44
44
  return false;
45
- if (!('createdAt' in value))
45
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
46
46
  return false;
47
- if (!('initials' in value))
47
+ if (!('initials' in value) || value['initials'] === undefined)
48
48
  return false;
49
- if (!('message' in value))
49
+ if (!('message' in value) || value['message'] === undefined)
50
50
  return false;
51
51
  return true;
52
52
  }
@@ -26,7 +26,7 @@ export interface LeadMessageDtoData {
26
26
  /**
27
27
  * Check if a given object implements the LeadMessageDtoData interface.
28
28
  */
29
- export declare function instanceOfLeadMessageDtoData(value: object): boolean;
29
+ export declare function instanceOfLeadMessageDtoData(value: object): value is LeadMessageDtoData;
30
30
  export declare function LeadMessageDtoDataFromJSON(json: any): LeadMessageDtoData;
31
31
  export declare function LeadMessageDtoDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadMessageDtoData;
32
32
  export declare function LeadMessageDtoDataToJSON(value?: LeadMessageDtoData | null): any;
@@ -19,7 +19,7 @@ var MoneyDto_1 = require("./MoneyDto");
19
19
  * Check if a given object implements the LeadMessageDtoData interface.
20
20
  */
21
21
  function instanceOfLeadMessageDtoData(value) {
22
- if (!('price' in value))
22
+ if (!('price' in value) || value['price'] === undefined)
23
23
  return false;
24
24
  return true;
25
25
  }
@@ -35,7 +35,7 @@ export type LeadStatusDtoStatusEnum = typeof LeadStatusDtoStatusEnum[keyof typeo
35
35
  /**
36
36
  * Check if a given object implements the LeadStatusDto interface.
37
37
  */
38
- export declare function instanceOfLeadStatusDto(value: object): boolean;
38
+ export declare function instanceOfLeadStatusDto(value: object): value is LeadStatusDto;
39
39
  export declare function LeadStatusDtoFromJSON(json: any): LeadStatusDto;
40
40
  export declare function LeadStatusDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeadStatusDto;
41
41
  export declare function LeadStatusDtoToJSON(value?: LeadStatusDto | null): any;
@@ -27,7 +27,7 @@ exports.LeadStatusDtoStatusEnum = {
27
27
  * Check if a given object implements the LeadStatusDto interface.
28
28
  */
29
29
  function instanceOfLeadStatusDto(value) {
30
- if (!('status' in value))
30
+ if (!('status' in value) || value['status'] === undefined)
31
31
  return false;
32
32
  return true;
33
33
  }
@@ -40,7 +40,7 @@ export interface List200Response {
40
40
  /**
41
41
  * Check if a given object implements the List200Response interface.
42
42
  */
43
- export declare function instanceOfList200Response(value: object): boolean;
43
+ export declare function instanceOfList200Response(value: object): value is List200Response;
44
44
  export declare function List200ResponseFromJSON(json: any): List200Response;
45
45
  export declare function List200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): List200Response;
46
46
  export declare function List200ResponseToJSON(value?: List200Response | null): any;
@@ -21,11 +21,11 @@ var PaginateResponseMeta_1 = require("./PaginateResponseMeta");
21
21
  * Check if a given object implements the List200Response interface.
22
22
  */
23
23
  function instanceOfList200Response(value) {
24
- if (!('data' in value))
24
+ if (!('data' in value) || value['data'] === undefined)
25
25
  return false;
26
- if (!('meta' in value))
26
+ if (!('meta' in value) || value['meta'] === undefined)
27
27
  return false;
28
- if (!('links' in value))
28
+ if (!('links' in value) || value['links'] === undefined)
29
29
  return false;
30
30
  return true;
31
31
  }
@@ -43,7 +43,7 @@ export interface ListAccountDto {
43
43
  /**
44
44
  * Check if a given object implements the ListAccountDto interface.
45
45
  */
46
- export declare function instanceOfListAccountDto(value: object): boolean;
46
+ export declare function instanceOfListAccountDto(value: object): value is ListAccountDto;
47
47
  export declare function ListAccountDtoFromJSON(json: any): ListAccountDto;
48
48
  export declare function ListAccountDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListAccountDto;
49
49
  export declare function ListAccountDtoToJSON(value?: ListAccountDto | null): any;