@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.
|
|
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.
|
|
43
|
-
"@dssp/project": "^0.0.
|
|
44
|
-
"@dssp/supervision": "^0.0.
|
|
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": "
|
|
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
|
-
|
|
4510
|
+
buildingInspectionDateSummaryOfLevelAndPeriod(buildingLevelId: String!, endDate: String!, startDate: String!): [BuildingInspectionSummary!]
|
|
4511
4511
|
|
|
4512
4512
|
"""To fetch a BuildingInspection Summary"""
|
|
4513
4513
|
buildingInspectionSummaryOfBuildingLevel(buildingLevelId: String!): BuildingInspectionSummary
|
package/views/auth-page.html
CHANGED
package/dist-client/x.d.ts
DELETED
|
File without changes
|
package/dist-client/x.js
DELETED
package/dist-client/x.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"x.js","sourceRoot":"","sources":["../client/x.ts"],"names":[],"mappings":"","sourcesContent":[""]}
|