shared-ritm 1.3.75 → 1.3.76

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.
@@ -120,6 +120,7 @@ export type Api_Repair_Dto = {
120
120
  power_output_MWh: number | null;
121
121
  has_instruments_plan: boolean;
122
122
  has_positions_plan: boolean;
123
+ is_fixed_plan: boolean;
123
124
  plan_start_date: string | null;
124
125
  status: Api_Status_DTO;
125
126
  teams: Api_Team[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -147,6 +147,7 @@ export type Api_Repair_Dto = {
147
147
  power_output_MWh: number | null
148
148
  has_instruments_plan: boolean
149
149
  has_positions_plan: boolean
150
+ is_fixed_plan: boolean
150
151
  plan_start_date: string | null
151
152
  status: Api_Status_DTO
152
153
  teams: Api_Team[]