@dssp/dssp 0.0.21 → 0.0.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/dssp",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -39,9 +39,9 @@
39
39
  "docker:push": "docker image push hatiolab/dssp:latest && docker image push hatiolab/dssp:$npm_package_version"
40
40
  },
41
41
  "dependencies": {
42
- "@dssp/building-complex": "^0.0.21",
43
- "@dssp/project": "^0.0.21",
44
- "@dssp/supervision": "^0.0.21",
42
+ "@dssp/building-complex": "^0.0.23",
43
+ "@dssp/project": "^0.0.23",
44
+ "@dssp/supervision": "^0.0.23",
45
45
  "@material/web": "^2.1.0",
46
46
  "@operato/chart": "^8.0.0-alpha",
47
47
  "@operato/gantt": "^8.0.0-alpha",
@@ -93,5 +93,5 @@
93
93
  "devDependencies": {
94
94
  "@things-factory/builder": "^8.0.0-alpha"
95
95
  },
96
- "gitHead": "2f7869190c368d6c5dfa5f8c64845e9e64de7dc9"
96
+ "gitHead": "d2b020ad1b7ba93251c07e69192af8fdadeded23"
97
97
  }
package/schema.graphql CHANGED
@@ -4507,7 +4507,7 @@ type Query {
4507
4507
  buildingInspection(id: String!): BuildingInspection
4508
4508
 
4509
4509
  """To fetch a BuildingInspection Summary"""
4510
- buildingInspectionDateSummaryOfLevelAndMonth(buildingLevelId: String!, yearMonth: String!): [BuildingInspectionSummary!]
4510
+ buildingInspectionDateSummaryOfLevelAndPeriod(buildingLevelId: String!, endDate: String!, startDate: String!): [BuildingInspectionSummary!]
4511
4511
 
4512
4512
  """To fetch a BuildingInspection Summary"""
4513
4513
  buildingInspectionSummaryOfBuildingLevel(buildingLevelId: String!): BuildingInspectionSummary
@@ -9,7 +9,7 @@
9
9
  <meta name="color-scheme" content="light only"/>
10
10
  <meta name="supported-color-schemes" content="light"/>
11
11
 
12
-
12
+
13
13
  <base href="/" />
14
14
 
15
15
  <link rel="icon" href="/assets/favicon.ico" />
File without changes
package/dist-client/x.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=x.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"x.js","sourceRoot":"","sources":["../client/x.ts"],"names":[],"mappings":"","sourcesContent":[""]}