@roomstay/core 0.2.0-12 → 0.2.0-13

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.
@@ -4,7 +4,7 @@
4
4
  * them in the front end further
5
5
  */
6
6
  export type IAuxiliaryFilter = {
7
- name: string;
7
+ name?: string;
8
8
  type?: 'select';
9
9
  /**
10
10
  * If the target value can have multiple values specified (i.e if room can both have "tend", and "caravan" as a type)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/core",
3
- "version": "0.2.0-12",
3
+ "version": "0.2.0-13",
4
4
  "description": "Details shared between Roomstay libraries. Anything from Currency, to Generic types",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [