@hectare/platform.clients.trading 1.1.120 → 1.1.121
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.
|
@@ -129,8 +129,8 @@ export type InventorySearchResultsSchema = {
|
|
|
129
129
|
schedule?: Array<{
|
|
130
130
|
id?: number;
|
|
131
131
|
deadlineId?: number;
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
minWeight?: number;
|
|
133
|
+
maxWeight?: number;
|
|
134
134
|
reviewDateUTC?: string;
|
|
135
135
|
listingId?: string;
|
|
136
136
|
weight?: {
|
|
@@ -128,8 +128,8 @@ export type MarketingPlanDetailSchema = {
|
|
|
128
128
|
schedule?: Array<{
|
|
129
129
|
id?: number;
|
|
130
130
|
deadlineId?: number;
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
minWeight?: number;
|
|
132
|
+
maxWeight?: number;
|
|
133
133
|
reviewDateUTC?: string;
|
|
134
134
|
listingId?: string;
|
|
135
135
|
weight?: {
|
|
@@ -129,8 +129,8 @@ export type MarketingPlanSearchResultsSchema = {
|
|
|
129
129
|
schedule?: Array<{
|
|
130
130
|
id?: number;
|
|
131
131
|
deadlineId?: number;
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
minWeight?: number;
|
|
133
|
+
maxWeight?: number;
|
|
134
134
|
reviewDateUTC?: string;
|
|
135
135
|
listingId?: string;
|
|
136
136
|
weight?: {
|
|
@@ -128,8 +128,8 @@ export type MarketingPlanSummarySchema = {
|
|
|
128
128
|
schedule?: Array<{
|
|
129
129
|
id?: number;
|
|
130
130
|
deadlineId?: number;
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
minWeight?: number;
|
|
132
|
+
maxWeight?: number;
|
|
133
133
|
reviewDateUTC?: string;
|
|
134
134
|
listingId?: string;
|
|
135
135
|
weight?: {
|