@lansweeper/multitenant-api-grpc 0.4.75 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.75",
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": "022c8e2acfc7252befce5cd70a4d11c81529ca95"
21
+ "gitHead": "539730191e7cce67459132c08359755d02a392d8"
22
22
  }
@@ -40,6 +40,9 @@ enum SiteMode {
40
40
  HYBRID = 3;
41
41
  DUAL = 4;
42
42
  }
43
+ message SiteMetadata {
44
+ bool payg = 1;
45
+ }
43
46
  message PreviewSite {
44
47
  string id = 1;
45
48
  string name = 2;
@@ -49,6 +52,7 @@ message PreviewSite {
49
52
  PreviewAccount created_by = 6;
50
53
  string current_subscription_id = 7;
51
54
  string deleted_on = 8;
55
+ SiteMetadata metadata = 9;
52
56
  }
53
57
  message PatchSiteModeRequest {
54
58
  string id = 1;
@@ -192,6 +196,7 @@ enum InstallType {
192
196
  IT_AGENT=2;
193
197
  CLOUD=3;
194
198
  NETWORK_DISCOVERY=4;
199
+ MANUAL=5; // vNEXT manual reconciled installation, that will link all the manual assets that will come to vNEXT.
195
200
  }
196
201
  message CreateInstallResponse{
197
202
  Install install = 1;
package/.ignorecompat DELETED
File without changes