@hectare/platform.clients.trading 1.1.224 → 1.1.225

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.
@@ -122,6 +122,8 @@ export type InventorySearchResultsSchema = {
122
122
  clearUrl: string;
123
123
  terms: Array<{
124
124
  name: string;
125
+ id: string;
126
+ hits: string;
125
127
  clearUrl: string;
126
128
  }>;
127
129
  }>;
@@ -173,6 +173,8 @@ export type MarketingPlanSearchResultsSchema = {
173
173
  clearUrl: string;
174
174
  terms: Array<{
175
175
  name: string;
176
+ id: string;
177
+ hits: string;
176
178
  clearUrl: string;
177
179
  }>;
178
180
  }>;
@@ -395,6 +395,8 @@ export type SearchResultsBidSchema = {
395
395
  clearUrl: string;
396
396
  terms: Array<{
397
397
  name: string;
398
+ id: string;
399
+ hits: string;
398
400
  clearUrl: string;
399
401
  }>;
400
402
  }>;
@@ -279,6 +279,8 @@ export type SearchResultsListingSchema = {
279
279
  clearUrl: string;
280
280
  terms: Array<{
281
281
  name: string;
282
+ id: string;
283
+ hits: string;
282
284
  clearUrl: string;
283
285
  }>;
284
286
  }>;
@@ -94,6 +94,8 @@ export type TradeRequestSearchResultsSchema = {
94
94
  clearUrl: string;
95
95
  terms: Array<{
96
96
  name: string;
97
+ id: string;
98
+ hits: string;
97
99
  clearUrl: string;
98
100
  }>;
99
101
  }>;
@@ -68,6 +68,8 @@ export type WantedAdSearchResultsSchema = {
68
68
  clearUrl: string;
69
69
  terms: Array<{
70
70
  name: string;
71
+ id: string;
72
+ hits: string;
71
73
  clearUrl: string;
72
74
  }>;
73
75
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.224",
3
+ "version": "1.1.225",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",