@randock/nameshift-api-client 0.0.87 → 0.0.89

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 (93) hide show
  1. package/.openapi-generator/FILES +7 -10
  2. package/README.md +3 -3
  3. package/dist/apis/BuyersApi.d.ts +50 -1
  4. package/dist/apis/BuyersApi.js +230 -0
  5. package/dist/apis/LeadsApi.d.ts +13 -1
  6. package/dist/apis/LeadsApi.js +56 -0
  7. package/dist/models/BadRequestException.d.ts +49 -0
  8. package/dist/models/BadRequestException.js +58 -0
  9. package/dist/models/BatchReadBuyerLeadMessageInput.d.ts +31 -0
  10. package/dist/models/BatchReadBuyerLeadMessageInput.js +46 -0
  11. package/dist/models/BatchReadSellerLeadMessageInput.d.ts +31 -0
  12. package/dist/models/BatchReadSellerLeadMessageInput.js +46 -0
  13. package/dist/models/BuyerLeadListItemDomainDto.d.ts +43 -0
  14. package/dist/models/BuyerLeadListItemDomainDto.js +54 -0
  15. package/dist/models/BuyerLeadListItemDto.d.ts +84 -0
  16. package/dist/models/BuyerLeadListItemDto.js +88 -0
  17. package/dist/models/CreateBuyerLeadMessageInput.d.ts +31 -0
  18. package/dist/models/CreateBuyerLeadMessageInput.js +46 -0
  19. package/dist/models/DomainTransferDetailsDto.d.ts +4 -4
  20. package/dist/models/DomainTransferDetailsDto.js +3 -3
  21. package/dist/models/DomainTransferDto.d.ts +4 -4
  22. package/dist/models/DomainTransferDto.js +3 -3
  23. package/dist/models/GetBuyerLeads200Response.d.ts +46 -0
  24. package/dist/models/GetBuyerLeads200Response.js +57 -0
  25. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.d.ts +7 -8
  26. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.js +5 -6
  27. package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.d.ts +3 -3
  28. package/dist/models/IntersectionLeadDtoWithLeadDetailsDto.js +3 -3
  29. package/dist/models/IntersectionLeadDtoWithListFieldsDto.d.ts +7 -7
  30. package/dist/models/IntersectionLeadDtoWithListFieldsDto.js +6 -6
  31. package/dist/models/LeadMessageDto.d.ts +22 -10
  32. package/dist/models/LeadMessageDto.js +14 -6
  33. package/dist/models/OrderListItemDto.d.ts +4 -4
  34. package/dist/models/OrderListItemDto.js +3 -3
  35. package/dist/models/PublicLeadDto.d.ts +4 -4
  36. package/dist/models/PublicLeadDto.js +3 -3
  37. package/dist/models/SellerDomainTransferDto.d.ts +4 -4
  38. package/dist/models/SellerDomainTransferDto.js +3 -3
  39. package/dist/models/index.d.ts +7 -10
  40. package/dist/models/index.js +7 -10
  41. package/package.json +1 -1
  42. package/src/apis/AdminApi.ts +3 -0
  43. package/src/apis/BuyersApi.ts +231 -0
  44. package/src/apis/LeadsApi.ts +58 -0
  45. package/src/apis/LeadsPublicApi.ts +3 -0
  46. package/src/apis/OrdersPublicApi.ts +3 -0
  47. package/src/models/BadRequestException.ts +88 -0
  48. package/src/models/BatchReadBuyerLeadMessageInput.ts +61 -0
  49. package/src/models/BatchReadSellerLeadMessageInput.ts +61 -0
  50. package/src/models/BuyerLeadListItemDomainDto.ts +79 -0
  51. package/src/models/BuyerLeadListItemDto.ts +144 -0
  52. package/src/models/CreateBuyerLeadMessageInput.ts +61 -0
  53. package/src/models/DomainTransferDetailsDto.ts +11 -11
  54. package/src/models/DomainTransferDto.ts +10 -10
  55. package/src/models/GetBuyerLeads200Response.ts +98 -0
  56. package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDto.ts +15 -21
  57. package/src/models/IntersectionLeadDtoWithLeadDetailsDto.ts +9 -9
  58. package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +19 -19
  59. package/src/models/LeadMessageDto.ts +37 -19
  60. package/src/models/OrderListItemDto.ts +11 -11
  61. package/src/models/PublicLeadDto.ts +10 -10
  62. package/src/models/SellerDomainTransferDto.ts +10 -10
  63. package/src/models/index.ts +7 -10
  64. package/dist/models/DomainTransferDetailsDtoAuthCode.d.ts +0 -37
  65. package/dist/models/DomainTransferDetailsDtoAuthCode.js +0 -50
  66. package/dist/models/DomainTransferDtoAgent.d.ts +0 -37
  67. package/dist/models/DomainTransferDtoAgent.js +0 -50
  68. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.d.ts +0 -37
  69. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.js +0 -50
  70. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.d.ts +0 -37
  71. package/dist/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.js +0 -50
  72. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.d.ts +0 -32
  73. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.js +0 -47
  74. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.d.ts +0 -37
  75. package/dist/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.js +0 -50
  76. package/dist/models/LeadMessageDtoData.d.ts +0 -32
  77. package/dist/models/LeadMessageDtoData.js +0 -47
  78. package/dist/models/OrderListItemDtoBasePrice.d.ts +0 -37
  79. package/dist/models/OrderListItemDtoBasePrice.js +0 -50
  80. package/dist/models/PublicLeadDtoLastOffer.d.ts +0 -37
  81. package/dist/models/PublicLeadDtoLastOffer.js +0 -50
  82. package/dist/models/SellerDomainTransferDtoAuthCode.d.ts +0 -37
  83. package/dist/models/SellerDomainTransferDtoAuthCode.js +0 -50
  84. package/src/models/DomainTransferDetailsDtoAuthCode.ts +0 -70
  85. package/src/models/DomainTransferDtoAgent.ts +0 -70
  86. package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice.ts +0 -70
  87. package/src/models/IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice.ts +0 -70
  88. package/src/models/IntersectionLeadDtoWithListFieldsDtoLastMessageData.ts +0 -68
  89. package/src/models/IntersectionLeadDtoWithListFieldsDtoLastOffer.ts +0 -70
  90. package/src/models/LeadMessageDtoData.ts +0 -68
  91. package/src/models/OrderListItemDtoBasePrice.ts +0 -70
  92. package/src/models/PublicLeadDtoLastOffer.ts +0 -70
  93. package/src/models/SellerDomainTransferDtoAuthCode.ts +0 -70
