@hectare/platform.clients.trading 1.1.116 → 1.1.117

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.
@@ -128,6 +128,8 @@ export type MarketingPlanDetailSchema = {
128
128
  schedule?: Array<{
129
129
  id?: number;
130
130
  deadlineId?: number;
131
+ minTonnes?: number;
132
+ maxTonnes?: number;
131
133
  reviewDateUTC?: string;
132
134
  listingId?: string;
133
135
  weight?: {
@@ -129,6 +129,8 @@ export type MarketingPlanSearchResultsSchema = {
129
129
  schedule?: Array<{
130
130
  id?: number;
131
131
  deadlineId?: number;
132
+ minTonnes?: number;
133
+ maxTonnes?: number;
132
134
  reviewDateUTC?: string;
133
135
  listingId?: string;
134
136
  weight?: {
@@ -128,6 +128,8 @@ export type MarketingPlanSummarySchema = {
128
128
  schedule?: Array<{
129
129
  id?: number;
130
130
  deadlineId?: number;
131
+ minTonnes?: number;
132
+ maxTonnes?: number;
131
133
  reviewDateUTC?: string;
132
134
  listingId?: string;
133
135
  weight?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.116",
3
+ "version": "1.1.117",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",