@hectare/platform.clients.trading 1.1.203 → 1.1.204

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.
@@ -32,7 +32,7 @@ export type CreateMarketingPlanSchema = {
32
32
  targetPriceAutoOpen?: boolean;
33
33
  }>;
34
34
  priceOfferReview: {
35
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
35
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other' | 'monthly';
36
36
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
37
37
  hourOfDay: number;
38
38
  };
@@ -110,7 +110,7 @@ export type MarketingPlanDetailSchema = {
110
110
  targetPriceAutoOpen: boolean;
111
111
  }>;
112
112
  priceOfferReview: {
113
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
113
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other' | 'monthly';
114
114
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
115
115
  hourOfDay: number;
116
116
  };
@@ -111,7 +111,7 @@ export type MarketingPlanSearchResultsSchema = {
111
111
  targetPriceAutoOpen: boolean;
112
112
  }>;
113
113
  priceOfferReview: {
114
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
114
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other' | 'monthly';
115
115
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
116
116
  hourOfDay: number;
117
117
  };
@@ -110,7 +110,7 @@ export type MarketingPlanSummarySchema = {
110
110
  targetPriceAutoOpen: boolean;
111
111
  }>;
112
112
  priceOfferReview: {
113
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
113
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other' | 'monthly';
114
114
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
115
115
  hourOfDay: number;
116
116
  };
@@ -32,7 +32,7 @@ export type PatchMarketingPlanSchema = {
32
32
  targetPriceAutoOpen?: boolean;
33
33
  }>;
34
34
  priceOfferReview: {
35
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
35
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other' | 'monthly';
36
36
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
37
37
  hourOfDay: number;
38
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.203",
3
+ "version": "1.1.204",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",