Skip to content

Commit

Permalink
chore: update js proto
Browse files Browse the repository at this point in the history
Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
  • Loading branch information
D4ryl00 committed Mar 15, 2024
1 parent d9cd996 commit d70f83e
Show file tree
Hide file tree
Showing 9 changed files with 4,599 additions and 4,024 deletions.
4 changes: 2 additions & 2 deletions js/Makefile
Expand Up @@ -361,9 +361,9 @@ daemon.start.docker:
pbjs_common_flags := --force-long -p ../api -p node_modules/@googleapis/googleapis -p `$(GO) list -m -modfile=../go.mod -mod=mod -f {{.Dir}} github.com/grpc-ecosystem/grpc-gateway`/third_party/googleapis -p `$(GO) list -m -modfile=../go.mod -mod=mod -f {{.Dir}} github.com/gogo/protobuf` -p node_modules/@protocolbuffers/protobuf/src

pbjs_proto_berty_dir := ../api
pbjs_berty_protos := $(pbjs_proto_berty_dir)/accounttypes/accounttypes.proto $(pbjs_proto_berty_dir)/bertybridge/bertybridge.proto $(pbjs_proto_berty_dir)/messengertypes/messengertypes.proto
pbjs_berty_protos := $(pbjs_proto_berty_dir)/accounttypes/accounttypes.proto $(pbjs_proto_berty_dir)/bertybridge/bertybridge.proto $(pbjs_proto_berty_dir)/messengertypes/messengertypes.proto $(pbjs_proto_berty_dir)/pushtypes/bertypushtypes.proto
pbjs_proto_weshnet_dir := packages/api/vendor
pbjs_weshnet_protos := $(pbjs_proto_weshnet_dir)/protocoltypes.proto $(pbjs_proto_weshnet_dir)/errcode/errcode.proto $(pbjs_proto_weshnet_dir)/pushtypes/pushtypes.proto
pbjs_weshnet_protos := $(pbjs_proto_weshnet_dir)/protocoltypes.proto $(pbjs_proto_weshnet_dir)/errcode/errcode.proto
pbjs_protos := $(pbjs_berty_protos) $(pbjs_weshnet_protos)

buf.lock := ../api/buf.lock
Expand Down
7 changes: 4 additions & 3 deletions js/gen.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,823 changes: 1,565 additions & 1,258 deletions js/packages/api/root.pb.d.ts

Large diffs are not rendered by default.

0 comments on commit d70f83e

Please sign in to comment.