@@ -13,18 +13,18 @@
13
13
  */
14
14
 
15
15
  import { mapValues } from '../runtime';
16
- import type { IntersectionLeadDtoWithListFieldsDtoLastMessageData } from './IntersectionLeadDtoWithListFieldsDtoLastMessageData';
16
+ import type { LeadMessageData } from './LeadMessageData';
17
17
  import {
18
- IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON,
19
- IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSONTyped,
20
- IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON,
21
- } from './IntersectionLeadDtoWithListFieldsDtoLastMessageData';
22
- import type { IntersectionLeadDtoWithListFieldsDtoLastOffer } from './IntersectionLeadDtoWithListFieldsDtoLastOffer';
18
+ LeadMessageDataFromJSON,
19
+ LeadMessageDataFromJSONTyped,
20
+ LeadMessageDataToJSON,
21
+ } from './LeadMessageData';
22
+ import type { MoneyDto } from './MoneyDto';
23
23
  import {
24
- IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON,
25
- IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSONTyped,
26
- IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON,
27
- } from './IntersectionLeadDtoWithListFieldsDtoLastOffer';
24
+ MoneyDtoFromJSON,
25
+ MoneyDtoFromJSONTyped,
26
+ MoneyDtoToJSON,
27
+ } from './MoneyDto';
28
28
 
29
29
  /**
30
30
  *
@@ -46,10 +46,10 @@ export interface IntersectionLeadDtoWithListFieldsDto {
46
46
  status: IntersectionLeadDtoWithListFieldsDtoStatusEnum;
47
47
  /**
48
48
  *
49
- * @type {IntersectionLeadDtoWithListFieldsDtoLastOffer}
49
+ * @type {MoneyDto}
50
50
  * @memberof IntersectionLeadDtoWithListFieldsDto
51
51
  */
52
- lastOffer: IntersectionLeadDtoWithListFieldsDtoLastOffer | null;
52
+ lastOffer: MoneyDto | null;
53
53
  /**
54
54
  *
55
55
  * @type {string}
@@ -69,11 +69,11 @@ export interface IntersectionLeadDtoWithListFieldsDto {
69
69
  */
70
70
  lastMessageType: IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum;
71
71
  /**
72
- *
73
- * @type {IntersectionLeadDtoWithListFieldsDtoLastMessageData}
72
+ * The data
73
+ * @type {LeadMessageData}
74
74
  * @memberof IntersectionLeadDtoWithListFieldsDto
75
75
  */
