@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.
@@ -2304,6 +2304,7 @@ export enum InstallType {
2304
2304
  OT = 1,
2305
2305
  IT_AGENT = 2,
2306
2306
  CLOUD = 3,
2307
+ NETWORK_DISCOVERY = 4,
2307
2308
  }
2308
2309
 
2309
2310
  export enum SubscriptionType {
@@ -18298,7 +18298,8 @@ proto.lansweeper.multitenant.v1.InstallType = {
18298
18298
  IT: 0,
18299
18299
  OT: 1,
18300
18300
  IT_AGENT: 2,
18301
- CLOUD: 3
18301
+ CLOUD: 3,
18302
+ NETWORK_DISCOVERY: 4
18302
18303
  };
18303
18304
 
18304
18305
  /**