Commit 78b64bae authored by Thea Schöbl's avatar Thea Schöbl
Browse files

fix: rename properties floor and message so that they are not identical to SCThingTypes

parent e3ea8464
Loading
Loading
Loading
Loading

reflection.json

0 → 100644
+100109 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ export interface SCMessageWithoutReferences
  /**
   * Message itself
   */
  message: string;
  messageBody: string;

  /**
   * Translated fields of a message
@@ -88,7 +88,7 @@ export interface SCMessageTranslatableProperties
  /**
   * Message itself
   */
  message?: string;
  messageBody?: string;
}

/**
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ export interface SCRoomWithoutReferences
  /**
   * The name of the floor in which the room is in.
   */
  floor?: string;
  floorName?: string;

  /**
   * The inventory of the place/room as a list of items and their quantity.
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
      ],
      "uid": "b535c86a-777b-54c3-b89a-cad528d0580f",
      "name": "EMH 225",
      "floor": "2"
      "floorName": "2"
    },
    "frequency": "once",
    "dates": [
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
      ],
      "uid": "b535c86a-777b-54c3-b89a-cad528d0580f",
      "name": "EMH 225",
      "floor": "2"
      "floorName": "2"
    },
    "frequency": "once",
    "dates": [
Loading