@lansweeper/multitenant-api-grpc 0.4.78 → 0.4.79

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.78",
3
+ "version": "0.4.79",
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": "8c15a4cc63de8f81555011ce6548b95d941d3120"
21
+ "gitHead": "e38583e7ad810cc7f30c68f50031b1a351eb50a0"
22
22
  }
@@ -309,6 +309,7 @@ message GetUserPermissionsResponse {
309
309
  }
310
310
  message ValidateApplicationPersonalAccessTokenRequest {
311
311
  string personal_access_token = 1;
312
+ string trace_id = 2;
312
313
  }
313
314
  message ValidateApplicationPersonalAccessTokenResponse {
314
315
  string user_id = 1;