@lansweeper/multitenant-api-grpc 0.4.72 → 0.4.73

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.72",
3
+ "version": "0.4.73",
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": "17ac1d4d3f97c024018263d28184dc25fbb17a2f"
21
+ "gitHead": "acfa3586db001a6d6ea8c4a195aad06f9f5affc2"
22
22
  }
@@ -506,7 +506,7 @@ message SitesIdsWithFederationPageInfo{
506
506
 
507
507
  message GetSitesIdsWithFederationResponse {
508
508
  int32 count = 1;
509
- repeated SiteHierarchyIdsItem items = 2;
509
+ repeated SitesIdsWithFederationItem items = 2;
510
510
  SitesIdsWithFederationPageInfo page_info = 3;
511
511
  }
512
512