@hectare/platform.clients.trading 1.1.152 → 1.1.153

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.
@@ -114,6 +114,7 @@ export type InventorySearchResultsSchema = {
114
114
  clearUrl: string;
115
115
  activeFilters: Array<{
116
116
  name: string;
117
+ displayName: string;
117
118
  clearUrl: string;
118
119
  terms: Array<{
119
120
  name: string;
@@ -155,6 +155,7 @@ export type MarketingPlanSearchResultsSchema = {
155
155
  clearUrl: string;
156
156
  activeFilters: Array<{
157
157
  name: string;
158
+ displayName: string;
158
159
  clearUrl: string;
159
160
  terms: Array<{
160
161
  name: string;
@@ -466,6 +466,7 @@ export type SearchResultsBidSchema = {
466
466
  clearUrl: string;
467
467
  activeFilters: Array<{
468
468
  name: string;
469
+ displayName: string;
469
470
  clearUrl: string;
470
471
  terms: Array<{
471
472
  name: string;
@@ -237,6 +237,7 @@ export type SearchResultsListingSchema = {
237
237
  clearUrl: string;
238
238
  activeFilters: Array<{
239
239
  name: string;
240
+ displayName: string;
240
241
  clearUrl: string;
241
242
  terms: Array<{
242
243
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.152",
3
+ "version": "1.1.153",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",