@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/.ignorecompat +0 -0
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_pb.d.ts +4 -4
- package/gen-proto/multitenant_pb.js +12 -12
- package/generated-go/multitenant.pb.go +643 -643
- package/package.json +2 -2
- package/proto/multitenant.proto +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.4.
|
|
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": "
|
|
21
|
+
"gitHead": "acfa3586db001a6d6ea8c4a195aad06f9f5affc2"
|
|
22
22
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -506,7 +506,7 @@ message SitesIdsWithFederationPageInfo{
|
|
|
506
506
|
|
|
507
507
|
message GetSitesIdsWithFederationResponse {
|
|
508
508
|
int32 count = 1;
|
|
509
|
-
repeated
|
|
509
|
+
repeated SitesIdsWithFederationItem items = 2;
|
|
510
510
|
SitesIdsWithFederationPageInfo page_info = 3;
|
|
511
511
|
}
|
|
512
512
|
|