ire-preview 2.4.10 → 2.4.12

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.
@@ -7,7 +7,7 @@ declare const _default: import('vue').DefineComponent<{
7
7
  actions: ActionItem[] | undefined;
8
8
  projectMeta: ProjectMeta[] | undefined;
9
9
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
- changeComponent: (flowComponent: "" | "tooltip" | "flat" | "floor" | "block", hoveredData: any) => any;
10
+ changeComponent: (flowComponent: "" | "flat" | "floor" | "block" | "tooltip", hoveredData: any) => any;
11
11
  }, string, import('vue').PublicProps, Readonly<{
12
12
  project: ProjectInterface | undefined;
13
13
  floors: FloorItem[] | undefined;
@@ -16,6 +16,6 @@ declare const _default: import('vue').DefineComponent<{
16
16
  actions: ActionItem[] | undefined;
17
17
  projectMeta: ProjectMeta[] | undefined;
18
18
  }> & Readonly<{
19
- onChangeComponent?: ((flowComponent: "" | "tooltip" | "flat" | "floor" | "block", hoveredData: any) => any) | undefined;
19
+ onChangeComponent?: ((flowComponent: "" | "flat" | "floor" | "block" | "tooltip", hoveredData: any) => any) | undefined;
20
20
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -155,6 +155,7 @@ export interface FlatItem {
155
155
  project_id: string;
156
156
  conf: string | null;
157
157
  floor_number: string;
158
+ request_price: string;
158
159
  price: string;
159
160
  offer_price: string;
160
161
  block_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "2.4.10",
3
+ "version": "2.4.12",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,