@lansweeper/multitenant-api-grpc 0.4.31 → 0.4.32

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.
@@ -2081,6 +2081,8 @@ export enum InstallStateValue {
2081
2081
  export enum InstallType {
2082
2082
  IT = 0,
2083
2083
  OT = 1,
2084
+ IT_AGENT = 2,
2085
+ CLOUD = 3,
2084
2086
  }
2085
2087
 
2086
2088
  export enum SubscriptionType {
@@ -16563,7 +16563,9 @@ proto.lansweeper.multitenant.v1.InstallStateValue = {
16563
16563
  */
16564
16564
  proto.lansweeper.multitenant.v1.InstallType = {
16565
16565
  IT: 0,
16566
- OT: 1
16566
+ OT: 1,
16567
+ IT_AGENT: 2,
16568
+ CLOUD: 3
16567
16569
  };
16568
16570
 
16569
16571
  /**