@hectare/platform.clients.trading 1.1.215 → 1.1.216

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.
@@ -155,6 +155,8 @@ export type MarketingPlanDetailSchema = {
155
155
  asAvailable: boolean | null;
156
156
  };
157
157
  skipped?: boolean;
158
+ listingStatus?: 'active' | 'closed' | 'traded';
159
+ listingSubstatus?: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
158
160
  }>;
159
161
  emailDistributionList: Array<string>;
160
162
  tags?: Array<string>;
@@ -156,6 +156,8 @@ export type MarketingPlanSearchResultsSchema = {
156
156
  asAvailable: boolean | null;
157
157
  };
158
158
  skipped?: boolean;
159
+ listingStatus?: 'active' | 'closed' | 'traded';
160
+ listingSubstatus?: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
159
161
  }>;
160
162
  emailDistributionList: Array<string>;
161
163
  tags?: Array<string>;
@@ -155,6 +155,8 @@ export type MarketingPlanSummarySchema = {
155
155
  asAvailable: boolean | null;
156
156
  };
157
157
  skipped?: boolean;
158
+ listingStatus?: 'active' | 'closed' | 'traded';
159
+ listingSubstatus?: 'unsold' | 'archived' | 'scheduled' | 'open' | 'in-review' | 'post-review' | null;
158
160
  }>;
159
161
  emailDistributionList: Array<string>;
160
162
  tags?: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.215",
3
+ "version": "1.1.216",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",