Skip to content

Commit

Permalink
feat!: add unspecified to rpc.proto enums (#731)
Browse files Browse the repository at this point in the history
**NOTE**: this changes the publicApi adding `device_type_unspecified` to the `DeviceInfo.DeviceType` enum

* add unspecified to rpc.proto enums

* fix type error on member api

I'm rejecting an invite with `DECISION_UNSPECIFIED` as value

* add @ts-ignore to e2e-test until we update mapeo/schema

---------

Co-authored-by: Tomás Ciccola <[email protected]>
  • Loading branch information
tomasciccola and Tomás Ciccola authored Jul 31, 2024
1 parent 530a511 commit b520a7a
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 147 deletions.
207 changes: 93 additions & 114 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@fastify/type-provider-typebox": "^4.0.0",
"@hyperswarm/secret-stream": "^6.1.2",
"@mapeo/crypto": "1.0.0-alpha.10",
"@mapeo/schema": "3.0.0-next.16",
"@mapeo/schema": "^3.0.0-next.16",
"@mapeo/sqlite-indexer": "1.0.0-alpha.9",
"@sinclair/typebox": "^0.29.6",
"b4a": "^1.6.3",
Expand Down
Loading

0 comments on commit b520a7a

Please sign in to comment.