@lansweeper/multitenant-api-grpc 0.4.45 → 0.4.46

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": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.45",
3
+ "version": "0.4.46",
4
4
  "description": "Multitenant grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -18,5 +18,5 @@
18
18
  "scripts": {
19
19
  "prepublishOnly": "cp -r ../../shared/limits ./proto"
20
20
  },
21
- "gitHead": "33e52e141e74e5a7e1b29d707926eae2f85b1947"
21
+ "gitHead": "c0ae9baf9c6aa6eb449e1805e9ec8c6900033a77"
22
22
  }
@@ -166,6 +166,7 @@ enum InstallType {
166
166
  OT=1;
167
167
  IT_AGENT=2;
168
168
  CLOUD=3;
169
+ NETWORK_DISCOVERY=4;
169
170
  }
170
171
  message CreateInstallResponse{
171
172
  Install install = 1;