@randock/nameshift-api-client 0.0.281 → 0.0.283

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @randock/nameshift-api-client@0.0.281
1
+ ## @randock/nameshift-api-client@0.0.283
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.281 --save
39
+ npm install @randock/nameshift-api-client@0.0.283 --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
- cfd2ce5aa7910076c2a05751cc24b218409036647f2a970b86392f2c813d97cab71159ca649b4640fd5d5c334e9d1e77
47
+ 99e76706369df2e061a8b52ada47185ffc23a3781b53d2d118e9a8117117dc6f15c6b71aae5e37876bba93c0fdb2d3c7
@@ -48,6 +48,12 @@ export interface IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto {
48
48
  * @memberof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto
49
49
  */
50
50
  domain: IntersectionDomainDtoWithAccountDto;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto
55
+ */
56
+ manualType: IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum | null;
51
57
  /**
52
58
  *
53
59
  * @type {BuyerDto}
@@ -118,6 +124,16 @@ export declare const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLas
118
124
  readonly ADMIN: "admin";
119
125
  };
120
126
  export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum];
127
+ /**
128
+ * @export
129
+ */
130
+ export declare const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum: {
131
+ readonly BUY_NOW: "buy_now";
132
+ readonly OFFER: "offer";
133
+ readonly LEASE_TO_OWN: "lease_to_own";
134
+ readonly RENT: "rent";
135
+ };
136
+ export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum];
121
137
  /**
122
138
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto interface.
123
139
  */
@@ -13,7 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = void 0;
16
+ exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum = exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = void 0;
17
17
  exports.instanceOfIntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto = instanceOfIntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto;
18
18
  exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoFromJSON = IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoFromJSON;
19
19
  exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoFromJSONTyped = IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoFromJSONTyped;
@@ -41,6 +41,15 @@ exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum
41
41
  AI: 'ai',
42
42
  ADMIN: 'admin'
43
43
  };
44
+ /**
45
+ * @export
46
+ */
47
+ exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum = {
48
+ BUY_NOW: 'buy_now',
49
+ OFFER: 'offer',
50
+ LEASE_TO_OWN: 'lease_to_own',
51
+ RENT: 'rent'
52
+ };
44
53
  /**
45
54
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto interface.
46
55
  */
