@hectare/platform.clients.trading 1.1.197 → 1.1.198

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.
@@ -26,7 +26,7 @@ export type CreateMarketingPlanSchema = {
26
26
  canListLowerWeight: boolean;
27
27
  }>;
28
28
  priceOfferReview: {
29
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every';
29
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
30
30
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
31
31
  hourOfDay: number;
32
32
  };
@@ -105,7 +105,7 @@ export type MarketingPlanDetailSchema = {
105
105
  canListLowerWeight: boolean;
106
106
  }>;
107
107
  priceOfferReview: {
108
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every';
108
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
109
109
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
110
110
  hourOfDay: number;
111
111
  };
@@ -106,7 +106,7 @@ export type MarketingPlanSearchResultsSchema = {
106
106
  canListLowerWeight: boolean;
107
107
  }>;
108
108
  priceOfferReview: {
109
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every';
109
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
110
110
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
111
111
  hourOfDay: number;
112
112
  };
@@ -105,7 +105,7 @@ export type MarketingPlanSummarySchema = {
105
105
  canListLowerWeight: boolean;
106
106
  }>;
107
107
  priceOfferReview: {
108
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every';
108
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
109
109
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
110
110
  hourOfDay: number;
111
111
  };
@@ -26,7 +26,7 @@ export type PatchMarketingPlanSchema = {
26
26
  canListLowerWeight: boolean;
27
27
  }>;
28
28
  priceOfferReview: {
29
- type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every';
29
+ type: 'first' | 'second' | 'third' | 'fourth' | 'last' | 'every' | 'every-other';
30
30
  dayOfWeek: 1 | 2 | 3 | 4 | 5 | 6 | 7;
31
31
  hourOfDay: number;
32
32
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.197",
3
+ "version": "1.1.198",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",