@hectare/platform.clients.trading 1.1.103 → 1.1.104

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.
@@ -108,6 +108,7 @@ export type MarketingPlanDetailSchema = {
108
108
  } | null;
109
109
  };
110
110
  schedule?: Array<{
111
+ id?: number;
111
112
  reviewDateUTC?: string;
112
113
  weight?: {
113
114
  name: string;
@@ -109,6 +109,7 @@ export type MarketingPlanSearchResultsSchema = {
109
109
  } | null;
110
110
  };
111
111
  schedule?: Array<{
112
+ id?: number;
112
113
  reviewDateUTC?: string;
113
114
  weight?: {
114
115
  name: string;
@@ -108,6 +108,7 @@ export type MarketingPlanSummarySchema = {
108
108
  } | null;
109
109
  };
110
110
  schedule?: Array<{
111
+ id?: number;
111
112
  reviewDateUTC?: string;
112
113
  weight?: {
113
114
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",