76
- lastMessageData: IntersectionLeadDtoWithListFieldsDtoLastMessageData | null;
76
+ lastMessageData: LeadMessageData | null;
77
77
  /**
78
78
  * Created at date
79
79
  * @type {Date}
@@ -181,11 +181,11 @@ export function IntersectionLeadDtoWithListFieldsDtoFromJSONTyped(json: any, ign
181
181
 
182
182
  'id': json['id'],
183
183
  'status': json['status'],
184
- 'lastOffer': IntersectionLeadDtoWithListFieldsDtoLastOfferFromJSON(json['lastOffer']),
184
+ 'lastOffer': MoneyDtoFromJSON(json['lastOffer']),
185
185
  'lastOfferBy': json['lastOfferBy'],
186
186
  'lastMessageFrom': json['lastMessageFrom'],
187
187
  'lastMessageType': json['lastMessageType'],
188
- 'lastMessageData': IntersectionLeadDtoWithListFieldsDtoLastMessageDataFromJSON(json['lastMessageData']),
188
+ 'lastMessageData': LeadMessageDataFromJSON(json['lastMessageData']),
189
189
  'createdAt': (new Date(json['createdAt'])),
190
190
  'domainName': json['domainName'],
191
191
  'buyerInitials': json['buyerInitials'],
@@ -202,11 +202,11 @@ export function IntersectionLeadDtoWithListFieldsDtoToJSON(value?: IntersectionL
202
202
 
203
203
  'id': value['id'],
204
204
  'status': value['status'],
205
- 'lastOffer': IntersectionLeadDtoWithListFieldsDtoLastOfferToJSON(value['lastOffer']),
205
+ 'lastOffer': MoneyDtoToJSON(value['lastOffer']),
206
206
  'lastOfferBy': value['lastOfferBy'],
207
207
  'lastMessageFrom': value['lastMessageFrom'],
208
208
  'lastMessageType': value['lastMessageType'],
209
- 'lastMessageData': IntersectionLeadDtoWithListFieldsDtoLastMessageDataToJSON(value['lastMessageData']),
209
+ 'lastMessageData': LeadMessageDataToJSON(value['lastMessageData']),
210
210
  'createdAt': ((value['createdAt']).toISOString()),
211
211
  'domainName': value['domainName'],
212
212
  'buyerInitials': value['buyerInitials'],
@@ -13,12 +13,12 @@
13
13
  */
14
14
 
15
15
  import { mapValues } from '../runtime';
16
- import type { LeadMessageDtoData } from './LeadMessageDtoData';
16
+ import type { LeadMessageData } from './LeadMessageData';
17
17
  import {
18
- LeadMessageDtoDataFromJSON,
19
- LeadMessageDtoDataFromJSONTyped,
20
- LeadMessageDtoDataToJSON,
21
- } from './LeadMessageDtoData';
18
+ LeadMessageDataFromJSON,
19
+ LeadMessageDataFromJSONTyped,
20
+ LeadMessageDataToJSON,
21
+ } from './LeadMessageData';
22
22
 
23
23
  /**
24
24
  *
@@ -27,29 +27,35 @@ import {
27
27
  */
28
28
  export interface LeadMessageDto {
29
29
  /**
30
- * The current id
30
+ * The lead message id
31
31
  * @type {string}
32
32
  * @memberof LeadMessageDto
33
33
  */
34
34
  id: string;
35
35
  /**
36
- * The message type
36
+ * The lead message type
37
37
  * @type {string}
38
38
  * @memberof LeadMessageDto
39
39
  */
40
40
  type: LeadMessageDtoTypeEnum;
41
41
  /**
42
- * The message origin
42
+ * The lead message origin
43
43
  * @type {string}
44
44
  * @memberof LeadMessageDto
45
45
  */
46
46
  origin: LeadMessageDtoOriginEnum;
47
47
  /**
48
- *
49
- * @type {LeadMessageDtoData}
48
+ * Optional data
49
+ * @type {LeadMessageData}
50
50
  * @memberof LeadMessageDto
51
51
  */
52
- data: LeadMessageDtoData | null;
52
+ data: LeadMessageData | null;
53
+ /**
54
+ * The lead message text
55
+ * @type {string}
56
+ * @memberof LeadMessageDto
57
+ */
58
+ message: string | null;
53
59
  /**
54
60
  * Created at date
55
61
  * @type {Date}
@@ -63,11 +69,17 @@ export interface LeadMessageDto {
63
69
  */
64
70
  initials: string;
65
71
  /**
66
- * Optional message *
67
- * @type {string}
72
+ * Seller read indicator *
73
+ * @type {boolean}
68
74
  * @memberof LeadMessageDto
69
75
  */
70
- message: string | null;
76
+ readBySeller: boolean;
77
+ /**
78
+ * Buyer read indicator *
79
+ * @type {boolean}
80
+ * @memberof LeadMessageDto
81
+ */
82
+ readByBuyer: boolean;
71
83
  }
