@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.
@@ -43,6 +43,7 @@ export type BidDetail = {
43
43
  callingCode: string;
44
44
  number: string;
45
45
  };
46
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
46
47
  } | null;
47
48
  id?: string;
48
49
  name: string;
@@ -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;
@@ -40,6 +40,7 @@ export type ListingSummary = {
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;
@@ -44,6 +44,7 @@ export type SearchResultsBidSchema = {
44
44
  callingCode: string;
45
45
  number: string;
46
46
  };
47
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
47
48
  } | null;
48
49
  id?: string;
49
50
  name: string;
@@ -41,6 +41,7 @@ export type SearchResultsListingSchema = {
41
41
  callingCode: string;
42
42
  number: string;
43
43
  };
44
+ type: 'collection' | 'business' | 'delivery' | 'business-collection';
44
45
  } | null;
45
46
  id?: string;
46
47
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.180",
3
+ "version": "1.1.181",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",