shared-ritm 1.3.77 → 1.3.78

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.
@@ -37,5 +37,8 @@ export type Api_Metrics_Instruments_Plan = {
37
37
  ready: Api_Metrics_Instruments_Plan_Item[];
38
38
  fixed_repair: Api_Metrics_Instruments_Plan_Item[];
39
39
  used: Api_Metrics_Instruments_Plan_Item[];
40
- preparation_instrument_project: string[];
40
+ preparation_instrument_project: {
41
+ id: string;
42
+ name: string;
43
+ };
41
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.3.77",
3
+ "version": "1.3.78",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -44,5 +44,8 @@ export type Api_Metrics_Instruments_Plan = {
44
44
  ready: Api_Metrics_Instruments_Plan_Item[]
45
45
  fixed_repair: Api_Metrics_Instruments_Plan_Item[]
46
46
  used: Api_Metrics_Instruments_Plan_Item[]
47
- preparation_instrument_project: string[]
47
+ preparation_instrument_project: {
48
+ id: string
49
+ name: string
50
+ }
48
51
  }