@dssp/dcsp 1.0.0-alpha.32 → 1.0.0-alpha.33

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/schema.graphql +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/dcsp",
3
- "version": "1.0.0-alpha.32",
3
+ "version": "1.0.0-alpha.33",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@dssp/building-complex": "^1.0.0-alpha.22",
43
- "@dssp/project": "^1.0.0-alpha.32",
43
+ "@dssp/project": "^1.0.0-alpha.33",
44
44
  "@dssp/supervision": "^1.0.0-alpha.32",
45
45
  "@material/web": "^2.1.0",
46
46
  "@operato/chart": "^9.0.0",
@@ -93,5 +93,5 @@
93
93
  "devDependencies": {
94
94
  "@things-factory/builder": "^9.0.0"
95
95
  },
96
- "gitHead": "f839ebb8ef8360f19b0d10aad95516030234aef7"
96
+ "gitHead": "8a81c4b1807c788dd78f58c0564727f319f7c060"
97
97
  }
package/schema.graphql CHANGED
@@ -5926,12 +5926,15 @@ type Project {
5926
5926
  documentNaming: String
5927
5927
  domain: Domain
5928
5928
  endDate: String
5929
+ geoGroup: String
5929
5930
  id: ID!
5931
+ inputType: String
5930
5932
  inspPassRate: Float
5931
5933
  kpi: Float
5932
5934
  mainPhoto: Attachment
5933
5935
  name: String!
5934
- projectType: String!
5936
+ postalCode: String
5937
+ projectType: String
5935
5938
  robotCount: Float
5936
5939
  robotProgressRate: Float
5937
5940
  rootTasks: [Task!]