@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
|
@@ -26354,7 +26354,8 @@ proto.lansweeper.multitenant.v1.InstallType = {
|
|
|
26354
26354
|
OT: 1,
|
|
26355
26355
|
IT_AGENT: 2,
|
|
26356
26356
|
CLOUD: 3,
|
|
26357
|
-
NETWORK_DISCOVERY: 4
|
|
26357
|
+
NETWORK_DISCOVERY: 4,
|
|
26358
|
+
MANUAL: 5
|
|
26358
26359
|
};
|
|
26359
26360
|
|
|
26360
26361
|
/**
|