diff --git a/protocol/src/main/proto/commands.proto b/protocol/src/main/proto/commands.proto index 56fc1afc48..f464091a3c 100644 --- a/protocol/src/main/proto/commands.proto +++ b/protocol/src/main/proto/commands.proto @@ -1901,6 +1901,8 @@ message Rpc { UNKNOWN_ERROR = 2; BAD_INPUT = 3; ACCOUNT_IS_NOT_RUNNING = 4; + NO_OBJECTS_TO_IMPORT = 5; + IMPORT_IS_CANCELED = 6; } } } diff --git a/scripts/mw/update-mw.sh b/scripts/mw/update-mw.sh index 3fc5bb4775..3edb13d423 100755 --- a/scripts/mw/update-mw.sh +++ b/scripts/mw/update-mw.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -REPO="anytypeio/go-anytype-middleware" +REPO="anyproto/anytype-heart" FILE="lib.tar.gz" GITHUB="api.github.com"