72
84
 
73
85
 
@@ -99,9 +111,11 @@ export function instanceOfLeadMessageDto(value: object): value is LeadMessageDto
99
111
  if (!('type' in value) || value['type'] === undefined) return false;
100
112
  if (!('origin' in value) || value['origin'] === undefined) return false;
101
113
  if (!('data' in value) || value['data'] === undefined) return false;
114
+ if (!('message' in value) || value['message'] === undefined) return false;
102
115
  if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
103
116
  if (!('initials' in value) || value['initials'] === undefined) return false;
104
- if (!('message' in value) || value['message'] === undefined) return false;
117
+ if (!('readBySeller' in value) || value['readBySeller'] === undefined) return false;
118
+ if (!('readByBuyer' in value) || value['readByBuyer'] === undefined) return false;
105
119
  return true;
106
120
  }
107
121
 
@@ -118,10 +132,12 @@ export function LeadMessageDtoFromJSONTyped(json: any, ignoreDiscriminator: bool
118
132
  'id': json['id'],
119
133
  'type': json['type'],
120
134
  'origin': json['origin'],
121
- 'data': LeadMessageDtoDataFromJSON(json['data']),
135
+ 'data': LeadMessageDataFromJSON(json['data']),
136
+ 'message': json['message'],
122
137
  'createdAt': (new Date(json['createdAt'])),
123
138
  'initials': json['initials'],
124
- 'message': json['message'],
139
+ 'readBySeller': json['readBySeller'],
140
+ 'readByBuyer': json['readByBuyer'],
125
141
  };
126
142
  }
127
143
 
@@ -134,10 +150,12 @@ export function LeadMessageDtoToJSON(value?: LeadMessageDto | null): any {
134
150
  'id': value['id'],
135
151
  'type': value['type'],
136
152
  'origin': value['origin'],
137
- 'data': LeadMessageDtoDataToJSON(value['data']),
153
+ 'data': LeadMessageDataToJSON(value['data']),
154
+ 'message': value['message'],
138
155
  'createdAt': ((value['createdAt']).toISOString()),
139
156
  'initials': value['initials'],
140
- 'message': value['message'],
157
+ 'readBySeller': value['readBySeller'],
158
+ 'readByBuyer': value['readByBuyer'],
141
159
  };
142
160
  }
143
161
 
@@ -13,18 +13,18 @@
13
13
  */
14
14
 
15
15
  import { mapValues } from '../runtime';
16
- import type { OrderListItemDtoBasePrice } from './OrderListItemDtoBasePrice';
17
- import {
18
- OrderListItemDtoBasePriceFromJSON,
19
- OrderListItemDtoBasePriceFromJSONTyped,
20
- OrderListItemDtoBasePriceToJSON,
21
- } from './OrderListItemDtoBasePrice';
22
16
  import type { OrderListItemDtoDomainInformation } from './OrderListItemDtoDomainInformation';
23
17
  import {
24
18
  OrderListItemDtoDomainInformationFromJSON,
25
19
  OrderListItemDtoDomainInformationFromJSONTyped,
26
20
  OrderListItemDtoDomainInformationToJSON,
27
21
  } from './OrderListItemDtoDomainInformation';
22
+ import type { MoneyDto } from './MoneyDto';
23
+ import {
24
+ MoneyDtoFromJSON,
25
+ MoneyDtoFromJSONTyped,
26
+ MoneyDtoToJSON,
27
+ } from './MoneyDto';
28
28
  import type { OrderListItemDtoBuyerInformation } from './OrderListItemDtoBuyerInformation';
29
29
  import {
30
30
  OrderListItemDtoBuyerInformationFromJSON,
@@ -81,11 +81,11 @@ export interface OrderListItemDto {
81
81
  */
82
82
  buyerInformation: OrderListItemDtoBuyerInformation;
83
83
  /**
84
- *
85
- * @type {OrderListItemDtoBasePrice}
84
+ * The order base price
85
+ * @type {MoneyDto}
86
86
  * @memberof OrderListItemDto
87
87
  */
88
- basePrice: OrderListItemDtoBasePrice | null;
88
+ basePrice: MoneyDto | null;
89
89
  }
90
90
 
91
91
 
@@ -129,7 +129,7 @@ export function OrderListItemDtoFromJSONTyped(json: any, ignoreDiscriminator: bo
129
129
  'domain': OrderListItemDtoDomainInformationFromJSON(json['domain']),
130
130
  'sellerAccount': OrderListItemDtoSellerAccountFromJSON(json['sellerAccount']),
131
131
  'buyerInformation': OrderListItemDtoBuyerInformationFromJSON(json['buyerInformation']),
132
- 'basePrice': OrderListItemDtoBasePriceFromJSON(json['basePrice']),
132
+ 'basePrice': MoneyDtoFromJSON(json['basePrice']),
133
133
  };
134
134
  }
