@hectare/platform.clients.trading 1.1.180 → 1.1.181
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/models/BidDetail.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export type ListingDetail = {
|
|
|
40
40
|
callingCode: string;
|
|
41
41
|
number: string;
|
|
42
42
|
};
|
|
43
|
+
type: 'collection' | 'business' | 'delivery' | 'business-collection';
|
|
43
44
|
} | null;
|
|
44
45
|
id?: string;
|
|
45
46
|
name: string;
|
|
@@ -335,6 +336,7 @@ export type ListingDetail = {
|
|
|
335
336
|
callingCode: string;
|
|
336
337
|
number: string;
|
|
337
338
|
};
|
|
339
|
+
type: 'collection' | 'business' | 'delivery' | 'business-collection';
|
|
338
340
|
} | null;
|
|
339
341
|
id?: string;
|
|
340
342
|
name: string;
|