@dcl/protocol 1.0.0-3199325469.commit-c9bc23f → 1.0.0-3199494715.commit-f3c7422

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.
@@ -11,7 +11,7 @@ message AboutResponse {
11
11
  ContentInfo content = 3;
12
12
  CommsInfo comms = 4;
13
13
  LambdasInfo lambdas = 5;
14
- BffInfo bff = 6;
14
+ optional BffInfo bff = 6;
15
15
 
16
16
  message AboutConfiguration {
17
17
  optional string realm_name = 1;
@@ -10,7 +10,7 @@ export interface AboutResponse {
10
10
  content: AboutResponse_ContentInfo | undefined;
11
11
  comms: AboutResponse_CommsInfo | undefined;
12
12
  lambdas: AboutResponse_LambdasInfo | undefined;
13
- bff: AboutResponse_BffInfo | undefined;
13
+ bff?: AboutResponse_BffInfo | undefined;
14
14
  }
15
15
 
16
16
  export interface AboutResponse_AboutConfiguration {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3199325469.commit-c9bc23f",
3
+ "version": "1.0.0-3199494715.commit-f3c7422",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,5 +29,5 @@
29
29
  "*.proto",
30
30
  "out-ts"
31
31
  ],
32
- "commit": "c9bc23fbbb4fe0ccc50487d1fb293223b907bc70"
32
+ "commit": "f3c74227d9d2d9c3c2a12ef516e3d8420d03e466"
33
33
  }