@lansweeper/multitenant-api-grpc 0.4.76 → 0.4.77
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/CHANGELOG.md +11 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_pb.d.ts +1 -0
- package/gen-proto/multitenant_pb.js +2 -1
- package/generated-go/multitenant.pb.go +449 -445
- package/package.json +2 -2
- package/proto/multitenant.proto +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.77",
|
|
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": "
|
|
21
|
+
"gitHead": "539730191e7cce67459132c08359755d02a392d8"
|
|
22
22
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -196,6 +196,7 @@ enum InstallType {
|
|
|
196
196
|
IT_AGENT=2;
|
|
197
197
|
CLOUD=3;
|
|
198
198
|
NETWORK_DISCOVERY=4;
|
|
199
|
+
MANUAL=5; // vNEXT manual reconciled installation, that will link all the manual assets that will come to vNEXT.
|
|
199
200
|
}
|
|
200
201
|
message CreateInstallResponse{
|
|
201
202
|
Install install = 1;
|