@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.
@@ -3315,6 +3315,7 @@ export enum InstallType {
3315
3315
  IT_AGENT = 2,
3316
3316
  CLOUD = 3,
3317
3317
  NETWORK_DISCOVERY = 4,
3318
+ MANUAL = 5,
3318
3319
  }
3319
3320
 
3320
3321
  export enum SubscriptionType {
@@ -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
  /**