135
135
 
@@ -145,7 +145,7 @@ export function OrderListItemDtoToJSON(value?: OrderListItemDto | null): any {
145
145
  'domain': OrderListItemDtoDomainInformationToJSON(value['domain']),
146
146
  'sellerAccount': OrderListItemDtoSellerAccountToJSON(value['sellerAccount']),
147
147
  'buyerInformation': OrderListItemDtoBuyerInformationToJSON(value['buyerInformation']),
148
- 'basePrice': OrderListItemDtoBasePriceToJSON(value['basePrice']),
148
+ 'basePrice': MoneyDtoToJSON(value['basePrice']),
149
149
  };
150
150
  }
151
151
 
@@ -19,12 +19,12 @@ import {
19
19
  PublicLeadBuyerDtoFromJSONTyped,
20
20
  PublicLeadBuyerDtoToJSON,
21
21
  } from './PublicLeadBuyerDto';
22
- import type { PublicLeadDtoLastOffer } from './PublicLeadDtoLastOffer';
22
+ import type { MoneyDto } from './MoneyDto';
23
23
  import {
24
- PublicLeadDtoLastOfferFromJSON,
25
- PublicLeadDtoLastOfferFromJSONTyped,
26
- PublicLeadDtoLastOfferToJSON,
27
- } from './PublicLeadDtoLastOffer';
24
+ MoneyDtoFromJSON,
25
+ MoneyDtoFromJSONTyped,
26
+ MoneyDtoToJSON,
27
+ } from './MoneyDto';
28
28
 
29
29
  /**
30
30
  *
@@ -45,11 +45,11 @@ export interface PublicLeadDto {
45
45
  */
46
46
  status: PublicLeadDtoStatusEnum;
47
47
  /**
48
- *
49
- * @type {PublicLeadDtoLastOffer}
48
+ * The last offer price
49
+ * @type {MoneyDto}
50
50
  * @memberof PublicLeadDto
51
51
  */
52
- lastOffer: PublicLeadDtoLastOffer | null;
52
+ lastOffer: MoneyDto | null;
53
53
  /**
54
54
  * The buyer information
55
55
  * @type {PublicLeadBuyerDto}
@@ -103,7 +103,7 @@ export function PublicLeadDtoFromJSONTyped(json: any, ignoreDiscriminator: boole
103
103
 
104
104
  'id': json['id'],
105
105
  'status': json['status'],
106
- 'lastOffer': PublicLeadDtoLastOfferFromJSON(json['lastOffer']),
106
+ 'lastOffer': MoneyDtoFromJSON(json['lastOffer']),
107
107
  'buyer': PublicLeadBuyerDtoFromJSON(json['buyer']),
108
108
  'domainName': json['domainName'],
109
109
  };
@@ -117,7 +117,7 @@ export function PublicLeadDtoToJSON(value?: PublicLeadDto | null): any {
117
117
 
118
118
  'id': value['id'],
119
119
  'status': value['status'],
120
- 'lastOffer': PublicLeadDtoLastOfferToJSON(value['lastOffer']),
120
+ 'lastOffer': MoneyDtoToJSON(value['lastOffer']),
121
121
  'buyer': PublicLeadBuyerDtoToJSON(value['buyer']),
122
122
  'domainName': value['domainName'],
123
123
  };
@@ -19,12 +19,12 @@ import {
19
19
  SellerDomainTransferDomainDtoFromJSONTyped,
20
20
  SellerDomainTransferDomainDtoToJSON,
21
21
  } from './SellerDomainTransferDomainDto';
22
- import type { SellerDomainTransferDtoAuthCode } from './SellerDomainTransferDtoAuthCode';
22
+ import type { SellerDomainTransferAuthCodeDto } from './SellerDomainTransferAuthCodeDto';
23
23
  import {
24
- SellerDomainTransferDtoAuthCodeFromJSON,
25
- SellerDomainTransferDtoAuthCodeFromJSONTyped,
26
- SellerDomainTransferDtoAuthCodeToJSON,
27
- } from './SellerDomainTransferDtoAuthCode';
24
+ SellerDomainTransferAuthCodeDtoFromJSON,
25
+ SellerDomainTransferAuthCodeDtoFromJSONTyped,
26
+ SellerDomainTransferAuthCodeDtoToJSON,
27
+ } from './SellerDomainTransferAuthCodeDto';
28
28
 
29
29
  /**
30
30
  *
@@ -57,11 +57,11 @@ export interface SellerDomainTransferDto {
57
57
  */
