@lansweeper/multitenant-api-grpc 0.4.27 → 0.4.28

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.
@@ -2,7 +2,7 @@
2
2
  // versions:
3
3
  // - protoc-gen-go-grpc v1.3.0
4
4
  // - protoc v3.15.6
5
- // source: packages/multitenant/grpc/proto/multitenant.proto
5
+ // source: multitenant.proto
6
6
 
7
7
  package generated_go
8
8
 
@@ -1255,5 +1255,5 @@ var Multitenant_ServiceDesc = grpc.ServiceDesc{
1255
1255
  },
1256
1256
  },
1257
1257
  Streams: []grpc.StreamDesc{},
1258
- Metadata: "packages/multitenant/grpc/proto/multitenant.proto",
1258
+ Metadata: "multitenant.proto",
1259
1259
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
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": "e183058922daf5c10bd24c1fd0f1d34bcaae2527"
18
+ "gitHead": "4b828a504a64bfb6b9b20444158452aaa276bb29"
19
19
  }
@@ -174,6 +174,8 @@ message CreateInstallRequest{
174
174
  bool create_sqs_queue = 8;
175
175
  string global_id = 9;
176
176
  InstallType type = 10;
177
+ string client_id = 11;
178
+
177
179
  }
178
180
 
179
181
  enum InstallType {
@@ -193,6 +195,7 @@ message CreateAndLinkInstallRequest{
193
195
  string global_id = 4;
194
196
  InstallType type = 5;
195
197
  string created_by_id = 6;
198
+ string client_id = 7;
196
199
  }
197
200
 
198
201
  message CreateAndLinkInstallResponse{