@@ -55,6 +64,8 @@ function instanceOfIntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto(valu
55
64
  return false;
56
65
  if (!('domain' in value) || value['domain'] === undefined)
57
66
  return false;
67
+ if (!('manualType' in value) || value['manualType'] === undefined)
68
+ return false;
58
69
  if (!('buyer' in value) || value['buyer'] === undefined)
59
70
  return false;
60
71
  if (!('archived' in value) || value['archived'] === undefined)
@@ -86,6 +97,7 @@ function IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoFromJSONTyped(j
86
97
  'lastOffer': (0, MoneyDto_1.MoneyDtoFromJSON)(json['lastOffer']),
87
98
  'lastOfferBy': json['lastOfferBy'],
88
99
  'domain': (0, IntersectionDomainDtoWithAccountDto_1.IntersectionDomainDtoWithAccountDtoFromJSON)(json['domain']),
100
+ 'manualType': json['manualType'],
89
101
  'buyer': (0, BuyerDto_1.BuyerDtoFromJSON)(json['buyer']),
90
102
  'archived': json['archived'],
91
103
  'createdAt': (new Date(json['createdAt'])),
@@ -110,6 +122,7 @@ function IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoToJSONTyped(val
110
122
  'lastOffer': (0, MoneyDto_1.MoneyDtoToJSON)(value['lastOffer']),
111
123
  'lastOfferBy': value['lastOfferBy'],
112
124
  'domain': (0, IntersectionDomainDtoWithAccountDto_1.IntersectionDomainDtoWithAccountDtoToJSON)(value['domain']),
125
+ 'manualType': value['manualType'],
113
126
  'buyer': (0, BuyerDto_1.BuyerDtoToJSON)(value['buyer']),
114
127
  'archived': value['archived'],
115
128
  'createdAt': ((value['createdAt']).toISOString()),
@@ -120,6 +120,12 @@ export interface IntersectionLeadDtoWithListFieldsDto {
120
120
  * @memberof IntersectionLeadDtoWithListFieldsDto
121
121
  */
122
122
  isPriceNegotiatorAgentPaused: boolean;
123
+ /**
124
+ *
125
+ * @type {string}
126
+ * @memberof IntersectionLeadDtoWithListFieldsDto
127
+ */
128
+ manualType: IntersectionLeadDtoWithListFieldsDtoManualTypeEnum | null;
123
129
  /**
124
130
  * The message in case lastMessageType === LeadMessageTypeEnum.MESSAGE
125
131
  * @type {string}
@@ -175,6 +181,16 @@ export declare const IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum: {
175
181
  readonly MESSAGE: "message";
176
182
  };
177
183
  export type IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum];
184
+ /**
185
+ * @export
186
+ */
187
+ export declare const IntersectionLeadDtoWithListFieldsDtoManualTypeEnum: {
188
+ readonly BUY_NOW: "buy_now";
189
+ readonly OFFER: "offer";
190
+ readonly LEASE_TO_OWN: "lease_to_own";
191
+ readonly RENT: "rent";
192
+ };
193
+ export type IntersectionLeadDtoWithListFieldsDtoManualTypeEnum = typeof IntersectionLeadDtoWithListFieldsDtoManualTypeEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoManualTypeEnum];
178
194
  /**
179
195
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
180
196
  */
@@ -13,7 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = exports.IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = exports.IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = exports.IntersectionLeadDtoWithListFieldsDtoStatusEnum = void 0;
16
+ exports.IntersectionLeadDtoWithListFieldsDtoManualTypeEnum = exports.IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = exports.IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = exports.IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = exports.IntersectionLeadDtoWithListFieldsDtoStatusEnum = void 0;
17
17
  exports.instanceOfIntersectionLeadDtoWithListFieldsDto = instanceOfIntersectionLeadDtoWithListFieldsDto;
18
18
  exports.IntersectionLeadDtoWithListFieldsDtoFromJSON = IntersectionLeadDtoWithListFieldsDtoFromJSON;
19
19
  exports.IntersectionLeadDtoWithListFieldsDtoFromJSONTyped = IntersectionLeadDtoWithListFieldsDtoFromJSONTyped;
@@ -60,6 +60,15 @@ exports.IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = {
60
60
  OFFER_REJECTED: 'offer_rejected',
61
61
  MESSAGE: 'message'
62
62
  };
63
+ /**
64
+ * @export
65
+ */
66
+ exports.IntersectionLeadDtoWithListFieldsDtoManualTypeEnum = {
67
+ BUY_NOW: 'buy_now',
68
+ OFFER: 'offer',
69
+ LEASE_TO_OWN: 'lease_to_own',
70
+ RENT: 'rent'
71
+ };
63
72
  /**
64
73
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
65
74
  */
@@ -98,6 +107,8 @@ function instanceOfIntersectionLeadDtoWithListFieldsDto(value) {
98
107
  return false;
99
108
  if (!('isPriceNegotiatorAgentPaused' in value) || value['isPriceNegotiatorAgentPaused'] === undefined)
100
109
  return false;
110
+ if (!('manualType' in value) || value['manualType'] === undefined)
111
+ return false;
101
112
  if (!('lastMessageMessage' in value) || value['lastMessageMessage'] === undefined)
102
113
  return false;
103
114
  if (!('lastMessageDate' in value) || value['lastMessageDate'] === undefined)
@@ -129,6 +140,7 @@ function IntersectionLeadDtoWithListFieldsDtoFromJSONTyped(json, ignoreDiscrimin
129
140
  'unreadSellerMessagesNumber': json['unreadSellerMessagesNumber'],
130
141
  'orderPaymentUrl': json['orderPaymentUrl'],
131
142
  'isPriceNegotiatorAgentPaused': json['isPriceNegotiatorAgentPaused'],
143
+ 'manualType': json['manualType'],
132
144
  'lastMessageMessage': json['lastMessageMessage'],
133
145
  'lastMessageDate': (new Date(json['lastMessageDate'])),
134
146
  };
@@ -159,6 +171,7 @@ function IntersectionLeadDtoWithListFieldsDtoToJSONTyped(value, ignoreDiscrimina
159
171
  'unreadSellerMessagesNumber': value['unreadSellerMessagesNumber'],
160
172
  'orderPaymentUrl': value['orderPaymentUrl'],
161
173
  'isPriceNegotiatorAgentPaused': value['isPriceNegotiatorAgentPaused'],
174
+ 'manualType': value['manualType'],
162
175
  'lastMessageMessage': value['lastMessageMessage'],
163
176
  'lastMessageDate': ((value['lastMessageDate']).toISOString()),
164
177
  };
@@ -89,6 +89,12 @@ export interface LeadDto {
89
89
  * @memberof LeadDto
90
90
  */
91
91
  isPriceNegotiatorAgentPaused: boolean;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof LeadDto
96
+ */
97
+ manualType: LeadDtoManualTypeEnum | null;
92
98
  }
93
99
  /**
94
100
  * @export
@@ -111,6 +117,16 @@ export declare const LeadDtoLastOfferByEnum: {
111
117
  readonly ADMIN: "admin";
112
118
  };
113
119
  export type LeadDtoLastOfferByEnum = typeof LeadDtoLastOfferByEnum[keyof typeof LeadDtoLastOfferByEnum];
120
+ /**
121
+ * @export
122
+ */
123
+ export declare const LeadDtoManualTypeEnum: {
124
+ readonly BUY_NOW: "buy_now";
125
+ readonly OFFER: "offer";
126
+ readonly LEASE_TO_OWN: "lease_to_own";
127
+ readonly RENT: "rent";
128
+ };
129
+ export type LeadDtoManualTypeEnum = typeof LeadDtoManualTypeEnum[keyof typeof LeadDtoManualTypeEnum];
114
130
  /**
115
131
  * Check if a given object implements the LeadDto interface.
116
132
  */
@@ -13,7 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.LeadDtoLastOfferByEnum = exports.LeadDtoStatusEnum = void 0;
16
+ exports.LeadDtoManualTypeEnum = exports.LeadDtoLastOfferByEnum = exports.LeadDtoStatusEnum = void 0;
17
17
  exports.instanceOfLeadDto = instanceOfLeadDto;
18
18
  exports.LeadDtoFromJSON = LeadDtoFromJSON;
19
19
  exports.LeadDtoFromJSONTyped = LeadDtoFromJSONTyped;
@@ -40,6 +40,15 @@ exports.LeadDtoLastOfferByEnum = {
40
40
  AI: 'ai',
41
41
  ADMIN: 'admin'
42
42
  };
43
+ /**
44
+ * @export
45
+ */
46
+ exports.LeadDtoManualTypeEnum = {
47
+ BUY_NOW: 'buy_now',
48
+ OFFER: 'offer',
49
+ LEASE_TO_OWN: 'lease_to_own',
50
+ RENT: 'rent'
51
+ };
43
52
  /**
44
53
  * Check if a given object implements the LeadDto interface.
45
54
  */
@@ -68,6 +77,8 @@ function instanceOfLeadDto(value) {
68
77
  return false;
69
78
  if (!('isPriceNegotiatorAgentPaused' in value) || value['isPriceNegotiatorAgentPaused'] === undefined)
70
79
  return false;
80
+ if (!('manualType' in value) || value['manualType'] === undefined)
81
+ return false;
71
82
  return true;
72
83
  }
73
84
  function LeadDtoFromJSON(json) {
@@ -90,6 +101,7 @@ function LeadDtoFromJSONTyped(json, ignoreDiscriminator) {
90
101
  'unreadSellerMessagesNumber': json['unreadSellerMessagesNumber'],
91
102
  'orderPaymentUrl': json['orderPaymentUrl'],
92
103
  'isPriceNegotiatorAgentPaused': json['isPriceNegotiatorAgentPaused'],
104
+ 'manualType': json['manualType'],
93
105
  };
94
106
  }
95
107
  function LeadDtoToJSON(json) {
@@ -113,5 +125,6 @@ function LeadDtoToJSONTyped(value, ignoreDiscriminator) {
113
125
  'unreadSellerMessagesNumber': value['unreadSellerMessagesNumber'],
114
126
  'orderPaymentUrl': value['orderPaymentUrl'],
115
127
  'isPriceNegotiatorAgentPaused': value['isPriceNegotiatorAgentPaused'],
128
+ 'manualType': value['manualType'],
116
129
  };
117
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.281",
3
+ "version": "0.0.283",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -71,6 +71,12 @@ export interface IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto {
71
71
  * @memberof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto
72
72
  */
73
73
  domain: IntersectionDomainDtoWithAccountDto;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto
78
+ */
79
+ manualType: IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum | null;
74
80
  /**
75
81
  *
76
82
  * @type {BuyerDto}
@@ -145,6 +151,17 @@ export const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferBy
145
151
  } as const;
146
152
  export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum];
147
153
 
154
+ /**
155
+ * @export
156
+ */
157
+ export const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum = {
158
+ BUY_NOW: 'buy_now',
159
+ OFFER: 'offer',
160
+ LEASE_TO_OWN: 'lease_to_own',
161
+ RENT: 'rent'
162
+ } as const;
163
+ export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoManualTypeEnum];
164
+
148
165
 
149
166
  /**
150
167
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto interface.
@@ -155,6 +172,7 @@ export function instanceOfIntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsD
155
172
  if (!('lastOffer' in value) || value['lastOffer'] === undefined) return false;
156
173
  if (!('lastOfferBy' in value) || value['lastOfferBy'] === undefined) return false;
157
174
  if (!('domain' in value) || value['domain'] === undefined) return false;
175
+ if (!('manualType' in value) || value['manualType'] === undefined) return false;
158
176
  if (!('buyer' in value) || value['buyer'] === undefined) return false;
159
177
  if (!('archived' in value) || value['archived'] === undefined) return false;
160
178
  if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
@@ -181,6 +199,7 @@ export function IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoFromJSON
181
199
  'lastOffer': MoneyDtoFromJSON(json['lastOffer']),
182
200
  'lastOfferBy': json['lastOfferBy'],
183
201
  'domain': IntersectionDomainDtoWithAccountDtoFromJSON(json['domain']),
202
+ 'manualType': json['manualType'],
184
203
  'buyer': BuyerDtoFromJSON(json['buyer']),
185
204
  'archived': json['archived'],
186
205
  'createdAt': (new Date(json['createdAt'])),
@@ -208,6 +227,7 @@ export function IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoToJSONTy
208
227
  'lastOffer': MoneyDtoToJSON(value['lastOffer']),
209
228
  'lastOfferBy': value['lastOfferBy'],
210
229
  'domain': IntersectionDomainDtoWithAccountDtoToJSON(value['domain']),
230
+ 'manualType': value['manualType'],
211
231
  'buyer': BuyerDtoToJSON(value['buyer']),
212
232
  'archived': value['archived'],
213
233
  'createdAt': ((value['createdAt']).toISOString()),
@@ -143,6 +143,12 @@ export interface IntersectionLeadDtoWithListFieldsDto {
143
143
  * @memberof IntersectionLeadDtoWithListFieldsDto
144
144
  */
145
145
  isPriceNegotiatorAgentPaused: boolean;
146
+ /**
147
+ *
148
+ * @type {string}
149
+ * @memberof IntersectionLeadDtoWithListFieldsDto
150
+ */
151
+ manualType: IntersectionLeadDtoWithListFieldsDtoManualTypeEnum | null;
146
152
  /**
147
153
  * The message in case lastMessageType === LeadMessageTypeEnum.MESSAGE
148
154
  * @type {string}
@@ -204,6 +210,17 @@ export const IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = {
204
210
  } as const;
205
211
  export type IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum];
206
212
 
213
+ /**
214
+ * @export
215
+ */
216
+ export const IntersectionLeadDtoWithListFieldsDtoManualTypeEnum = {
217
+ BUY_NOW: 'buy_now',
218
+ OFFER: 'offer',
219
+ LEASE_TO_OWN: 'lease_to_own',
220
+ RENT: 'rent'
221
+ } as const;
222
+ export type IntersectionLeadDtoWithListFieldsDtoManualTypeEnum = typeof IntersectionLeadDtoWithListFieldsDtoManualTypeEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoManualTypeEnum];
223
+
207
224
 
208
225
  /**
209
226
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
@@ -226,6 +243,7 @@ export function instanceOfIntersectionLeadDtoWithListFieldsDto(value: object): v
226
243
  if (!('unreadSellerMessagesNumber' in value) || value['unreadSellerMessagesNumber'] === undefined) return false;
227
244
  if (!('orderPaymentUrl' in value) || value['orderPaymentUrl'] === undefined) return false;
228
245
  if (!('isPriceNegotiatorAgentPaused' in value) || value['isPriceNegotiatorAgentPaused'] === undefined) return false;
246
+ if (!('manualType' in value) || value['manualType'] === undefined) return false;
229
247
  if (!('lastMessageMessage' in value) || value['lastMessageMessage'] === undefined) return false;
230
248
  if (!('lastMessageDate' in value) || value['lastMessageDate'] === undefined) return false;
231
249
  return true;
@@ -258,6 +276,7 @@ export function IntersectionLeadDtoWithListFieldsDtoFromJSONTyped(json: any, ign
258
276
  'unreadSellerMessagesNumber': json['unreadSellerMessagesNumber'],
259
277
  'orderPaymentUrl': json['orderPaymentUrl'],
260
278
  'isPriceNegotiatorAgentPaused': json['isPriceNegotiatorAgentPaused'],
279
+ 'manualType': json['manualType'],
261
280
  'lastMessageMessage': json['lastMessageMessage'],
262
281
  'lastMessageDate': (new Date(json['lastMessageDate'])),
263
282
  };
@@ -291,6 +310,7 @@ export function IntersectionLeadDtoWithListFieldsDtoToJSONTyped(value?: Intersec
291
310
  'unreadSellerMessagesNumber': value['unreadSellerMessagesNumber'],
292
311
  'orderPaymentUrl': value['orderPaymentUrl'],
293
312
  'isPriceNegotiatorAgentPaused': value['isPriceNegotiatorAgentPaused'],
313
+ 'manualType': value['manualType'],
294
314
  'lastMessageMessage': value['lastMessageMessage'],
295
315
  'lastMessageDate': ((value['lastMessageDate']).toISOString()),
296
316
  };
@@ -106,6 +106,12 @@ export interface LeadDto {
106
106
  * @memberof LeadDto
107
107
  */
108
108
  isPriceNegotiatorAgentPaused: boolean;
109
+ /**
110
+ *
111
+ * @type {string}
112
+ * @memberof LeadDto
113
+ */
114
+ manualType: LeadDtoManualTypeEnum | null;
109
115
  }
110
116
 
111
117
 
@@ -132,6 +138,17 @@ export const LeadDtoLastOfferByEnum = {
132
138
  } as const;
133
139
  export type LeadDtoLastOfferByEnum = typeof LeadDtoLastOfferByEnum[keyof typeof LeadDtoLastOfferByEnum];
134
140
 
141
+ /**
142
+ * @export
143
+ */
144
+ export const LeadDtoManualTypeEnum = {
145
+ BUY_NOW: 'buy_now',
146
+ OFFER: 'offer',
147
+ LEASE_TO_OWN: 'lease_to_own',
148
+ RENT: 'rent'
149
+ } as const;
150
+ export type LeadDtoManualTypeEnum = typeof LeadDtoManualTypeEnum[keyof typeof LeadDtoManualTypeEnum];
151
+
135
152
 
136
153
  /**
137
154
  * Check if a given object implements the LeadDto interface.
@@ -149,6 +166,7 @@ export function instanceOfLeadDto(value: object): value is LeadDto {
149
166
  if (!('unreadSellerMessagesNumber' in value) || value['unreadSellerMessagesNumber'] === undefined) return false;
150
167
  if (!('orderPaymentUrl' in value) || value['orderPaymentUrl'] === undefined) return false;
151
168
  if (!('isPriceNegotiatorAgentPaused' in value) || value['isPriceNegotiatorAgentPaused'] === undefined) return false;
169
+ if (!('manualType' in value) || value['manualType'] === undefined) return false;
152
170
  return true;
153
171
  }
154
172
 
@@ -174,6 +192,7 @@ export function LeadDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): L
174
192
  'unreadSellerMessagesNumber': json['unreadSellerMessagesNumber'],
175
193
  'orderPaymentUrl': json['orderPaymentUrl'],
176
194
  'isPriceNegotiatorAgentPaused': json['isPriceNegotiatorAgentPaused'],
195
+ 'manualType': json['manualType'],
177
196
  };
178
197
  }
179
198
 
@@ -200,6 +219,7 @@ export function LeadDtoToJSONTyped(value?: LeadDto | null, ignoreDiscriminator:
200
219
  'unreadSellerMessagesNumber': value['unreadSellerMessagesNumber'],
201
220
  'orderPaymentUrl': value['orderPaymentUrl'],
202
221
  'isPriceNegotiatorAgentPaused': value['isPriceNegotiatorAgentPaused'],
222
+ 'manualType': value['manualType'],
203
223
  };
204
224
  }
205
225