@lansweeper/multitenant-api-grpc 0.4.32 → 0.4.33

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.32",
3
+ "version": "0.4.33",
4
4
  "description": "Multitenant grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -15,5 +15,5 @@
15
15
  "peerDependencies": {
16
16
  "@grpc/grpc-js": "^1.6.2"
17
17
  },
18
- "gitHead": "fc5eb915e936f9355198b94dfcba32c451b9a0ea"
18
+ "gitHead": "3e03a7ba31c1fb0e92a7ca89749982d36179ec9f"
19
19
  }
@@ -199,6 +199,7 @@ message CreateAndLinkInstallRequest{
199
199
  InstallType type = 5;
200
200
  string created_by_id = 6;
201
201
  string client_id = 7;
202
+ string external_id = 8;
202
203
  }
203
204
 
204
205
  message CreateAndLinkInstallResponse{