shared-ritm 1.2.132 → 1.2.133

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.
@@ -81,10 +81,10 @@ export type Api_Instrument_Type_Search = {
81
81
  id: string;
82
82
  icon: string;
83
83
  name: string;
84
- storage: {
84
+ storages: {
85
85
  id: string;
86
86
  title: string;
87
- };
87
+ }[];
88
88
  warehouse_statuses: boolean;
89
89
  };
90
90
  export type Api_Instrument_Category = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.2.132",
3
+ "version": "1.2.133",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -85,10 +85,10 @@ export type Api_Instrument_Type_Search = {
85
85
  id: string
86
86
  icon: string
87
87
  name: string
88
- storage: {
88
+ storages: {
89
89
  id: string
90
90
  title: string
91
- }
91
+ }[]
92
92
  warehouse_statuses: boolean
93
93
  }
94
94