@teacinema/common 1.1.5 → 1.1.6

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.
@@ -34,4 +34,14 @@ export declare const GRPC_CLIENTS: {
34
34
  readonly protoPath: string;
35
35
  readonly env: "THEATER_GRPC_URL";
36
36
  };
37
+ readonly HALL_PACKAGE: {
38
+ readonly package: "hall.v1";
39
+ readonly protoPath: string;
40
+ readonly env: "THEATER_GRPC_URL";
41
+ };
42
+ readonly SEAT_PACKAGE: {
43
+ readonly package: "seat.v1";
44
+ readonly protoPath: string;
45
+ readonly env: "THEATER_GRPC_URL";
46
+ };
37
47
  };
@@ -37,5 +37,15 @@ exports.GRPC_CLIENTS = {
37
37
  package: 'theater.v1',
38
38
  protoPath: contracts_1.PROTO_PATHS.THEATER,
39
39
  env: 'THEATER_GRPC_URL'
40
+ },
41
+ HALL_PACKAGE: {
42
+ package: 'hall.v1',
43
+ protoPath: contracts_1.PROTO_PATHS.HALL,
44
+ env: 'THEATER_GRPC_URL'
45
+ },
46
+ SEAT_PACKAGE: {
47
+ package: 'seat.v1',
48
+ protoPath: contracts_1.PROTO_PATHS.SEAT,
49
+ env: 'THEATER_GRPC_URL'
40
50
  }
41
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teacinema/common",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Core shared components for TeaCinema microservice ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",