@lansweeper/multitenant-api-grpc 0.4.28 → 0.4.29

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.28",
3
+ "version": "0.4.29",
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": "4b828a504a64bfb6b9b20444158452aaa276bb29"
18
+ "gitHead": "3f93a769852437cccb054394092db7945ac5a8e5"
19
19
  }
@@ -36,6 +36,7 @@ message PreviewSite {
36
36
  string company_name = 3;
37
37
  string logo_url = 4;
38
38
  SiteMode mode = 5;
39
+ PreviewAccount created_by = 6;
39
40
  }
40
41
 
41
42
 
@@ -438,6 +439,7 @@ message AllProfilesExistRequest{
438
439
 
439
440
  message AllProfilesExistResponse{
440
441
  bool all = 1;
442
+ repeated Profile profiles = 2;
441
443
  }
442
444
 
443
445
  message SendInviteLocalUsersMailRequest{