58
58
  status: SellerDomainTransferDtoStatusEnum;
59
59
  /**
60
- *
61
- * @type {SellerDomainTransferDtoAuthCode}
60
+ * The domain transfer auth code
61
+ * @type {SellerDomainTransferAuthCodeDto}
62
62
  * @memberof SellerDomainTransferDto
63
63
  */
64
- authCode: SellerDomainTransferDtoAuthCode | null;
64
+ authCode: SellerDomainTransferAuthCodeDto | null;
65
65
  /**
66
66
  * The domain transfer creation date
67
67
  * @type {Date}
@@ -111,7 +111,7 @@ export function SellerDomainTransferDtoFromJSONTyped(json: any, ignoreDiscrimina
111
111
  'id': json['id'],
112
112
  'domain': SellerDomainTransferDomainDtoFromJSON(json['domain']),
113
113
  'status': json['status'],
114
- 'authCode': SellerDomainTransferDtoAuthCodeFromJSON(json['authCode']),
114
+ 'authCode': SellerDomainTransferAuthCodeDtoFromJSON(json['authCode']),
115
115
  'createdAt': (new Date(json['createdAt'])),
116
116
  };
117
117
  }
@@ -126,7 +126,7 @@ export function SellerDomainTransferDtoToJSON(value?: SellerDomainTransferDto |
126
126
  'id': value['id'],
127
127
  'domain': SellerDomainTransferDomainDtoToJSON(value['domain']),
128
128
  'status': value['status'],
129
- 'authCode': SellerDomainTransferDtoAuthCodeToJSON(value['authCode']),
129
+ 'authCode': SellerDomainTransferAuthCodeDtoToJSON(value['authCode']),
130
130
  'createdAt': ((value['createdAt']).toISOString()),
131
131
  };
132
132
  }
@@ -6,14 +6,20 @@ export * from './AccountDto';
6
6
  export * from './AccountFinancialInput';
7
7
  export * from './AccountSettingsInput';
8
8
  export * from './AdminGetAllDomainTransfers200Response';
9
+ export * from './BadRequestException';
10
+ export * from './BatchReadBuyerLeadMessageInput';
11
+ export * from './BatchReadSellerLeadMessageInput';
9
12
  export * from './BatchUpdateDomainsInput';
10
13
  export * from './BuyerDomainTransferAuthCodeDto';
11
14
  export * from './BuyerDomainTransferListItemDomainDto';
12
15
  export * from './BuyerDomainTransferListItemDto';
16
+ export * from './BuyerLeadListItemDomainDto';
17
+ export * from './BuyerLeadListItemDto';
13
18
  export * from './BuyerUserDto';
14
19
  export * from './ChangeOrderStatusInput';
15
20
  export * from './ChartDataPoint';
16
21
  export * from './ConflictException';
22
+ export * from './CreateBuyerLeadMessageInput';
17
23
  export * from './CreateLeadInput';
18
24
  export * from './CreateLeadMessageInput';
19
25
  export * from './CreateOrderInput';
@@ -28,7 +34,6 @@ export * from './DomainTransferDetailWorkflowStepDto';
28
34
  export * from './DomainTransferDetailsAuthCodeDto';
29
35
  export * from './DomainTransferDetailsDomainDto';
30
36
  export * from './DomainTransferDetailsDto';
31
- export * from './DomainTransferDetailsDtoAuthCode';
32
37
  export * from './DomainTransferDetailsOrderBuyerDto';
33
38
  export * from './DomainTransferDetailsOrderDto';
34
39
  export * from './DomainTransferDetailsOrderSellerDto';
@@ -36,11 +41,11 @@ export * from './DomainTransferDetailsOrderSellerUserDto';
36
41
  export * from './DomainTransferDetailsValidationDto';
37
42
  export * from './DomainTransferDomainDto';
38
43
  export * from './DomainTransferDto';
39
- export * from './DomainTransferDtoAgent';
40
44
  export * from './DomainTransferOrderDto';
41
45
  export * from './ForgotPasswordRequestInput';
42
46
  export * from './GetAllDomainTransfers200Response';
43
47
  export * from './GetAllOrders200Response';
48
+ export * from './GetBuyerLeads200Response';
44
49
  export * from './GetBuyerTransfers200Response';
45
50
  export * from './HttpException';
46
51
  export * from './IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto';
@@ -48,15 +53,10 @@ export * from './IntersectionDomainDtoWithAccountDto';
48
53
  export * from './IntersectionDomainDtoWithDomainUrlDto';
49
54
  export * from './IntersectionDomainDtoWithHijackerDtoWithAccountDto';
50
55
  export * from './IntersectionDomainSalesInformationDtoWithDomainStatsDto';
51
- export * from './IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice';
52
- export * from './IntersectionDomainSalesInformationDtoWithDomainStatsDtoMinOfferPrice';
53
56
  export * from './IntersectionLeadDtoWithLeadDetailsDto';
54
57
  export * from './IntersectionLeadDtoWithListFieldsDto';
55
- export * from './IntersectionLeadDtoWithListFieldsDtoLastMessageData';
56
- export * from './IntersectionLeadDtoWithListFieldsDtoLastOffer';
57
58
  export * from './LeadMessageData';
58
59
  export * from './LeadMessageDto';
59
- export * from './LeadMessageDtoData';
60
60
  export * from './LeadStatusDto';
61
61
  export * from './List200Response';
62
62
  export * from './List200Response1';
@@ -71,7 +71,6 @@ export * from './NotFoundException';
71
71
  export * from './ObjectId';
72
72
  export * from './OrderDto';
73
73
  export * from './OrderListItemDto';
74
- export * from './OrderListItemDtoBasePrice';
75
74
  export * from './OrderListItemDtoBuyerInformation';
76
75
  export * from './OrderListItemDtoDomainInformation';
77
76
  export * from './OrderListItemDtoSellerAccount';
@@ -80,7 +79,6 @@ export * from './PaginateResponseLinks';
80
79
  export * from './PaginateResponseMeta';
81
80
  export * from './PublicLeadBuyerDto';
82
81
  export * from './PublicLeadDto';
83
- export * from './PublicLeadDtoLastOffer';
84
82
  export * from './PutLeadOfferInput';
85
83
  export * from './RegisterAccountInput';
86
84
  export * from './RelatedSellerDomain';
@@ -89,7 +87,6 @@ export * from './SecurityUserDto';
89
87
  export * from './SellerDomainTransferAuthCodeDto';
90
88
  export * from './SellerDomainTransferDomainDto';
91
89
  export * from './SellerDomainTransferDto';
92
- export * from './SellerDomainTransferDtoAuthCode';
93
90
  export * from './SellerDomainTransferListItemDomainDto';
94
91
  export * from './SellerDomainTransferListItemDto';
95
92
  export * from './SetDomainTransferConfirmationInput';
@@ -1,37 +0,0 @@
1
- /**
2
- * Nameshift
3
- * Nameshift API
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * The domain transfer auth code
14
- * @export
15
- * @interface DomainTransferDetailsDtoAuthCode
16
- */
17
- export interface DomainTransferDetailsDtoAuthCode {
18
- /**
19
- * The domain transfer auth code value
20
- * @type {string}
21
- * @memberof DomainTransferDetailsDtoAuthCode
22
- */
23
- value: string;
24
- /**
25
- * The domain transfer auth code expiry date
26
- * @type {Date}
27
- * @memberof DomainTransferDetailsDtoAuthCode
28
- */
29
- updatedAt: Date;
30
- }
31
- /**
32
- * Check if a given object implements the DomainTransferDetailsDtoAuthCode interface.
33
- */
34
- export declare function instanceOfDomainTransferDetailsDtoAuthCode(value: object): value is DomainTransferDetailsDtoAuthCode;
35
- export declare function DomainTransferDetailsDtoAuthCodeFromJSON(json: any): DomainTransferDetailsDtoAuthCode;
36
- export declare function DomainTransferDetailsDtoAuthCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferDetailsDtoAuthCode;
37
- export declare function DomainTransferDetailsDtoAuthCodeToJSON(value?: DomainTransferDetailsDtoAuthCode | null): any;
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Nameshift
6
- * Nameshift API
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfDomainTransferDetailsDtoAuthCode = instanceOfDomainTransferDetailsDtoAuthCode;
17
- exports.DomainTransferDetailsDtoAuthCodeFromJSON = DomainTransferDetailsDtoAuthCodeFromJSON;
18
- exports.DomainTransferDetailsDtoAuthCodeFromJSONTyped = DomainTransferDetailsDtoAuthCodeFromJSONTyped;
19
- exports.DomainTransferDetailsDtoAuthCodeToJSON = DomainTransferDetailsDtoAuthCodeToJSON;
20
- /**
21
- * Check if a given object implements the DomainTransferDetailsDtoAuthCode interface.
22
- */
23
- function instanceOfDomainTransferDetailsDtoAuthCode(value) {
24
- if (!('value' in value) || value['value'] === undefined)
25
- return false;
26
- if (!('updatedAt' in value) || value['updatedAt'] === undefined)
27
- return false;
28
- return true;
29
- }
30
- function DomainTransferDetailsDtoAuthCodeFromJSON(json) {
31
- return DomainTransferDetailsDtoAuthCodeFromJSONTyped(json, false);
32
- }
33
- function DomainTransferDetailsDtoAuthCodeFromJSONTyped(json, ignoreDiscriminator) {
34
- if (json == null) {
35
- return json;
36
- }
37
- return {
38
- 'value': json['value'],
39
- 'updatedAt': (new Date(json['updatedAt'])),
40
- };
41
- }
42
- function DomainTransferDetailsDtoAuthCodeToJSON(value) {
43
- if (value == null) {
44
- return value;
45
- }
46
- return {
47
- 'value': value['value'],
48
- 'updatedAt': ((value['updatedAt']).toISOString()),
49
- };
50
- }
@@ -1,37 +0,0 @@
1
- /**
2
- * Nameshift
3
- * Nameshift API
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * The domain transfer order
14
- * @export
15
- * @interface DomainTransferDtoAgent
16
- */
17
- export interface DomainTransferDtoAgent {
18
- /**
19
- * The order domain transfer agent ID
20
- * @type {object}
21
- * @memberof DomainTransferDtoAgent
22
- */
23
- id: object;
24
- /**
25
- * The order email address
26
- * @type {string}
27
- * @memberof DomainTransferDtoAgent
28
- */
29
- name: string;
30
- }
31
- /**
32
- * Check if a given object implements the DomainTransferDtoAgent interface.
33
- */
34
- export declare function instanceOfDomainTransferDtoAgent(value: object): value is DomainTransferDtoAgent;
35
- export declare function DomainTransferDtoAgentFromJSON(json: any): DomainTransferDtoAgent;
36
- export declare function DomainTransferDtoAgentFromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainTransferDtoAgent;
37
- export declare function DomainTransferDtoAgentToJSON(value?: DomainTransferDtoAgent | null): any;
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Nameshift
6
- * Nameshift API
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfDomainTransferDtoAgent = instanceOfDomainTransferDtoAgent;
17
- exports.DomainTransferDtoAgentFromJSON = DomainTransferDtoAgentFromJSON;
18
- exports.DomainTransferDtoAgentFromJSONTyped = DomainTransferDtoAgentFromJSONTyped;
19
- exports.DomainTransferDtoAgentToJSON = DomainTransferDtoAgentToJSON;
20
- /**
21
- * Check if a given object implements the DomainTransferDtoAgent interface.
22
- */
23
- function instanceOfDomainTransferDtoAgent(value) {
24
- if (!('id' in value) || value['id'] === undefined)
25
- return false;
26
- if (!('name' in value) || value['name'] === undefined)
27
- return false;
28
- return true;
29
- }
30
- function DomainTransferDtoAgentFromJSON(json) {
31
- return DomainTransferDtoAgentFromJSONTyped(json, false);
32
- }
33
- function DomainTransferDtoAgentFromJSONTyped(json, ignoreDiscriminator) {
34
- if (json == null) {
35
- return json;
36
- }
37
- return {
38
- 'id': json['id'],
39
- 'name': json['name'],
40
- };
41
- }
42
- function DomainTransferDtoAgentToJSON(value) {
43
- if (value == null) {
44
- return value;
45
- }
46
- return {
47
- 'id': value['id'],
48
- 'name': value['name'],
49
- };
50
- }
@@ -1,37 +0,0 @@
1
- /**
2
- * Nameshift
3
- * Nameshift API
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * Buy now price or null if buy now is not enabled
14
- * @export
15
- * @interface IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice
16
- */
17
- export interface IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice {
18
- /**
19
- * Monetary amount, represented as an integer without scale/decimals.
20
- * @type {number}
21
- * @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice
22
- */
23
- amount: number;
24
- /**
25
- * Three letter ISO currency code
26
- * @type {string}
27
- * @memberof IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice
28
- */
29
- currencyCode: string;
30
- }
31
- /**
32
- * Check if a given object implements the IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice interface.
33
- */
34
- export declare function instanceOfIntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice(value: object): value is IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
35
- export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSON(json: any): IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
36
- export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice;
37
- export declare function IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPriceToJSON(value?: IntersectionDomainSalesInformationDtoWithDomainStatsDtoBuyNowPrice | null): any;