diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5ff00798..30ac3ee58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,10 +57,10 @@ jobs: UNSPLASH_KEY: ${{ secrets.UNSPLASH_KEY }} run: | GIT_SUMMARY=$(git describe --tags --always) - echo "FLAGS=-X github.com/anytypeio/go-anytype-middleware/util/vcs.GitSummary=${GIT_SUMMARY} -X github.com/anytypeio/go-anytype-middleware/metrics.DefaultAmplitudeKey=${AMPLITUDE_KEY} -X github.com/anytypeio/go-anytype-middleware/util/unsplash.DefaultToken=${UNSPLASH_KEY}" >> $GITHUB_ENV + echo "FLAGS=-X github.com/anyproto/anytype-heart/util/vcs.GitSummary=${GIT_SUMMARY} -X github.com/anyproto/anytype-heart/metrics.DefaultAmplitudeKey=${AMPLITUDE_KEY} -X github.com/anyproto/anytype-heart/util/unsplash.DefaultToken=${UNSPLASH_KEY}" >> $GITHUB_ENV echo VERSION=${GITHUB_REF##*/} >> $GITHUB_ENV echo SDKROOT=$(xcrun --sdk macosx --show-sdk-path) >> $GITHUB_ENV - echo GOPRIVATE=github.com/anytypeio >> $GITHUB_ENV + echo GOPRIVATE=github.com/anyproto >> $GITHUB_ENV git config --global url."https://${{ secrets.ANYTYPE_PAT }}@github.com/".insteadOf "https://github.com/" - name: Go mod download run: | @@ -76,9 +76,9 @@ jobs: run: | echo $FLAGS mkdir -p .release - gox -cgo -ldflags="$FLAGS" -osarch="darwin/amd64 darwin/arm64" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector" -output="{{.OS}}-{{.Arch}}" github.com/anytypeio/go-anytype-middleware/cmd/grpcserver + gox -cgo -ldflags="$FLAGS" -osarch="darwin/amd64 darwin/arm64" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector" -output="{{.OS}}-{{.Arch}}" github.com/anyproto/anytype-heart/cmd/grpcserver make protos-server - CC="x86_64-w64-mingw32-gcc" CXX="x86_64-w64-mingw32-g++" gox -cgo -ldflags="$FLAGS -linkmode external -extldflags=-static" -osarch="windows/amd64" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector noheic" -output="{{.OS}}-{{.Arch}}" github.com/anytypeio/go-anytype-middleware/cmd/grpcserver + CC="x86_64-w64-mingw32-gcc" CXX="x86_64-w64-mingw32-g++" gox -cgo -ldflags="$FLAGS -linkmode external -extldflags=-static" -osarch="windows/amd64" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector noheic" -output="{{.OS}}-{{.Arch}}" github.com/anyproto/anytype-heart/cmd/grpcserver ls -lha . - name: Make JS protos run: | @@ -143,7 +143,7 @@ jobs: cp pkg/lib/bundle/internalTypes.json ./json - name: Compile ios lib run: | - gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector" -ldflags "$FLAGS" -v -target=ios -o Lib.xcframework github.com/anytypeio/go-anytype-middleware/clientlibrary/service github.com/anytypeio/go-anytype-middleware/core || true + gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector" -ldflags "$FLAGS" -v -target=ios -o Lib.xcframework github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core || true sudo /usr/sbin/purge gtar --exclude ".*" -czvf ios_framework_${VERSION}.tar.gz Lib.xcframework protobuf json mv ios_framework_${VERSION}.tar.gz .release/ @@ -165,7 +165,7 @@ jobs: cp pkg/lib/bundle/internalTypes.json ./json - name: Compile android lib run: | - gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector" -ldflags "$FLAGS" -v -target=android -androidapi 19 -o lib.aar github.com/anytypeio/go-anytype-middleware/clientlibrary/service github.com/anytypeio/go-anytype-middleware/core || true + gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector" -ldflags "$FLAGS" -v -target=android -androidapi 19 -o lib.aar github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core || true sudo /usr/sbin/purge gtar --exclude ".*" -czvf android_lib_${VERSION}.tar.gz lib.aar protobuf json mv android_lib_${VERSION}.tar.gz .release/ @@ -199,7 +199,7 @@ jobs: - name: Setup license repositor uses: actions/checkout@master with: - repository: anytypeio/open + repository: anyproto/open ref: refs/heads/main path: ./open @@ -245,8 +245,8 @@ jobs: UNSPLASH_KEY: ${{ secrets.UNSPLASH_KEY }} run: | GIT_SUMMARY=$(git describe --tags --always) - echo GOPRIVATE=github.com/anytypeio >> $GITHUB_ENV - echo "FLAGS=-X github.com/anytypeio/go-anytype-middleware/util/vcs.GitSummary=${GIT_SUMMARY} -X github.com/anytypeio/go-anytype-middleware/metrics.DefaultAmplitudeKey=${AMPLITUDE_KEY} -X github.com/anytypeio/go-anytype-middleware/util/unsplash.DefaultToken=${UNSPLASH_KEY}" >> $GITHUB_ENV + echo GOPRIVATE=github.com/anyproto >> $GITHUB_ENV + echo "FLAGS=-X github.com/anyproto/anytype-heart/util/vcs.GitSummary=${GIT_SUMMARY} -X github.com/anyproto/anytype-heart/metrics.DefaultAmplitudeKey=${AMPLITUDE_KEY} -X github.com/anyproto/anytype-heart/util/unsplash.DefaultToken=${UNSPLASH_KEY}" >> $GITHUB_ENV echo VERSION=${GITHUB_REF##*/} >> $GITHUB_ENV git config --global url."https://${{ secrets.ANYTYPE_PAT }}@github.com/".insteadOf "https://github.com/" - name: Go mod download @@ -262,8 +262,8 @@ jobs: run: | echo $FLAGS mkdir -p .release - CXX=$HOME/x86_64-linux-musl-native/bin/x86_64-linux-musl-g++ CC=$HOME/x86_64-linux-musl-native/bin/x86_64-linux-musl-gcc gox -cgo -osarch="linux/amd64" -ldflags="$FLAGS -linkmode external -extldflags=-static" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector" -output="{{.OS}}-{{.Arch}}" github.com/anytypeio/go-anytype-middleware/cmd/grpcserver - CXX=$HOME/aarch64-linux-musl-cross/bin/aarch64-linux-musl-g++ CC=$HOME/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc gox -cgo -osarch="linux/arm64" -ldflags="$FLAGS -linkmode external -extldflags=-static" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector" -output="{{.OS}}-{{.Arch}}" github.com/anytypeio/go-anytype-middleware/cmd/grpcserver + CXX=$HOME/x86_64-linux-musl-native/bin/x86_64-linux-musl-g++ CC=$HOME/x86_64-linux-musl-native/bin/x86_64-linux-musl-gcc gox -cgo -osarch="linux/amd64" -ldflags="$FLAGS -linkmode external -extldflags=-static" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector" -output="{{.OS}}-{{.Arch}}" github.com/anyproto/anytype-heart/cmd/grpcserver + CXX=$HOME/aarch64-linux-musl-cross/bin/aarch64-linux-musl-g++ CC=$HOME/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc gox -cgo -osarch="linux/arm64" -ldflags="$FLAGS -linkmode external -extldflags=-static" --tags="envproduction nographviz nowatchdog nosigar nomutexdeadlockdetector" -output="{{.OS}}-{{.Arch}}" github.com/anyproto/anytype-heart/cmd/grpcserver make protos-server - name: Make JS protos run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea69c7438..a52647f46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} env: - GOPRIVATE: github.com/anytypeio + GOPRIVATE: github.com/anyproto steps: - name: Install Go uses: actions/setup-go@v1 @@ -45,7 +45,7 @@ jobs: - name: Setup license repository uses: actions/checkout@master with: - repository: anytypeio/open + repository: anyproto/open ref: refs/heads/main path: ./open - name: Check licenses @@ -68,7 +68,7 @@ jobs: export ANYTYPE_LOG_LEVEL=DEBUG export ANYTYPE_LOG_NOGELF=1 go install gotest.tools/gotestsum@latest - PACKAGE_NAMES=$(go list -tags nogrpcserver ./... | grep -v "github.com/anytypeio/go-anytype-middleware/cmd/grpserver" | grep -v "github.com/anytypeio/go-anytype-middleware/clientlibrary/clib") + PACKAGE_NAMES=$(go list -tags nogrpcserver ./... | grep -v "github.com/anyproto/anytype-heart/cmd/grpserver" | grep -v "github.com/anyproto/anytype-heart/clientlibrary/clib") mkdir ~/gotestsum-report gotestsum --junitfile ~/gotestsum-report/gotestsum-report.xml -- -tags nogrpcserver -p 1 $(echo $PACKAGE_NAMES) -coverprofile=coverage.out -covermode=count ./... COVERAGE=$(go tool cover -func coverage.out | grep total | awk '{print substr($3, 1, length($3)-1)}') diff --git a/.golangci.yml b/.golangci.yml index cf1126d3d..0a2c010fa 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -17,13 +17,13 @@ linters-settings: sections: - standard - default - - prefix(github.com/anytypeio/go-anytype-middleware) + - prefix(github.com/anyproto/anytype-heart) - blank - dot skip-generated: false custom-order: true goimports: - local-prefixes: github.com/anytypeio/go-anytype-middleware + local-prefixes: github.com/anyproto/anytype-heart govet: check-shadowing: true funlen: diff --git a/.run/Run.run.xml b/.run/Run.run.xml index 9d9f901d5..8896deb98 100644 --- a/.run/Run.run.xml +++ b/.run/Run.run.xml @@ -1,6 +1,6 @@ - + @@ -10,7 +10,7 @@ - + diff --git a/Makefile b/Makefile index 9b6343575..4ca667bbf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export GOPRIVATE=github.com/anytypeio +export GOPRIVATE=github.com/anyproto export GOLANGCI_LINT_VERSION=v1.49.0 ANYENV ?= staging @@ -45,7 +45,7 @@ lint: test: @echo 'Running tests...' - @ANYTYPE_LOG_NOGELF=1 go test -cover github.com/anytypeio/go-anytype-middleware/... + @ANYTYPE_LOG_NOGELF=1 go test -cover github.com/anyproto/anytype-heart/... test-integration: @echo 'Running integration tests...' @@ -57,7 +57,7 @@ test-migration: test-race: @echo 'Running tests with race-detector...' - @ANYTYPE_LOG_NOGELF=1 go test -race github.com/anytypeio/go-anytype-middleware/... + @ANYTYPE_LOG_NOGELF=1 go test -race github.com/anyproto/anytype-heart/... test-deps: @echo 'Generating test mocks...' @@ -70,7 +70,7 @@ clear-test-deps: build-lib: @echo 'Building library...' - @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anytypeio/go-anytype-middleware/util/vcs)) + @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anyproto/anytype-heart/util/vcs)) @GO111MODULE=on go build -v -o dist/lib.a -tags nogrpcserver -ldflags "$(FLAGS)" -buildmode=c-archive -v ./clientlibrary/clib build-js-addon: @@ -98,8 +98,8 @@ build-ios: setup-go @echo 'Clear xcframework' @rm -rf ./dist/ios/Lib.xcframework @echo 'Building library for iOS...' - @$(eval FLAGS := $$(shell govvv -flags | sed 's/main/github.com\/anytypeio\/go-anytype-middleware\/util\/vcs/g')) - gomobile bind -tags "nogrpcserver gomobile nowatchdog nosigar" -ldflags "$(FLAGS)" -v -target=ios -o Lib.xcframework github.com/anytypeio/go-anytype-middleware/clientlibrary/service github.com/anytypeio/go-anytype-middleware/core + @$(eval FLAGS := $$(shell govvv -flags | sed 's/main/github.com\/anyproto\/anytype-heart\/util\/vcs/g')) + gomobile bind -tags "nogrpcserver gomobile nowatchdog nosigar" -ldflags "$(FLAGS)" -v -target=ios -o Lib.xcframework github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core @mkdir -p dist/ios/ && mv Lib.xcframework dist/ios/ @mkdir -p dist/ios/json/ @cp pkg/lib/bundle/system*.json dist/ios/json/ @@ -110,7 +110,7 @@ build-ios: setup-go build-android: setup-go gomobile init @echo 'Building library for Android...' - @$(eval FLAGS := $$(shell govvv -flags | sed 's/main/github.com\/anytypeio\/go-anytype-middleware\/util\/vcs/g')) + @$(eval FLAGS := $$(shell govvv -flags | sed 's/main/github.com\/anyproto\/anytype-heart\/util\/vcs/g')) @$(eval TAGS := nogrpcserver gomobile nowatchdog nosigar) ifeq ($(ANYENV), production) @@ -119,7 +119,7 @@ endif ifeq ($(ANYENV), dev) $(eval TAGS := $(TAGS) envdev) endif - gomobile bind -tags "$(TAGS)" -ldflags "$(FLAGS)" -v -target=android -androidapi 19 -o lib.aar github.com/anytypeio/go-anytype-middleware/clientlibrary/service github.com/anytypeio/go-anytype-middleware/core + gomobile bind -tags "$(TAGS)" -ldflags "$(FLAGS)" -v -target=android -androidapi 19 -o lib.aar github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core @mkdir -p dist/android/ && mv lib.aar dist/android/ @go mod tidy @@ -146,19 +146,19 @@ protos-server: @$(eval P_TIMESTAMP := Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types) @$(eval P_STRUCT := Mgoogle/protobuf/struct.proto=github.com/gogo/protobuf/types) @$(eval P_DESCRIPTOR := Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor) - @$(eval P_PROTOS := Mpkg/lib/pb/model/protos/models.proto=github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model) - @$(eval P_PROTOS2 := Mpb/protos/commands.proto=github.com/anytypeio/go-anytype-middleware/pb) - @$(eval P_PROTOS3 := Mpb/protos/events.proto=github.com/anytypeio/go-anytype-middleware/pb) + @$(eval P_PROTOS := Mpkg/lib/pb/model/protos/models.proto=github.com/anyproto/anytype-heart/pkg/lib/pb/model) + @$(eval P_PROTOS2 := Mpb/protos/commands.proto=github.com/anyproto/anytype-heart/pb) + @$(eval P_PROTOS3 := Mpb/protos/events.proto=github.com/anyproto/anytype-heart/pb) @$(eval PKGMAP := $$(P_TIMESTAMP),$$(P_STRUCT),$$(P_PROTOS),$$(P_PROTOS2),$$(P_PROTOS3),$$(P_DESCRIPTOR)) - @GOGO_NO_UNDERSCORE=1 GOGO_EXPORT_ONEOF_INTERFACE=1 GOGO_GRPC_SERVER_METHOD_NO_ERROR=1 PACKAGE_PATH=github.com/anytypeio/go-anytype-middleware/pb protoc -I=. --gogofaster_out=$(PKGMAP),plugins=grpc:. ./pb/protos/service/service.proto; mv ./pb/protos/service/*.pb.go ./pb/service/ + @GOGO_NO_UNDERSCORE=1 GOGO_EXPORT_ONEOF_INTERFACE=1 GOGO_GRPC_SERVER_METHOD_NO_ERROR=1 PACKAGE_PATH=github.com/anyproto/anytype-heart/pb protoc -I=. --gogofaster_out=$(PKGMAP),plugins=grpc:. ./pb/protos/service/service.proto; mv ./pb/protos/service/*.pb.go ./pb/service/ protos-go: @echo 'Generating protobuf packages for lib (Go)...' $(eval P_TIMESTAMP := Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types) $(eval P_STRUCT := Mgoogle/protobuf/struct.proto=github.com/gogo/protobuf/types) @$(eval P_DESCRIPTOR := Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor) - @$(eval P_PROTOS := Mpkg/lib/pb/model/protos/models.proto=github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model) - @$(eval P_PROTOS2 := Mpkg/lib/pb/model/protos/localstore.proto=github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model) + @$(eval P_PROTOS := Mpkg/lib/pb/model/protos/models.proto=github.com/anyproto/anytype-heart/pkg/lib/pb/model) + @$(eval P_PROTOS2 := Mpkg/lib/pb/model/protos/localstore.proto=github.com/anyproto/anytype-heart/pkg/lib/pb/model) $(eval PKGMAP := $$(P_TIMESTAMP),$$(P_STRUCT),$$(P_PROTOS),$$(P_PROTOS2),$$(P_PROTOS3),$$(P_DESCRIPTOR)) GOGO_NO_UNDERSCORE=1 GOGO_EXPORT_ONEOF_INTERFACE=1 protoc --gogofaster_out=$(PKGMAP):./pkg/lib/pb/ pkg/lib/pb/model/protos/*.proto; mv pkg/lib/pb/pkg/lib/pb/model/*.go pkg/lib/pb/model/; rm -rf pkg/lib/pb/pkg @@ -169,21 +169,21 @@ protos-go: @$(eval P_STRUCT := Mgoogle/protobuf/struct.proto=github.com/gogo/protobuf/types) @$(eval PKGMAP := $$(P_TIMESTAMP),$$(P_STRUCT),$$(P_PROTOS),$$(P_PROTOS2),$$(P_PROTOS3),$$(P_DESCRIPTOR)) @GOGO_NO_UNDERSCORE=1 GOGO_EXPORT_ONEOF_INTERFACE=1 protoc -I . --gogofaster_out=$(PKGMAP):. ./pb/protos/*.proto; mv ./pb/protos/*.pb.go ./pb/ - @$(eval P_PROTOS4 := Mpb/protos/commands.proto=github.com/anytypeio/go-anytype-middleware/pb) - @$(eval P_PROTOS5 := Mpb/protos/events.proto=github.com/anytypeio/go-anytype-middleware/pb) + @$(eval P_PROTOS4 := Mpb/protos/commands.proto=github.com/anyproto/anytype-heart/pb) + @$(eval P_PROTOS5 := Mpb/protos/events.proto=github.com/anyproto/anytype-heart/pb) @$(eval PKGMAP := $$(P_TIMESTAMP),$$(P_STRUCT),$$(P_PROTOS),$$(P_PROTOS2),$$(P_PROTOS3),$$(P_PROTOS4),$$(P_PROTOS5),$$(P_DESCRIPTOR)) - @GOGO_NO_UNDERSCORE=1 GOGO_GOMOBILE_WITH_CONTEXT=1 GOGO_EXPORT_ONEOF_INTERFACE=1 PACKAGE_PATH=github.com/anytypeio/go-anytype-middleware/pb protoc -I=. --gogofaster_out=$(PKGMAP),plugins=gomobile:. ./pb/protos/service/service.proto; mv ./pb/protos/service/*.pb.go ./clientlibrary/service/ + @GOGO_NO_UNDERSCORE=1 GOGO_GOMOBILE_WITH_CONTEXT=1 GOGO_EXPORT_ONEOF_INTERFACE=1 PACKAGE_PATH=github.com/anyproto/anytype-heart/pb protoc -I=. --gogofaster_out=$(PKGMAP),plugins=gomobile:. ./pb/protos/service/service.proto; mv ./pb/protos/service/*.pb.go ./clientlibrary/service/ @protoc -I ./ --doc_out=./docs --doc_opt=markdown,proto.md pb/protos/service/*.proto pb/protos/*.proto pkg/lib/pb/model/protos/*.proto protos-gomobile: - @$(eval P_PROTOS2 := Mpb/protos/commands.proto=github.com/anytypeio/go-anytype-middleware/pb) - @$(eval P_PROTOS3 := Mpb/protos/events.proto=github.com/anytypeio/go-anytype-middleware/pb) + @$(eval P_PROTOS2 := Mpb/protos/commands.proto=github.com/anyproto/anytype-heart/pb) + @$(eval P_PROTOS3 := Mpb/protos/events.proto=github.com/anyproto/anytype-heart/pb) @$(eval PKGMAP := $$(P_TIMESTAMP),$$(P_STRUCT),$$(P_PROTOS),$$(P_PROTOS2),$$(P_PROTOS3)) - @GOGO_NO_UNDERSCORE=1 GOGO_EXPORT_ONEOF_INTERFACE=1 GOGO_GOMOBILE_WITH_CONTEXT=1 PACKAGE_PATH=github.com/anytypeio/go-anytype-middleware/pb protoc -I=. --gogofaster_out=$(PKGMAP),plugins=gomobile:. ./pb/protos/service/service.proto; mv ./pb/protos/service/*.pb.go ./clientlibrary/service/ + @GOGO_NO_UNDERSCORE=1 GOGO_EXPORT_ONEOF_INTERFACE=1 GOGO_GOMOBILE_WITH_CONTEXT=1 PACKAGE_PATH=github.com/anyproto/anytype-heart/pb protoc -I=. --gogofaster_out=$(PKGMAP),plugins=gomobile:. ./pb/protos/service/service.proto; mv ./pb/protos/service/*.pb.go ./clientlibrary/service/ protos-docs: - @$(eval P_PROTOS2 := Mpb/protos/commands.proto=github.com/anytypeio/go-anytype-middleware/pb) - @$(eval P_PROTOS3 := Mpb/protos/events.proto=github.com/anytypeio/go-anytype-middleware/pb) + @$(eval P_PROTOS2 := Mpb/protos/commands.proto=github.com/anyproto/anytype-heart/pb) + @$(eval P_PROTOS3 := Mpb/protos/events.proto=github.com/anyproto/anytype-heart/pb) @$(eval PKGMAP := $$(P_TIMESTAMP),$$(P_STRUCT),$$(P_PROTOS),$$(P_PROTOS2),$$(P_PROTOS3)) @protoc -I ./ --doc_out=./docs --doc_opt=markdown,proto.md pb/protos/service/*.proto pb/protos/*.proto pkg/lib/pb/model/protos/*.proto @@ -217,12 +217,12 @@ protos-java: build-cli: @echo 'Building middleware cli...' - @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anytypeio/go-anytype-middleware/util/vcs)) - @go build -v -o dist/cli -ldflags "$(FLAGS)" github.com/anytypeio/go-anytype-middleware/cmd/cli + @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anyproto/anytype-heart/util/vcs)) + @go build -v -o dist/cli -ldflags "$(FLAGS)" github.com/anyproto/anytype-heart/cmd/cli build-server: @echo 'Building middleware server...' - @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anytypeio/go-anytype-middleware/util/vcs)) + @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anyproto/anytype-heart/util/vcs)) @$(eval TAGS := nosigar nowatchdog) ifeq ($(ANYENV), production) $(eval TAGS := $(TAGS) envproduction) @@ -230,12 +230,12 @@ endif ifeq ($(ANYENV), dev) $(eval TAGS := $(TAGS) envdev) endif - go build -v -o dist/server -ldflags "$(FLAGS)" --tags "$(TAGS)" github.com/anytypeio/go-anytype-middleware/cmd/grpcserver + go build -v -o dist/server -ldflags "$(FLAGS)" --tags "$(TAGS)" github.com/anyproto/anytype-heart/cmd/grpcserver build-server-debug: protos-server @echo 'Building middleware server with debug symbols...' - @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anytypeio/go-anytype-middleware/util/vcs)) - @go build -v -o dist/server -gcflags "all=-N -l" -ldflags "$(FLAGS)" github.com/anytypeio/go-anytype-middleware/cmd/grpcserver + @$(eval FLAGS := $$(shell govvv -flags -pkg github.com/anyproto/anytype-heart/util/vcs)) + @go build -v -o dist/server -gcflags "all=-N -l" -ldflags "$(FLAGS)" github.com/anyproto/anytype-heart/cmd/grpcserver run-server: build-server @echo 'Running server...' diff --git a/README.md b/README.md index 09c14e7ed..4696142ab 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ 1. `make install-dev-js` to build the local server and copy it and protobuf binding into `../anytype-ts` #### Build for iOS -Instructions to set up environment for ios [here](https://github.com/anytypeio/ios-anytype/blob/develop/docs/Setup_For_Middleware.md) +Instructions to set up environment for ios [here](https://github.com/anyproto/ios-anytype/blob/develop/docs/Setup_For_Middleware.md) 1. `make build-ios` to build the framework into `dist/ios` folder 2. `make protos-swift` to generate swift protobuf bindings into `dist/ios/pb` #### Build for Android -Instructions to setup environment for android [here](https://github.com/anytypeio/android-anytype/blob/develop/docs/Setup_For_Middleware.md) +Instructions to setup environment for android [here](https://github.com/anyproto/android-anytype/blob/develop/docs/Setup_For_Middleware.md) 1. `make build-android` to build the library into `dist/android` folder 2. `make protos-java` to generate java protobuf bindings into `dist/android/pb` ### Rebuild protobuf generated files -First, you need to install [protobuf](https://github.com/anytypeio/go-anytype-middleware#install-local-deps-mac) pkg using your preferred package manager. -This repo uses custom protoc located at [anytypeio/protobuf](https://github.com/anytypeio/protobuf/tree/master/protoc-gen-gogo). It adds `gomobile` plugin and some env-controlled options to control the generated code style. +First, you need to install [protobuf](https://github.com/anyproto/anytype-heart#install-local-deps-mac) pkg using your preferred package manager. +This repo uses custom protoc located at [anyproto/protobuf](https://github.com/anyproto/protobuf/tree/master/protoc-gen-gogo). It adds `gomobile` plugin and some env-controlled options to control the generated code style. This protobuf generator will replace your `protoc` binary, BTW it doesn't have any breaking changes for other protobuf and grpc code You can override the binary with a simple command: @@ -76,7 +76,7 @@ make test-migration ### Run local gRPC server to debug -⚠️ Make sure to update/install protobuf compiler from [this repo](https://github.com/anytypeio/protobuf) using `make setup-protoc` +⚠️ Make sure to update/install protobuf compiler from [this repo](https://github.com/anyproto/protobuf) using `make setup-protoc` Commands: - `make run-server` - builds proto files for grpc server, builds the binary and runs it diff --git a/app/app.go b/app/app.go index 7ef10bb89..9992127c3 100644 --- a/app/app.go +++ b/app/app.go @@ -10,8 +10,8 @@ import ( "sync" "time" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var ( diff --git a/app/testapp/testapp.go b/app/testapp/testapp.go index c67fb2fc2..8d922c8e3 100644 --- a/app/testapp/testapp.go +++ b/app/testapp/testapp.go @@ -1,9 +1,9 @@ package testapp import ( - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/pb" ) func New() *TestApp { diff --git a/build.gradle b/build.gradle index 04413a900..d7ac5db5b 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ repositories { ** Replace GITHUB_USERID with your/organisation Github userID ** and REPOSITORY with the repository name on GitHub */ - url = uri("https://maven.pkg.github.com/anytypeio/go-anytype-middleware") + url = uri("https://maven.pkg.github.com/anyproto/anytype-heart") credentials { /** Create github.properties in root project folder file with ** gpr.usr=GITHUB_USER_ID & gpr.key=PERSONAL_ACCESS_TOKEN diff --git a/clientlibrary/clib/main.go b/clientlibrary/clib/main.go index 2ea082605..3378cd6a7 100644 --- a/clientlibrary/clib/main.go +++ b/clientlibrary/clib/main.go @@ -11,8 +11,8 @@ import ( "fmt" "unsafe" - "github.com/anytypeio/go-anytype-middleware/clientlibrary/service" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/clientlibrary/service" + "github.com/anyproto/anytype-heart/pb" "github.com/gogo/protobuf/proto" ) diff --git a/clientlibrary/service/discovery_android.go b/clientlibrary/service/discovery_android.go index 1de57d673..59918b2e7 100644 --- a/clientlibrary/service/discovery_android.go +++ b/clientlibrary/service/discovery_android.go @@ -3,7 +3,7 @@ package service import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/space/localdiscovery" + "github.com/anyproto/anytype-heart/space/localdiscovery" ) type AndroidDiscoveryProxy interface { diff --git a/clientlibrary/service/lib.go b/clientlibrary/service/lib.go index 2e55be51f..8e6df34c2 100644 --- a/clientlibrary/service/lib.go +++ b/clientlibrary/service/lib.go @@ -6,14 +6,14 @@ import ( _ "net/http/pprof" "os" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/core" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var log = logging.Logger("anytype-mw") diff --git a/clientlibrary/service/lib_android.go b/clientlibrary/service/lib_android.go index 2a55d7446..03e233114 100644 --- a/clientlibrary/service/lib_android.go +++ b/clientlibrary/service/lib_android.go @@ -5,7 +5,7 @@ import "C" import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/net/addrs" + "github.com/anyproto/anytype-heart/net/addrs" "net" ) diff --git a/clientlibrary/service/lib_test.go b/clientlibrary/service/lib_test.go index 879881cd9..748c76198 100644 --- a/clientlibrary/service/lib_test.go +++ b/clientlibrary/service/lib_test.go @@ -4,9 +4,9 @@ import ( "fmt" "testing" - "github.com/anytypeio/go-anytype-middleware/core" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/gogo/protobuf/proto" "github.com/stretchr/testify/require" ) diff --git a/clientlibrary/service/service.pb.go b/clientlibrary/service/service.pb.go index 52d50ddb4..0e9a08e0e 100644 --- a/clientlibrary/service/service.pb.go +++ b/clientlibrary/service/service.pb.go @@ -6,7 +6,7 @@ package service import ( "context" fmt "fmt" - pb "github.com/anytypeio/go-anytype-middleware/pb" + pb "github.com/anyproto/anytype-heart/pb" proto "github.com/gogo/protobuf/proto" math "math" ) diff --git a/cmd/archiveprocessor/main.go b/cmd/archiveprocessor/main.go index 27555303f..bc2c921d0 100644 --- a/cmd/archiveprocessor/main.go +++ b/cmd/archiveprocessor/main.go @@ -13,13 +13,13 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/constant" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/constant" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type relationWithFormat interface { @@ -30,7 +30,7 @@ type useCaseInfo struct { ids map[string]struct{} relsIds map[string]struct{} typesIds map[string]struct{} - + useCase string profileFileFound bool } diff --git a/cmd/archiveprocessor/rules.go b/cmd/archiveprocessor/rules.go index 0703ceb81..a3adcef88 100644 --- a/cmd/archiveprocessor/rules.go +++ b/cmd/archiveprocessor/rules.go @@ -10,11 +10,11 @@ import ( "github.com/gogo/protobuf/types" "github.com/samber/lo" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) //go:embed rules.json diff --git a/cmd/archiveprocessor/validators.go b/cmd/archiveprocessor/validators.go index 500d9138c..d9f14a26d 100644 --- a/cmd/archiveprocessor/validators.go +++ b/cmd/archiveprocessor/validators.go @@ -6,17 +6,17 @@ import ( "fmt" "strings" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/relation" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/relation" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type validator func(snapshot *pb.ChangeSnapshot, info *useCaseInfo) error diff --git a/cmd/dbbenchmark/dbbenchmark.go b/cmd/dbbenchmark/dbbenchmark.go index 37721a174..01630106f 100644 --- a/cmd/dbbenchmark/dbbenchmark.go +++ b/cmd/dbbenchmark/dbbenchmark.go @@ -3,13 +3,13 @@ package main import ( "flag" "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/clientds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/noctxds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/clientds" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/noctxds" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" dsbadgerv3 "github.com/textileio/go-ds-badger3" "math/rand" diff --git a/cmd/debugtree/debugtree.go b/cmd/debugtree/debugtree.go index f98509796..94e0578cd 100644 --- a/cmd/debugtree/debugtree.go +++ b/cmd/debugtree/debugtree.go @@ -15,14 +15,14 @@ import ( "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/debug/treearchive" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/debug/treearchive" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/goccy/go-graphviz" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var ( diff --git a/cmd/fileuploader/main.go b/cmd/fileuploader/main.go index c360170e6..66d36b264 100644 --- a/cmd/fileuploader/main.go +++ b/cmd/fileuploader/main.go @@ -11,9 +11,9 @@ import ( "path/filepath" "strings" - "github.com/anytypeio/go-anytype-middleware/core" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/pb" _ "net/http/pprof" ) diff --git a/cmd/grpcserver/grpc.go b/cmd/grpcserver/grpc.go index 848d3c1fa..031f95239 100644 --- a/cmd/grpcserver/grpc.go +++ b/cmd/grpcserver/grpc.go @@ -20,7 +20,7 @@ import ( "syscall" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware" grpc_zap "github.com/grpc-ecosystem/go-grpc-middleware/logging/zap" grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus" @@ -31,12 +31,12 @@ import ( jaegercfg "github.com/uber/jaeger-client-go/config" "google.golang.org/grpc" - "github.com/anytypeio/go-anytype-middleware/core" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pb/service" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pb/service" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) const defaultAddr = "127.0.0.1:31007" diff --git a/cmd/pbsnapshot/main.go b/cmd/pbsnapshot/main.go index 0f9ca30ca..45a311ed9 100644 --- a/cmd/pbsnapshot/main.go +++ b/cmd/pbsnapshot/main.go @@ -1,10 +1,11 @@ +//go:build !nogrpcserver && !_test // +build !nogrpcserver,!_test package main import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" "github.com/gogo/protobuf/jsonpb" "github.com/gogo/protobuf/proto" "io/ioutil" diff --git a/core/account.go b/core/account.go index 6c6827686..7cbcdbf08 100644 --- a/core/account.go +++ b/core/account.go @@ -19,32 +19,32 @@ import ( "syscall" "time" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/configfetcher" - "github.com/anytypeio/go-anytype-middleware/util/builtinobjects" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/configfetcher" + "github.com/anyproto/anytype-heart/util/builtinobjects" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/treemanager" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/util/crypto" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/treemanager" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/util/crypto" "github.com/libp2p/go-libp2p/core/peer" cp "github.com/otiai10/copy" - "github.com/anytypeio/go-anytype-middleware/core/anytype" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/filestorage" - walletComp "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/gateway" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/util/constant" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/anytype" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/filestorage" + walletComp "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/gateway" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/util/constant" + "github.com/anyproto/anytype-heart/util/pbtypes" ) // we cannot check the constant error from badger because they hardcoded it there diff --git a/core/anytype/bootstrap.go b/core/anytype/bootstrap.go index 75d906779..fd78a1623 100644 --- a/core/anytype/bootstrap.go +++ b/core/anytype/bootstrap.go @@ -5,69 +5,69 @@ import ( "os" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonfile/fileservice" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/coordinator/coordinatorclient" - "github.com/anytypeio/any-sync/coordinator/nodeconfsource" - "github.com/anytypeio/any-sync/net/dialer" - "github.com/anytypeio/any-sync/net/pool" - "github.com/anytypeio/any-sync/net/secureservice" - "github.com/anytypeio/any-sync/net/streampool" - "github.com/anytypeio/any-sync/nodeconf" - "github.com/anytypeio/any-sync/nodeconf/nodeconfstore" - "github.com/anytypeio/any-sync/util/crypto" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/coordinator/coordinatorclient" + "github.com/anyproto/any-sync/coordinator/nodeconfsource" + "github.com/anyproto/any-sync/net/dialer" + "github.com/anyproto/any-sync/net/pool" + "github.com/anyproto/any-sync/net/secureservice" + "github.com/anyproto/any-sync/net/streampool" + "github.com/anyproto/any-sync/nodeconf" + "github.com/anyproto/any-sync/nodeconf/nodeconfstore" + "github.com/anyproto/any-sync/util/crypto" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/bookmark" - decorator "github.com/anytypeio/go-anytype-middleware/core/block/bookmark/bookmarkimporter" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/export" - importer "github.com/anytypeio/go-anytype-middleware/core/block/import" - "github.com/anytypeio/go-anytype-middleware/core/block/object/objectcreator" - "github.com/anytypeio/go-anytype-middleware/core/block/object/objectgraph" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/configfetcher" - "github.com/anytypeio/go-anytype-middleware/core/debug" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/filestorage" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore" - "github.com/anytypeio/go-anytype-middleware/core/history" - "github.com/anytypeio/go-anytype-middleware/core/indexer" - "github.com/anytypeio/go-anytype-middleware/core/kanban" - "github.com/anytypeio/go-anytype-middleware/core/recordsbatcher" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/core/subscription" - "github.com/anytypeio/go-anytype-middleware/core/syncstatus" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/clientds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/gateway" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/clientserver" - "github.com/anytypeio/go-anytype-middleware/space/credentialprovider" - "github.com/anytypeio/go-anytype-middleware/space/debug/clientdebugrpc" - "github.com/anytypeio/go-anytype-middleware/space/localdiscovery" - "github.com/anytypeio/go-anytype-middleware/space/peermanager" - "github.com/anytypeio/go-anytype-middleware/space/peerstore" - "github.com/anytypeio/go-anytype-middleware/space/storage" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/builtinobjects" - "github.com/anytypeio/go-anytype-middleware/util/builtintemplate" - "github.com/anytypeio/go-anytype-middleware/util/linkpreview" - "github.com/anytypeio/go-anytype-middleware/util/unsplash" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/bookmark" + decorator "github.com/anyproto/anytype-heart/core/block/bookmark/bookmarkimporter" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/editor" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/export" + importer "github.com/anyproto/anytype-heart/core/block/import" + "github.com/anyproto/anytype-heart/core/block/object/objectcreator" + "github.com/anyproto/anytype-heart/core/block/object/objectgraph" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/configfetcher" + "github.com/anyproto/anytype-heart/core/debug" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/filestorage" + "github.com/anyproto/anytype-heart/core/filestorage/filesync" + "github.com/anyproto/anytype-heart/core/filestorage/rpcstore" + "github.com/anyproto/anytype-heart/core/history" + "github.com/anyproto/anytype-heart/core/indexer" + "github.com/anyproto/anytype-heart/core/kanban" + "github.com/anyproto/anytype-heart/core/recordsbatcher" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/core/subscription" + "github.com/anyproto/anytype-heart/core/syncstatus" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/clientds" + "github.com/anyproto/anytype-heart/pkg/lib/gateway" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/clientserver" + "github.com/anyproto/anytype-heart/space/credentialprovider" + "github.com/anyproto/anytype-heart/space/debug/clientdebugrpc" + "github.com/anyproto/anytype-heart/space/localdiscovery" + "github.com/anyproto/anytype-heart/space/peermanager" + "github.com/anyproto/anytype-heart/space/peerstore" + "github.com/anyproto/anytype-heart/space/storage" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/builtinobjects" + "github.com/anyproto/anytype-heart/util/builtintemplate" + "github.com/anyproto/anytype-heart/util/linkpreview" + "github.com/anyproto/anytype-heart/util/unsplash" ) func BootstrapConfig(newAccount bool, isStaging bool, createBuiltinObjects, createBuiltinTemplates bool) *config.Config { diff --git a/core/anytype/config/config.go b/core/anytype/config/config.go index 5d694869a..ce3b8b4e0 100644 --- a/core/anytype/config/config.go +++ b/core/anytype/config/config.go @@ -6,18 +6,18 @@ import ( "path/filepath" "strings" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/metric" - commonnet "github.com/anytypeio/any-sync/net" - "github.com/anytypeio/any-sync/nodeconf" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/metric" + commonnet "github.com/anyproto/any-sync/net" + "github.com/anyproto/any-sync/nodeconf" "github.com/kelseyhightower/envconfig" "gopkg.in/yaml.v2" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/clientds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/clientds" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var log = logging.Logger("anytype-config") diff --git a/core/auth.go b/core/auth.go index a034e2298..a40997067 100644 --- a/core/auth.go +++ b/core/auth.go @@ -7,7 +7,7 @@ import ( "context" "fmt" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" "github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/protoc-gen-gogo/descriptor" "google.golang.org/grpc" diff --git a/core/block.go b/core/block.go index 49f761bc3..ab8d532ef 100644 --- a/core/block.go +++ b/core/block.go @@ -6,11 +6,11 @@ import ( "github.com/globalsign/mgo/bson" "google.golang.org/grpc/metadata" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func (mw *Middleware) BlockCreate(cctx context.Context, req *pb.RpcBlockCreateRequest) *pb.RpcBlockCreateResponse { diff --git a/core/block/bookmark/bookmark_service.go b/core/block/bookmark/bookmark_service.go index 0249ebd4a..b26acb4b9 100644 --- a/core/block/bookmark/bookmark_service.go +++ b/core/block/bookmark/bookmark_service.go @@ -12,24 +12,24 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/treemanager" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/treemanager" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/linkpreview" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/linkpreview" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const CName = "bookmark" diff --git a/core/block/bookmark/bookmarkimporter/bookmark_importer_decorator.go b/core/block/bookmark/bookmarkimporter/bookmark_importer_decorator.go index 7631c0e7c..b47c8bc82 100644 --- a/core/block/bookmark/bookmarkimporter/bookmark_importer_decorator.go +++ b/core/block/bookmark/bookmarkimporter/bookmark_importer_decorator.go @@ -3,14 +3,14 @@ package bookmarkimporter import ( "go.uber.org/zap" - "github.com/anytypeio/any-sync/app" - bookmarksvc "github.com/anytypeio/go-anytype-middleware/core/block/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/import" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + bookmarksvc "github.com/anyproto/anytype-heart/core/block/bookmark" + "github.com/anyproto/anytype-heart/core/block/import" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" ) diff --git a/core/block/bookmark/migration.go b/core/block/bookmark/migration.go index e42da6785..55aed6acb 100644 --- a/core/block/bookmark/migration.go +++ b/core/block/bookmark/migration.go @@ -3,9 +3,9 @@ package bookmark import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" ) type BlockMigrator interface { diff --git a/core/block/cache.go b/core/block/cache.go index 7a3c83f34..9cd0fde3a 100644 --- a/core/block/cache.go +++ b/core/block/cache.go @@ -7,22 +7,22 @@ import ( "fmt" "time" - "github.com/anytypeio/any-sync/app/ocache" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/util/crypto" + "github.com/anyproto/any-sync/app/ocache" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/util/crypto" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block/editor" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - spaceservice "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/core/block/editor" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/source" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + spaceservice "github.com/anyproto/anytype-heart/space" ) type ctxKey int diff --git a/core/block/cache_test.go b/core/block/cache_test.go index 3c50aca12..74e58284f 100644 --- a/core/block/cache_test.go +++ b/core/block/cache_test.go @@ -1,12 +1,12 @@ package block import ( - "github.com/anytypeio/any-sync/commonspace/object/accountdata" - "github.com/anytypeio/any-sync/commonspace/object/acl/list" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/util/crypto" - spaceservice "github.com/anytypeio/go-anytype-middleware/space" + spaceservice "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/any-sync/commonspace/object/accountdata" + "github.com/anyproto/any-sync/commonspace/object/acl/list" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/util/crypto" "github.com/gogo/protobuf/proto" "github.com/stretchr/testify/require" "testing" diff --git a/core/block/collection/service.go b/core/block/collection/service.go index 52bfbf5d1..9d9d9857d 100644 --- a/core/block/collection/service.go +++ b/core/block/collection/service.go @@ -4,23 +4,23 @@ import ( "fmt" "sync" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/slice" ) var log = logging.Logger("collection-service") diff --git a/core/block/collection/service_test.go b/core/block/collection/service_test.go index 6a0ae2ae2..1053d1496 100644 --- a/core/block/collection/service_test.go +++ b/core/block/collection/service_test.go @@ -8,9 +8,9 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/template" ) type testPicker struct { diff --git a/core/block/create.go b/core/block/create.go index addb3b2ec..7511f9fd9 100644 --- a/core/block/create.go +++ b/core/block/create.go @@ -6,17 +6,17 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func (s *Service) TemplateCreateFromObject(id string) (templateID string, err error) { diff --git a/core/block/dataview.go b/core/block/dataview.go index eb96c148b..224127bfe 100644 --- a/core/block/dataview.go +++ b/core/block/dataview.go @@ -1,10 +1,10 @@ package block import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func (s *Service) AddDataviewFilter( diff --git a/core/block/editor.go b/core/block/editor.go index 5f80bae3c..76e7b5d73 100644 --- a/core/block/editor.go +++ b/core/block/editor.go @@ -4,29 +4,29 @@ import ( "context" "fmt" - "github.com/anytypeio/any-sync/app/ocache" + "github.com/anyproto/any-sync/app/ocache" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/clipboard" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/stext" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/widget" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/clipboard" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/stext" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/editor/widget" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var ErrOptionUsedByOtherObjects = fmt.Errorf("option is used by other objects") diff --git a/core/block/editor/archive.go b/core/block/editor/archive.go index e520face0..956d45cda 100644 --- a/core/block/editor/archive.go +++ b/core/block/editor/archive.go @@ -3,18 +3,18 @@ package editor import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/collection" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type DetailsModifier interface { diff --git a/core/block/editor/archive_test.go b/core/block/editor/archive_test.go index 0ac0563e8..ad89f5dbb 100644 --- a/core/block/editor/archive_test.go +++ b/core/block/editor/archive_test.go @@ -6,12 +6,12 @@ import ( "github.com/golang/mock/gomock" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/util/testMock" - "github.com/anytypeio/go-anytype-middleware/util/testMock/mockDetailsModifier" + "github.com/anyproto/anytype-heart/core/block/editor/collection" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/util/testMock" + "github.com/anyproto/anytype-heart/util/testMock/mockDetailsModifier" ) func NewArchiveTest(ctrl *gomock.Controller) (*Archive, error) { diff --git a/core/block/editor/basic/basic.go b/core/block/editor/basic/basic.go index be893a04e..45504f0a1 100644 --- a/core/block/editor/basic/basic.go +++ b/core/block/editor/basic/basic.go @@ -5,25 +5,25 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/latex" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - relationblock "github.com/anytypeio/go-anytype-middleware/core/block/simple/relation" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/core/block/simple/latex" + "github.com/anyproto/anytype-heart/core/block/simple/link" + relationblock "github.com/anyproto/anytype-heart/core/block/simple/relation" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type AllOperations interface { diff --git a/core/block/editor/basic/basic_test.go b/core/block/editor/basic/basic_test.go index 8fc20e223..22e28b10c 100644 --- a/core/block/editor/basic/basic_test.go +++ b/core/block/editor/basic/basic_test.go @@ -7,19 +7,19 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" + _ "github.com/anyproto/anytype-heart/core/block/simple/base" ) func newTextBlock(id, contentText string, childrenIds []string) simple.Block { diff --git a/core/block/editor/basic/details.go b/core/block/editor/basic/details.go index 02359135c..c9c109e36 100644 --- a/core/block/editor/basic/details.go +++ b/core/block/editor/basic/details.go @@ -5,16 +5,16 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var log = logging.Logger("anytype-mw-editor-basic") diff --git a/core/block/editor/basic/extract_objects.go b/core/block/editor/basic/extract_objects.go index 113977a59..edaf7f72f 100644 --- a/core/block/editor/basic/extract_objects.go +++ b/core/block/editor/basic/extract_objects.go @@ -7,15 +7,15 @@ import ( "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type ObjectCreator interface { diff --git a/core/block/editor/basic/extract_objects_test.go b/core/block/editor/basic/extract_objects_test.go index 2f710a3c6..f628e99b5 100644 --- a/core/block/editor/basic/extract_objects_test.go +++ b/core/block/editor/basic/extract_objects_test.go @@ -2,8 +2,8 @@ package basic import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "testing" "github.com/globalsign/mgo/bson" @@ -11,14 +11,14 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/util/slice" ) type testExtractObjects struct { diff --git a/core/block/editor/basic/history.go b/core/block/editor/basic/history.go index 7eb8f001a..2a82b41c6 100644 --- a/core/block/editor/basic/history.go +++ b/core/block/editor/basic/history.go @@ -1,10 +1,10 @@ package basic import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type IHistory interface { diff --git a/core/block/editor/basic/history_test.go b/core/block/editor/basic/history_test.go index cecdaaaf3..3843b62e1 100644 --- a/core/block/editor/basic/history_test.go +++ b/core/block/editor/basic/history_test.go @@ -4,11 +4,11 @@ import ( "strings" "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/core/block/editor/basic/state_transform.go b/core/block/editor/basic/state_transform.go index d69f0e65f..d3b06dfc9 100644 --- a/core/block/editor/basic/state_transform.go +++ b/core/block/editor/basic/state_transform.go @@ -1,8 +1,8 @@ package basic import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" ) func CutBlocks(s *state.State, blockIds []string) (blocks []simple.Block) { diff --git a/core/block/editor/basic/state_transform_test.go b/core/block/editor/basic/state_transform_test.go index c2d57d337..cc86308c4 100644 --- a/core/block/editor/basic/state_transform_test.go +++ b/core/block/editor/basic/state_transform_test.go @@ -3,9 +3,9 @@ package basic import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/editor/bookmark/bookmark.go b/core/block/editor/bookmark/bookmark.go index 41caab595..1cf91c94f 100644 --- a/core/block/editor/bookmark/bookmark.go +++ b/core/block/editor/bookmark/bookmark.go @@ -7,19 +7,19 @@ import ( "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" - bookmarksvc "github.com/anytypeio/go-anytype-middleware/core/block/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/uri" + bookmarksvc "github.com/anyproto/anytype-heart/core/block/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/uri" ) var log = logging.Logger("bookmark") diff --git a/core/block/editor/clipboard/clipboard.go b/core/block/editor/clipboard/clipboard.go index c30a14626..c61c793f6 100644 --- a/core/block/editor/clipboard/clipboard.go +++ b/core/block/editor/clipboard/clipboard.go @@ -9,24 +9,24 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark/whitespace" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/converter/html" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" - textutil "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark/whitespace" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/converter/html" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" + textutil "github.com/anyproto/anytype-heart/util/text" ) var ( diff --git a/core/block/editor/clipboard/clipboard_helpers_test.go b/core/block/editor/clipboard/clipboard_helpers_test.go index 5fa3aee01..7da4e5d32 100644 --- a/core/block/editor/clipboard/clipboard_helpers_test.go +++ b/core/block/editor/clipboard/clipboard_helpers_test.go @@ -8,12 +8,12 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" + _ "github.com/anyproto/anytype-heart/core/block/simple/base" ) var emptyMarks [][]*model.BlockContentTextMark diff --git a/core/block/editor/clipboard/clipboard_test.go b/core/block/editor/clipboard/clipboard_test.go index 077cfe3c5..4187d22a0 100644 --- a/core/block/editor/clipboard/clipboard_test.go +++ b/core/block/editor/clipboard/clipboard_test.go @@ -6,16 +6,16 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" + _ "github.com/anyproto/anytype-heart/core/block/simple/base" ) func TestCommonSmart_pasteHtml(t *testing.T) { diff --git a/core/block/editor/clipboard/paste.go b/core/block/editor/clipboard/paste.go index 29e12c5ed..a1454fef3 100644 --- a/core/block/editor/clipboard/paste.go +++ b/core/block/editor/clipboard/paste.go @@ -5,13 +5,13 @@ import ( "github.com/samber/lo" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - textutil "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + textutil "github.com/anyproto/anytype-heart/util/text" ) type pasteCtrl struct { diff --git a/core/block/editor/clipboard/paste_targets.go b/core/block/editor/clipboard/paste_targets.go index 452f59ebb..17c92ceac 100644 --- a/core/block/editor/clipboard/paste_targets.go +++ b/core/block/editor/clipboard/paste_targets.go @@ -4,12 +4,12 @@ import ( "fmt" "strings" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) var pasteTargetCreator []func(b simple.Block) PasteTarget diff --git a/core/block/editor/collection/collection.go b/core/block/editor/collection/collection.go index e77043c6b..44bdf1da2 100644 --- a/core/block/editor/collection/collection.go +++ b/core/block/editor/collection/collection.go @@ -3,9 +3,9 @@ package collection import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var ErrObjectNotFound = fmt.Errorf("object not found") diff --git a/core/block/editor/converter/layout.go b/core/block/editor/converter/layout.go index a1bcd4ff0..1a07385c0 100644 --- a/core/block/editor/converter/layout.go +++ b/core/block/editor/converter/layout.go @@ -6,18 +6,18 @@ import ( "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const DefaultSetSource = bundle.TypeKeyPage diff --git a/core/block/editor/dashboard.go b/core/block/editor/dashboard.go index 50a7e9d15..09a2b878e 100644 --- a/core/block/editor/dashboard.go +++ b/core/block/editor/dashboard.go @@ -3,21 +3,21 @@ package editor import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/collection" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type Dashboard struct { diff --git a/core/block/editor/dataview/dataview.go b/core/block/editor/dataview/dataview.go index a09e59573..bb77772bc 100644 --- a/core/block/editor/dataview/dataview.go +++ b/core/block/editor/dataview/dataview.go @@ -8,27 +8,27 @@ import ( "github.com/gogo/protobuf/types" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - smartblock2 "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/schema" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + smartblock2 "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/schema" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const DefaultDetailsFieldName = "_defaultRecordFields" diff --git a/core/block/editor/dataview/dataview_test.go b/core/block/editor/dataview/dataview_test.go index 7a022ef23..bc7b0516d 100644 --- a/core/block/editor/dataview/dataview_test.go +++ b/core/block/editor/dataview/dataview_test.go @@ -8,13 +8,13 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func Test_calculateEntriesDiff(t *testing.T) { diff --git a/core/block/editor/factory.go b/core/block/editor/factory.go index 90d20a184..6237fc763 100644 --- a/core/block/editor/factory.go +++ b/core/block/editor/factory.go @@ -3,26 +3,26 @@ package editor import ( "fmt" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block/editor/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" ) var log = logging.Logger("anytype-mw-editor") diff --git a/core/block/editor/file/block_service_mock_test.go b/core/block/editor/file/block_service_mock_test.go index c2b95a8b2..0a6b4f90a 100644 --- a/core/block/editor/file/block_service_mock_test.go +++ b/core/block/editor/file/block_service_mock_test.go @@ -1,5 +1,5 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/anytypeio/go-anytype-middleware/core/block/editor/file (interfaces: BlockService) +// Source: github.com/anyproto/anytype-heart/core/block/editor/file (interfaces: BlockService) // Package file_test is a generated GoMock package. package file_test @@ -7,11 +7,11 @@ package file_test import ( reflect "reflect" - file "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - smartblock "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - process "github.com/anytypeio/go-anytype-middleware/core/block/process" - session "github.com/anytypeio/go-anytype-middleware/core/session" - pb "github.com/anytypeio/go-anytype-middleware/pb" + file "github.com/anyproto/anytype-heart/core/block/editor/file" + smartblock "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + process "github.com/anyproto/anytype-heart/core/block/process" + session "github.com/anyproto/anytype-heart/core/session" + pb "github.com/anyproto/anytype-heart/pb" gomock "github.com/golang/mock/gomock" ) diff --git a/core/block/editor/file/file.go b/core/block/editor/file/file.go index 17942abff..18fea05c4 100644 --- a/core/block/editor/file/file.go +++ b/core/block/editor/file/file.go @@ -13,19 +13,19 @@ import ( "github.com/gogo/protobuf/types" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/file" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/file" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ( diff --git a/core/block/editor/file/uploader.go b/core/block/editor/file/uploader.go index 4e0539b3e..1abc18bad 100644 --- a/core/block/editor/file/uploader.go +++ b/core/block/editor/file/uploader.go @@ -16,14 +16,14 @@ import ( "github.com/h2non/filetype" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/file" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/file" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/mill" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/uri" ) var ( diff --git a/core/block/editor/file/uploader_test.go b/core/block/editor/file/uploader_test.go index 9f202cf9e..11a461b99 100644 --- a/core/block/editor/file/uploader_test.go +++ b/core/block/editor/file/uploader_test.go @@ -1,4 +1,4 @@ -//go:generate mockgen -package file_test -destination block_service_mock_test.go github.com/anytypeio/go-anytype-middleware/core/block/editor/file BlockService +//go:generate mockgen -package file_test -destination block_service_mock_test.go github.com/anyproto/anytype-heart/core/block/editor/file BlockService package file_test @@ -13,13 +13,13 @@ import ( "github.com/magiconair/properties/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - file2 "github.com/anytypeio/go-anytype-middleware/core/block/simple/file" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/testMock" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/simple" + file2 "github.com/anyproto/anytype-heart/core/block/simple/file" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/testMock" ) func TestUploader_Upload(t *testing.T) { diff --git a/core/block/editor/files.go b/core/block/editor/files.go index 1f0cc2d53..c51a6e1dc 100644 --- a/core/block/editor/files.go +++ b/core/block/editor/files.go @@ -5,14 +5,14 @@ import ( "fmt" "strings" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/filestorage" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/filestorage" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewFiles(sb smartblock.SmartBlock) *Files { diff --git a/core/block/editor/missingobject.go b/core/block/editor/missingobject.go index d5ecca4e9..1c3a0288c 100644 --- a/core/block/editor/missingobject.go +++ b/core/block/editor/missingobject.go @@ -1,7 +1,7 @@ package editor import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" ) func NewMissingObject(sb smartblock.SmartBlock) *MissingObject { diff --git a/core/block/editor/objecttype.go b/core/block/editor/objecttype.go index ee2b20d79..ef5d78602 100644 --- a/core/block/editor/objecttype.go +++ b/core/block/editor/objecttype.go @@ -6,23 +6,23 @@ import ( "github.com/gogo/protobuf/types" "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - dataview2 "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + dataview2 "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type ObjectType struct { diff --git a/core/block/editor/page.go b/core/block/editor/page.go index c43121921..7b2172c4b 100644 --- a/core/block/editor/page.go +++ b/core/block/editor/page.go @@ -1,26 +1,26 @@ package editor import ( - bookmarksvc "github.com/anytypeio/go-anytype-middleware/core/block/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/clipboard" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/stext" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + bookmarksvc "github.com/anyproto/anytype-heart/core/block/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/clipboard" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/stext" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" ) type Page struct { diff --git a/core/block/editor/profile.go b/core/block/editor/profile.go index 4c173d9a3..c33f7fe1a 100644 --- a/core/block/editor/profile.go +++ b/core/block/editor/profile.go @@ -1,26 +1,26 @@ package editor import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/clipboard" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/stext" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/clipboard" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/stext" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type Profile struct { diff --git a/core/block/editor/relation.go b/core/block/editor/relation.go index 21e3bb895..34330875d 100644 --- a/core/block/editor/relation.go +++ b/core/block/editor/relation.go @@ -1,20 +1,20 @@ package editor import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type Relation struct { diff --git a/core/block/editor/relation_option.go b/core/block/editor/relation_option.go index 0352d9b78..f87ffc797 100644 --- a/core/block/editor/relation_option.go +++ b/core/block/editor/relation_option.go @@ -1,18 +1,18 @@ package editor import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type RelationOption struct { diff --git a/core/block/editor/smartblock/indexer.go b/core/block/editor/smartblock/indexer.go index d1a775b12..a6143dc0a 100644 --- a/core/block/editor/smartblock/indexer.go +++ b/core/block/editor/smartblock/indexer.go @@ -1,2 +1,2 @@ -//go:generate mockgen -package smartblock -destination indexer_mock.go github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock Indexer +//go:generate mockgen -package smartblock -destination indexer_mock.go github.com/anyproto/anytype-heart/core/block/editor/smartblock Indexer package smartblock diff --git a/core/block/editor/smartblock/smartblock.go b/core/block/editor/smartblock/smartblock.go index 5c6a1d2b0..4cb5ba3ce 100644 --- a/core/block/editor/smartblock/smartblock.go +++ b/core/block/editor/smartblock/smartblock.go @@ -8,35 +8,35 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/ocache" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/ocache" // nolint:misspell - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" "github.com/gogo/protobuf/types" "github.com/samber/lo" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/block/undo" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/block/undo" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type ApplyFlag int diff --git a/core/block/editor/smartblock/smartblock_test.go b/core/block/editor/smartblock/smartblock_test.go index 738565a5a..6ea6eb200 100644 --- a/core/block/editor/smartblock/smartblock_test.go +++ b/core/block/editor/smartblock/smartblock_test.go @@ -8,21 +8,21 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/testMock" - "github.com/anytypeio/go-anytype-middleware/util/testMock/mockRelation" - "github.com/anytypeio/go-anytype-middleware/util/testMock/mockSource" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/testMock" + "github.com/anyproto/anytype-heart/util/testMock/mockRelation" + "github.com/anyproto/anytype-heart/util/testMock/mockSource" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" + _ "github.com/anyproto/anytype-heart/core/block/simple/base" + _ "github.com/anyproto/anytype-heart/core/block/simple/link" + _ "github.com/anyproto/anytype-heart/core/block/simple/text" ) func TestSmartBlock_Init(t *testing.T) { diff --git a/core/block/editor/smartblock/smarttest/smarttest.go b/core/block/editor/smartblock/smarttest/smarttest.go index 4a410c223..3919e9bfb 100644 --- a/core/block/editor/smartblock/smarttest/smarttest.go +++ b/core/block/editor/smartblock/smarttest/smarttest.go @@ -5,22 +5,22 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/undo" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/testMock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/undo" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/testMock" ) func New(id string) *SmartTest { diff --git a/core/block/editor/state/change.go b/core/block/editor/state/change.go index 6f42cf1cb..11b624c25 100644 --- a/core/block/editor/state/change.go +++ b/core/block/editor/state/change.go @@ -9,13 +9,13 @@ import ( "github.com/hashicorp/go-multierror" "github.com/mb0/diff" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type snapshotOptions struct { diff --git a/core/block/editor/state/change_test.go b/core/block/editor/state/change_test.go index d9ce332bf..24acbb985 100644 --- a/core/block/editor/state/change_test.go +++ b/core/block/editor/state/change_test.go @@ -8,13 +8,13 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" - . "github.com/anytypeio/go-anytype-middleware/tests/blockbuilder" + . "github.com/anyproto/anytype-heart/tests/blockbuilder" ) func makeStoreWithTwoKeysAndValue(first, second, value string) *types.Struct { diff --git a/core/block/editor/state/changeparser.go b/core/block/editor/state/changeparser.go index 5a46b57cf..d2c001f52 100644 --- a/core/block/editor/state/changeparser.go +++ b/core/block/editor/state/changeparser.go @@ -2,8 +2,8 @@ package state import ( "fmt" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/anytype-heart/pb" "strings" "unicode" ) diff --git a/core/block/editor/state/event.go b/core/block/editor/state/event.go index ccd94e38f..125d854ea 100644 --- a/core/block/editor/state/event.go +++ b/core/block/editor/state/event.go @@ -5,21 +5,21 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/file" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/latex" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/relation" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/table" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/widget" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/block/simple/file" + "github.com/anyproto/anytype-heart/core/block/simple/latex" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/relation" + "github.com/anyproto/anytype-heart/core/block/simple/table" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/block/simple/widget" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) func (s *State) applyEvent(ev *pb.EventMessage) (err error) { diff --git a/core/block/editor/state/normalize.go b/core/block/editor/state/normalize.go index ee9b82391..f4557e711 100644 --- a/core/block/editor/state/normalize.go +++ b/core/block/editor/state/normalize.go @@ -4,10 +4,10 @@ import ( "fmt" "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var ( diff --git a/core/block/editor/state/normalize_test.go b/core/block/editor/state/normalize_test.go index db59e5be8..544a21ec1 100644 --- a/core/block/editor/state/normalize_test.go +++ b/core/block/editor/state/normalize_test.go @@ -9,12 +9,12 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" + _ "github.com/anyproto/anytype-heart/core/block/simple/text" ) func TestState_Normalize(t *testing.T) { diff --git a/core/block/editor/state/position.go b/core/block/editor/state/position.go index d396b6718..928c43c68 100644 --- a/core/block/editor/state/position.go +++ b/core/block/editor/state/position.go @@ -6,9 +6,9 @@ import ( "encoding/hex" "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) func (s *State) InsertTo(targetId string, reqPos model.BlockPosition, ids ...string) (err error) { diff --git a/core/block/editor/state/position_test.go b/core/block/editor/state/position_test.go index 5ace8a5ac..bfae96652 100644 --- a/core/block/editor/state/position_test.go +++ b/core/block/editor/state/position_test.go @@ -6,11 +6,11 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" - . "github.com/anytypeio/go-anytype-middleware/tests/blockbuilder" + . "github.com/anyproto/anytype-heart/tests/blockbuilder" ) func TestState_InsertTo(t *testing.T) { diff --git a/core/block/editor/state/state.go b/core/block/editor/state/state.go index 09d00bb76..73fb9620b 100644 --- a/core/block/editor/state/state.go +++ b/core/block/editor/state/state.go @@ -12,17 +12,17 @@ import ( "github.com/samber/lo" "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/undo" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" - textutil "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/undo" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" + textutil "github.com/anyproto/anytype-heart/util/text" ) var log = logging.Logger("anytype-mw-state") diff --git a/core/block/editor/state/state_test.go b/core/block/editor/state/state_test.go index 53a558e7d..95f0f5c44 100644 --- a/core/block/editor/state/state_test.go +++ b/core/block/editor/state/state_test.go @@ -9,11 +9,11 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func TestState_Add(t *testing.T) { diff --git a/core/block/editor/stext/text.go b/core/block/editor/stext/text.go index 57c7a7e75..f9aaba0d4 100644 --- a/core/block/editor/stext/text.go +++ b/core/block/editor/stext/text.go @@ -8,18 +8,18 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) var setTextApplyInterval = time.Second * 3 diff --git a/core/block/editor/stext/text_test.go b/core/block/editor/stext/text_test.go index 0d2a93325..b4daf33bd 100644 --- a/core/block/editor/stext/text_test.go +++ b/core/block/editor/stext/text_test.go @@ -9,17 +9,17 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/testMock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/testMock" ) func newTextBlock(id, contentText string, childrenIds ...string) simple.Block { diff --git a/core/block/editor/sub_object_factory.go b/core/block/editor/sub_object_factory.go index 9ebb62408..a5af917e7 100644 --- a/core/block/editor/sub_object_factory.go +++ b/core/block/editor/sub_object_factory.go @@ -3,16 +3,16 @@ package editor import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/space/typeprovider" ) type subObjectFactory struct { diff --git a/core/block/editor/subobject.go b/core/block/editor/subobject.go index 531eb84bb..9df99b72e 100644 --- a/core/block/editor/subobject.go +++ b/core/block/editor/subobject.go @@ -3,18 +3,18 @@ package editor import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/clipboard" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/stext" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/clipboard" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/stext" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/space/typeprovider" ) type SubObject struct { diff --git a/core/block/editor/subobjectcollection.go b/core/block/editor/subobjectcollection.go index ef88ad5d6..69a515631 100644 --- a/core/block/editor/subobjectcollection.go +++ b/core/block/editor/subobjectcollection.go @@ -8,24 +8,24 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/stext" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/stext" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var ( diff --git a/core/block/editor/table/block.go b/core/block/editor/table/block.go index 6fad096c0..12390649e 100644 --- a/core/block/editor/table/block.go +++ b/core/block/editor/table/block.go @@ -6,11 +6,11 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func init() { diff --git a/core/block/editor/table/block_test.go b/core/block/editor/table/block_test.go index eb8b92ede..02b01a641 100644 --- a/core/block/editor/table/block_test.go +++ b/core/block/editor/table/block_test.go @@ -6,9 +6,9 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func TestNormalize(t *testing.T) { diff --git a/core/block/editor/table/table.go b/core/block/editor/table/table.go index fb4baec38..bd8047fe3 100644 --- a/core/block/editor/table/table.go +++ b/core/block/editor/table/table.go @@ -7,15 +7,15 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/table" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/table" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var log = logging.Logger("anytype-simple-tables") diff --git a/core/block/editor/table/table_test.go b/core/block/editor/table/table_test.go index c91d62c9a..3dbd1faca 100644 --- a/core/block/editor/table/table_test.go +++ b/core/block/editor/table/table_test.go @@ -6,11 +6,11 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock/smarttest" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock/smarttest" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func TestTableCreate(t *testing.T) { diff --git a/core/block/editor/template.go b/core/block/editor/template.go index 0a1342d56..5273f8552 100644 --- a/core/block/editor/template.go +++ b/core/block/editor/template.go @@ -3,21 +3,21 @@ package editor import ( "strings" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type Template struct { diff --git a/core/block/editor/template/collection.go b/core/block/editor/template/collection.go index e58b80a43..a0afb21e2 100644 --- a/core/block/editor/template/collection.go +++ b/core/block/editor/template/collection.go @@ -3,9 +3,9 @@ package template import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func MakeCollectionDataviewContent() *model.BlockContentOfDataview { diff --git a/core/block/editor/template/template.go b/core/block/editor/template/template.go index 453b171bf..266416e29 100644 --- a/core/block/editor/template/template.go +++ b/core/block/editor/template/template.go @@ -5,16 +5,16 @@ import ( "github.com/gogo/protobuf/types" "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - simpleDataview "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + simpleDataview "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) // duplicate constants stored at core/block/editor/state/state.go diff --git a/core/block/editor/template/template_test.go b/core/block/editor/template/template_test.go index b5b48583d..4477ce487 100644 --- a/core/block/editor/template/template_test.go +++ b/core/block/editor/template/template_test.go @@ -3,9 +3,9 @@ package template import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" ) diff --git a/core/block/editor/widget.go b/core/block/editor/widget.go index c64f6b3ca..ab5076828 100644 --- a/core/block/editor/widget.go +++ b/core/block/editor/widget.go @@ -1,20 +1,20 @@ package editor import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/widget" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/editor/widget" + "github.com/anyproto/anytype-heart/core/block/migration" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const BlockAdditionError = "failed to add widget '%s': %v" diff --git a/core/block/editor/widget/widget.go b/core/block/editor/widget/widget.go index ed0018a1b..bf99d414c 100644 --- a/core/block/editor/widget/widget.go +++ b/core/block/editor/widget/widget.go @@ -3,11 +3,11 @@ package widget import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const ( diff --git a/core/block/editor/workspaces.go b/core/block/editor/workspaces.go index 8fdb61796..785bda85b 100644 --- a/core/block/editor/workspaces.go +++ b/core/block/editor/workspaces.go @@ -8,25 +8,25 @@ import ( "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const ( diff --git a/core/block/export/export.go b/core/block/export/export.go index 62ef2aba3..0a75eb188 100644 --- a/core/block/export/export.go +++ b/core/block/export/export.go @@ -10,34 +10,34 @@ import ( "strings" "sync" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" "github.com/gosimple/slug" - "github.com/anytypeio/go-anytype-middleware/core/block" - sb "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/core/converter/dot" - "github.com/anytypeio/go-anytype-middleware/core/converter/graphjson" - "github.com/anytypeio/go-anytype-middleware/core/converter/md" - "github.com/anytypeio/go-anytype-middleware/core/converter/pbc" - "github.com/anytypeio/go-anytype-middleware/core/converter/pbjson" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/constant" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block" + sb "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/core/converter/dot" + "github.com/anyproto/anytype-heart/core/converter/graphjson" + "github.com/anyproto/anytype-heart/core/converter/md" + "github.com/anyproto/anytype-heart/core/converter/pbc" + "github.com/anyproto/anytype-heart/core/converter/pbjson" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/constant" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/text" ) const CName = "export" diff --git a/core/block/files.go b/core/block/files.go index 5bc47267b..60e0b7d10 100644 --- a/core/block/files.go +++ b/core/block/files.go @@ -8,9 +8,9 @@ import ( "github.com/miolini/datacounter" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pb" ) // TODO Move residual file methods here diff --git a/core/block/getblock/getblock.go b/core/block/getblock/getblock.go index 9422707e9..e6d4efa8c 100644 --- a/core/block/getblock/getblock.go +++ b/core/block/getblock/getblock.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/metrics" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/metrics" ) type Picker interface { diff --git a/core/block/history/history.go b/core/block/history/history.go index d7299242d..16a09ac30 100644 --- a/core/block/history/history.go +++ b/core/block/history/history.go @@ -3,9 +3,9 @@ package history import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/migration" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/migration" ) func ResetToVersion(sb smartblock.SmartBlock, st *state.State) error { diff --git a/core/block/import/converter/collection.go b/core/block/import/converter/collection.go index ca32fbdb4..2563fa6c5 100644 --- a/core/block/import/converter/collection.go +++ b/core/block/import/converter/collection.go @@ -4,16 +4,16 @@ import ( "github.com/gogo/protobuf/types" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - simpleDataview "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - sb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/simple" + simpleDataview "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + sb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type RootCollection struct { diff --git a/core/block/import/converter/common.go b/core/block/import/converter/common.go index 8ed820864..c8f139ca9 100644 --- a/core/block/import/converter/common.go +++ b/core/block/import/converter/common.go @@ -9,18 +9,18 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/widget" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/widget" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/block/simple/link" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var log = logging.Logger("import") diff --git a/core/block/import/converter/convertermock.go b/core/block/import/converter/convertermock.go index 363f70dd5..eccea83aa 100644 --- a/core/block/import/converter/convertermock.go +++ b/core/block/import/converter/convertermock.go @@ -6,13 +6,13 @@ package converter import ( context "context" - "github.com/anytypeio/go-anytype-middleware/core/block/process" + "github.com/anyproto/anytype-heart/core/block/process" reflect "reflect" - block "github.com/anytypeio/go-anytype-middleware/core/block" - smartblock "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - pb "github.com/anytypeio/go-anytype-middleware/pb" - smartblock0 "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" + block "github.com/anyproto/anytype-heart/core/block" + smartblock "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + pb "github.com/anyproto/anytype-heart/pb" + smartblock0 "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" gomock "github.com/golang/mock/gomock" ) diff --git a/core/block/import/converter/types.go b/core/block/import/converter/types.go index 068f56812..c92b505cc 100644 --- a/core/block/import/converter/types.go +++ b/core/block/import/converter/types.go @@ -4,12 +4,12 @@ import ( "context" "io" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type ObjectTreeCreator interface { diff --git a/core/block/import/csv/collectionstrategy.go b/core/block/import/csv/collectionstrategy.go index 758df1712..fe95678b0 100644 --- a/core/block/import/csv/collectionstrategy.go +++ b/core/block/import/csv/collectionstrategy.go @@ -6,17 +6,17 @@ import ( "github.com/gogo/protobuf/types" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark/whitespace" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark/whitespace" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type CollectionStrategy struct { diff --git a/core/block/import/csv/converter.go b/core/block/import/csv/converter.go index ec56cee1f..c9955b2da 100644 --- a/core/block/import/csv/converter.go +++ b/core/block/import/csv/converter.go @@ -5,13 +5,13 @@ import ( "fmt" "io" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - te "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/source" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/collection" + te "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/source" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const ( diff --git a/core/block/import/csv/converter_test.go b/core/block/import/csv/converter_test.go index d7e1db937..0ba011131 100644 --- a/core/block/import/csv/converter_test.go +++ b/core/block/import/csv/converter_test.go @@ -5,12 +5,12 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func TestCsv_GetSnapshotsEmptyFile(t *testing.T) { diff --git a/core/block/import/csv/strategy.go b/core/block/import/csv/strategy.go index af56ce3a4..983146078 100644 --- a/core/block/import/csv/strategy.go +++ b/core/block/import/csv/strategy.go @@ -1,7 +1,7 @@ package csv import ( - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/converter" ) type Strategy interface { diff --git a/core/block/import/csv/tablestrategy.go b/core/block/import/csv/tablestrategy.go index dcc9bfb4f..63415faa7 100644 --- a/core/block/import/csv/tablestrategy.go +++ b/core/block/import/csv/tablestrategy.go @@ -3,14 +3,14 @@ package csv import ( "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - te "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + te "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type TableStrategy struct { diff --git a/core/block/import/html/converter.go b/core/block/import/html/converter.go index c5433e0d7..d6a9afc02 100644 --- a/core/block/import/html/converter.go +++ b/core/block/import/html/converter.go @@ -6,15 +6,15 @@ import ( "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark" - "github.com/anytypeio/go-anytype-middleware/core/block/import/source" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark" + "github.com/anyproto/anytype-heart/core/block/import/source" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const numberOfStages = 2 // 1 cycle to get snapshots and 1 cycle to create objects diff --git a/core/block/import/html/converter_test.go b/core/block/import/html/converter_test.go index c9584094e..78a81c679 100644 --- a/core/block/import/html/converter_test.go +++ b/core/block/import/html/converter_test.go @@ -1,10 +1,10 @@ package html import ( - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/stretchr/testify/assert" "testing" ) diff --git a/core/block/import/importer.go b/core/block/import/importer.go index 762185e9b..39b94a96e 100644 --- a/core/block/import/importer.go +++ b/core/block/import/importer.go @@ -5,35 +5,35 @@ import ( "fmt" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/types" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/csv" - "github.com/anytypeio/go-anytype-middleware/core/block/import/html" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion" - pbc "github.com/anytypeio/go-anytype-middleware/core/block/import/pb" - "github.com/anytypeio/go-anytype-middleware/core/block/import/syncer" - "github.com/anytypeio/go-anytype-middleware/core/block/import/txt" - "github.com/anytypeio/go-anytype-middleware/core/block/import/web" - "github.com/anytypeio/go-anytype-middleware/core/block/import/workerpool" - "github.com/anytypeio/go-anytype-middleware/core/block/object/objectcreator" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - sb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/csv" + "github.com/anyproto/anytype-heart/core/block/import/html" + "github.com/anyproto/anytype-heart/core/block/import/markdown" + "github.com/anyproto/anytype-heart/core/block/import/notion" + pbc "github.com/anyproto/anytype-heart/core/block/import/pb" + "github.com/anyproto/anytype-heart/core/block/import/syncer" + "github.com/anyproto/anytype-heart/core/block/import/txt" + "github.com/anyproto/anytype-heart/core/block/import/web" + "github.com/anyproto/anytype-heart/core/block/import/workerpool" + "github.com/anyproto/anytype-heart/core/block/object/objectcreator" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + sb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var log = logging.Logger("import") diff --git a/core/block/import/importer_test.go b/core/block/import/importer_test.go index 67b1f3b03..359d61f05 100644 --- a/core/block/import/importer_test.go +++ b/core/block/import/importer_test.go @@ -4,18 +4,18 @@ import ( "fmt" "testing" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/golang/mock/gomock" "github.com/pkg/errors" "github.com/stretchr/testify/assert" - cv "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - pbc "github.com/anytypeio/go-anytype-middleware/core/block/import/pb" - "github.com/anytypeio/go-anytype-middleware/core/block/import/web" - "github.com/anytypeio/go-anytype-middleware/core/block/import/web/parsers" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + cv "github.com/anyproto/anytype-heart/core/block/import/converter" + pbc "github.com/anyproto/anytype-heart/core/block/import/pb" + "github.com/anyproto/anytype-heart/core/block/import/web" + "github.com/anyproto/anytype-heart/core/block/import/web/parsers" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func Test_ImportSuccess(t *testing.T) { diff --git a/core/block/import/markdown/anymark/anyblocks.go b/core/block/import/markdown/anymark/anyblocks.go index e35c1ce71..f95be78e2 100644 --- a/core/block/import/markdown/anymark/anyblocks.go +++ b/core/block/import/markdown/anymark/anyblocks.go @@ -3,7 +3,7 @@ package anymark import ( "strings" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func preprocessBlocks(blocks []*model.Block) (blocksOut []*model.Block) { diff --git a/core/block/import/markdown/anymark/blocks_renderer.go b/core/block/import/markdown/anymark/blocks_renderer.go index 3c21ecffb..75886e44d 100644 --- a/core/block/import/markdown/anymark/blocks_renderer.go +++ b/core/block/import/markdown/anymark/blocks_renderer.go @@ -10,8 +10,8 @@ import ( "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/text" ) var ( diff --git a/core/block/import/markdown/anymark/html_to_blocks_test.go b/core/block/import/markdown/anymark/html_to_blocks_test.go index e284d5fe5..02539fcfc 100644 --- a/core/block/import/markdown/anymark/html_to_blocks_test.go +++ b/core/block/import/markdown/anymark/html_to_blocks_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var ( diff --git a/core/block/import/markdown/anymark/markdown.go b/core/block/import/markdown/anymark/markdown.go index db22ea4a5..bd84e5a6f 100644 --- a/core/block/import/markdown/anymark/markdown.go +++ b/core/block/import/markdown/anymark/markdown.go @@ -13,9 +13,9 @@ import ( "github.com/yuin/goldmark/renderer" "github.com/yuin/goldmark/util" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark/whitespace" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark/whitespace" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var ( diff --git a/core/block/import/markdown/anymark/renderer.go b/core/block/import/markdown/anymark/renderer.go index a135a3b12..626d964e6 100644 --- a/core/block/import/markdown/anymark/renderer.go +++ b/core/block/import/markdown/anymark/renderer.go @@ -11,9 +11,9 @@ import ( "github.com/yuin/goldmark/renderer" "github.com/yuin/goldmark/util" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/text" ) var log = logging.Logger("anytype-anymark") diff --git a/core/block/import/markdown/anymark/table_renderer.go b/core/block/import/markdown/anymark/table_renderer.go index 9eea6b70b..db52d5ee9 100644 --- a/core/block/import/markdown/anymark/table_renderer.go +++ b/core/block/import/markdown/anymark/table_renderer.go @@ -10,11 +10,11 @@ import ( "github.com/yuin/goldmark/text" "github.com/yuin/goldmark/util" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - te "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + te "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type tableState struct { diff --git a/core/block/import/markdown/blockconverter.go b/core/block/import/markdown/blockconverter.go index 7c4c23598..e82421ed7 100644 --- a/core/block/import/markdown/blockconverter.go +++ b/core/block/import/markdown/blockconverter.go @@ -9,13 +9,13 @@ import ( "github.com/globalsign/mgo/bson" - ce "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark" - "github.com/anytypeio/go-anytype-middleware/core/block/import/source" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/uri" + ce "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark" + "github.com/anyproto/anytype-heart/core/block/import/source" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/uri" ) type mdConverter struct { diff --git a/core/block/import/markdown/import.go b/core/block/import/markdown/import.go index c414a595b..7b0ff70e1 100644 --- a/core/block/import/markdown/import.go +++ b/core/block/import/markdown/import.go @@ -11,17 +11,17 @@ import ( "github.com/gogo/protobuf/types" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var ( diff --git a/core/block/import/mock.go b/core/block/import/mock.go index 5757df36a..5ebaa6d9e 100644 --- a/core/block/import/mock.go +++ b/core/block/import/mock.go @@ -1,5 +1,5 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/anytypeio/go-anytype-middleware/core/block/import (interfaces: Creator,IDGetter) +// Source: github.com/anyproto/anytype-heart/core/block/import (interfaces: Creator,IDGetter) // Package importer is a generated GoMock package. package importer @@ -8,10 +8,10 @@ import ( reflect "reflect" time "time" - treestorage "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" - converter "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - session "github.com/anytypeio/go-anytype-middleware/core/session" - smartblock "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" + treestorage "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" + converter "github.com/anyproto/anytype-heart/core/block/import/converter" + session "github.com/anyproto/anytype-heart/core/session" + smartblock "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" types "github.com/gogo/protobuf/types" gomock "github.com/golang/mock/gomock" ) diff --git a/core/block/import/notion/api/block/block.go b/core/block/import/notion/api/block/block.go index 1f8c2a5ed..3cdd6b1a9 100644 --- a/core/block/import/notion/api/block/block.go +++ b/core/block/import/notion/api/block/block.go @@ -3,8 +3,8 @@ package block import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type Type string diff --git a/core/block/import/notion/api/block/columns.go b/core/block/import/notion/api/block/columns.go index f08e55f3f..b93b0cb06 100644 --- a/core/block/import/notion/api/block/columns.go +++ b/core/block/import/notion/api/block/columns.go @@ -6,8 +6,8 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type ColumnListBlock struct { diff --git a/core/block/import/notion/api/block/div.go b/core/block/import/notion/api/block/div.go index bfd7e4aa4..909cd762c 100644 --- a/core/block/import/notion/api/block/div.go +++ b/core/block/import/notion/api/block/div.go @@ -3,7 +3,7 @@ package block import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type DividerBlock struct { diff --git a/core/block/import/notion/api/block/file.go b/core/block/import/notion/api/block/file.go index a3be365d8..5073e6349 100644 --- a/core/block/import/notion/api/block/file.go +++ b/core/block/import/notion/api/block/file.go @@ -1,8 +1,8 @@ package block import ( - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type FileBlock struct { diff --git a/core/block/import/notion/api/block/link.go b/core/block/import/notion/api/block/link.go index 170c8d0ef..1bcb34990 100644 --- a/core/block/import/notion/api/block/link.go +++ b/core/block/import/notion/api/block/link.go @@ -5,10 +5,10 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - textUtil "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + textUtil "github.com/anyproto/anytype-heart/util/text" ) const notFoundPageMessage = "Can't access object in Notion, please provide access in API" diff --git a/core/block/import/notion/api/block/link_test.go b/core/block/import/notion/api/block/link_test.go index 77da53f7f..f988e6810 100644 --- a/core/block/import/notion/api/block/link_test.go +++ b/core/block/import/notion/api/block/link_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func Test_GetBookmarkBlock(t *testing.T) { diff --git a/core/block/import/notion/api/block/mapper.go b/core/block/import/notion/api/block/mapper.go index b8b53f818..7b4156166 100644 --- a/core/block/import/notion/api/block/mapper.go +++ b/core/block/import/notion/api/block/mapper.go @@ -1,7 +1,7 @@ package block import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) // MapRequest is a data object with all necessary structures for blocks diff --git a/core/block/import/notion/api/block/retrieve.go b/core/block/import/notion/api/block/retrieve.go index 8c2b3429f..c73acbeaa 100644 --- a/core/block/import/notion/api/block/retrieve.go +++ b/core/block/import/notion/api/block/retrieve.go @@ -11,10 +11,10 @@ import ( "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var logger = logging.Logger("notion-get-blocks") diff --git a/core/block/import/notion/api/block/retrieve_test.go b/core/block/import/notion/api/block/retrieve_test.go index d45ebf990..f5aba1ad8 100644 --- a/core/block/import/notion/api/block/retrieve_test.go +++ b/core/block/import/notion/api/block/retrieve_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/pb" ) func Test_GetBlocksAndChildrenSuccessParagraph(t *testing.T) { diff --git a/core/block/import/notion/api/block/table.go b/core/block/import/notion/api/block/table.go index 868d063b9..f27f3efe6 100644 --- a/core/block/import/notion/api/block/table.go +++ b/core/block/import/notion/api/block/table.go @@ -3,9 +3,9 @@ package block import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) // columnLayoutBlock + tableRowLayoutBlock + table diff --git a/core/block/import/notion/api/block/table_test.go b/core/block/import/notion/api/block/table_test.go index cc91e423c..93058f182 100644 --- a/core/block/import/notion/api/block/table_test.go +++ b/core/block/import/notion/api/block/table_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" ) func Test_TableWithOneColumnAndRow(t *testing.T) { diff --git a/core/block/import/notion/api/block/tableofcontent.go b/core/block/import/notion/api/block/tableofcontent.go index 84c39f893..5ee8e0224 100644 --- a/core/block/import/notion/api/block/tableofcontent.go +++ b/core/block/import/notion/api/block/tableofcontent.go @@ -5,8 +5,8 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type TableOfContentsBlock struct { diff --git a/core/block/import/notion/api/block/text.go b/core/block/import/notion/api/block/text.go index 281b5e7b0..cfb8a5b08 100644 --- a/core/block/import/notion/api/block/text.go +++ b/core/block/import/notion/api/block/text.go @@ -4,10 +4,10 @@ import ( "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - textUtil "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + textUtil "github.com/anyproto/anytype-heart/util/text" ) type ParagraphBlock struct { diff --git a/core/block/import/notion/api/block/text_test.go b/core/block/import/notion/api/block/text_test.go index bb6d5f94a..c46cf0861 100644 --- a/core/block/import/notion/api/block/text_test.go +++ b/core/block/import/notion/api/block/text_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func Test_GetTextBlocksTextSuccess(t *testing.T) { diff --git a/core/block/import/notion/api/block/textobject.go b/core/block/import/notion/api/block/textobject.go index 93aff635f..cdae5dc6e 100644 --- a/core/block/import/notion/api/block/textobject.go +++ b/core/block/import/notion/api/block/textobject.go @@ -6,10 +6,10 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - textUtil "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + textUtil "github.com/anyproto/anytype-heart/util/text" ) const DateMentionTimeFormat = "2006-01-02" diff --git a/core/block/import/notion/api/client/error.go b/core/block/import/notion/api/client/error.go index 466563026..09b959fb5 100644 --- a/core/block/import/notion/api/client/error.go +++ b/core/block/import/notion/api/client/error.go @@ -3,7 +3,7 @@ package client import ( "encoding/json" "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) type NotionErrorResponse struct { diff --git a/core/block/import/notion/api/commonobjects.go b/core/block/import/notion/api/commonobjects.go index dd82f97f8..7f7685b5f 100644 --- a/core/block/import/notion/api/commonobjects.go +++ b/core/block/import/notion/api/commonobjects.go @@ -7,7 +7,7 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type RichTextType string diff --git a/core/block/import/notion/api/commonobjects_test.go b/core/block/import/notion/api/commonobjects_test.go index 0baea4221..38385d252 100644 --- a/core/block/import/notion/api/commonobjects_test.go +++ b/core/block/import/notion/api/commonobjects_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func Test_BuildMarkdownFromAnnotationsBold(t *testing.T) { diff --git a/core/block/import/notion/api/database/database.go b/core/block/import/notion/api/database/database.go index 284509692..da9e58f50 100644 --- a/core/block/import/notion/api/database/database.go +++ b/core/block/import/notion/api/database/database.go @@ -7,18 +7,18 @@ import ( "github.com/gogo/protobuf/types" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/page" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/property" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - sb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/page" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/property" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + sb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ObjectType = "database" diff --git a/core/block/import/notion/api/page/page.go b/core/block/import/notion/api/page/page.go index 7fbbc40c1..a866dedab 100644 --- a/core/block/import/notion/api/page/page.go +++ b/core/block/import/notion/api/page/page.go @@ -6,15 +6,15 @@ import ( "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/block" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/property" - "github.com/anytypeio/go-anytype-middleware/core/block/import/workerpool" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/block" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/property" + "github.com/anyproto/anytype-heart/core/block/import/workerpool" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var logger = logging.Logger("notion-page") diff --git a/core/block/import/notion/api/page/page_test.go b/core/block/import/notion/api/page/page_test.go index 37dfcb175..0fd0c3df6 100644 --- a/core/block/import/notion/api/page/page_test.go +++ b/core/block/import/notion/api/page/page_test.go @@ -9,11 +9,11 @@ import ( "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/block" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/property" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/block" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/property" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func Test_handlePagePropertiesSelect(t *testing.T) { diff --git a/core/block/import/notion/api/page/task.go b/core/block/import/notion/api/page/task.go index 59ae3bb67..2d44007b0 100644 --- a/core/block/import/notion/api/page/task.go +++ b/core/block/import/notion/api/page/task.go @@ -6,15 +6,15 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/block" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/property" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/block" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/property" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type DataObject struct { diff --git a/core/block/import/notion/api/property/databaseproperty.go b/core/block/import/notion/api/property/databaseproperty.go index 72380bb76..983c0061d 100644 --- a/core/block/import/notion/api/property/databaseproperty.go +++ b/core/block/import/notion/api/property/databaseproperty.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) // DatabaseProperties represent database properties (their structure is different from pages properties) diff --git a/core/block/import/notion/api/property/propertyitem.go b/core/block/import/notion/api/property/propertyitem.go index cafadfc2d..72f954bc3 100644 --- a/core/block/import/notion/api/property/propertyitem.go +++ b/core/block/import/notion/api/property/propertyitem.go @@ -10,10 +10,10 @@ import ( "github.com/gogo/protobuf/types" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type ConfigType string diff --git a/core/block/import/notion/api/property/propertyobject.go b/core/block/import/notion/api/property/propertyobject.go index d0c1693c8..930ad785f 100644 --- a/core/block/import/notion/api/property/propertyobject.go +++ b/core/block/import/notion/api/property/propertyobject.go @@ -8,9 +8,9 @@ import ( "io/ioutil" "net/http" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/block/import/notion/api" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var logger = logging.Logger("notion-property-retriever") diff --git a/core/block/import/notion/api/search/search.go b/core/block/import/notion/api/search/search.go index 381a2d15b..72cd91814 100644 --- a/core/block/import/notion/api/search/search.go +++ b/core/block/import/notion/api/search/search.go @@ -9,10 +9,10 @@ import ( "net/http" "time" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/database" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/page" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/database" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/page" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var logger = logging.Logger("notion-search") diff --git a/core/block/import/notion/api/search/search_test.go b/core/block/import/notion/api/search/search_test.go index 5244a8782..6272bbae6 100644 --- a/core/block/import/notion/api/search/search_test.go +++ b/core/block/import/notion/api/search/search_test.go @@ -8,10 +8,10 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/database" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/database" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" ) func Test_GetDatabaseSuccess(t *testing.T) { diff --git a/core/block/import/notion/converter.go b/core/block/import/notion/converter.go index e365f8616..f0bb30180 100644 --- a/core/block/import/notion/converter.go +++ b/core/block/import/notion/converter.go @@ -5,15 +5,15 @@ import ( "fmt" "time" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/block" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/database" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/page" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/search" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/block" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/database" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/page" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/search" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" ) const ( diff --git a/core/block/import/notion/validator.go b/core/block/import/notion/validator.go index 33286cef4..5e5c9b1d5 100644 --- a/core/block/import/notion/validator.go +++ b/core/block/import/notion/validator.go @@ -10,9 +10,9 @@ import ( "github.com/pkg/errors" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var ( diff --git a/core/block/import/notion/validator_test.go b/core/block/import/notion/validator_test.go index b6579e2e3..9f9b3a58e 100644 --- a/core/block/import/notion/validator_test.go +++ b/core/block/import/notion/validator_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/import/notion/api/client" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/import/notion/api/client" + "github.com/anyproto/anytype-heart/pb" ) func Test_ValidateTokenNotValid(t *testing.T) { diff --git a/core/block/import/objectcreator.go b/core/block/import/objectcreator.go index 8c97145c4..15c8f2ae5 100644 --- a/core/block/import/objectcreator.go +++ b/core/block/import/objectcreator.go @@ -5,32 +5,32 @@ import ( "fmt" "sync" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/types" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - sb "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/history" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/syncer" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - simpleDataview "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + sb "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/history" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/syncer" + "github.com/anyproto/anytype-heart/core/block/simple" + simpleDataview "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/filestorage/filesync" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const relationsLimit = 10 diff --git a/core/block/import/objectidget.go b/core/block/import/objectidget.go index 0b0946f31..76ce7c71b 100644 --- a/core/block/import/objectidget.go +++ b/core/block/import/objectidget.go @@ -5,20 +5,20 @@ import ( "strings" "time" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - sb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + sb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type CreateSubObjectRequest struct { diff --git a/core/block/import/pb/converter.go b/core/block/import/pb/converter.go index 160ba5229..907f7fb62 100644 --- a/core/block/import/pb/converter.go +++ b/core/block/import/pb/converter.go @@ -6,28 +6,28 @@ import ( "path/filepath" "strings" - "github.com/anytypeio/any-sync/util/slice" + "github.com/anyproto/any-sync/util/slice" "github.com/gogo/protobuf/jsonpb" "github.com/gogo/protobuf/types" "github.com/google/uuid" "github.com/pkg/errors" "golang.org/x/exp/rand" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/source" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/constant" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/source" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/constant" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ( diff --git a/core/block/import/pb/converter_test.go b/core/block/import/pb/converter_test.go index 0225aff9f..a533dcb70 100644 --- a/core/block/import/pb/converter_test.go +++ b/core/block/import/pb/converter_test.go @@ -14,9 +14,9 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" ) func Test_GetSnapshotsSuccess(t *testing.T) { diff --git a/core/block/import/relationcreator.go b/core/block/import/relationcreator.go index 51a17afc9..7199be121 100644 --- a/core/block/import/relationcreator.go +++ b/core/block/import/relationcreator.go @@ -9,19 +9,19 @@ import ( "github.com/ipfs/go-cid" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block" - editor "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block" + editor "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type RelationIDFormat struct { diff --git a/core/block/import/source/source.go b/core/block/import/source/source.go index 9911b5b44..61666e221 100644 --- a/core/block/import/source/source.go +++ b/core/block/import/source/source.go @@ -7,7 +7,7 @@ import ( "github.com/samber/lo" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var log = logging.Logger("import-source") diff --git a/core/block/import/syncer/bookmark.go b/core/block/import/syncer/bookmark.go index aeb26425e..823bf1e97 100644 --- a/core/block/import/syncer/bookmark.go +++ b/core/block/import/syncer/bookmark.go @@ -3,10 +3,10 @@ package syncer import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" ) type BookmarkSyncer struct { diff --git a/core/block/import/syncer/file.go b/core/block/import/syncer/file.go index aad9e711f..a3ecbc79e 100644 --- a/core/block/import/syncer/file.go +++ b/core/block/import/syncer/file.go @@ -5,11 +5,11 @@ import ( "os" "strings" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type FileSyncer struct { diff --git a/core/block/import/syncer/icon.go b/core/block/import/syncer/icon.go index e91db3295..496b7e837 100644 --- a/core/block/import/syncer/icon.go +++ b/core/block/import/syncer/icon.go @@ -5,12 +5,12 @@ import ( "os" "strings" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" ) type IconSyncer struct { diff --git a/core/block/import/syncer/syncer.go b/core/block/import/syncer/syncer.go index 7c0704322..25ae5fdd1 100644 --- a/core/block/import/syncer/syncer.go +++ b/core/block/import/syncer/syncer.go @@ -1,6 +1,6 @@ package syncer -import "github.com/anytypeio/go-anytype-middleware/core/block/simple" +import "github.com/anyproto/anytype-heart/core/block/simple" type Factory struct { fs *FileSyncer diff --git a/core/block/import/syncer/types.go b/core/block/import/syncer/types.go index 957570651..336ec12be 100644 --- a/core/block/import/syncer/types.go +++ b/core/block/import/syncer/types.go @@ -1,8 +1,8 @@ package syncer import ( - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/session" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/session" ) type Syncer interface { diff --git a/core/block/import/task.go b/core/block/import/task.go index 0569c0fce..c10de624f 100644 --- a/core/block/import/task.go +++ b/core/block/import/task.go @@ -1,11 +1,11 @@ package importer import ( - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/session" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/session" ) type Task struct { diff --git a/core/block/import/txt/converter.go b/core/block/import/txt/converter.go index ac8ad7f83..228d6b541 100644 --- a/core/block/import/txt/converter.go +++ b/core/block/import/txt/converter.go @@ -6,15 +6,15 @@ import ( "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark" - "github.com/anytypeio/go-anytype-middleware/core/block/import/source" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark" + "github.com/anyproto/anytype-heart/core/block/import/source" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const numberOfStages = 2 // 1 cycle to get snapshots and 1 cycle to create objects diff --git a/core/block/import/txt/converter_test.go b/core/block/import/txt/converter_test.go index 94e0ed924..7ed31a89d 100644 --- a/core/block/import/txt/converter_test.go +++ b/core/block/import/txt/converter_test.go @@ -1,11 +1,11 @@ package txt import ( - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/stretchr/testify/assert" "testing" ) diff --git a/core/block/import/types.go b/core/block/import/types.go index fc3caa8c6..b7b81b7bd 100644 --- a/core/block/import/types.go +++ b/core/block/import/types.go @@ -1,22 +1,22 @@ -//go:generate mockgen -package importer -destination mock.go github.com/anytypeio/go-anytype-middleware/core/block/import Creator,IDGetter +//go:generate mockgen -package importer -destination mock.go github.com/anyproto/anytype-heart/core/block/import Creator,IDGetter package importer import ( "context" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - _ "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown" - _ "github.com/anytypeio/go-anytype-middleware/core/block/import/pb" - _ "github.com/anytypeio/go-anytype-middleware/core/block/import/web" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - sb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/import/converter" + _ "github.com/anyproto/anytype-heart/core/block/import/markdown" + _ "github.com/anyproto/anytype-heart/core/block/import/pb" + _ "github.com/anyproto/anytype-heart/core/block/import/web" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + sb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) // Importer incapsulate logic with import diff --git a/core/block/import/web/converter.go b/core/block/import/web/converter.go index bd53d223e..6d1a9ecea 100644 --- a/core/block/import/web/converter.go +++ b/core/block/import/web/converter.go @@ -5,10 +5,10 @@ import ( "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/import/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/import/web/parsers" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/import/converter" + "github.com/anyproto/anytype-heart/core/block/import/web/parsers" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/pb" ) const Name = "web" diff --git a/core/block/import/web/parsers/mock.go b/core/block/import/web/parsers/mock.go index 24c257756..c134b4374 100644 --- a/core/block/import/web/parsers/mock.go +++ b/core/block/import/web/parsers/mock.go @@ -9,7 +9,7 @@ import ( gomock "github.com/golang/mock/gomock" - model "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + model "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) // MockParser is a mock of Parser interface. diff --git a/core/block/import/web/parsers/types.go b/core/block/import/web/parsers/types.go index bcfc8c01f..17992035c 100644 --- a/core/block/import/web/parsers/types.go +++ b/core/block/import/web/parsers/types.go @@ -1,6 +1,6 @@ package parsers -import "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" +import "github.com/anyproto/anytype-heart/pkg/lib/pb/model" type RegisterParser func() Parser diff --git a/core/block/import/web/parsers/wiki.go b/core/block/import/web/parsers/wiki.go index ffabbb6af..879083807 100644 --- a/core/block/import/web/parsers/wiki.go +++ b/core/block/import/web/parsers/wiki.go @@ -9,10 +9,10 @@ import ( "github.com/gogo/protobuf/types" "github.com/pkg/errors" - "github.com/anytypeio/go-anytype-middleware/core/block/import/markdown/anymark" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/import/markdown/anymark" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const wikiRegexp = "\\/wiki\\/([\\w%]+)" diff --git a/core/block/migration/migrations.go b/core/block/migration/migrations.go index c2819f85d..dd59923aa 100644 --- a/core/block/migration/migrations.go +++ b/core/block/migration/migrations.go @@ -3,8 +3,8 @@ package migration import ( "sort" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" ) type Migrator interface { diff --git a/core/block/object/objectcreator/creator.go b/core/block/object/objectcreator/creator.go index 4ccf902e2..1921defa1 100644 --- a/core/block/object/objectcreator/creator.go +++ b/core/block/object/objectcreator/creator.go @@ -5,31 +5,31 @@ import ( "fmt" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/schema" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/schema" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/uri" ) var log = logging.Logger("object-service") diff --git a/core/block/object/objectgraph/graph.go b/core/block/object/objectgraph/graph.go index 0b8494fe5..7f7791949 100644 --- a/core/block/object/objectgraph/graph.go +++ b/core/block/object/objectgraph/graph.go @@ -1,21 +1,21 @@ package objectgraph import ( - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" "github.com/opentracing/opentracing-go/log" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type Service interface { diff --git a/core/block/process/noop.go b/core/block/process/noop.go index 741b1569a..e232b85cb 100644 --- a/core/block/process/noop.go +++ b/core/block/process/noop.go @@ -1,7 +1,7 @@ package process import ( - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) type noOp struct{} diff --git a/core/block/process/progress.go b/core/block/process/progress.go index 3f8105f74..926e92a27 100644 --- a/core/block/process/progress.go +++ b/core/block/process/progress.go @@ -7,7 +7,7 @@ import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) type Progress interface { diff --git a/core/block/process/queue.go b/core/block/process/queue.go index b0b913ab9..0c6a26f9d 100644 --- a/core/block/process/queue.go +++ b/core/block/process/queue.go @@ -5,7 +5,7 @@ import ( "sync" "sync/atomic" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" "github.com/cheggaaa/mb" "github.com/globalsign/mgo/bson" ) diff --git a/core/block/process/queue_test.go b/core/block/process/queue_test.go index 2c35da0fc..0642f8340 100644 --- a/core/block/process/queue_test.go +++ b/core/block/process/queue_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" "github.com/stretchr/testify/assert" ) diff --git a/core/block/process/service.go b/core/block/process/service.go index 9ec61b93b..e2d5dce12 100644 --- a/core/block/process/service.go +++ b/core/block/process/service.go @@ -8,9 +8,9 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/any-sync/app" ) const CName = "process" diff --git a/core/block/process/service_test.go b/core/block/process/service_test.go index 56c129565..93ef2a42a 100644 --- a/core/block/process/service_test.go +++ b/core/block/process/service_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/any-sync/app" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/restriction/dataview.go b/core/block/restriction/dataview.go index 11bf800ee..9000c9f11 100644 --- a/core/block/restriction/dataview.go +++ b/core/block/restriction/dataview.go @@ -4,9 +4,9 @@ import ( "github.com/samber/lo" "strings" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const DataviewBlockId = "dataview" diff --git a/core/block/restriction/dataview_test.go b/core/block/restriction/dataview_test.go index 9b32ca531..992da5c71 100644 --- a/core/block/restriction/dataview_test.go +++ b/core/block/restriction/dataview_test.go @@ -1,8 +1,8 @@ package restriction import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "testing" ) diff --git a/core/block/restriction/object.go b/core/block/restriction/object.go index 33985ce34..2fcced7a1 100644 --- a/core/block/restriction/object.go +++ b/core/block/restriction/object.go @@ -5,9 +5,9 @@ import ( "github.com/samber/lo" "strings" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var ( diff --git a/core/block/restriction/object_test.go b/core/block/restriction/object_test.go index 4e9cc02f0..77102c39c 100644 --- a/core/block/restriction/object_test.go +++ b/core/block/restriction/object_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func TestService_ObjectRestrictionsById(t *testing.T) { diff --git a/core/block/restriction/restrictionholder.go b/core/block/restriction/restrictionholder.go index 842ee5445..fdf3a9e9a 100644 --- a/core/block/restriction/restrictionholder.go +++ b/core/block/restriction/restrictionholder.go @@ -1,8 +1,8 @@ package restriction import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type RestrictionHolder interface { diff --git a/core/block/restriction/restrictions.go b/core/block/restriction/restrictions.go index 84afed661..52607d5e7 100644 --- a/core/block/restriction/restrictions.go +++ b/core/block/restriction/restrictions.go @@ -1,6 +1,6 @@ package restriction -import "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" +import "github.com/anyproto/anytype-heart/pkg/lib/pb/model" type Restrictions struct { Object ObjectRestrictions diff --git a/core/block/restriction/service.go b/core/block/restriction/service.go index d2415933f..de080e1d9 100644 --- a/core/block/restriction/service.go +++ b/core/block/restriction/service.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ( diff --git a/core/block/restriction/service_test.go b/core/block/restriction/service_test.go index 69cb71cb3..c56324788 100644 --- a/core/block/restriction/service_test.go +++ b/core/block/restriction/service_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func TestService_GetRestrictions(t *testing.T) { diff --git a/core/block/service.go b/core/block/service.go index 371fee78f..856651e90 100644 --- a/core/block/service.go +++ b/core/block/service.go @@ -8,60 +8,60 @@ import ( "strings" "time" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/ocache" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" - "github.com/anytypeio/any-sync/commonspace/object/treemanager" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/ocache" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/treemanager" "github.com/gogo/protobuf/types" "github.com/hashicorp/go-multierror" "github.com/ipfs/go-datastore/query" "github.com/samber/lo" - bookmarksvc "github.com/anytypeio/go-anytype-middleware/core/block/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/clipboard" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/collection" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/converter" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/file" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/stext" - "github.com/anytypeio/go-anytype-middleware/core/block/history" - "github.com/anytypeio/go-anytype-middleware/core/block/process" - "github.com/anytypeio/go-anytype-middleware/core/block/restriction" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/core/syncstatus" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/linkpreview" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/uri" + bookmarksvc "github.com/anyproto/anytype-heart/core/block/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/editor/bookmark" + "github.com/anyproto/anytype-heart/core/block/editor/clipboard" + "github.com/anyproto/anytype-heart/core/block/editor/collection" + "github.com/anyproto/anytype-heart/core/block/editor/converter" + "github.com/anyproto/anytype-heart/core/block/editor/dataview" + "github.com/anyproto/anytype-heart/core/block/editor/file" + "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/stext" + "github.com/anyproto/anytype-heart/core/block/history" + "github.com/anyproto/anytype-heart/core/block/process" + "github.com/anyproto/anytype-heart/core/block/restriction" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/filestorage/filesync" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/core/syncstatus" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/linkpreview" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/uri" - _ "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/file" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - _ "github.com/anytypeio/go-anytype-middleware/core/block/simple/widget" + _ "github.com/anyproto/anytype-heart/core/block/editor/table" + _ "github.com/anyproto/anytype-heart/core/block/simple/file" + _ "github.com/anyproto/anytype-heart/core/block/simple/link" + _ "github.com/anyproto/anytype-heart/core/block/simple/widget" ) const ( diff --git a/core/block/simple/base/base.go b/core/block/simple/base/base.go index ba5434bb8..c4309436d 100644 --- a/core/block/simple/base/base.go +++ b/core/block/simple/base/base.go @@ -3,10 +3,10 @@ package base import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" ) diff --git a/core/block/simple/base/base_test.go b/core/block/simple/base/base_test.go index 4ab113623..92296ff10 100644 --- a/core/block/simple/base/base_test.go +++ b/core/block/simple/base/base_test.go @@ -3,8 +3,8 @@ package base import ( "testing" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/core/block/simple/base/div.go b/core/block/simple/base/div.go index b31d514be..d4326e6bc 100644 --- a/core/block/simple/base/div.go +++ b/core/block/simple/base/div.go @@ -3,10 +3,10 @@ package base import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewDiv(m *model.Block) simple.Block { diff --git a/core/block/simple/base/div_test.go b/core/block/simple/base/div_test.go index 68032ae5a..0c393b88e 100644 --- a/core/block/simple/base/div_test.go +++ b/core/block/simple/base/div_test.go @@ -3,8 +3,8 @@ package base import ( "testing" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/simple/bookmark/bookmark.go b/core/block/simple/bookmark/bookmark.go index 7cdcc308f..fa36595a9 100644 --- a/core/block/simple/bookmark/bookmark.go +++ b/core/block/simple/bookmark/bookmark.go @@ -3,12 +3,12 @@ package bookmark import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" ) diff --git a/core/block/simple/bookmark/bookmark_test.go b/core/block/simple/bookmark/bookmark_test.go index 82c30a77a..8c53eb131 100644 --- a/core/block/simple/bookmark/bookmark_test.go +++ b/core/block/simple/bookmark/bookmark_test.go @@ -3,9 +3,9 @@ package bookmark import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/simple/dataview/dataview.go b/core/block/simple/dataview/dataview.go index c9b73cb68..73a117913 100644 --- a/core/block/simple/dataview/dataview.go +++ b/core/block/simple/dataview/dataview.go @@ -7,13 +7,13 @@ import ( "github.com/globalsign/mgo/bson" "github.com/google/uuid" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var _ Block = (*Dataview)(nil) diff --git a/core/block/simple/dataview/diff.go b/core/block/simple/dataview/diff.go index 7e01042ac..22d1c2d3b 100644 --- a/core/block/simple/dataview/diff.go +++ b/core/block/simple/dataview/diff.go @@ -5,10 +5,10 @@ import ( "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) func (d *Dataview) Diff(b simple.Block) (msgs []simple.EventMessage, err error) { diff --git a/core/block/simple/dataview/view_changes.go b/core/block/simple/dataview/view_changes.go index 7bfd98a72..77efe942c 100644 --- a/core/block/simple/dataview/view_changes.go +++ b/core/block/simple/dataview/view_changes.go @@ -3,9 +3,9 @@ package dataview import ( "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) func diffViewFields(a, b *model.BlockContentDataviewView) *pb.EventBlockDataviewViewUpdateFields { diff --git a/core/block/simple/dataview/views.go b/core/block/simple/dataview/views.go index 6a71e75ff..2dd0d4b47 100644 --- a/core/block/simple/dataview/views.go +++ b/core/block/simple/dataview/views.go @@ -3,8 +3,8 @@ package dataview import ( "github.com/globalsign/mgo/bson" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) func (l *Dataview) AddFilter(viewID string, filter *model.BlockContentDataviewFilter) error { diff --git a/core/block/simple/file/file.go b/core/block/simple/file/file.go index dbddc3831..35868f03b 100644 --- a/core/block/simple/file/file.go +++ b/core/block/simple/file/file.go @@ -5,11 +5,11 @@ import ( "strings" "time" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func init() { diff --git a/core/block/simple/file/file_test.go b/core/block/simple/file/file_test.go index 1639cf957..a9847abaa 100644 --- a/core/block/simple/file/file_test.go +++ b/core/block/simple/file/file_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/simple/latex/latex.go b/core/block/simple/latex/latex.go index b35c0a1f8..ccc1545a9 100644 --- a/core/block/simple/latex/latex.go +++ b/core/block/simple/latex/latex.go @@ -3,11 +3,11 @@ package latex import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func init() { diff --git a/core/block/simple/latex/latex_test.go b/core/block/simple/latex/latex_test.go index aeb6871b7..ac2ac44a8 100644 --- a/core/block/simple/latex/latex_test.go +++ b/core/block/simple/latex/latex_test.go @@ -3,9 +3,9 @@ package latex import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/simple/link/link.go b/core/block/simple/link/link.go index 5ceacc6a3..84398f51e 100644 --- a/core/block/simple/link/link.go +++ b/core/block/simple/link/link.go @@ -2,14 +2,14 @@ package link import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" + "github.com/anyproto/anytype-heart/util/text" "github.com/gogo/protobuf/types" ) diff --git a/core/block/simple/link/link_test.go b/core/block/simple/link/link_test.go index 7744113db..1c481a3f0 100644 --- a/core/block/simple/link/link_test.go +++ b/core/block/simple/link/link_test.go @@ -3,10 +3,10 @@ package link import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/core/block/simple/relation/relation.go b/core/block/simple/relation/relation.go index c184dde0c..12c81ca01 100644 --- a/core/block/simple/relation/relation.go +++ b/core/block/simple/relation/relation.go @@ -3,11 +3,11 @@ package relation import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func init() { diff --git a/core/block/simple/relation/relation_test.go b/core/block/simple/relation/relation_test.go index 9a8b0d0be..27369134b 100644 --- a/core/block/simple/relation/relation_test.go +++ b/core/block/simple/relation/relation_test.go @@ -3,9 +3,9 @@ package relation import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/simple/simple.go b/core/block/simple/simple.go index 2beaf9c2c..2713a06ac 100644 --- a/core/block/simple/simple.go +++ b/core/block/simple/simple.go @@ -1,8 +1,8 @@ package simple import ( - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" ) diff --git a/core/block/simple/table/row.go b/core/block/simple/table/row.go index 317dfab0f..56f19dcce 100644 --- a/core/block/simple/table/row.go +++ b/core/block/simple/table/row.go @@ -3,11 +3,11 @@ package table import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func init() { diff --git a/core/block/simple/text/details.go b/core/block/simple/text/details.go index ef298c4c9..dbb79e11c 100644 --- a/core/block/simple/text/details.go +++ b/core/block/simple/text/details.go @@ -3,10 +3,10 @@ package text import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const DetailsKeyFieldName = "_detailsKey" diff --git a/core/block/simple/text/details_test.go b/core/block/simple/text/details_test.go index 6fbebf09b..2080c688f 100644 --- a/core/block/simple/text/details_test.go +++ b/core/block/simple/text/details_test.go @@ -3,9 +3,9 @@ package text import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/core/block/simple/text/text.go b/core/block/simple/text/text.go index 7e6068f47..c174a1079 100644 --- a/core/block/simple/text/text.go +++ b/core/block/simple/text/text.go @@ -2,18 +2,18 @@ package text import ( "fmt" - textutil "github.com/anytypeio/go-anytype-middleware/util/text" + textutil "github.com/anyproto/anytype-heart/util/text" "sort" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/util/uri" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var ( diff --git a/core/block/simple/text/text_test.go b/core/block/simple/text/text_test.go index 5a9c1b3ef..00665a366 100644 --- a/core/block/simple/text/text_test.go +++ b/core/block/simple/text/text_test.go @@ -3,9 +3,9 @@ package text import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block/simple/text/utils.go b/core/block/simple/text/utils.go index 0636cf7fa..e68d7e971 100644 --- a/core/block/simple/text/utils.go +++ b/core/block/simple/text/utils.go @@ -3,7 +3,7 @@ package text import ( "sort" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type sortedMarks []*model.BlockContentTextMark diff --git a/core/block/simple/text/utils_test.go b/core/block/simple/text/utils_test.go index 111169ad4..dbcc169d4 100644 --- a/core/block/simple/text/utils_test.go +++ b/core/block/simple/text/utils_test.go @@ -3,7 +3,7 @@ package text import ( "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" ) diff --git a/core/block/simple/widget/block.go b/core/block/simple/widget/block.go index b6e38a57e..4ca5f2fcc 100644 --- a/core/block/simple/widget/block.go +++ b/core/block/simple/widget/block.go @@ -3,11 +3,11 @@ package widget import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func init() { diff --git a/core/block/source/anytypeprofile.go b/core/block/source/anytypeprofile.go index c8aed0b72..41cee91b7 100644 --- a/core/block/source/anytypeprofile.go +++ b/core/block/source/anytypeprofile.go @@ -5,12 +5,12 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewAnytypeProfile(id string) (s Source) { diff --git a/core/block/source/bundledobjecttype.go b/core/block/source/bundledobjecttype.go index 6e95e074f..18132464a 100644 --- a/core/block/source/bundledobjecttype.go +++ b/core/block/source/bundledobjecttype.go @@ -5,11 +5,11 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func NewBundledObjectType(id string) (s Source) { diff --git a/core/block/source/bundledrelation.go b/core/block/source/bundledrelation.go index 1f5f9b1e9..9f3b817ee 100644 --- a/core/block/source/bundledrelation.go +++ b/core/block/source/bundledrelation.go @@ -7,12 +7,12 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewBundledRelation(id string) (s Source) { diff --git a/core/block/source/date.go b/core/block/source/date.go index 6820166dd..134250e8b 100644 --- a/core/block/source/date.go +++ b/core/block/source/date.go @@ -7,13 +7,13 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewDate(id string, coreService core.Service) (s Source) { diff --git a/core/block/source/files.go b/core/block/source/files.go index 3506bdd4a..b4d6eb506 100644 --- a/core/block/source/files.go +++ b/core/block/source/files.go @@ -7,14 +7,14 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var getFileTimeout = 60 * time.Second diff --git a/core/block/source/missingobject.go b/core/block/source/missingobject.go index 5117bb364..8aeeaec89 100644 --- a/core/block/source/missingobject.go +++ b/core/block/source/missingobject.go @@ -5,12 +5,12 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type missingObject struct { diff --git a/core/block/source/service.go b/core/block/source/service.go index 3bfd131d1..0c99b272d 100644 --- a/core/block/source/service.go +++ b/core/block/source/service.go @@ -6,22 +6,22 @@ import ( "strings" "sync" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/any-sync/commonspace/object/tree/synctree/updatelistener" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/commonspace/object/tree/synctree/updatelistener" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/typeprovider" ) const CName = "source" diff --git a/core/block/source/source.go b/core/block/source/source.go index 764ec4547..a03a1f9b5 100644 --- a/core/block/source/source.go +++ b/core/block/source/source.go @@ -8,24 +8,24 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/any-sync/commonspace/object/tree/synctree" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/commonspace/object/tree/synctree" "github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/types" "github.com/textileio/go-threads/core/thread" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/slice" ) var log = logging.Logger("anytype-mw-source") diff --git a/core/block/source/static.go b/core/block/source/static.go index 81fedba11..ae69a298c 100644 --- a/core/block/source/static.go +++ b/core/block/source/static.go @@ -3,9 +3,9 @@ package source import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func (s *service) NewStaticSource(id string, sbType model.SmartBlockType, doc *state.State, pushChange func(p PushChangeParams) (string, error)) SourceWithType { diff --git a/core/block/undo/undo.go b/core/block/undo/undo.go index df41bbdf6..d8dfd83e5 100644 --- a/core/block/undo/undo.go +++ b/core/block/undo/undo.go @@ -3,8 +3,8 @@ package undo import ( "errors" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/gogo/protobuf/types" ) diff --git a/core/block/undo/undo_test.go b/core/block/undo/undo_test.go index e79799044..8d7b1bae5 100644 --- a/core/block/undo/undo_test.go +++ b/core/block/undo/undo_test.go @@ -3,9 +3,9 @@ package undo import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/base" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/base" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/block_dataview.go b/core/block_dataview.go index e5aa7f588..4688db75e 100644 --- a/core/block_dataview.go +++ b/core/block_dataview.go @@ -3,9 +3,9 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func (mw *Middleware) BlockDataviewRelationListAvailable(cctx context.Context, req *pb.RpcBlockDataviewRelationListAvailableRequest) *pb.RpcBlockDataviewRelationListAvailableResponse { diff --git a/core/collections.go b/core/collections.go index 2392c9cda..436b3f6b4 100644 --- a/core/collections.go +++ b/core/collections.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) ObjectCollectionAdd(cctx context.Context, req *pb.RpcObjectCollectionAddRequest) *pb.RpcObjectCollectionAddResponse { diff --git a/core/configfetcher/configfetcher.go b/core/configfetcher/configfetcher.go index d1e1109df..fa16a5053 100644 --- a/core/configfetcher/configfetcher.go +++ b/core/configfetcher/configfetcher.go @@ -5,21 +5,21 @@ import ( "sync" "time" - "github.com/anytypeio/go-anytype-middleware/core/wallet" + "github.com/anyproto/anytype-heart/core/wallet" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/coordinator/coordinatorclient" - "github.com/anytypeio/any-sync/coordinator/coordinatorproto" - "github.com/anytypeio/any-sync/util/periodicsync" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/coordinator/coordinatorclient" + "github.com/anyproto/any-sync/coordinator/coordinatorproto" + "github.com/anyproto/any-sync/util/periodicsync" - "github.com/anytypeio/go-anytype-middleware/core/event" - pbMiddle "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/cafe/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/core/event" + pbMiddle "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/cafe/pb" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" ) var log = logging.Logger("anytype-mw-configfetcher") diff --git a/core/converter/converter.go b/core/converter/converter.go index 75553f85d..354556972 100644 --- a/core/converter/converter.go +++ b/core/converter/converter.go @@ -3,8 +3,8 @@ package converter import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type Converter interface { diff --git a/core/converter/dot/dot.go b/core/converter/dot/dot.go index a8135f844..dbbe3463e 100644 --- a/core/converter/dot/dot.go +++ b/core/converter/dot/dot.go @@ -12,13 +12,13 @@ import ( "github.com/goccy/go-graphviz/cgraph" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewMultiConverter(format graphviz.Format, sbtProvider typeprovider.SmartBlockTypeProvider) converter.MultiConverter { diff --git a/core/converter/dot/dot_notsupported.go b/core/converter/dot/dot_notsupported.go index 7d8e5cc67..bcb93ea17 100644 --- a/core/converter/dot/dot_notsupported.go +++ b/core/converter/dot/dot_notsupported.go @@ -6,10 +6,10 @@ package dot import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" ) func NewMultiConverter(format int, _ typeprovider.SmartBlockTypeProvider) converter.MultiConverter { diff --git a/core/converter/graphjson/graphjson.go b/core/converter/graphjson/graphjson.go index 87c639e7e..4f2c86767 100644 --- a/core/converter/graphjson/graphjson.go +++ b/core/converter/graphjson/graphjson.go @@ -5,13 +5,13 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func NewMultiConverter(sbtProvider typeprovider.SmartBlockTypeProvider) converter.MultiConverter { diff --git a/core/converter/html/html.go b/core/converter/html/html.go index 768dcda4d..bf48c4dd5 100644 --- a/core/converter/html/html.go +++ b/core/converter/html/html.go @@ -9,13 +9,13 @@ import ( "io/ioutil" "strconv" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - utf16 "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + utf16 "github.com/anyproto/anytype-heart/util/text" ) const ( diff --git a/core/converter/html/html_test.go b/core/converter/html/html_test.go index a19dc5ca4..8e484e465 100644 --- a/core/converter/html/html_test.go +++ b/core/converter/html/html_test.go @@ -5,9 +5,9 @@ import ( "strings" "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/core/converter/md/md.go b/core/converter/md/md.go index d7540196b..73d34a4b6 100644 --- a/core/converter/md/md.go +++ b/core/converter/md/md.go @@ -12,15 +12,15 @@ import ( "github.com/JohannesKaufmann/html-to-markdown/escape" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/table" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/table" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/uri" ) type FileNamer interface { diff --git a/core/converter/md/md_test.go b/core/converter/md/md_test.go index 3af6dc97c..e52799272 100644 --- a/core/converter/md/md_test.go +++ b/core/converter/md/md_test.go @@ -3,9 +3,9 @@ package md import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" ) diff --git a/core/converter/pbc/pbc.go b/core/converter/pbc/pbc.go index ec26279b6..d5b72d318 100644 --- a/core/converter/pbc/pbc.go +++ b/core/converter/pbc/pbc.go @@ -4,11 +4,11 @@ import ( "github.com/gogo/protobuf/jsonpb" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var log = logging.Logger("pb-converter") diff --git a/core/converter/pbc/pbc_test.go b/core/converter/pbc/pbc_test.go index dbb64f8b5..691ca7847 100644 --- a/core/converter/pbc/pbc_test.go +++ b/core/converter/pbc/pbc_test.go @@ -3,8 +3,8 @@ package pbc import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" "github.com/stretchr/testify/assert" ) diff --git a/core/converter/pbjson/pbjson.go b/core/converter/pbjson/pbjson.go index 89c90a263..3d991f757 100644 --- a/core/converter/pbjson/pbjson.go +++ b/core/converter/pbjson/pbjson.go @@ -4,11 +4,11 @@ import ( "github.com/gogo/protobuf/jsonpb" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/converter" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/converter" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var log = logging.Logger("json-converter") diff --git a/core/converter/pbjson/pbjson_test.go b/core/converter/pbjson/pbjson_test.go index 0578f6f2e..7c351aa77 100644 --- a/core/converter/pbjson/pbjson_test.go +++ b/core/converter/pbjson/pbjson_test.go @@ -3,8 +3,8 @@ package pbjson import ( "testing" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/template" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/editor/template" "github.com/stretchr/testify/assert" ) diff --git a/core/core.go b/core/core.go index d31014d75..458f467a5 100644 --- a/core/core.go +++ b/core/core.go @@ -7,17 +7,17 @@ import ( "runtime/debug" "sync" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/collection" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/collection" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/space" ) var log = logging.Logger("anytype-mw-api") diff --git a/core/debug.go b/core/debug.go index 33c2e1790..476009850 100644 --- a/core/debug.go +++ b/core/debug.go @@ -2,10 +2,10 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/debug" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/debug" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) DebugTree(cctx context.Context, req *pb.RpcDebugTreeRequest) *pb.RpcDebugTreeResponse { diff --git a/core/debug/changedataconverter.go b/core/debug/changedataconverter.go index e0206845a..04aa9db96 100644 --- a/core/debug/changedataconverter.go +++ b/core/debug/changedataconverter.go @@ -2,8 +2,8 @@ package debug import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/util/anonymize" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/util/anonymize" "github.com/gogo/protobuf/proto" ) diff --git a/core/debug/service.go b/core/debug/service.go index cd2f778e1..d3df6050c 100644 --- a/core/debug/service.go +++ b/core/debug/service.go @@ -10,15 +10,15 @@ import ( "strings" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace" "github.com/gogo/protobuf/jsonpb" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/space" ) const CName = "debug" diff --git a/core/debug/treearchive/archivewriter.go b/core/debug/treearchive/archivewriter.go index 5214ea725..04cb82da5 100644 --- a/core/debug/treearchive/archivewriter.go +++ b/core/debug/treearchive/archivewriter.go @@ -3,12 +3,12 @@ package treearchive import ( "archive/zip" "encoding/json" - "github.com/anytypeio/any-sync/commonspace/object/acl/aclrecordproto" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" - "github.com/anytypeio/go-anytype-middleware/core/debug/treearchive/zipaclstorage" - "github.com/anytypeio/go-anytype-middleware/core/debug/treearchive/ziptreestorage" + "github.com/anyproto/anytype-heart/core/debug/treearchive/zipaclstorage" + "github.com/anyproto/anytype-heart/core/debug/treearchive/ziptreestorage" + "github.com/anyproto/any-sync/commonspace/object/acl/aclrecordproto" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "io/fs" "os" ) diff --git a/core/debug/treearchive/treearchive.go b/core/debug/treearchive/treearchive.go index 409e543ad..926f095d2 100644 --- a/core/debug/treearchive/treearchive.go +++ b/core/debug/treearchive/treearchive.go @@ -4,13 +4,13 @@ import ( "archive/zip" "encoding/json" "fmt" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" - "github.com/anytypeio/go-anytype-middleware/core/debug/treearchive/zipaclstorage" - "github.com/anytypeio/go-anytype-middleware/core/debug/treearchive/ziptreestorage" + "github.com/anyproto/anytype-heart/core/debug/treearchive/zipaclstorage" + "github.com/anyproto/anytype-heart/core/debug/treearchive/ziptreestorage" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/jsonpb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type TreeArchive interface { diff --git a/core/debug/treearchive/treeimporter.go b/core/debug/treearchive/treeimporter.go index 144f2d979..7a5dfc469 100644 --- a/core/debug/treearchive/treeimporter.go +++ b/core/debug/treearchive/treeimporter.go @@ -3,17 +3,17 @@ package treearchive import ( "errors" "fmt" - "github.com/anytypeio/any-sync/commonspace/object/acl/list" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/any-sync/commonspace/object/acl/list" + "github.com/anyproto/anytype-heart/util/pbtypes" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/pb" ) var ErrCantRequestHeaderModel = errors.New("can't request header model") diff --git a/core/debug/treearchive/zipaclstorage/aclreadstorage.go b/core/debug/treearchive/zipaclstorage/aclreadstorage.go index 20bdbc9c9..d885068c0 100644 --- a/core/debug/treearchive/zipaclstorage/aclreadstorage.go +++ b/core/debug/treearchive/zipaclstorage/aclreadstorage.go @@ -4,8 +4,8 @@ import ( "archive/zip" "context" "fmt" - "github.com/anytypeio/any-sync/commonspace/object/acl/aclrecordproto" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/acl/aclrecordproto" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" "io" "strings" ) diff --git a/core/debug/treearchive/zipaclstorage/aclwritestorage.go b/core/debug/treearchive/zipaclstorage/aclwritestorage.go index a3b45b7ba..fc4199470 100644 --- a/core/debug/treearchive/zipaclstorage/aclwritestorage.go +++ b/core/debug/treearchive/zipaclstorage/aclwritestorage.go @@ -3,8 +3,8 @@ package zipaclstorage import ( "archive/zip" "context" - "github.com/anytypeio/any-sync/commonspace/object/acl/aclrecordproto" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/acl/aclrecordproto" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" "strings" ) diff --git a/core/debug/treearchive/ziptreestorage/treereadstorage.go b/core/debug/treearchive/ziptreestorage/treereadstorage.go index f8d2c0fec..09381f2e2 100644 --- a/core/debug/treearchive/ziptreestorage/treereadstorage.go +++ b/core/debug/treearchive/ziptreestorage/treereadstorage.go @@ -5,8 +5,8 @@ import ( "context" "encoding/json" "fmt" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "io" "strings" ) diff --git a/core/debug/treearchive/ziptreestorage/treewritestorage.go b/core/debug/treearchive/ziptreestorage/treewritestorage.go index b25b61aae..c32d3fd13 100644 --- a/core/debug/treearchive/ziptreestorage/treewritestorage.go +++ b/core/debug/treearchive/ziptreestorage/treewritestorage.go @@ -4,8 +4,8 @@ import ( "archive/zip" "context" "encoding/json" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "strings" ) diff --git a/core/debug/treeexporter.go b/core/debug/treeexporter.go index 8dfadbdaa..27ee13448 100644 --- a/core/debug/treeexporter.go +++ b/core/debug/treeexporter.go @@ -4,18 +4,18 @@ import ( "archive/zip" "bytes" "fmt" - "github.com/anytypeio/any-sync/commonspace/object/tree/exporter" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" - "github.com/anytypeio/go-anytype-middleware/core/debug/treearchive" - "github.com/anytypeio/go-anytype-middleware/util/anonymize" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/debug/treearchive" + "github.com/anyproto/anytype-heart/util/anonymize" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/any-sync/commonspace/object/tree/exporter" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" "io" "log" "os" "path/filepath" "time" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" ) type treeExporter struct { diff --git a/core/event/event.go b/core/event/event.go index 2fbf50231..0f2b2e8c8 100644 --- a/core/event/event.go +++ b/core/event/event.go @@ -1,8 +1,8 @@ package event import ( - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/anytype-heart/pb" ) const CName = "eventSender" diff --git a/core/event/event_grpc.go b/core/event/event_grpc.go index 37998eaa2..19c9d7bab 100644 --- a/core/event/event_grpc.go +++ b/core/event/event_grpc.go @@ -6,10 +6,10 @@ package event import ( "sync" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pb/service" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pb/service" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/any-sync/app" "github.com/gogo/status" "google.golang.org/grpc/codes" ) diff --git a/core/export.go b/core/export.go index f64f761fb..2139392b5 100644 --- a/core/export.go +++ b/core/export.go @@ -3,9 +3,9 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/export" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/export" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) ObjectListExport(cctx context.Context, req *pb.RpcObjectListExportRequest) *pb.RpcObjectListExportResponse { diff --git a/core/external.go b/core/external.go index a1a2169a2..a6c3dda01 100644 --- a/core/external.go +++ b/core/external.go @@ -6,10 +6,10 @@ import ( "os" "strings" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/unsplash" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/unsplash" ) func (mw *Middleware) UnsplashSearch(cctx context.Context, req *pb.RpcUnsplashSearchRequest) *pb.RpcUnsplashSearchResponse { diff --git a/core/file.go b/core/file.go index 909c7fc1a..a2177146a 100644 --- a/core/file.go +++ b/core/file.go @@ -4,11 +4,11 @@ import ( "context" "fmt" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) FileDownload(cctx context.Context, req *pb.RpcFileDownloadRequest) *pb.RpcFileDownloadResponse { diff --git a/core/files/file.go b/core/files/file.go index c1d7f606d..4ae92b3d5 100644 --- a/core/files/file.go +++ b/core/files/file.go @@ -10,10 +10,10 @@ import ( "github.com/dhowden/tag" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type File interface { diff --git a/core/files/files.go b/core/files/files.go index 0cf147b69..7b606db6d 100644 --- a/core/files/files.go +++ b/core/files/files.go @@ -12,8 +12,8 @@ import ( "strings" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonfile/fileservice" "github.com/gogo/protobuf/proto" "github.com/ipfs/go-cid" ipld "github.com/ipfs/go-ipld-format" @@ -22,24 +22,24 @@ import ( "github.com/multiformats/go-base32" mh "github.com/multiformats/go-multihash" - "github.com/anytypeio/go-anytype-middleware/core/filestorage" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric/cfb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric/gcm" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/ipfs/helpers" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - m "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill/schema" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill/schema/anytype" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/filestorage" + "github.com/anyproto/anytype-heart/core/filestorage/filesync" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric/cfb" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric/gcm" + "github.com/anyproto/anytype-heart/pkg/lib/ipfs/helpers" + "github.com/anyproto/anytype-heart/pkg/lib/localstore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + m "github.com/anyproto/anytype-heart/pkg/lib/mill" + "github.com/anyproto/anytype-heart/pkg/lib/mill/schema" + "github.com/anyproto/anytype-heart/pkg/lib/mill/schema/anytype" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ( diff --git a/core/files/image.go b/core/files/image.go index f267ad1e8..f46dc8379 100644 --- a/core/files/image.go +++ b/core/files/image.go @@ -11,11 +11,11 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/mill" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ( diff --git a/core/files/images.go b/core/files/images.go index 932474bd6..e20190726 100644 --- a/core/files/images.go +++ b/core/files/images.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill/schema/anytype" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/mill/schema/anytype" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" ) var ErrImageNotFound = fmt.Errorf("image not found") diff --git a/core/files/offload.go b/core/files/offload.go index 650eb442e..76aa48d7a 100644 --- a/core/files/offload.go +++ b/core/files/offload.go @@ -8,8 +8,8 @@ import ( "github.com/ipfs/go-cid" "github.com/samber/lo" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/pkg/lib/localstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" ) func (s *service) FileOffload(fileID string, includeNotPinned bool) (totalSize uint64, err error) { diff --git a/core/files/options.go b/core/files/options.go index aeb209ba1..18a117274 100644 --- a/core/files/options.go +++ b/core/files/options.go @@ -11,7 +11,7 @@ import ( "github.com/h2non/filetype" ipfspath "github.com/ipfs/go-path" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" ) type AddOption func(*AddOptions) diff --git a/core/files/space_usage.go b/core/files/space_usage.go index b317943f3..a87f9dbe0 100644 --- a/core/files/space_usage.go +++ b/core/files/space_usage.go @@ -3,7 +3,7 @@ package files import ( "context" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) func (s *service) GetSpaceUsage(ctx context.Context) (*pb.RpcFileSpaceUsageResponseUsage, error) { diff --git a/core/filestorage/fileservice.go b/core/filestorage/fileservice.go index b845ecd9d..0b56056d0 100644 --- a/core/filestorage/fileservice.go +++ b/core/filestorage/fileservice.go @@ -7,24 +7,24 @@ import ( "path/filepath" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/commonfile/fileblockstore" - "github.com/anytypeio/any-sync/commonfile/fileproto" - "github.com/anytypeio/any-sync/commonspace/spacestorage" - "github.com/anytypeio/any-sync/net/rpc/server" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/commonfile/fileblockstore" + "github.com/anyproto/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonspace/spacestorage" + "github.com/anyproto/any-sync/net/rpc/server" "github.com/dgraph-io/badger/v3" blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/storage" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/filestorage/rpcstore" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/storage" ) const CName = fileblockstore.CName diff --git a/core/filestorage/filesync/filesync.go b/core/filestorage/filesync/filesync.go index 88ab34ce8..09bcb9cac 100644 --- a/core/filestorage/filesync/filesync.go +++ b/core/filestorage/filesync/filesync.go @@ -7,16 +7,16 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/commonfile/fileservice" ipld "github.com/ipfs/go-ipld-format" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/core/filestorage/rpcstore" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" ) const CName = "filesync" @@ -27,7 +27,7 @@ var loopTimeout = time.Minute var errReachedLimit = fmt.Errorf("file upload limit has been reached") -//go:generate mockgen -package mock_filesync -destination ./mock_filesync/filesync_mock.go github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync FileSync +//go:generate mockgen -package mock_filesync -destination ./mock_filesync/filesync_mock.go github.com/anyproto/anytype-heart/core/filestorage/filesync FileSync type FileSync interface { AddFile(spaceId, fileId string) (err error) RemoveFile(spaceId, fileId string) (err error) diff --git a/core/filestorage/filesync/filesync_test.go b/core/filestorage/filesync/filesync_test.go index 8ca492f36..77bf44522 100644 --- a/core/filestorage/filesync/filesync_test.go +++ b/core/filestorage/filesync/filesync_test.go @@ -1,4 +1,4 @@ -//go:generate mockgen -package filesync -destination filestore_mock.go github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore FileStore +//go:generate mockgen -package filesync -destination filestore_mock.go github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore FileStore package filesync @@ -12,11 +12,11 @@ import ( "testing" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonfile/fileblockstore" - "github.com/anytypeio/any-sync/commonfile/fileproto" - "github.com/anytypeio/any-sync/commonfile/fileproto/fileprotoerr" - "github.com/anytypeio/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonfile/fileblockstore" + "github.com/anyproto/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto/fileprotoerr" + "github.com/anyproto/any-sync/commonfile/fileservice" "github.com/dgraph-io/badger/v3" "github.com/golang/mock/gomock" blocks "github.com/ipfs/go-block-format" @@ -24,12 +24,12 @@ import ( "github.com/samber/lo" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore/mock_rpcstore" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/core/filestorage/rpcstore" + "github.com/anyproto/anytype-heart/core/filestorage/rpcstore/mock_rpcstore" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" ) var ctx = context.Background() diff --git a/core/filestorage/filesync/stats.go b/core/filestorage/filesync/stats.go index e986b76c0..4f86fc3c6 100644 --- a/core/filestorage/filesync/stats.go +++ b/core/filestorage/filesync/stats.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - "github.com/anytypeio/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto" "github.com/ipfs/go-cid" ipld "github.com/ipfs/go-ipld-format" "github.com/samber/lo" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/util/conc" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/util/conc" ) type SpaceStat struct { diff --git a/core/filestorage/filesync/upload.go b/core/filestorage/filesync/upload.go index 7f284f937..a73b1dfea 100644 --- a/core/filestorage/filesync/upload.go +++ b/core/filestorage/filesync/upload.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/anytypeio/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto" "github.com/cheggaaa/mb/v3" blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" @@ -13,8 +13,8 @@ import ( "github.com/samber/lo" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/localstore" ) func (f *fileSync) AddFile(spaceId, fileId string) (err error) { diff --git a/core/filestorage/flatstore.go b/core/filestorage/flatstore.go index bcdddad26..ed1218403 100644 --- a/core/filestorage/flatstore.go +++ b/core/filestorage/flatstore.go @@ -8,7 +8,7 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto" blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" "github.com/ipfs/go-datastore" @@ -16,7 +16,7 @@ import ( format "github.com/ipfs/go-ipld-format" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) type flatStore struct { diff --git a/core/filestorage/proxystore.go b/core/filestorage/proxystore.go index 1d8d5e3e1..1193a6763 100644 --- a/core/filestorage/proxystore.go +++ b/core/filestorage/proxystore.go @@ -12,7 +12,7 @@ import ( format "github.com/ipfs/go-ipld-format" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore" + "github.com/anyproto/anytype-heart/core/filestorage/rpcstore" ) const CtxKeyRemoteLoadDisabled = "object_remote_load_disabled" diff --git a/core/filestorage/proxystore_test.go b/core/filestorage/proxystore_test.go index 3199518c0..923ec088e 100644 --- a/core/filestorage/proxystore_test.go +++ b/core/filestorage/proxystore_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "github.com/anytypeio/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto" "github.com/dgraph-io/badger/v3" blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" @@ -16,7 +16,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) var ctx = context.Background() diff --git a/core/filestorage/rpchandler.go b/core/filestorage/rpchandler.go index 617a28561..52eb422a8 100644 --- a/core/filestorage/rpchandler.go +++ b/core/filestorage/rpchandler.go @@ -3,12 +3,12 @@ package filestorage import ( "context" - "github.com/anytypeio/any-sync/commonfile/fileblockstore" - "github.com/anytypeio/any-sync/commonfile/fileproto" - "github.com/anytypeio/any-sync/commonfile/fileproto/fileprotoerr" + "github.com/anyproto/any-sync/commonfile/fileblockstore" + "github.com/anyproto/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto/fileprotoerr" "github.com/ipfs/go-cid" - "github.com/anytypeio/go-anytype-middleware/space/storage" + "github.com/anyproto/anytype-heart/space/storage" ) type rpcHandler struct { diff --git a/core/filestorage/rpcstore/client.go b/core/filestorage/rpcstore/client.go index eb6bbf21f..5c1784151 100644 --- a/core/filestorage/rpcstore/client.go +++ b/core/filestorage/rpcstore/client.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/commonfile/fileproto" - "github.com/anytypeio/any-sync/net/rpc/rpcerr" + "github.com/anyproto/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/net/rpc/rpcerr" "github.com/cheggaaa/mb/v3" "github.com/ipfs/go-cid" "go.uber.org/zap" diff --git a/core/filestorage/rpcstore/clientmgr.go b/core/filestorage/rpcstore/clientmgr.go index b28cd2c16..8d0610c45 100644 --- a/core/filestorage/rpcstore/clientmgr.go +++ b/core/filestorage/rpcstore/clientmgr.go @@ -7,8 +7,8 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app/ocache" - "github.com/anytypeio/any-sync/commonfile/fileblockstore" + "github.com/anyproto/any-sync/app/ocache" + "github.com/anyproto/any-sync/commonfile/fileblockstore" "github.com/cheggaaa/mb/v3" "github.com/ipfs/go-cid" "go.uber.org/zap" diff --git a/core/filestorage/rpcstore/mock_rpcstore/mock_rpcstore.go b/core/filestorage/rpcstore/mock_rpcstore/mock_rpcstore.go index 66767ab58..ea85f18cf 100644 --- a/core/filestorage/rpcstore/mock_rpcstore/mock_rpcstore.go +++ b/core/filestorage/rpcstore/mock_rpcstore/mock_rpcstore.go @@ -1,5 +1,5 @@ // Code generated by MockGen. DO NOT EDIT. -// Source: github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore (interfaces: Service,RpcStore) +// Source: github.com/anyproto/anytype-heart/core/filestorage/rpcstore (interfaces: Service,RpcStore) // Package mock_rpcstore is a generated GoMock package. package mock_rpcstore @@ -8,9 +8,9 @@ import ( context "context" reflect "reflect" - app "github.com/anytypeio/any-sync/app" - fileproto "github.com/anytypeio/any-sync/commonfile/fileproto" - rpcstore "github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore" + app "github.com/anyproto/any-sync/app" + fileproto "github.com/anyproto/any-sync/commonfile/fileproto" + rpcstore "github.com/anyproto/anytype-heart/core/filestorage/rpcstore" gomock "github.com/golang/mock/gomock" blocks "github.com/ipfs/go-block-format" cid "github.com/ipfs/go-cid" diff --git a/core/filestorage/rpcstore/service.go b/core/filestorage/rpcstore/service.go index c61996020..870513b22 100644 --- a/core/filestorage/rpcstore/service.go +++ b/core/filestorage/rpcstore/service.go @@ -1,15 +1,15 @@ -//go:generate mockgen -destination mock_rpcstore/mock_rpcstore.go github.com/anytypeio/go-anytype-middleware/core/filestorage/rpcstore Service,RpcStore +//go:generate mockgen -destination mock_rpcstore/mock_rpcstore.go github.com/anyproto/anytype-heart/core/filestorage/rpcstore Service,RpcStore package rpcstore import ( "sync" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/net/pool" - "github.com/anytypeio/any-sync/nodeconf" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/net/pool" + "github.com/anyproto/any-sync/nodeconf" - "github.com/anytypeio/go-anytype-middleware/space/peerstore" + "github.com/anyproto/anytype-heart/space/peerstore" ) const CName = "common.commonfile.rpcstore" diff --git a/core/filestorage/rpcstore/store.go b/core/filestorage/rpcstore/store.go index e66672ac3..ee142b037 100644 --- a/core/filestorage/rpcstore/store.go +++ b/core/filestorage/rpcstore/store.go @@ -5,8 +5,8 @@ import ( "errors" "sync" - "github.com/anytypeio/any-sync/commonfile/fileblockstore" - "github.com/anytypeio/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileblockstore" + "github.com/anyproto/any-sync/commonfile/fileproto" blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" "go.uber.org/multierr" diff --git a/core/filestorage/rpcstore/store_test.go b/core/filestorage/rpcstore/store_test.go index d86bb5f58..12f785195 100644 --- a/core/filestorage/rpcstore/store_test.go +++ b/core/filestorage/rpcstore/store_test.go @@ -7,22 +7,22 @@ import ( "sync" "testing" - "github.com/anytypeio/any-sync/accountservice/mock_accountservice" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonfile/fileblockstore" - "github.com/anytypeio/any-sync/commonfile/fileproto" - "github.com/anytypeio/any-sync/commonfile/fileproto/fileprotoerr" - "github.com/anytypeio/any-sync/commonspace/object/accountdata" - "github.com/anytypeio/any-sync/net/rpc/rpctest" - "github.com/anytypeio/any-sync/nodeconf" - "github.com/anytypeio/any-sync/nodeconf/mock_nodeconf" + "github.com/anyproto/any-sync/accountservice/mock_accountservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonfile/fileblockstore" + "github.com/anyproto/any-sync/commonfile/fileproto" + "github.com/anyproto/any-sync/commonfile/fileproto/fileprotoerr" + "github.com/anyproto/any-sync/commonspace/object/accountdata" + "github.com/anyproto/any-sync/net/rpc/rpctest" + "github.com/anyproto/any-sync/nodeconf" + "github.com/anyproto/any-sync/nodeconf/mock_nodeconf" "github.com/golang/mock/gomock" blocks "github.com/ipfs/go-block-format" "github.com/ipfs/go-cid" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/space/peerstore" + "github.com/anyproto/anytype-heart/space/peerstore" ) var ctx = context.Background() diff --git a/core/grpc_events.go b/core/grpc_events.go index 5683c7982..52f2e2b89 100644 --- a/core/grpc_events.go +++ b/core/grpc_events.go @@ -8,9 +8,9 @@ import ( "os/signal" "syscall" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/pb" - lib "github.com/anytypeio/go-anytype-middleware/pb/service" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/pb" + lib "github.com/anyproto/anytype-heart/pb/service" ) func (mw *Middleware) ListenSessionEvents(req *pb.StreamRequest, server lib.ClientCommands_ListenSessionEventsServer) { diff --git a/core/history.go b/core/history.go index ff680561d..aa58013ad 100644 --- a/core/history.go +++ b/core/history.go @@ -3,10 +3,10 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/history" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/history" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func (mw *Middleware) HistoryShowVersion(cctx context.Context, req *pb.RpcHistoryShowVersionRequest) *pb.RpcHistoryShowVersionResponse { diff --git a/core/history/history.go b/core/history/history.go index 45184eb74..4690b546c 100644 --- a/core/history/history.go +++ b/core/history/history.go @@ -4,28 +4,28 @@ import ( "context" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/commonspace/object/tree/objecttree" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/commonspace/object/tree/objecttree" "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/core/block" - smartblock2 "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - history2 "github.com/anytypeio/go-anytype-middleware/core/block/history" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block" + smartblock2 "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + history2 "github.com/anyproto/anytype-heart/core/block/history" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const CName = "history" diff --git a/core/indexer/full_text.go b/core/indexer/full_text.go index 952219268..6f11b4e6c 100644 --- a/core/indexer/full_text.go +++ b/core/indexer/full_text.go @@ -4,11 +4,11 @@ import ( "context" "time" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func (i *indexer) ForceFTIndex() { diff --git a/core/indexer/indexer.go b/core/indexer/indexer.go index 2864aa786..2ee9d8a27 100644 --- a/core/indexer/indexer.go +++ b/core/indexer/indexer.go @@ -9,33 +9,33 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" ds "github.com/ipfs/go-datastore" "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor" - smartblock2 "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor" + smartblock2 "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const ( diff --git a/core/kanban/group_checkbox.go b/core/kanban/group_checkbox.go index 0876866ed..6e2940e45 100644 --- a/core/kanban/group_checkbox.go +++ b/core/kanban/group_checkbox.go @@ -1,8 +1,8 @@ package kanban import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type GroupCheckBox struct { diff --git a/core/kanban/group_status.go b/core/kanban/group_status.go index 6c038cf8e..919ff1002 100644 --- a/core/kanban/group_status.go +++ b/core/kanban/group_status.go @@ -3,9 +3,9 @@ package kanban import ( "sort" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type GroupStatus struct { diff --git a/core/kanban/group_tag.go b/core/kanban/group_tag.go index 4f478e6b4..0ed3c918e 100644 --- a/core/kanban/group_tag.go +++ b/core/kanban/group_tag.go @@ -2,13 +2,13 @@ package kanban import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" "github.com/ipfs/go-datastore/query" "sort" "strings" diff --git a/core/kanban/service.go b/core/kanban/service.go index 773841699..b54c53cd8 100644 --- a/core/kanban/service.go +++ b/core/kanban/service.go @@ -6,11 +6,11 @@ import ( "errors" "fmt" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const ( diff --git a/core/kanban/service_test.go b/core/kanban/service_test.go index 9a6deb43d..098d268a3 100644 --- a/core/kanban/service_test.go +++ b/core/kanban/service_test.go @@ -10,19 +10,19 @@ import ( "github.com/gogo/protobuf/types" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - smartblock2 "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/clientds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + smartblock2 "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/clientds" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func Test_GrouperTags(t *testing.T) { diff --git a/core/linkpreview.go b/core/linkpreview.go index 7dd416e15..31c678957 100644 --- a/core/linkpreview.go +++ b/core/linkpreview.go @@ -6,9 +6,9 @@ import ( "strings" "time" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/util/linkpreview" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/util/linkpreview" + "github.com/anyproto/anytype-heart/util/uri" ) func (mw *Middleware) LinkPreview(cctx context.Context, req *pb.RpcLinkPreviewRequest) *pb.RpcLinkPreviewResponse { diff --git a/core/logger.go b/core/logger.go index e1a66f001..9a69e21b7 100644 --- a/core/logger.go +++ b/core/logger.go @@ -3,7 +3,7 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) LogSend(cctx context.Context, req *pb.RpcLogSendRequest) *pb.RpcLogSendResponse { diff --git a/core/metrics.go b/core/metrics.go index 223712edd..eddd6dab1 100644 --- a/core/metrics.go +++ b/core/metrics.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) MetricsSetParameters(cctx context.Context, req *pb.RpcMetricsSetParametersRequest) *pb.RpcMetricsSetParametersResponse { diff --git a/core/navigation.go b/core/navigation.go index f0b70963a..98e3d3b67 100644 --- a/core/navigation.go +++ b/core/navigation.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func (mw *Middleware) NavigationListObjects(cctx context.Context, req *pb.RpcNavigationListObjectsRequest) *pb.RpcNavigationListObjectsResponse { diff --git a/core/object.go b/core/object.go index 56506f94a..b0bd8deb5 100644 --- a/core/object.go +++ b/core/object.go @@ -8,23 +8,23 @@ import ( "strings" "time" - "github.com/anytypeio/go-naturaldate/v2" + "github.com/anyproto/go-naturaldate/v2" "github.com/araddon/dateparse" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - importer "github.com/anytypeio/go-anytype-middleware/core/block/import" - "github.com/anytypeio/go-anytype-middleware/core/block/object/objectgraph" - "github.com/anytypeio/go-anytype-middleware/core/indexer" - "github.com/anytypeio/go-anytype-middleware/core/subscription" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/internalflag" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block" + importer "github.com/anyproto/anytype-heart/core/block/import" + "github.com/anyproto/anytype-heart/core/block/object/objectgraph" + "github.com/anyproto/anytype-heart/core/indexer" + "github.com/anyproto/anytype-heart/core/subscription" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/internalflag" + "github.com/anyproto/anytype-heart/util/pbtypes" ) // To be renamed to ObjectSetDetails diff --git a/core/objectshare.go b/core/objectshare.go index 8347679bc..ec53f599c 100644 --- a/core/objectshare.go +++ b/core/objectshare.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) ObjectShareByLink(cctx context.Context, req *pb.RpcObjectShareByLinkRequest) *pb.RpcObjectShareByLinkResponse { diff --git a/core/ping.go b/core/ping.go index 0adf1d05b..693a7372e 100644 --- a/core/ping.go +++ b/core/ping.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/pb" ) func nsToMs(n int64) int64 { diff --git a/core/process.go b/core/process.go index 6ec4ac4ed..09e211231 100644 --- a/core/process.go +++ b/core/process.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) ProcessCancel(cctx context.Context, req *pb.RpcProcessCancelRequest) *pb.RpcProcessCancelResponse { diff --git a/core/recordsbatcher/recordsbatcher.go b/core/recordsbatcher/recordsbatcher.go index ad5659c9e..415db15e6 100644 --- a/core/recordsbatcher/recordsbatcher.go +++ b/core/recordsbatcher/recordsbatcher.go @@ -4,7 +4,7 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/cheggaaa/mb" ) diff --git a/core/relation/relationutils/objecttype.go b/core/relation/relationutils/objecttype.go index ae4dba185..7435cd2ae 100644 --- a/core/relation/relationutils/objecttype.go +++ b/core/relation/relationutils/objecttype.go @@ -5,10 +5,10 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type ObjectType struct { diff --git a/core/relation/relationutils/option.go b/core/relation/relationutils/option.go index 7ca5a9b1a..3d59a1375 100644 --- a/core/relation/relationutils/option.go +++ b/core/relation/relationutils/option.go @@ -3,9 +3,9 @@ package relationutils import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func OptionFromStruct(st *types.Struct) *Option { diff --git a/core/relation/relationutils/relation.go b/core/relation/relationutils/relation.go index 0e44e6974..87b671ea0 100644 --- a/core/relation/relationutils/relation.go +++ b/core/relation/relationutils/relation.go @@ -5,10 +5,10 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func RelationFromStruct(st *types.Struct) *Relation { diff --git a/core/relation/service.go b/core/relation/service.go index f92981d16..e90c84b1f 100644 --- a/core/relation/service.go +++ b/core/relation/service.go @@ -5,20 +5,20 @@ import ( "fmt" "strings" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/treemanager" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/treemanager" "github.com/gogo/protobuf/types" "github.com/ipfs/go-datastore/query" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/uri" ) const CName = "relation" diff --git a/core/relations.go b/core/relations.go index 5f40f2187..700ce490f 100644 --- a/core/relations.go +++ b/core/relations.go @@ -6,17 +6,17 @@ import ( "fmt" "strings" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) func (mw *Middleware) ObjectTypeRelationList(cctx context.Context, req *pb.RpcObjectTypeRelationListRequest) *pb.RpcObjectTypeRelationListResponse { diff --git a/core/relations_test.go b/core/relations_test.go index 29912a25b..6d3dec900 100644 --- a/core/relations_test.go +++ b/core/relations_test.go @@ -10,11 +10,11 @@ import ( "github.com/gogo/protobuf/types" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func start(t *testing.T, eventSender event.Sender) (setId string, rootPath string, mw *Middleware, close func() error) { diff --git a/core/session/context.go b/core/session/context.go index 23467a99a..7c5577604 100644 --- a/core/session/context.go +++ b/core/session/context.go @@ -1,6 +1,6 @@ package session -import "github.com/anytypeio/go-anytype-middleware/pb" +import "github.com/anyproto/anytype-heart/pb" func NewContext(opts ...ContextOption) *Context { ctx := &Context{} diff --git a/core/session/service.go b/core/session/service.go index 9cb2870e4..4f149e763 100644 --- a/core/session/service.go +++ b/core/session/service.go @@ -6,7 +6,7 @@ import ( "math/rand" "sync" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" ) const CName = "session" diff --git a/core/subscription/cache.go b/core/subscription/cache.go index 55ca546fa..278ea779f 100644 --- a/core/subscription/cache.go +++ b/core/subscription/cache.go @@ -3,7 +3,7 @@ package subscription import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/util/slice" ) func newCache() *cache { diff --git a/core/subscription/collection.go b/core/subscription/collection.go index 639456ce3..8b6fbf8f6 100644 --- a/core/subscription/collection.go +++ b/core/subscription/collection.go @@ -7,12 +7,12 @@ import ( "github.com/cheggaaa/mb" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) type collectionObserver struct { diff --git a/core/subscription/collection_group.go b/core/subscription/collection_group.go index 860fac60b..5be1622c0 100644 --- a/core/subscription/collection_group.go +++ b/core/subscription/collection_group.go @@ -1,8 +1,8 @@ package subscription import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type collectionGroupSub struct { diff --git a/core/subscription/context.go b/core/subscription/context.go index 76919be7c..61537c809 100644 --- a/core/subscription/context.go +++ b/core/subscription/context.go @@ -1,11 +1,11 @@ package subscription import ( - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" "github.com/gogo/protobuf/types" ) @@ -36,8 +36,8 @@ type opCounter struct { } type opGroup struct { - subId string - group *model.BlockContentDataviewGroup + subId string + group *model.BlockContentDataviewGroup remove bool } @@ -135,9 +135,9 @@ func (ctx *opCtx) apply() (event *pb.Event) { subMsgs = append(subMsgs, &pb.EventMessage{ Value: &pb.EventMessageValueOfSubscriptionGroups{ SubscriptionGroups: &pb.EventObjectSubscriptionGroups{ - SubId: opGroup.subId, - Group: opGroup.group, - Remove: opGroup.remove, + SubId: opGroup.subId, + Group: opGroup.group, + Remove: opGroup.remove, }, }, }) diff --git a/core/subscription/dep.go b/core/subscription/dep.go index deb762466..c60702bb2 100644 --- a/core/subscription/dep.go +++ b/core/subscription/dep.go @@ -1,10 +1,10 @@ package subscription import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) func newDependencyService(s *service) *dependencyService { diff --git a/core/subscription/diff_test.go b/core/subscription/diff_test.go index fca0e7131..9d965d0b2 100644 --- a/core/subscription/diff_test.go +++ b/core/subscription/diff_test.go @@ -2,7 +2,7 @@ package subscription import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/util/slice" "github.com/stretchr/testify/assert" "math/rand" "strings" diff --git a/core/subscription/group.go b/core/subscription/group.go index 1c8736001..ec111876f 100644 --- a/core/subscription/group.go +++ b/core/subscription/group.go @@ -3,11 +3,11 @@ package subscription import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/kanban" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/kanban" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) func (s *service) newGroupSub(id string, relKey string, f *database.Filters, groups []*model.BlockContentDataviewGroup) *groupSub { diff --git a/core/subscription/group_test.go b/core/subscription/group_test.go index 12356a36d..c2983322c 100644 --- a/core/subscription/group_test.go +++ b/core/subscription/group_test.go @@ -7,12 +7,12 @@ import ( "github.com/gogo/protobuf/types" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/core/kanban" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/kanban" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var kanbanKey = bundle.RelationKeyTag.String() diff --git a/core/subscription/service.go b/core/subscription/service.go index dfd72fa23..1cd4da075 100644 --- a/core/subscription/service.go +++ b/core/subscription/service.go @@ -7,26 +7,26 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/cheggaaa/mb" "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" "github.com/ipfs/go-datastore/query" - "github.com/anytypeio/go-anytype-middleware/core/event" - "github.com/anytypeio/go-anytype-middleware/core/kanban" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/event" + "github.com/anyproto/anytype-heart/core/kanban" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) const CName = "subscription" diff --git a/core/subscription/service_test.go b/core/subscription/service_test.go index 3fd672387..cdf84dbb6 100644 --- a/core/subscription/service_test.go +++ b/core/subscription/service_test.go @@ -9,14 +9,14 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/testMock" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/testMock" ) func TestService_Search(t *testing.T) { diff --git a/core/subscription/simple.go b/core/subscription/simple.go index b40109f91..815628ca8 100644 --- a/core/subscription/simple.go +++ b/core/subscription/simple.go @@ -1,7 +1,7 @@ package subscription import ( - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" ) diff --git a/core/subscription/sorted.go b/core/subscription/sorted.go index 9ed034d11..ea4b5d4e8 100644 --- a/core/subscription/sorted.go +++ b/core/subscription/sorted.go @@ -6,8 +6,8 @@ import ( "github.com/gogo/protobuf/types" "github.com/huandu/skiplist" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/util/pbtypes" ) var ( diff --git a/core/subscription/sorted_test.go b/core/subscription/sorted_test.go index e75a71042..71f2606db 100644 --- a/core/subscription/sorted_test.go +++ b/core/subscription/sorted_test.go @@ -1,14 +1,14 @@ package subscription import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/util/testMock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/util/testMock" "github.com/golang/mock/gomock" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/core/subscription/testutils_test.go b/core/subscription/testutils_test.go index a03c24757..ccf52fcaf 100644 --- a/core/subscription/testutils_test.go +++ b/core/subscription/testutils_test.go @@ -5,8 +5,8 @@ import ( "math/rand" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" ) diff --git a/core/syncstatus/file_status_registry.go b/core/syncstatus/file_status_registry.go index 39cb925e6..1e6962556 100644 --- a/core/syncstatus/file_status_registry.go +++ b/core/syncstatus/file_status_registry.go @@ -6,16 +6,16 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/commonspace/syncstatus" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/basic" - "github.com/anytypeio/go-anytype-middleware/core/block/getblock" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/basic" + "github.com/anyproto/anytype-heart/core/block/getblock" + "github.com/anyproto/anytype-heart/core/filestorage/filesync" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type fileStatusRegistry struct { diff --git a/core/syncstatus/file_watcher.go b/core/syncstatus/file_watcher.go index 76cc7adf6..1c53b0053 100644 --- a/core/syncstatus/file_watcher.go +++ b/core/syncstatus/file_watcher.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/commonspace/syncstatus" "go.uber.org/zap" ) diff --git a/core/syncstatus/linked_files_watcher.go b/core/syncstatus/linked_files_watcher.go index 122ffd482..c79220d4d 100644 --- a/core/syncstatus/linked_files_watcher.go +++ b/core/syncstatus/linked_files_watcher.go @@ -5,11 +5,11 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/commonspace/syncstatus" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/space" ) type linkedFilesWatcher struct { diff --git a/core/syncstatus/object_watcher.go b/core/syncstatus/object_watcher.go index 048234c1b..4776606e0 100644 --- a/core/syncstatus/object_watcher.go +++ b/core/syncstatus/object_watcher.go @@ -3,9 +3,9 @@ package syncstatus import ( "context" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/commonspace/syncstatus" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/space" ) type objectWatcher struct { diff --git a/core/syncstatus/service.go b/core/syncstatus/service.go index afef38140..21e660a9b 100644 --- a/core/syncstatus/service.go +++ b/core/syncstatus/service.go @@ -5,19 +5,19 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block/getblock" - "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/filestore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block/getblock" + "github.com/anyproto/anytype-heart/core/filestorage/filesync" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/filestore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/typeprovider" ) var log = logging.Logger("anytype-mw-status") diff --git a/core/syncstatus/service_test.go b/core/syncstatus/service_test.go index 3bda9c886..8bf1215b6 100644 --- a/core/syncstatus/service_test.go +++ b/core/syncstatus/service_test.go @@ -9,12 +9,12 @@ package syncstatus // "github.com/golang/mock/gomock" // "github.com/stretchr/testify/require" // -// "github.com/anytypeio/go-anytype-middleware/core/anytype/config" -// "github.com/anytypeio/go-anytype-middleware/core/filestorage/filesync/mock_filesync" -// "github.com/anytypeio/go-anytype-middleware/pb" -// "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/mock_core" -// "github.com/anytypeio/go-anytype-middleware/space/mock_space" -// "github.com/anytypeio/go-anytype-middleware/space/typeprovider/mock_typeprovider" +// "github.com/anyproto/anytype-heart/core/anytype/config" +// "github.com/anyproto/anytype-heart/core/filestorage/filesync/mock_filesync" +// "github.com/anyproto/anytype-heart/pb" +// "github.com/anyproto/anytype-heart/pkg/lib/core/mock_core" +// "github.com/anyproto/anytype-heart/space/mock_space" +// "github.com/anyproto/anytype-heart/space/typeprovider/mock_typeprovider" // ) // // type fixture struct { diff --git a/core/syncstatus/update_receiver.go b/core/syncstatus/update_receiver.go index d1407609f..94610a2b2 100644 --- a/core/syncstatus/update_receiver.go +++ b/core/syncstatus/update_receiver.go @@ -4,11 +4,11 @@ import ( "context" "sync" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/commonspace/syncstatus" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" ) type updateReceiver struct { diff --git a/core/table.go b/core/table.go index c5e79d29b..bf2a87300 100644 --- a/core/table.go +++ b/core/table.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) BlockTableCreate(cctx context.Context, req *pb.RpcBlockTableCreateRequest) *pb.RpcBlockTableCreateResponse { diff --git a/core/template.go b/core/template.go index 7930c070b..ebf011314 100644 --- a/core/template.go +++ b/core/template.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/export" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/export" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func (mw *Middleware) TemplateCreateFromObject(cctx context.Context, req *pb.RpcTemplateCreateFromObjectRequest) *pb.RpcTemplateCreateFromObjectResponse { diff --git a/core/undo.go b/core/undo.go index d27fae5ee..c3974a9b4 100644 --- a/core/undo.go +++ b/core/undo.go @@ -3,9 +3,9 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/undo" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/undo" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) ObjectUndo(cctx context.Context, req *pb.RpcObjectUndoRequest) *pb.RpcObjectUndoResponse { diff --git a/core/version.go b/core/version.go index beef01133..b5cc3bc80 100644 --- a/core/version.go +++ b/core/version.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/util/vcs" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/util/vcs" ) func (mw *Middleware) AppGetVersion(cctx context.Context, req *pb.RpcAppGetVersionRequest) *pb.RpcAppGetVersionResponse { diff --git a/core/wallet.go b/core/wallet.go index c8d5e3dc4..b614003d9 100644 --- a/core/wallet.go +++ b/core/wallet.go @@ -7,11 +7,11 @@ import ( "fmt" "os" - "github.com/anytypeio/any-sync/util/crypto" + "github.com/anyproto/any-sync/util/crypto" - "github.com/anytypeio/go-anytype-middleware/core/session" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" + "github.com/anyproto/anytype-heart/core/session" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/core" ) const wordCount int = 12 diff --git a/core/wallet/wallet.go b/core/wallet/wallet.go index 050073f27..77387941f 100644 --- a/core/wallet/wallet.go +++ b/core/wallet/wallet.go @@ -5,13 +5,13 @@ import ( "io/ioutil" "path/filepath" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/accountdata" - "github.com/anytypeio/any-sync/util/crypto" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/accountdata" + "github.com/anyproto/any-sync/util/crypto" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) const ( diff --git a/core/widget.go b/core/widget.go index a901005c7..8fe6091b3 100644 --- a/core/widget.go +++ b/core/widget.go @@ -3,8 +3,8 @@ package core import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) BlockCreateWidget(cctx context.Context, req *pb.RpcBlockCreateWidgetRequest) *pb.RpcBlockCreateWidgetResponse { diff --git a/core/workspace.go b/core/workspace.go index bc2762323..aec42e78e 100644 --- a/core/workspace.go +++ b/core/workspace.go @@ -5,8 +5,8 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/pb" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/pb" ) func (mw *Middleware) WorkspaceCreate(cctx context.Context, req *pb.RpcWorkspaceCreateRequest) *pb.RpcWorkspaceCreateResponse { diff --git a/docker-compose.yml b/docker-compose.yml index 8d0a8bf0b..8a79bb318 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: old_application: image: middleware-old -# image: ghcr.io/anytypeio/go-anytype-middleware:v0.25.1 +# image: ghcr.io/anyproto/anytype-heart:v0.25.1 ports: - "${ANYTYPE_OLD_TEST_GRPC_PORT:?}:31007" - "31018:31008" diff --git a/docs/proto.md b/docs/proto.md index 59be5eccd..c2c1718e6 100644 --- a/docs/proto.md +++ b/docs/proto.md @@ -3,1104 +3,1103 @@ ## Table of Contents -- [pb/protos/service/service.proto](#pb/protos/service/service.proto) - - [ClientCommands](#anytype.ClientCommands) +- [pb/protos/service/service.proto](#pb_protos_service_service-proto) + - [ClientCommands](#anytype-ClientCommands) -- [pb/protos/changes.proto](#pb/protos/changes.proto) - - [Change](#anytype.Change) - - [Change.BlockCreate](#anytype.Change.BlockCreate) - - [Change.BlockDuplicate](#anytype.Change.BlockDuplicate) - - [Change.BlockMove](#anytype.Change.BlockMove) - - [Change.BlockRemove](#anytype.Change.BlockRemove) - - [Change.BlockUpdate](#anytype.Change.BlockUpdate) - - [Change.Content](#anytype.Change.Content) - - [Change.DetailsSet](#anytype.Change.DetailsSet) - - [Change.DetailsUnset](#anytype.Change.DetailsUnset) - - [Change.FileKeys](#anytype.Change.FileKeys) - - [Change.FileKeys.KeysEntry](#anytype.Change.FileKeys.KeysEntry) - - [Change.ObjectTypeAdd](#anytype.Change.ObjectTypeAdd) - - [Change.ObjectTypeRemove](#anytype.Change.ObjectTypeRemove) - - [Change.RelationAdd](#anytype.Change.RelationAdd) - - [Change.RelationRemove](#anytype.Change.RelationRemove) - - [Change.Snapshot](#anytype.Change.Snapshot) - - [Change.Snapshot.LogHeadsEntry](#anytype.Change.Snapshot.LogHeadsEntry) - - [Change.StoreKeySet](#anytype.Change.StoreKeySet) - - [Change.StoreKeyUnset](#anytype.Change.StoreKeyUnset) - - [Change.StoreSliceUpdate](#anytype.Change.StoreSliceUpdate) - - [Change.StoreSliceUpdate.Add](#anytype.Change.StoreSliceUpdate.Add) - - [Change.StoreSliceUpdate.Move](#anytype.Change.StoreSliceUpdate.Move) - - [Change.StoreSliceUpdate.Remove](#anytype.Change.StoreSliceUpdate.Remove) - - [Change._RelationAdd](#anytype.Change._RelationAdd) - - [Change._RelationRemove](#anytype.Change._RelationRemove) - - [Change._RelationUpdate](#anytype.Change._RelationUpdate) - - [Change._RelationUpdate.Dict](#anytype.Change._RelationUpdate.Dict) - - [Change._RelationUpdate.ObjectTypes](#anytype.Change._RelationUpdate.ObjectTypes) +- [pb/protos/changes.proto](#pb_protos_changes-proto) + - [Change](#anytype-Change) + - [Change.BlockCreate](#anytype-Change-BlockCreate) + - [Change.BlockDuplicate](#anytype-Change-BlockDuplicate) + - [Change.BlockMove](#anytype-Change-BlockMove) + - [Change.BlockRemove](#anytype-Change-BlockRemove) + - [Change.BlockUpdate](#anytype-Change-BlockUpdate) + - [Change.Content](#anytype-Change-Content) + - [Change.DetailsSet](#anytype-Change-DetailsSet) + - [Change.DetailsUnset](#anytype-Change-DetailsUnset) + - [Change.FileKeys](#anytype-Change-FileKeys) + - [Change.FileKeys.KeysEntry](#anytype-Change-FileKeys-KeysEntry) + - [Change.ObjectTypeAdd](#anytype-Change-ObjectTypeAdd) + - [Change.ObjectTypeRemove](#anytype-Change-ObjectTypeRemove) + - [Change.RelationAdd](#anytype-Change-RelationAdd) + - [Change.RelationRemove](#anytype-Change-RelationRemove) + - [Change.Snapshot](#anytype-Change-Snapshot) + - [Change.Snapshot.LogHeadsEntry](#anytype-Change-Snapshot-LogHeadsEntry) + - [Change.StoreKeySet](#anytype-Change-StoreKeySet) + - [Change.StoreKeyUnset](#anytype-Change-StoreKeyUnset) + - [Change.StoreSliceUpdate](#anytype-Change-StoreSliceUpdate) + - [Change.StoreSliceUpdate.Add](#anytype-Change-StoreSliceUpdate-Add) + - [Change.StoreSliceUpdate.Move](#anytype-Change-StoreSliceUpdate-Move) + - [Change.StoreSliceUpdate.Remove](#anytype-Change-StoreSliceUpdate-Remove) + - [Change._RelationAdd](#anytype-Change-_RelationAdd) + - [Change._RelationRemove](#anytype-Change-_RelationRemove) + - [Change._RelationUpdate](#anytype-Change-_RelationUpdate) + - [Change._RelationUpdate.Dict](#anytype-Change-_RelationUpdate-Dict) + - [Change._RelationUpdate.ObjectTypes](#anytype-Change-_RelationUpdate-ObjectTypes) -- [pb/protos/commands.proto](#pb/protos/commands.proto) - - [Empty](#anytype.Empty) - - [Rpc](#anytype.Rpc) - - [Rpc.Account](#anytype.Rpc.Account) - - [Rpc.Account.Config](#anytype.Rpc.Account.Config) - - [Rpc.Account.ConfigUpdate](#anytype.Rpc.Account.ConfigUpdate) - - [Rpc.Account.ConfigUpdate.Request](#anytype.Rpc.Account.ConfigUpdate.Request) - - [Rpc.Account.ConfigUpdate.Response](#anytype.Rpc.Account.ConfigUpdate.Response) - - [Rpc.Account.ConfigUpdate.Response.Error](#anytype.Rpc.Account.ConfigUpdate.Response.Error) - - [Rpc.Account.Create](#anytype.Rpc.Account.Create) - - [Rpc.Account.Create.Request](#anytype.Rpc.Account.Create.Request) - - [Rpc.Account.Create.Response](#anytype.Rpc.Account.Create.Response) - - [Rpc.Account.Create.Response.Error](#anytype.Rpc.Account.Create.Response.Error) - - [Rpc.Account.Delete](#anytype.Rpc.Account.Delete) - - [Rpc.Account.Delete.Request](#anytype.Rpc.Account.Delete.Request) - - [Rpc.Account.Delete.Response](#anytype.Rpc.Account.Delete.Response) - - [Rpc.Account.Delete.Response.Error](#anytype.Rpc.Account.Delete.Response.Error) - - [Rpc.Account.GetConfig](#anytype.Rpc.Account.GetConfig) - - [Rpc.Account.GetConfig.Get](#anytype.Rpc.Account.GetConfig.Get) - - [Rpc.Account.GetConfig.Get.Request](#anytype.Rpc.Account.GetConfig.Get.Request) - - [Rpc.Account.Move](#anytype.Rpc.Account.Move) - - [Rpc.Account.Move.Request](#anytype.Rpc.Account.Move.Request) - - [Rpc.Account.Move.Response](#anytype.Rpc.Account.Move.Response) - - [Rpc.Account.Move.Response.Error](#anytype.Rpc.Account.Move.Response.Error) - - [Rpc.Account.Recover](#anytype.Rpc.Account.Recover) - - [Rpc.Account.Recover.Request](#anytype.Rpc.Account.Recover.Request) - - [Rpc.Account.Recover.Response](#anytype.Rpc.Account.Recover.Response) - - [Rpc.Account.Recover.Response.Error](#anytype.Rpc.Account.Recover.Response.Error) - - [Rpc.Account.RecoverFromLegacyExport](#anytype.Rpc.Account.RecoverFromLegacyExport) - - [Rpc.Account.RecoverFromLegacyExport.Request](#anytype.Rpc.Account.RecoverFromLegacyExport.Request) - - [Rpc.Account.RecoverFromLegacyExport.Response](#anytype.Rpc.Account.RecoverFromLegacyExport.Response) - - [Rpc.Account.RecoverFromLegacyExport.Response.Error](#anytype.Rpc.Account.RecoverFromLegacyExport.Response.Error) - - [Rpc.Account.Select](#anytype.Rpc.Account.Select) - - [Rpc.Account.Select.Request](#anytype.Rpc.Account.Select.Request) - - [Rpc.Account.Select.Response](#anytype.Rpc.Account.Select.Response) - - [Rpc.Account.Select.Response.Error](#anytype.Rpc.Account.Select.Response.Error) - - [Rpc.Account.Stop](#anytype.Rpc.Account.Stop) - - [Rpc.Account.Stop.Request](#anytype.Rpc.Account.Stop.Request) - - [Rpc.Account.Stop.Response](#anytype.Rpc.Account.Stop.Response) - - [Rpc.Account.Stop.Response.Error](#anytype.Rpc.Account.Stop.Response.Error) - - [Rpc.App](#anytype.Rpc.App) - - [Rpc.App.GetVersion](#anytype.Rpc.App.GetVersion) - - [Rpc.App.GetVersion.Request](#anytype.Rpc.App.GetVersion.Request) - - [Rpc.App.GetVersion.Response](#anytype.Rpc.App.GetVersion.Response) - - [Rpc.App.GetVersion.Response.Error](#anytype.Rpc.App.GetVersion.Response.Error) - - [Rpc.App.SetDeviceState](#anytype.Rpc.App.SetDeviceState) - - [Rpc.App.SetDeviceState.Request](#anytype.Rpc.App.SetDeviceState.Request) - - [Rpc.App.SetDeviceState.Response](#anytype.Rpc.App.SetDeviceState.Response) - - [Rpc.App.SetDeviceState.Response.Error](#anytype.Rpc.App.SetDeviceState.Response.Error) - - [Rpc.App.Shutdown](#anytype.Rpc.App.Shutdown) - - [Rpc.App.Shutdown.Request](#anytype.Rpc.App.Shutdown.Request) - - [Rpc.App.Shutdown.Response](#anytype.Rpc.App.Shutdown.Response) - - [Rpc.App.Shutdown.Response.Error](#anytype.Rpc.App.Shutdown.Response.Error) - - [Rpc.Block](#anytype.Rpc.Block) - - [Rpc.Block.Copy](#anytype.Rpc.Block.Copy) - - [Rpc.Block.Copy.Request](#anytype.Rpc.Block.Copy.Request) - - [Rpc.Block.Copy.Response](#anytype.Rpc.Block.Copy.Response) - - [Rpc.Block.Copy.Response.Error](#anytype.Rpc.Block.Copy.Response.Error) - - [Rpc.Block.Create](#anytype.Rpc.Block.Create) - - [Rpc.Block.Create.Request](#anytype.Rpc.Block.Create.Request) - - [Rpc.Block.Create.Response](#anytype.Rpc.Block.Create.Response) - - [Rpc.Block.Create.Response.Error](#anytype.Rpc.Block.Create.Response.Error) - - [Rpc.Block.CreateWidget](#anytype.Rpc.Block.CreateWidget) - - [Rpc.Block.CreateWidget.Request](#anytype.Rpc.Block.CreateWidget.Request) - - [Rpc.Block.CreateWidget.Response](#anytype.Rpc.Block.CreateWidget.Response) - - [Rpc.Block.CreateWidget.Response.Error](#anytype.Rpc.Block.CreateWidget.Response.Error) - - [Rpc.Block.Cut](#anytype.Rpc.Block.Cut) - - [Rpc.Block.Cut.Request](#anytype.Rpc.Block.Cut.Request) - - [Rpc.Block.Cut.Response](#anytype.Rpc.Block.Cut.Response) - - [Rpc.Block.Cut.Response.Error](#anytype.Rpc.Block.Cut.Response.Error) - - [Rpc.Block.Download](#anytype.Rpc.Block.Download) - - [Rpc.Block.Download.Request](#anytype.Rpc.Block.Download.Request) - - [Rpc.Block.Download.Response](#anytype.Rpc.Block.Download.Response) - - [Rpc.Block.Download.Response.Error](#anytype.Rpc.Block.Download.Response.Error) - - [Rpc.Block.Export](#anytype.Rpc.Block.Export) - - [Rpc.Block.Export.Request](#anytype.Rpc.Block.Export.Request) - - [Rpc.Block.Export.Response](#anytype.Rpc.Block.Export.Response) - - [Rpc.Block.Export.Response.Error](#anytype.Rpc.Block.Export.Response.Error) - - [Rpc.Block.ListConvertToObjects](#anytype.Rpc.Block.ListConvertToObjects) - - [Rpc.Block.ListConvertToObjects.Request](#anytype.Rpc.Block.ListConvertToObjects.Request) - - [Rpc.Block.ListConvertToObjects.Response](#anytype.Rpc.Block.ListConvertToObjects.Response) - - [Rpc.Block.ListConvertToObjects.Response.Error](#anytype.Rpc.Block.ListConvertToObjects.Response.Error) - - [Rpc.Block.ListDelete](#anytype.Rpc.Block.ListDelete) - - [Rpc.Block.ListDelete.Request](#anytype.Rpc.Block.ListDelete.Request) - - [Rpc.Block.ListDelete.Response](#anytype.Rpc.Block.ListDelete.Response) - - [Rpc.Block.ListDelete.Response.Error](#anytype.Rpc.Block.ListDelete.Response.Error) - - [Rpc.Block.ListDuplicate](#anytype.Rpc.Block.ListDuplicate) - - [Rpc.Block.ListDuplicate.Request](#anytype.Rpc.Block.ListDuplicate.Request) - - [Rpc.Block.ListDuplicate.Response](#anytype.Rpc.Block.ListDuplicate.Response) - - [Rpc.Block.ListDuplicate.Response.Error](#anytype.Rpc.Block.ListDuplicate.Response.Error) - - [Rpc.Block.ListMoveToExistingObject](#anytype.Rpc.Block.ListMoveToExistingObject) - - [Rpc.Block.ListMoveToExistingObject.Request](#anytype.Rpc.Block.ListMoveToExistingObject.Request) - - [Rpc.Block.ListMoveToExistingObject.Response](#anytype.Rpc.Block.ListMoveToExistingObject.Response) - - [Rpc.Block.ListMoveToExistingObject.Response.Error](#anytype.Rpc.Block.ListMoveToExistingObject.Response.Error) - - [Rpc.Block.ListMoveToNewObject](#anytype.Rpc.Block.ListMoveToNewObject) - - [Rpc.Block.ListMoveToNewObject.Request](#anytype.Rpc.Block.ListMoveToNewObject.Request) - - [Rpc.Block.ListMoveToNewObject.Response](#anytype.Rpc.Block.ListMoveToNewObject.Response) - - [Rpc.Block.ListMoveToNewObject.Response.Error](#anytype.Rpc.Block.ListMoveToNewObject.Response.Error) - - [Rpc.Block.ListSetAlign](#anytype.Rpc.Block.ListSetAlign) - - [Rpc.Block.ListSetAlign.Request](#anytype.Rpc.Block.ListSetAlign.Request) - - [Rpc.Block.ListSetAlign.Response](#anytype.Rpc.Block.ListSetAlign.Response) - - [Rpc.Block.ListSetAlign.Response.Error](#anytype.Rpc.Block.ListSetAlign.Response.Error) - - [Rpc.Block.ListSetBackgroundColor](#anytype.Rpc.Block.ListSetBackgroundColor) - - [Rpc.Block.ListSetBackgroundColor.Request](#anytype.Rpc.Block.ListSetBackgroundColor.Request) - - [Rpc.Block.ListSetBackgroundColor.Response](#anytype.Rpc.Block.ListSetBackgroundColor.Response) - - [Rpc.Block.ListSetBackgroundColor.Response.Error](#anytype.Rpc.Block.ListSetBackgroundColor.Response.Error) - - [Rpc.Block.ListSetFields](#anytype.Rpc.Block.ListSetFields) - - [Rpc.Block.ListSetFields.Request](#anytype.Rpc.Block.ListSetFields.Request) - - [Rpc.Block.ListSetFields.Request.BlockField](#anytype.Rpc.Block.ListSetFields.Request.BlockField) - - [Rpc.Block.ListSetFields.Response](#anytype.Rpc.Block.ListSetFields.Response) - - [Rpc.Block.ListSetFields.Response.Error](#anytype.Rpc.Block.ListSetFields.Response.Error) - - [Rpc.Block.ListSetVerticalAlign](#anytype.Rpc.Block.ListSetVerticalAlign) - - [Rpc.Block.ListSetVerticalAlign.Request](#anytype.Rpc.Block.ListSetVerticalAlign.Request) - - [Rpc.Block.ListSetVerticalAlign.Response](#anytype.Rpc.Block.ListSetVerticalAlign.Response) - - [Rpc.Block.ListSetVerticalAlign.Response.Error](#anytype.Rpc.Block.ListSetVerticalAlign.Response.Error) - - [Rpc.Block.ListTurnInto](#anytype.Rpc.Block.ListTurnInto) - - [Rpc.Block.ListTurnInto.Request](#anytype.Rpc.Block.ListTurnInto.Request) - - [Rpc.Block.ListTurnInto.Response](#anytype.Rpc.Block.ListTurnInto.Response) - - [Rpc.Block.ListTurnInto.Response.Error](#anytype.Rpc.Block.ListTurnInto.Response.Error) - - [Rpc.Block.ListUpdate](#anytype.Rpc.Block.ListUpdate) - - [Rpc.Block.ListUpdate.Request](#anytype.Rpc.Block.ListUpdate.Request) - - [Rpc.Block.ListUpdate.Request.Text](#anytype.Rpc.Block.ListUpdate.Request.Text) - - [Rpc.Block.Merge](#anytype.Rpc.Block.Merge) - - [Rpc.Block.Merge.Request](#anytype.Rpc.Block.Merge.Request) - - [Rpc.Block.Merge.Response](#anytype.Rpc.Block.Merge.Response) - - [Rpc.Block.Merge.Response.Error](#anytype.Rpc.Block.Merge.Response.Error) - - [Rpc.Block.Paste](#anytype.Rpc.Block.Paste) - - [Rpc.Block.Paste.Request](#anytype.Rpc.Block.Paste.Request) - - [Rpc.Block.Paste.Request.File](#anytype.Rpc.Block.Paste.Request.File) - - [Rpc.Block.Paste.Response](#anytype.Rpc.Block.Paste.Response) - - [Rpc.Block.Paste.Response.Error](#anytype.Rpc.Block.Paste.Response.Error) - - [Rpc.Block.Replace](#anytype.Rpc.Block.Replace) - - [Rpc.Block.Replace.Request](#anytype.Rpc.Block.Replace.Request) - - [Rpc.Block.Replace.Response](#anytype.Rpc.Block.Replace.Response) - - [Rpc.Block.Replace.Response.Error](#anytype.Rpc.Block.Replace.Response.Error) - - [Rpc.Block.SetFields](#anytype.Rpc.Block.SetFields) - - [Rpc.Block.SetFields.Request](#anytype.Rpc.Block.SetFields.Request) - - [Rpc.Block.SetFields.Response](#anytype.Rpc.Block.SetFields.Response) - - [Rpc.Block.SetFields.Response.Error](#anytype.Rpc.Block.SetFields.Response.Error) - - [Rpc.Block.Split](#anytype.Rpc.Block.Split) - - [Rpc.Block.Split.Request](#anytype.Rpc.Block.Split.Request) - - [Rpc.Block.Split.Response](#anytype.Rpc.Block.Split.Response) - - [Rpc.Block.Split.Response.Error](#anytype.Rpc.Block.Split.Response.Error) - - [Rpc.Block.Upload](#anytype.Rpc.Block.Upload) - - [Rpc.Block.Upload.Request](#anytype.Rpc.Block.Upload.Request) - - [Rpc.Block.Upload.Response](#anytype.Rpc.Block.Upload.Response) - - [Rpc.Block.Upload.Response.Error](#anytype.Rpc.Block.Upload.Response.Error) - - [Rpc.BlockBookmark](#anytype.Rpc.BlockBookmark) - - [Rpc.BlockBookmark.CreateAndFetch](#anytype.Rpc.BlockBookmark.CreateAndFetch) - - [Rpc.BlockBookmark.CreateAndFetch.Request](#anytype.Rpc.BlockBookmark.CreateAndFetch.Request) - - [Rpc.BlockBookmark.CreateAndFetch.Response](#anytype.Rpc.BlockBookmark.CreateAndFetch.Response) - - [Rpc.BlockBookmark.CreateAndFetch.Response.Error](#anytype.Rpc.BlockBookmark.CreateAndFetch.Response.Error) - - [Rpc.BlockBookmark.Fetch](#anytype.Rpc.BlockBookmark.Fetch) - - [Rpc.BlockBookmark.Fetch.Request](#anytype.Rpc.BlockBookmark.Fetch.Request) - - [Rpc.BlockBookmark.Fetch.Response](#anytype.Rpc.BlockBookmark.Fetch.Response) - - [Rpc.BlockBookmark.Fetch.Response.Error](#anytype.Rpc.BlockBookmark.Fetch.Response.Error) - - [Rpc.BlockDataview](#anytype.Rpc.BlockDataview) - - [Rpc.BlockDataview.CreateBookmark](#anytype.Rpc.BlockDataview.CreateBookmark) - - [Rpc.BlockDataview.CreateBookmark.Request](#anytype.Rpc.BlockDataview.CreateBookmark.Request) - - [Rpc.BlockDataview.CreateBookmark.Response](#anytype.Rpc.BlockDataview.CreateBookmark.Response) - - [Rpc.BlockDataview.CreateBookmark.Response.Error](#anytype.Rpc.BlockDataview.CreateBookmark.Response.Error) - - [Rpc.BlockDataview.CreateFromExistingObject](#anytype.Rpc.BlockDataview.CreateFromExistingObject) - - [Rpc.BlockDataview.CreateFromExistingObject.Request](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Request) - - [Rpc.BlockDataview.CreateFromExistingObject.Response](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Response) - - [Rpc.BlockDataview.CreateFromExistingObject.Response.Error](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Response.Error) - - [Rpc.BlockDataview.Filter](#anytype.Rpc.BlockDataview.Filter) - - [Rpc.BlockDataview.Filter.Add](#anytype.Rpc.BlockDataview.Filter.Add) - - [Rpc.BlockDataview.Filter.Add.Request](#anytype.Rpc.BlockDataview.Filter.Add.Request) - - [Rpc.BlockDataview.Filter.Add.Response](#anytype.Rpc.BlockDataview.Filter.Add.Response) - - [Rpc.BlockDataview.Filter.Add.Response.Error](#anytype.Rpc.BlockDataview.Filter.Add.Response.Error) - - [Rpc.BlockDataview.Filter.Remove](#anytype.Rpc.BlockDataview.Filter.Remove) - - [Rpc.BlockDataview.Filter.Remove.Request](#anytype.Rpc.BlockDataview.Filter.Remove.Request) - - [Rpc.BlockDataview.Filter.Remove.Response](#anytype.Rpc.BlockDataview.Filter.Remove.Response) - - [Rpc.BlockDataview.Filter.Remove.Response.Error](#anytype.Rpc.BlockDataview.Filter.Remove.Response.Error) - - [Rpc.BlockDataview.Filter.Replace](#anytype.Rpc.BlockDataview.Filter.Replace) - - [Rpc.BlockDataview.Filter.Replace.Request](#anytype.Rpc.BlockDataview.Filter.Replace.Request) - - [Rpc.BlockDataview.Filter.Replace.Response](#anytype.Rpc.BlockDataview.Filter.Replace.Response) - - [Rpc.BlockDataview.Filter.Replace.Response.Error](#anytype.Rpc.BlockDataview.Filter.Replace.Response.Error) - - [Rpc.BlockDataview.Filter.Sort](#anytype.Rpc.BlockDataview.Filter.Sort) - - [Rpc.BlockDataview.Filter.Sort.Request](#anytype.Rpc.BlockDataview.Filter.Sort.Request) - - [Rpc.BlockDataview.Filter.Sort.Response](#anytype.Rpc.BlockDataview.Filter.Sort.Response) - - [Rpc.BlockDataview.Filter.Sort.Response.Error](#anytype.Rpc.BlockDataview.Filter.Sort.Response.Error) - - [Rpc.BlockDataview.GroupOrder](#anytype.Rpc.BlockDataview.GroupOrder) - - [Rpc.BlockDataview.GroupOrder.Update](#anytype.Rpc.BlockDataview.GroupOrder.Update) - - [Rpc.BlockDataview.GroupOrder.Update.Request](#anytype.Rpc.BlockDataview.GroupOrder.Update.Request) - - [Rpc.BlockDataview.GroupOrder.Update.Response](#anytype.Rpc.BlockDataview.GroupOrder.Update.Response) - - [Rpc.BlockDataview.GroupOrder.Update.Response.Error](#anytype.Rpc.BlockDataview.GroupOrder.Update.Response.Error) - - [Rpc.BlockDataview.ObjectOrder](#anytype.Rpc.BlockDataview.ObjectOrder) - - [Rpc.BlockDataview.ObjectOrder.Move](#anytype.Rpc.BlockDataview.ObjectOrder.Move) - - [Rpc.BlockDataview.ObjectOrder.Move.Request](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Request) - - [Rpc.BlockDataview.ObjectOrder.Move.Response](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Response) - - [Rpc.BlockDataview.ObjectOrder.Move.Response.Error](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Response.Error) - - [Rpc.BlockDataview.ObjectOrder.Update](#anytype.Rpc.BlockDataview.ObjectOrder.Update) - - [Rpc.BlockDataview.ObjectOrder.Update.Request](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Request) - - [Rpc.BlockDataview.ObjectOrder.Update.Response](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Response) - - [Rpc.BlockDataview.ObjectOrder.Update.Response.Error](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Response.Error) - - [Rpc.BlockDataview.Relation](#anytype.Rpc.BlockDataview.Relation) - - [Rpc.BlockDataview.Relation.Add](#anytype.Rpc.BlockDataview.Relation.Add) - - [Rpc.BlockDataview.Relation.Add.Request](#anytype.Rpc.BlockDataview.Relation.Add.Request) - - [Rpc.BlockDataview.Relation.Add.Response](#anytype.Rpc.BlockDataview.Relation.Add.Response) - - [Rpc.BlockDataview.Relation.Add.Response.Error](#anytype.Rpc.BlockDataview.Relation.Add.Response.Error) - - [Rpc.BlockDataview.Relation.Delete](#anytype.Rpc.BlockDataview.Relation.Delete) - - [Rpc.BlockDataview.Relation.Delete.Request](#anytype.Rpc.BlockDataview.Relation.Delete.Request) - - [Rpc.BlockDataview.Relation.Delete.Response](#anytype.Rpc.BlockDataview.Relation.Delete.Response) - - [Rpc.BlockDataview.Relation.Delete.Response.Error](#anytype.Rpc.BlockDataview.Relation.Delete.Response.Error) - - [Rpc.BlockDataview.Relation.ListAvailable](#anytype.Rpc.BlockDataview.Relation.ListAvailable) - - [Rpc.BlockDataview.Relation.ListAvailable.Request](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Request) - - [Rpc.BlockDataview.Relation.ListAvailable.Response](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Response) - - [Rpc.BlockDataview.Relation.ListAvailable.Response.Error](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Response.Error) - - [Rpc.BlockDataview.SetSource](#anytype.Rpc.BlockDataview.SetSource) - - [Rpc.BlockDataview.SetSource.Request](#anytype.Rpc.BlockDataview.SetSource.Request) - - [Rpc.BlockDataview.SetSource.Response](#anytype.Rpc.BlockDataview.SetSource.Response) - - [Rpc.BlockDataview.SetSource.Response.Error](#anytype.Rpc.BlockDataview.SetSource.Response.Error) - - [Rpc.BlockDataview.Sort](#anytype.Rpc.BlockDataview.Sort) - - [Rpc.BlockDataview.Sort.Add](#anytype.Rpc.BlockDataview.Sort.Add) - - [Rpc.BlockDataview.Sort.Add.Request](#anytype.Rpc.BlockDataview.Sort.Add.Request) - - [Rpc.BlockDataview.Sort.Add.Response](#anytype.Rpc.BlockDataview.Sort.Add.Response) - - [Rpc.BlockDataview.Sort.Add.Response.Error](#anytype.Rpc.BlockDataview.Sort.Add.Response.Error) - - [Rpc.BlockDataview.Sort.Remove](#anytype.Rpc.BlockDataview.Sort.Remove) - - [Rpc.BlockDataview.Sort.Remove.Request](#anytype.Rpc.BlockDataview.Sort.Remove.Request) - - [Rpc.BlockDataview.Sort.Remove.Response](#anytype.Rpc.BlockDataview.Sort.Remove.Response) - - [Rpc.BlockDataview.Sort.Remove.Response.Error](#anytype.Rpc.BlockDataview.Sort.Remove.Response.Error) - - [Rpc.BlockDataview.Sort.Replace](#anytype.Rpc.BlockDataview.Sort.Replace) - - [Rpc.BlockDataview.Sort.Replace.Request](#anytype.Rpc.BlockDataview.Sort.Replace.Request) - - [Rpc.BlockDataview.Sort.Replace.Response](#anytype.Rpc.BlockDataview.Sort.Replace.Response) - - [Rpc.BlockDataview.Sort.Replace.Response.Error](#anytype.Rpc.BlockDataview.Sort.Replace.Response.Error) - - [Rpc.BlockDataview.Sort.Sort](#anytype.Rpc.BlockDataview.Sort.Sort) - - [Rpc.BlockDataview.Sort.Sort.Request](#anytype.Rpc.BlockDataview.Sort.Sort.Request) - - [Rpc.BlockDataview.Sort.Sort.Response](#anytype.Rpc.BlockDataview.Sort.Sort.Response) - - [Rpc.BlockDataview.Sort.Sort.Response.Error](#anytype.Rpc.BlockDataview.Sort.Sort.Response.Error) - - [Rpc.BlockDataview.View](#anytype.Rpc.BlockDataview.View) - - [Rpc.BlockDataview.View.Create](#anytype.Rpc.BlockDataview.View.Create) - - [Rpc.BlockDataview.View.Create.Request](#anytype.Rpc.BlockDataview.View.Create.Request) - - [Rpc.BlockDataview.View.Create.Response](#anytype.Rpc.BlockDataview.View.Create.Response) - - [Rpc.BlockDataview.View.Create.Response.Error](#anytype.Rpc.BlockDataview.View.Create.Response.Error) - - [Rpc.BlockDataview.View.Delete](#anytype.Rpc.BlockDataview.View.Delete) - - [Rpc.BlockDataview.View.Delete.Request](#anytype.Rpc.BlockDataview.View.Delete.Request) - - [Rpc.BlockDataview.View.Delete.Response](#anytype.Rpc.BlockDataview.View.Delete.Response) - - [Rpc.BlockDataview.View.Delete.Response.Error](#anytype.Rpc.BlockDataview.View.Delete.Response.Error) - - [Rpc.BlockDataview.View.SetActive](#anytype.Rpc.BlockDataview.View.SetActive) - - [Rpc.BlockDataview.View.SetActive.Request](#anytype.Rpc.BlockDataview.View.SetActive.Request) - - [Rpc.BlockDataview.View.SetActive.Response](#anytype.Rpc.BlockDataview.View.SetActive.Response) - - [Rpc.BlockDataview.View.SetActive.Response.Error](#anytype.Rpc.BlockDataview.View.SetActive.Response.Error) - - [Rpc.BlockDataview.View.SetPosition](#anytype.Rpc.BlockDataview.View.SetPosition) - - [Rpc.BlockDataview.View.SetPosition.Request](#anytype.Rpc.BlockDataview.View.SetPosition.Request) - - [Rpc.BlockDataview.View.SetPosition.Response](#anytype.Rpc.BlockDataview.View.SetPosition.Response) - - [Rpc.BlockDataview.View.SetPosition.Response.Error](#anytype.Rpc.BlockDataview.View.SetPosition.Response.Error) - - [Rpc.BlockDataview.View.Update](#anytype.Rpc.BlockDataview.View.Update) - - [Rpc.BlockDataview.View.Update.Request](#anytype.Rpc.BlockDataview.View.Update.Request) - - [Rpc.BlockDataview.View.Update.Response](#anytype.Rpc.BlockDataview.View.Update.Response) - - [Rpc.BlockDataview.View.Update.Response.Error](#anytype.Rpc.BlockDataview.View.Update.Response.Error) - - [Rpc.BlockDataview.ViewRelation](#anytype.Rpc.BlockDataview.ViewRelation) - - [Rpc.BlockDataview.ViewRelation.Add](#anytype.Rpc.BlockDataview.ViewRelation.Add) - - [Rpc.BlockDataview.ViewRelation.Add.Request](#anytype.Rpc.BlockDataview.ViewRelation.Add.Request) - - [Rpc.BlockDataview.ViewRelation.Add.Response](#anytype.Rpc.BlockDataview.ViewRelation.Add.Response) - - [Rpc.BlockDataview.ViewRelation.Add.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Add.Response.Error) - - [Rpc.BlockDataview.ViewRelation.Remove](#anytype.Rpc.BlockDataview.ViewRelation.Remove) - - [Rpc.BlockDataview.ViewRelation.Remove.Request](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Request) - - [Rpc.BlockDataview.ViewRelation.Remove.Response](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Response) - - [Rpc.BlockDataview.ViewRelation.Remove.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Response.Error) - - [Rpc.BlockDataview.ViewRelation.Replace](#anytype.Rpc.BlockDataview.ViewRelation.Replace) - - [Rpc.BlockDataview.ViewRelation.Replace.Request](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Request) - - [Rpc.BlockDataview.ViewRelation.Replace.Response](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Response) - - [Rpc.BlockDataview.ViewRelation.Replace.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Response.Error) - - [Rpc.BlockDataview.ViewRelation.Sort](#anytype.Rpc.BlockDataview.ViewRelation.Sort) - - [Rpc.BlockDataview.ViewRelation.Sort.Request](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Request) - - [Rpc.BlockDataview.ViewRelation.Sort.Response](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Response) - - [Rpc.BlockDataview.ViewRelation.Sort.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Response.Error) - - [Rpc.BlockDiv](#anytype.Rpc.BlockDiv) - - [Rpc.BlockDiv.ListSetStyle](#anytype.Rpc.BlockDiv.ListSetStyle) - - [Rpc.BlockDiv.ListSetStyle.Request](#anytype.Rpc.BlockDiv.ListSetStyle.Request) - - [Rpc.BlockDiv.ListSetStyle.Response](#anytype.Rpc.BlockDiv.ListSetStyle.Response) - - [Rpc.BlockDiv.ListSetStyle.Response.Error](#anytype.Rpc.BlockDiv.ListSetStyle.Response.Error) - - [Rpc.BlockFile](#anytype.Rpc.BlockFile) - - [Rpc.BlockFile.CreateAndUpload](#anytype.Rpc.BlockFile.CreateAndUpload) - - [Rpc.BlockFile.CreateAndUpload.Request](#anytype.Rpc.BlockFile.CreateAndUpload.Request) - - [Rpc.BlockFile.CreateAndUpload.Response](#anytype.Rpc.BlockFile.CreateAndUpload.Response) - - [Rpc.BlockFile.CreateAndUpload.Response.Error](#anytype.Rpc.BlockFile.CreateAndUpload.Response.Error) - - [Rpc.BlockFile.ListSetStyle](#anytype.Rpc.BlockFile.ListSetStyle) - - [Rpc.BlockFile.ListSetStyle.Request](#anytype.Rpc.BlockFile.ListSetStyle.Request) - - [Rpc.BlockFile.ListSetStyle.Response](#anytype.Rpc.BlockFile.ListSetStyle.Response) - - [Rpc.BlockFile.ListSetStyle.Response.Error](#anytype.Rpc.BlockFile.ListSetStyle.Response.Error) - - [Rpc.BlockFile.SetName](#anytype.Rpc.BlockFile.SetName) - - [Rpc.BlockFile.SetName.Request](#anytype.Rpc.BlockFile.SetName.Request) - - [Rpc.BlockFile.SetName.Response](#anytype.Rpc.BlockFile.SetName.Response) - - [Rpc.BlockFile.SetName.Response.Error](#anytype.Rpc.BlockFile.SetName.Response.Error) - - [Rpc.BlockImage](#anytype.Rpc.BlockImage) - - [Rpc.BlockImage.SetName](#anytype.Rpc.BlockImage.SetName) - - [Rpc.BlockImage.SetName.Request](#anytype.Rpc.BlockImage.SetName.Request) - - [Rpc.BlockImage.SetName.Response](#anytype.Rpc.BlockImage.SetName.Response) - - [Rpc.BlockImage.SetName.Response.Error](#anytype.Rpc.BlockImage.SetName.Response.Error) - - [Rpc.BlockImage.SetWidth](#anytype.Rpc.BlockImage.SetWidth) - - [Rpc.BlockImage.SetWidth.Request](#anytype.Rpc.BlockImage.SetWidth.Request) - - [Rpc.BlockImage.SetWidth.Response](#anytype.Rpc.BlockImage.SetWidth.Response) - - [Rpc.BlockImage.SetWidth.Response.Error](#anytype.Rpc.BlockImage.SetWidth.Response.Error) - - [Rpc.BlockLatex](#anytype.Rpc.BlockLatex) - - [Rpc.BlockLatex.SetText](#anytype.Rpc.BlockLatex.SetText) - - [Rpc.BlockLatex.SetText.Request](#anytype.Rpc.BlockLatex.SetText.Request) - - [Rpc.BlockLatex.SetText.Response](#anytype.Rpc.BlockLatex.SetText.Response) - - [Rpc.BlockLatex.SetText.Response.Error](#anytype.Rpc.BlockLatex.SetText.Response.Error) - - [Rpc.BlockLink](#anytype.Rpc.BlockLink) - - [Rpc.BlockLink.CreateWithObject](#anytype.Rpc.BlockLink.CreateWithObject) - - [Rpc.BlockLink.CreateWithObject.Request](#anytype.Rpc.BlockLink.CreateWithObject.Request) - - [Rpc.BlockLink.CreateWithObject.Response](#anytype.Rpc.BlockLink.CreateWithObject.Response) - - [Rpc.BlockLink.CreateWithObject.Response.Error](#anytype.Rpc.BlockLink.CreateWithObject.Response.Error) - - [Rpc.BlockLink.ListSetAppearance](#anytype.Rpc.BlockLink.ListSetAppearance) - - [Rpc.BlockLink.ListSetAppearance.Request](#anytype.Rpc.BlockLink.ListSetAppearance.Request) - - [Rpc.BlockLink.ListSetAppearance.Response](#anytype.Rpc.BlockLink.ListSetAppearance.Response) - - [Rpc.BlockLink.ListSetAppearance.Response.Error](#anytype.Rpc.BlockLink.ListSetAppearance.Response.Error) - - [Rpc.BlockRelation](#anytype.Rpc.BlockRelation) - - [Rpc.BlockRelation.Add](#anytype.Rpc.BlockRelation.Add) - - [Rpc.BlockRelation.Add.Request](#anytype.Rpc.BlockRelation.Add.Request) - - [Rpc.BlockRelation.Add.Response](#anytype.Rpc.BlockRelation.Add.Response) - - [Rpc.BlockRelation.Add.Response.Error](#anytype.Rpc.BlockRelation.Add.Response.Error) - - [Rpc.BlockRelation.SetKey](#anytype.Rpc.BlockRelation.SetKey) - - [Rpc.BlockRelation.SetKey.Request](#anytype.Rpc.BlockRelation.SetKey.Request) - - [Rpc.BlockRelation.SetKey.Response](#anytype.Rpc.BlockRelation.SetKey.Response) - - [Rpc.BlockRelation.SetKey.Response.Error](#anytype.Rpc.BlockRelation.SetKey.Response.Error) - - [Rpc.BlockTable](#anytype.Rpc.BlockTable) - - [Rpc.BlockTable.ColumnCreate](#anytype.Rpc.BlockTable.ColumnCreate) - - [Rpc.BlockTable.ColumnCreate.Request](#anytype.Rpc.BlockTable.ColumnCreate.Request) - - [Rpc.BlockTable.ColumnCreate.Response](#anytype.Rpc.BlockTable.ColumnCreate.Response) - - [Rpc.BlockTable.ColumnCreate.Response.Error](#anytype.Rpc.BlockTable.ColumnCreate.Response.Error) - - [Rpc.BlockTable.ColumnDelete](#anytype.Rpc.BlockTable.ColumnDelete) - - [Rpc.BlockTable.ColumnDelete.Request](#anytype.Rpc.BlockTable.ColumnDelete.Request) - - [Rpc.BlockTable.ColumnDelete.Response](#anytype.Rpc.BlockTable.ColumnDelete.Response) - - [Rpc.BlockTable.ColumnDelete.Response.Error](#anytype.Rpc.BlockTable.ColumnDelete.Response.Error) - - [Rpc.BlockTable.ColumnDuplicate](#anytype.Rpc.BlockTable.ColumnDuplicate) - - [Rpc.BlockTable.ColumnDuplicate.Request](#anytype.Rpc.BlockTable.ColumnDuplicate.Request) - - [Rpc.BlockTable.ColumnDuplicate.Response](#anytype.Rpc.BlockTable.ColumnDuplicate.Response) - - [Rpc.BlockTable.ColumnDuplicate.Response.Error](#anytype.Rpc.BlockTable.ColumnDuplicate.Response.Error) - - [Rpc.BlockTable.ColumnListFill](#anytype.Rpc.BlockTable.ColumnListFill) - - [Rpc.BlockTable.ColumnListFill.Request](#anytype.Rpc.BlockTable.ColumnListFill.Request) - - [Rpc.BlockTable.ColumnListFill.Response](#anytype.Rpc.BlockTable.ColumnListFill.Response) - - [Rpc.BlockTable.ColumnListFill.Response.Error](#anytype.Rpc.BlockTable.ColumnListFill.Response.Error) - - [Rpc.BlockTable.ColumnMove](#anytype.Rpc.BlockTable.ColumnMove) - - [Rpc.BlockTable.ColumnMove.Request](#anytype.Rpc.BlockTable.ColumnMove.Request) - - [Rpc.BlockTable.ColumnMove.Response](#anytype.Rpc.BlockTable.ColumnMove.Response) - - [Rpc.BlockTable.ColumnMove.Response.Error](#anytype.Rpc.BlockTable.ColumnMove.Response.Error) - - [Rpc.BlockTable.Create](#anytype.Rpc.BlockTable.Create) - - [Rpc.BlockTable.Create.Request](#anytype.Rpc.BlockTable.Create.Request) - - [Rpc.BlockTable.Create.Response](#anytype.Rpc.BlockTable.Create.Response) - - [Rpc.BlockTable.Create.Response.Error](#anytype.Rpc.BlockTable.Create.Response.Error) - - [Rpc.BlockTable.Expand](#anytype.Rpc.BlockTable.Expand) - - [Rpc.BlockTable.Expand.Request](#anytype.Rpc.BlockTable.Expand.Request) - - [Rpc.BlockTable.Expand.Response](#anytype.Rpc.BlockTable.Expand.Response) - - [Rpc.BlockTable.Expand.Response.Error](#anytype.Rpc.BlockTable.Expand.Response.Error) - - [Rpc.BlockTable.RowCreate](#anytype.Rpc.BlockTable.RowCreate) - - [Rpc.BlockTable.RowCreate.Request](#anytype.Rpc.BlockTable.RowCreate.Request) - - [Rpc.BlockTable.RowCreate.Response](#anytype.Rpc.BlockTable.RowCreate.Response) - - [Rpc.BlockTable.RowCreate.Response.Error](#anytype.Rpc.BlockTable.RowCreate.Response.Error) - - [Rpc.BlockTable.RowDelete](#anytype.Rpc.BlockTable.RowDelete) - - [Rpc.BlockTable.RowDelete.Request](#anytype.Rpc.BlockTable.RowDelete.Request) - - [Rpc.BlockTable.RowDelete.Response](#anytype.Rpc.BlockTable.RowDelete.Response) - - [Rpc.BlockTable.RowDelete.Response.Error](#anytype.Rpc.BlockTable.RowDelete.Response.Error) - - [Rpc.BlockTable.RowDuplicate](#anytype.Rpc.BlockTable.RowDuplicate) - - [Rpc.BlockTable.RowDuplicate.Request](#anytype.Rpc.BlockTable.RowDuplicate.Request) - - [Rpc.BlockTable.RowDuplicate.Response](#anytype.Rpc.BlockTable.RowDuplicate.Response) - - [Rpc.BlockTable.RowDuplicate.Response.Error](#anytype.Rpc.BlockTable.RowDuplicate.Response.Error) - - [Rpc.BlockTable.RowListClean](#anytype.Rpc.BlockTable.RowListClean) - - [Rpc.BlockTable.RowListClean.Request](#anytype.Rpc.BlockTable.RowListClean.Request) - - [Rpc.BlockTable.RowListClean.Response](#anytype.Rpc.BlockTable.RowListClean.Response) - - [Rpc.BlockTable.RowListClean.Response.Error](#anytype.Rpc.BlockTable.RowListClean.Response.Error) - - [Rpc.BlockTable.RowListFill](#anytype.Rpc.BlockTable.RowListFill) - - [Rpc.BlockTable.RowListFill.Request](#anytype.Rpc.BlockTable.RowListFill.Request) - - [Rpc.BlockTable.RowListFill.Response](#anytype.Rpc.BlockTable.RowListFill.Response) - - [Rpc.BlockTable.RowListFill.Response.Error](#anytype.Rpc.BlockTable.RowListFill.Response.Error) - - [Rpc.BlockTable.RowSetHeader](#anytype.Rpc.BlockTable.RowSetHeader) - - [Rpc.BlockTable.RowSetHeader.Request](#anytype.Rpc.BlockTable.RowSetHeader.Request) - - [Rpc.BlockTable.RowSetHeader.Response](#anytype.Rpc.BlockTable.RowSetHeader.Response) - - [Rpc.BlockTable.RowSetHeader.Response.Error](#anytype.Rpc.BlockTable.RowSetHeader.Response.Error) - - [Rpc.BlockTable.Sort](#anytype.Rpc.BlockTable.Sort) - - [Rpc.BlockTable.Sort.Request](#anytype.Rpc.BlockTable.Sort.Request) - - [Rpc.BlockTable.Sort.Response](#anytype.Rpc.BlockTable.Sort.Response) - - [Rpc.BlockTable.Sort.Response.Error](#anytype.Rpc.BlockTable.Sort.Response.Error) - - [Rpc.BlockText](#anytype.Rpc.BlockText) - - [Rpc.BlockText.ListClearContent](#anytype.Rpc.BlockText.ListClearContent) - - [Rpc.BlockText.ListClearContent.Request](#anytype.Rpc.BlockText.ListClearContent.Request) - - [Rpc.BlockText.ListClearContent.Response](#anytype.Rpc.BlockText.ListClearContent.Response) - - [Rpc.BlockText.ListClearContent.Response.Error](#anytype.Rpc.BlockText.ListClearContent.Response.Error) - - [Rpc.BlockText.ListClearStyle](#anytype.Rpc.BlockText.ListClearStyle) - - [Rpc.BlockText.ListClearStyle.Request](#anytype.Rpc.BlockText.ListClearStyle.Request) - - [Rpc.BlockText.ListClearStyle.Response](#anytype.Rpc.BlockText.ListClearStyle.Response) - - [Rpc.BlockText.ListClearStyle.Response.Error](#anytype.Rpc.BlockText.ListClearStyle.Response.Error) - - [Rpc.BlockText.ListSetColor](#anytype.Rpc.BlockText.ListSetColor) - - [Rpc.BlockText.ListSetColor.Request](#anytype.Rpc.BlockText.ListSetColor.Request) - - [Rpc.BlockText.ListSetColor.Response](#anytype.Rpc.BlockText.ListSetColor.Response) - - [Rpc.BlockText.ListSetColor.Response.Error](#anytype.Rpc.BlockText.ListSetColor.Response.Error) - - [Rpc.BlockText.ListSetMark](#anytype.Rpc.BlockText.ListSetMark) - - [Rpc.BlockText.ListSetMark.Request](#anytype.Rpc.BlockText.ListSetMark.Request) - - [Rpc.BlockText.ListSetMark.Response](#anytype.Rpc.BlockText.ListSetMark.Response) - - [Rpc.BlockText.ListSetMark.Response.Error](#anytype.Rpc.BlockText.ListSetMark.Response.Error) - - [Rpc.BlockText.ListSetStyle](#anytype.Rpc.BlockText.ListSetStyle) - - [Rpc.BlockText.ListSetStyle.Request](#anytype.Rpc.BlockText.ListSetStyle.Request) - - [Rpc.BlockText.ListSetStyle.Response](#anytype.Rpc.BlockText.ListSetStyle.Response) - - [Rpc.BlockText.ListSetStyle.Response.Error](#anytype.Rpc.BlockText.ListSetStyle.Response.Error) - - [Rpc.BlockText.SetChecked](#anytype.Rpc.BlockText.SetChecked) - - [Rpc.BlockText.SetChecked.Request](#anytype.Rpc.BlockText.SetChecked.Request) - - [Rpc.BlockText.SetChecked.Response](#anytype.Rpc.BlockText.SetChecked.Response) - - [Rpc.BlockText.SetChecked.Response.Error](#anytype.Rpc.BlockText.SetChecked.Response.Error) - - [Rpc.BlockText.SetColor](#anytype.Rpc.BlockText.SetColor) - - [Rpc.BlockText.SetColor.Request](#anytype.Rpc.BlockText.SetColor.Request) - - [Rpc.BlockText.SetColor.Response](#anytype.Rpc.BlockText.SetColor.Response) - - [Rpc.BlockText.SetColor.Response.Error](#anytype.Rpc.BlockText.SetColor.Response.Error) - - [Rpc.BlockText.SetIcon](#anytype.Rpc.BlockText.SetIcon) - - [Rpc.BlockText.SetIcon.Request](#anytype.Rpc.BlockText.SetIcon.Request) - - [Rpc.BlockText.SetIcon.Response](#anytype.Rpc.BlockText.SetIcon.Response) - - [Rpc.BlockText.SetIcon.Response.Error](#anytype.Rpc.BlockText.SetIcon.Response.Error) - - [Rpc.BlockText.SetMarks](#anytype.Rpc.BlockText.SetMarks) - - [Rpc.BlockText.SetMarks.Get](#anytype.Rpc.BlockText.SetMarks.Get) - - [Rpc.BlockText.SetMarks.Get.Request](#anytype.Rpc.BlockText.SetMarks.Get.Request) - - [Rpc.BlockText.SetMarks.Get.Response](#anytype.Rpc.BlockText.SetMarks.Get.Response) - - [Rpc.BlockText.SetMarks.Get.Response.Error](#anytype.Rpc.BlockText.SetMarks.Get.Response.Error) - - [Rpc.BlockText.SetStyle](#anytype.Rpc.BlockText.SetStyle) - - [Rpc.BlockText.SetStyle.Request](#anytype.Rpc.BlockText.SetStyle.Request) - - [Rpc.BlockText.SetStyle.Response](#anytype.Rpc.BlockText.SetStyle.Response) - - [Rpc.BlockText.SetStyle.Response.Error](#anytype.Rpc.BlockText.SetStyle.Response.Error) - - [Rpc.BlockText.SetText](#anytype.Rpc.BlockText.SetText) - - [Rpc.BlockText.SetText.Request](#anytype.Rpc.BlockText.SetText.Request) - - [Rpc.BlockText.SetText.Response](#anytype.Rpc.BlockText.SetText.Response) - - [Rpc.BlockText.SetText.Response.Error](#anytype.Rpc.BlockText.SetText.Response.Error) - - [Rpc.BlockVideo](#anytype.Rpc.BlockVideo) - - [Rpc.BlockVideo.SetName](#anytype.Rpc.BlockVideo.SetName) - - [Rpc.BlockVideo.SetName.Request](#anytype.Rpc.BlockVideo.SetName.Request) - - [Rpc.BlockVideo.SetName.Response](#anytype.Rpc.BlockVideo.SetName.Response) - - [Rpc.BlockVideo.SetName.Response.Error](#anytype.Rpc.BlockVideo.SetName.Response.Error) - - [Rpc.BlockVideo.SetWidth](#anytype.Rpc.BlockVideo.SetWidth) - - [Rpc.BlockVideo.SetWidth.Request](#anytype.Rpc.BlockVideo.SetWidth.Request) - - [Rpc.BlockVideo.SetWidth.Response](#anytype.Rpc.BlockVideo.SetWidth.Response) - - [Rpc.BlockVideo.SetWidth.Response.Error](#anytype.Rpc.BlockVideo.SetWidth.Response.Error) - - [Rpc.Debug](#anytype.Rpc.Debug) - - [Rpc.Debug.ExportLocalstore](#anytype.Rpc.Debug.ExportLocalstore) - - [Rpc.Debug.ExportLocalstore.Request](#anytype.Rpc.Debug.ExportLocalstore.Request) - - [Rpc.Debug.ExportLocalstore.Response](#anytype.Rpc.Debug.ExportLocalstore.Response) - - [Rpc.Debug.ExportLocalstore.Response.Error](#anytype.Rpc.Debug.ExportLocalstore.Response.Error) - - [Rpc.Debug.Ping](#anytype.Rpc.Debug.Ping) - - [Rpc.Debug.Ping.Request](#anytype.Rpc.Debug.Ping.Request) - - [Rpc.Debug.Ping.Response](#anytype.Rpc.Debug.Ping.Response) - - [Rpc.Debug.Ping.Response.Error](#anytype.Rpc.Debug.Ping.Response.Error) - - [Rpc.Debug.SpaceSummary](#anytype.Rpc.Debug.SpaceSummary) - - [Rpc.Debug.SpaceSummary.Request](#anytype.Rpc.Debug.SpaceSummary.Request) - - [Rpc.Debug.SpaceSummary.Response](#anytype.Rpc.Debug.SpaceSummary.Response) - - [Rpc.Debug.SpaceSummary.Response.Error](#anytype.Rpc.Debug.SpaceSummary.Response.Error) - - [Rpc.Debug.Tree](#anytype.Rpc.Debug.Tree) - - [Rpc.Debug.Tree.Request](#anytype.Rpc.Debug.Tree.Request) - - [Rpc.Debug.Tree.Response](#anytype.Rpc.Debug.Tree.Response) - - [Rpc.Debug.Tree.Response.Error](#anytype.Rpc.Debug.Tree.Response.Error) - - [Rpc.Debug.TreeHeads](#anytype.Rpc.Debug.TreeHeads) - - [Rpc.Debug.TreeHeads.Request](#anytype.Rpc.Debug.TreeHeads.Request) - - [Rpc.Debug.TreeHeads.Response](#anytype.Rpc.Debug.TreeHeads.Response) - - [Rpc.Debug.TreeHeads.Response.Error](#anytype.Rpc.Debug.TreeHeads.Response.Error) - - [Rpc.Debug.TreeInfo](#anytype.Rpc.Debug.TreeInfo) - - [Rpc.File](#anytype.Rpc.File) - - [Rpc.File.Download](#anytype.Rpc.File.Download) - - [Rpc.File.Download.Request](#anytype.Rpc.File.Download.Request) - - [Rpc.File.Download.Response](#anytype.Rpc.File.Download.Response) - - [Rpc.File.Download.Response.Error](#anytype.Rpc.File.Download.Response.Error) - - [Rpc.File.Drop](#anytype.Rpc.File.Drop) - - [Rpc.File.Drop.Request](#anytype.Rpc.File.Drop.Request) - - [Rpc.File.Drop.Response](#anytype.Rpc.File.Drop.Response) - - [Rpc.File.Drop.Response.Error](#anytype.Rpc.File.Drop.Response.Error) - - [Rpc.File.ListOffload](#anytype.Rpc.File.ListOffload) - - [Rpc.File.ListOffload.Request](#anytype.Rpc.File.ListOffload.Request) - - [Rpc.File.ListOffload.Response](#anytype.Rpc.File.ListOffload.Response) - - [Rpc.File.ListOffload.Response.Error](#anytype.Rpc.File.ListOffload.Response.Error) - - [Rpc.File.Offload](#anytype.Rpc.File.Offload) - - [Rpc.File.Offload.Request](#anytype.Rpc.File.Offload.Request) - - [Rpc.File.Offload.Response](#anytype.Rpc.File.Offload.Response) - - [Rpc.File.Offload.Response.Error](#anytype.Rpc.File.Offload.Response.Error) - - [Rpc.File.SpaceUsage](#anytype.Rpc.File.SpaceUsage) - - [Rpc.File.SpaceUsage.Request](#anytype.Rpc.File.SpaceUsage.Request) - - [Rpc.File.SpaceUsage.Response](#anytype.Rpc.File.SpaceUsage.Response) - - [Rpc.File.SpaceUsage.Response.Error](#anytype.Rpc.File.SpaceUsage.Response.Error) - - [Rpc.File.SpaceUsage.Response.Usage](#anytype.Rpc.File.SpaceUsage.Response.Usage) - - [Rpc.File.Upload](#anytype.Rpc.File.Upload) - - [Rpc.File.Upload.Request](#anytype.Rpc.File.Upload.Request) - - [Rpc.File.Upload.Response](#anytype.Rpc.File.Upload.Response) - - [Rpc.File.Upload.Response.Error](#anytype.Rpc.File.Upload.Response.Error) - - [Rpc.GenericErrorResponse](#anytype.Rpc.GenericErrorResponse) - - [Rpc.GenericErrorResponse.Error](#anytype.Rpc.GenericErrorResponse.Error) - - [Rpc.History](#anytype.Rpc.History) - - [Rpc.History.GetVersions](#anytype.Rpc.History.GetVersions) - - [Rpc.History.GetVersions.Request](#anytype.Rpc.History.GetVersions.Request) - - [Rpc.History.GetVersions.Response](#anytype.Rpc.History.GetVersions.Response) - - [Rpc.History.GetVersions.Response.Error](#anytype.Rpc.History.GetVersions.Response.Error) - - [Rpc.History.SetVersion](#anytype.Rpc.History.SetVersion) - - [Rpc.History.SetVersion.Request](#anytype.Rpc.History.SetVersion.Request) - - [Rpc.History.SetVersion.Response](#anytype.Rpc.History.SetVersion.Response) - - [Rpc.History.SetVersion.Response.Error](#anytype.Rpc.History.SetVersion.Response.Error) - - [Rpc.History.ShowVersion](#anytype.Rpc.History.ShowVersion) - - [Rpc.History.ShowVersion.Request](#anytype.Rpc.History.ShowVersion.Request) - - [Rpc.History.ShowVersion.Response](#anytype.Rpc.History.ShowVersion.Response) - - [Rpc.History.ShowVersion.Response.Error](#anytype.Rpc.History.ShowVersion.Response.Error) - - [Rpc.History.Version](#anytype.Rpc.History.Version) - - [Rpc.LinkPreview](#anytype.Rpc.LinkPreview) - - [Rpc.LinkPreview.Request](#anytype.Rpc.LinkPreview.Request) - - [Rpc.LinkPreview.Response](#anytype.Rpc.LinkPreview.Response) - - [Rpc.LinkPreview.Response.Error](#anytype.Rpc.LinkPreview.Response.Error) - - [Rpc.Log](#anytype.Rpc.Log) - - [Rpc.Log.Send](#anytype.Rpc.Log.Send) - - [Rpc.Log.Send.Request](#anytype.Rpc.Log.Send.Request) - - [Rpc.Log.Send.Response](#anytype.Rpc.Log.Send.Response) - - [Rpc.Log.Send.Response.Error](#anytype.Rpc.Log.Send.Response.Error) - - [Rpc.Metrics](#anytype.Rpc.Metrics) - - [Rpc.Metrics.SetParameters](#anytype.Rpc.Metrics.SetParameters) - - [Rpc.Metrics.SetParameters.Request](#anytype.Rpc.Metrics.SetParameters.Request) - - [Rpc.Metrics.SetParameters.Response](#anytype.Rpc.Metrics.SetParameters.Response) - - [Rpc.Metrics.SetParameters.Response.Error](#anytype.Rpc.Metrics.SetParameters.Response.Error) - - [Rpc.Navigation](#anytype.Rpc.Navigation) - - [Rpc.Navigation.GetObjectInfoWithLinks](#anytype.Rpc.Navigation.GetObjectInfoWithLinks) - - [Rpc.Navigation.GetObjectInfoWithLinks.Request](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Request) - - [Rpc.Navigation.GetObjectInfoWithLinks.Response](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Response) - - [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Response.Error) - - [Rpc.Navigation.ListObjects](#anytype.Rpc.Navigation.ListObjects) - - [Rpc.Navigation.ListObjects.Request](#anytype.Rpc.Navigation.ListObjects.Request) - - [Rpc.Navigation.ListObjects.Response](#anytype.Rpc.Navigation.ListObjects.Response) - - [Rpc.Navigation.ListObjects.Response.Error](#anytype.Rpc.Navigation.ListObjects.Response.Error) - - [Rpc.Object](#anytype.Rpc.Object) - - [Rpc.Object.ApplyTemplate](#anytype.Rpc.Object.ApplyTemplate) - - [Rpc.Object.ApplyTemplate.Request](#anytype.Rpc.Object.ApplyTemplate.Request) - - [Rpc.Object.ApplyTemplate.Response](#anytype.Rpc.Object.ApplyTemplate.Response) - - [Rpc.Object.ApplyTemplate.Response.Error](#anytype.Rpc.Object.ApplyTemplate.Response.Error) - - [Rpc.Object.BookmarkFetch](#anytype.Rpc.Object.BookmarkFetch) - - [Rpc.Object.BookmarkFetch.Request](#anytype.Rpc.Object.BookmarkFetch.Request) - - [Rpc.Object.BookmarkFetch.Response](#anytype.Rpc.Object.BookmarkFetch.Response) - - [Rpc.Object.BookmarkFetch.Response.Error](#anytype.Rpc.Object.BookmarkFetch.Response.Error) - - [Rpc.Object.Close](#anytype.Rpc.Object.Close) - - [Rpc.Object.Close.Request](#anytype.Rpc.Object.Close.Request) - - [Rpc.Object.Close.Response](#anytype.Rpc.Object.Close.Response) - - [Rpc.Object.Close.Response.Error](#anytype.Rpc.Object.Close.Response.Error) - - [Rpc.Object.Create](#anytype.Rpc.Object.Create) - - [Rpc.Object.Create.Request](#anytype.Rpc.Object.Create.Request) - - [Rpc.Object.Create.Response](#anytype.Rpc.Object.Create.Response) - - [Rpc.Object.Create.Response.Error](#anytype.Rpc.Object.Create.Response.Error) - - [Rpc.Object.CreateBookmark](#anytype.Rpc.Object.CreateBookmark) - - [Rpc.Object.CreateBookmark.Request](#anytype.Rpc.Object.CreateBookmark.Request) - - [Rpc.Object.CreateBookmark.Response](#anytype.Rpc.Object.CreateBookmark.Response) - - [Rpc.Object.CreateBookmark.Response.Error](#anytype.Rpc.Object.CreateBookmark.Response.Error) - - [Rpc.Object.CreateObjectType](#anytype.Rpc.Object.CreateObjectType) - - [Rpc.Object.CreateObjectType.Request](#anytype.Rpc.Object.CreateObjectType.Request) - - [Rpc.Object.CreateObjectType.Response](#anytype.Rpc.Object.CreateObjectType.Response) - - [Rpc.Object.CreateObjectType.Response.Error](#anytype.Rpc.Object.CreateObjectType.Response.Error) - - [Rpc.Object.CreateRelation](#anytype.Rpc.Object.CreateRelation) - - [Rpc.Object.CreateRelation.Request](#anytype.Rpc.Object.CreateRelation.Request) - - [Rpc.Object.CreateRelation.Response](#anytype.Rpc.Object.CreateRelation.Response) - - [Rpc.Object.CreateRelation.Response.Error](#anytype.Rpc.Object.CreateRelation.Response.Error) - - [Rpc.Object.CreateRelationOption](#anytype.Rpc.Object.CreateRelationOption) - - [Rpc.Object.CreateRelationOption.Request](#anytype.Rpc.Object.CreateRelationOption.Request) - - [Rpc.Object.CreateRelationOption.Response](#anytype.Rpc.Object.CreateRelationOption.Response) - - [Rpc.Object.CreateRelationOption.Response.Error](#anytype.Rpc.Object.CreateRelationOption.Response.Error) - - [Rpc.Object.CreateSet](#anytype.Rpc.Object.CreateSet) - - [Rpc.Object.CreateSet.Request](#anytype.Rpc.Object.CreateSet.Request) - - [Rpc.Object.CreateSet.Response](#anytype.Rpc.Object.CreateSet.Response) - - [Rpc.Object.CreateSet.Response.Error](#anytype.Rpc.Object.CreateSet.Response.Error) - - [Rpc.Object.Duplicate](#anytype.Rpc.Object.Duplicate) - - [Rpc.Object.Duplicate.Request](#anytype.Rpc.Object.Duplicate.Request) - - [Rpc.Object.Duplicate.Response](#anytype.Rpc.Object.Duplicate.Response) - - [Rpc.Object.Duplicate.Response.Error](#anytype.Rpc.Object.Duplicate.Response.Error) - - [Rpc.Object.Graph](#anytype.Rpc.Object.Graph) - - [Rpc.Object.Graph.Edge](#anytype.Rpc.Object.Graph.Edge) - - [Rpc.Object.Graph.Request](#anytype.Rpc.Object.Graph.Request) - - [Rpc.Object.Graph.Response](#anytype.Rpc.Object.Graph.Response) - - [Rpc.Object.Graph.Response.Error](#anytype.Rpc.Object.Graph.Response.Error) - - [Rpc.Object.GroupsSubscribe](#anytype.Rpc.Object.GroupsSubscribe) - - [Rpc.Object.GroupsSubscribe.Request](#anytype.Rpc.Object.GroupsSubscribe.Request) - - [Rpc.Object.GroupsSubscribe.Response](#anytype.Rpc.Object.GroupsSubscribe.Response) - - [Rpc.Object.GroupsSubscribe.Response.Error](#anytype.Rpc.Object.GroupsSubscribe.Response.Error) - - [Rpc.Object.Import](#anytype.Rpc.Object.Import) - - [Rpc.Object.Import.Notion](#anytype.Rpc.Object.Import.Notion) - - [Rpc.Object.Import.Notion.ValidateToken](#anytype.Rpc.Object.Import.Notion.ValidateToken) - - [Rpc.Object.Import.Notion.ValidateToken.Request](#anytype.Rpc.Object.Import.Notion.ValidateToken.Request) - - [Rpc.Object.Import.Notion.ValidateToken.Response](#anytype.Rpc.Object.Import.Notion.ValidateToken.Response) - - [Rpc.Object.Import.Notion.ValidateToken.Response.Error](#anytype.Rpc.Object.Import.Notion.ValidateToken.Response.Error) - - [Rpc.Object.Import.Request](#anytype.Rpc.Object.Import.Request) - - [Rpc.Object.Import.Request.BookmarksParams](#anytype.Rpc.Object.Import.Request.BookmarksParams) - - [Rpc.Object.Import.Request.CsvParams](#anytype.Rpc.Object.Import.Request.CsvParams) - - [Rpc.Object.Import.Request.HtmlParams](#anytype.Rpc.Object.Import.Request.HtmlParams) - - [Rpc.Object.Import.Request.MarkdownParams](#anytype.Rpc.Object.Import.Request.MarkdownParams) - - [Rpc.Object.Import.Request.NotionParams](#anytype.Rpc.Object.Import.Request.NotionParams) - - [Rpc.Object.Import.Request.PbParams](#anytype.Rpc.Object.Import.Request.PbParams) - - [Rpc.Object.Import.Request.Snapshot](#anytype.Rpc.Object.Import.Request.Snapshot) - - [Rpc.Object.Import.Request.TxtParams](#anytype.Rpc.Object.Import.Request.TxtParams) - - [Rpc.Object.Import.Response](#anytype.Rpc.Object.Import.Response) - - [Rpc.Object.Import.Response.Error](#anytype.Rpc.Object.Import.Response.Error) - - [Rpc.Object.ImportList](#anytype.Rpc.Object.ImportList) - - [Rpc.Object.ImportList.ImportResponse](#anytype.Rpc.Object.ImportList.ImportResponse) - - [Rpc.Object.ImportList.Request](#anytype.Rpc.Object.ImportList.Request) - - [Rpc.Object.ImportList.Response](#anytype.Rpc.Object.ImportList.Response) - - [Rpc.Object.ImportList.Response.Error](#anytype.Rpc.Object.ImportList.Response.Error) - - [Rpc.Object.ListDelete](#anytype.Rpc.Object.ListDelete) - - [Rpc.Object.ListDelete.Request](#anytype.Rpc.Object.ListDelete.Request) - - [Rpc.Object.ListDelete.Response](#anytype.Rpc.Object.ListDelete.Response) - - [Rpc.Object.ListDelete.Response.Error](#anytype.Rpc.Object.ListDelete.Response.Error) - - [Rpc.Object.ListDuplicate](#anytype.Rpc.Object.ListDuplicate) - - [Rpc.Object.ListDuplicate.Request](#anytype.Rpc.Object.ListDuplicate.Request) - - [Rpc.Object.ListDuplicate.Response](#anytype.Rpc.Object.ListDuplicate.Response) - - [Rpc.Object.ListDuplicate.Response.Error](#anytype.Rpc.Object.ListDuplicate.Response.Error) - - [Rpc.Object.ListExport](#anytype.Rpc.Object.ListExport) - - [Rpc.Object.ListExport.Request](#anytype.Rpc.Object.ListExport.Request) - - [Rpc.Object.ListExport.Response](#anytype.Rpc.Object.ListExport.Response) - - [Rpc.Object.ListExport.Response.Error](#anytype.Rpc.Object.ListExport.Response.Error) - - [Rpc.Object.ListSetIsArchived](#anytype.Rpc.Object.ListSetIsArchived) - - [Rpc.Object.ListSetIsArchived.Request](#anytype.Rpc.Object.ListSetIsArchived.Request) - - [Rpc.Object.ListSetIsArchived.Response](#anytype.Rpc.Object.ListSetIsArchived.Response) - - [Rpc.Object.ListSetIsArchived.Response.Error](#anytype.Rpc.Object.ListSetIsArchived.Response.Error) - - [Rpc.Object.ListSetIsFavorite](#anytype.Rpc.Object.ListSetIsFavorite) - - [Rpc.Object.ListSetIsFavorite.Request](#anytype.Rpc.Object.ListSetIsFavorite.Request) - - [Rpc.Object.ListSetIsFavorite.Response](#anytype.Rpc.Object.ListSetIsFavorite.Response) - - [Rpc.Object.ListSetIsFavorite.Response.Error](#anytype.Rpc.Object.ListSetIsFavorite.Response.Error) - - [Rpc.Object.Open](#anytype.Rpc.Object.Open) - - [Rpc.Object.Open.Request](#anytype.Rpc.Object.Open.Request) - - [Rpc.Object.Open.Response](#anytype.Rpc.Object.Open.Response) - - [Rpc.Object.Open.Response.Error](#anytype.Rpc.Object.Open.Response.Error) - - [Rpc.Object.OpenBreadcrumbs](#anytype.Rpc.Object.OpenBreadcrumbs) - - [Rpc.Object.OpenBreadcrumbs.Request](#anytype.Rpc.Object.OpenBreadcrumbs.Request) - - [Rpc.Object.OpenBreadcrumbs.Response](#anytype.Rpc.Object.OpenBreadcrumbs.Response) - - [Rpc.Object.OpenBreadcrumbs.Response.Error](#anytype.Rpc.Object.OpenBreadcrumbs.Response.Error) - - [Rpc.Object.Redo](#anytype.Rpc.Object.Redo) - - [Rpc.Object.Redo.Request](#anytype.Rpc.Object.Redo.Request) - - [Rpc.Object.Redo.Response](#anytype.Rpc.Object.Redo.Response) - - [Rpc.Object.Redo.Response.Error](#anytype.Rpc.Object.Redo.Response.Error) - - [Rpc.Object.Search](#anytype.Rpc.Object.Search) - - [Rpc.Object.Search.Request](#anytype.Rpc.Object.Search.Request) - - [Rpc.Object.Search.Response](#anytype.Rpc.Object.Search.Response) - - [Rpc.Object.Search.Response.Error](#anytype.Rpc.Object.Search.Response.Error) - - [Rpc.Object.SearchSubscribe](#anytype.Rpc.Object.SearchSubscribe) - - [Rpc.Object.SearchSubscribe.Request](#anytype.Rpc.Object.SearchSubscribe.Request) - - [Rpc.Object.SearchSubscribe.Response](#anytype.Rpc.Object.SearchSubscribe.Response) - - [Rpc.Object.SearchSubscribe.Response.Error](#anytype.Rpc.Object.SearchSubscribe.Response.Error) - - [Rpc.Object.SearchUnsubscribe](#anytype.Rpc.Object.SearchUnsubscribe) - - [Rpc.Object.SearchUnsubscribe.Request](#anytype.Rpc.Object.SearchUnsubscribe.Request) - - [Rpc.Object.SearchUnsubscribe.Response](#anytype.Rpc.Object.SearchUnsubscribe.Response) - - [Rpc.Object.SearchUnsubscribe.Response.Error](#anytype.Rpc.Object.SearchUnsubscribe.Response.Error) - - [Rpc.Object.SetBreadcrumbs](#anytype.Rpc.Object.SetBreadcrumbs) - - [Rpc.Object.SetBreadcrumbs.Request](#anytype.Rpc.Object.SetBreadcrumbs.Request) - - [Rpc.Object.SetBreadcrumbs.Response](#anytype.Rpc.Object.SetBreadcrumbs.Response) - - [Rpc.Object.SetBreadcrumbs.Response.Error](#anytype.Rpc.Object.SetBreadcrumbs.Response.Error) - - [Rpc.Object.SetDetails](#anytype.Rpc.Object.SetDetails) - - [Rpc.Object.SetDetails.Detail](#anytype.Rpc.Object.SetDetails.Detail) - - [Rpc.Object.SetDetails.Request](#anytype.Rpc.Object.SetDetails.Request) - - [Rpc.Object.SetDetails.Response](#anytype.Rpc.Object.SetDetails.Response) - - [Rpc.Object.SetDetails.Response.Error](#anytype.Rpc.Object.SetDetails.Response.Error) - - [Rpc.Object.SetInternalFlags](#anytype.Rpc.Object.SetInternalFlags) - - [Rpc.Object.SetInternalFlags.Request](#anytype.Rpc.Object.SetInternalFlags.Request) - - [Rpc.Object.SetInternalFlags.Response](#anytype.Rpc.Object.SetInternalFlags.Response) - - [Rpc.Object.SetInternalFlags.Response.Error](#anytype.Rpc.Object.SetInternalFlags.Response.Error) - - [Rpc.Object.SetIsArchived](#anytype.Rpc.Object.SetIsArchived) - - [Rpc.Object.SetIsArchived.Request](#anytype.Rpc.Object.SetIsArchived.Request) - - [Rpc.Object.SetIsArchived.Response](#anytype.Rpc.Object.SetIsArchived.Response) - - [Rpc.Object.SetIsArchived.Response.Error](#anytype.Rpc.Object.SetIsArchived.Response.Error) - - [Rpc.Object.SetIsFavorite](#anytype.Rpc.Object.SetIsFavorite) - - [Rpc.Object.SetIsFavorite.Request](#anytype.Rpc.Object.SetIsFavorite.Request) - - [Rpc.Object.SetIsFavorite.Response](#anytype.Rpc.Object.SetIsFavorite.Response) - - [Rpc.Object.SetIsFavorite.Response.Error](#anytype.Rpc.Object.SetIsFavorite.Response.Error) - - [Rpc.Object.SetLayout](#anytype.Rpc.Object.SetLayout) - - [Rpc.Object.SetLayout.Request](#anytype.Rpc.Object.SetLayout.Request) - - [Rpc.Object.SetLayout.Response](#anytype.Rpc.Object.SetLayout.Response) - - [Rpc.Object.SetLayout.Response.Error](#anytype.Rpc.Object.SetLayout.Response.Error) - - [Rpc.Object.SetObjectType](#anytype.Rpc.Object.SetObjectType) - - [Rpc.Object.SetObjectType.Request](#anytype.Rpc.Object.SetObjectType.Request) - - [Rpc.Object.SetObjectType.Response](#anytype.Rpc.Object.SetObjectType.Response) - - [Rpc.Object.SetObjectType.Response.Error](#anytype.Rpc.Object.SetObjectType.Response.Error) - - [Rpc.Object.SetSource](#anytype.Rpc.Object.SetSource) - - [Rpc.Object.SetSource.Request](#anytype.Rpc.Object.SetSource.Request) - - [Rpc.Object.SetSource.Response](#anytype.Rpc.Object.SetSource.Response) - - [Rpc.Object.SetSource.Response.Error](#anytype.Rpc.Object.SetSource.Response.Error) - - [Rpc.Object.ShareByLink](#anytype.Rpc.Object.ShareByLink) - - [Rpc.Object.ShareByLink.Request](#anytype.Rpc.Object.ShareByLink.Request) - - [Rpc.Object.ShareByLink.Response](#anytype.Rpc.Object.ShareByLink.Response) - - [Rpc.Object.ShareByLink.Response.Error](#anytype.Rpc.Object.ShareByLink.Response.Error) - - [Rpc.Object.Show](#anytype.Rpc.Object.Show) - - [Rpc.Object.Show.Request](#anytype.Rpc.Object.Show.Request) - - [Rpc.Object.Show.Response](#anytype.Rpc.Object.Show.Response) - - [Rpc.Object.Show.Response.Error](#anytype.Rpc.Object.Show.Response.Error) - - [Rpc.Object.SubscribeIds](#anytype.Rpc.Object.SubscribeIds) - - [Rpc.Object.SubscribeIds.Request](#anytype.Rpc.Object.SubscribeIds.Request) - - [Rpc.Object.SubscribeIds.Response](#anytype.Rpc.Object.SubscribeIds.Response) - - [Rpc.Object.SubscribeIds.Response.Error](#anytype.Rpc.Object.SubscribeIds.Response.Error) - - [Rpc.Object.ToBookmark](#anytype.Rpc.Object.ToBookmark) - - [Rpc.Object.ToBookmark.Request](#anytype.Rpc.Object.ToBookmark.Request) - - [Rpc.Object.ToBookmark.Response](#anytype.Rpc.Object.ToBookmark.Response) - - [Rpc.Object.ToBookmark.Response.Error](#anytype.Rpc.Object.ToBookmark.Response.Error) - - [Rpc.Object.ToCollection](#anytype.Rpc.Object.ToCollection) - - [Rpc.Object.ToCollection.Request](#anytype.Rpc.Object.ToCollection.Request) - - [Rpc.Object.ToCollection.Response](#anytype.Rpc.Object.ToCollection.Response) - - [Rpc.Object.ToCollection.Response.Error](#anytype.Rpc.Object.ToCollection.Response.Error) - - [Rpc.Object.ToSet](#anytype.Rpc.Object.ToSet) - - [Rpc.Object.ToSet.Request](#anytype.Rpc.Object.ToSet.Request) - - [Rpc.Object.ToSet.Response](#anytype.Rpc.Object.ToSet.Response) - - [Rpc.Object.ToSet.Response.Error](#anytype.Rpc.Object.ToSet.Response.Error) - - [Rpc.Object.Undo](#anytype.Rpc.Object.Undo) - - [Rpc.Object.Undo.Request](#anytype.Rpc.Object.Undo.Request) - - [Rpc.Object.Undo.Response](#anytype.Rpc.Object.Undo.Response) - - [Rpc.Object.Undo.Response.Error](#anytype.Rpc.Object.Undo.Response.Error) - - [Rpc.Object.UndoRedoCounter](#anytype.Rpc.Object.UndoRedoCounter) - - [Rpc.Object.WorkspaceSetDashboard](#anytype.Rpc.Object.WorkspaceSetDashboard) - - [Rpc.Object.WorkspaceSetDashboard.Request](#anytype.Rpc.Object.WorkspaceSetDashboard.Request) - - [Rpc.Object.WorkspaceSetDashboard.Response](#anytype.Rpc.Object.WorkspaceSetDashboard.Response) - - [Rpc.Object.WorkspaceSetDashboard.Response.Error](#anytype.Rpc.Object.WorkspaceSetDashboard.Response.Error) - - [Rpc.ObjectCollection](#anytype.Rpc.ObjectCollection) - - [Rpc.ObjectCollection.Add](#anytype.Rpc.ObjectCollection.Add) - - [Rpc.ObjectCollection.Add.Request](#anytype.Rpc.ObjectCollection.Add.Request) - - [Rpc.ObjectCollection.Add.Response](#anytype.Rpc.ObjectCollection.Add.Response) - - [Rpc.ObjectCollection.Add.Response.Error](#anytype.Rpc.ObjectCollection.Add.Response.Error) - - [Rpc.ObjectCollection.Remove](#anytype.Rpc.ObjectCollection.Remove) - - [Rpc.ObjectCollection.Remove.Request](#anytype.Rpc.ObjectCollection.Remove.Request) - - [Rpc.ObjectCollection.Remove.Response](#anytype.Rpc.ObjectCollection.Remove.Response) - - [Rpc.ObjectCollection.Remove.Response.Error](#anytype.Rpc.ObjectCollection.Remove.Response.Error) - - [Rpc.ObjectCollection.Sort](#anytype.Rpc.ObjectCollection.Sort) - - [Rpc.ObjectCollection.Sort.Request](#anytype.Rpc.ObjectCollection.Sort.Request) - - [Rpc.ObjectCollection.Sort.Response](#anytype.Rpc.ObjectCollection.Sort.Response) - - [Rpc.ObjectCollection.Sort.Response.Error](#anytype.Rpc.ObjectCollection.Sort.Response.Error) - - [Rpc.ObjectRelation](#anytype.Rpc.ObjectRelation) - - [Rpc.ObjectRelation.Add](#anytype.Rpc.ObjectRelation.Add) - - [Rpc.ObjectRelation.Add.Request](#anytype.Rpc.ObjectRelation.Add.Request) - - [Rpc.ObjectRelation.Add.Response](#anytype.Rpc.ObjectRelation.Add.Response) - - [Rpc.ObjectRelation.Add.Response.Error](#anytype.Rpc.ObjectRelation.Add.Response.Error) - - [Rpc.ObjectRelation.AddFeatured](#anytype.Rpc.ObjectRelation.AddFeatured) - - [Rpc.ObjectRelation.AddFeatured.Request](#anytype.Rpc.ObjectRelation.AddFeatured.Request) - - [Rpc.ObjectRelation.AddFeatured.Response](#anytype.Rpc.ObjectRelation.AddFeatured.Response) - - [Rpc.ObjectRelation.AddFeatured.Response.Error](#anytype.Rpc.ObjectRelation.AddFeatured.Response.Error) - - [Rpc.ObjectRelation.Delete](#anytype.Rpc.ObjectRelation.Delete) - - [Rpc.ObjectRelation.Delete.Request](#anytype.Rpc.ObjectRelation.Delete.Request) - - [Rpc.ObjectRelation.Delete.Response](#anytype.Rpc.ObjectRelation.Delete.Response) - - [Rpc.ObjectRelation.Delete.Response.Error](#anytype.Rpc.ObjectRelation.Delete.Response.Error) - - [Rpc.ObjectRelation.ListAvailable](#anytype.Rpc.ObjectRelation.ListAvailable) - - [Rpc.ObjectRelation.ListAvailable.Request](#anytype.Rpc.ObjectRelation.ListAvailable.Request) - - [Rpc.ObjectRelation.ListAvailable.Response](#anytype.Rpc.ObjectRelation.ListAvailable.Response) - - [Rpc.ObjectRelation.ListAvailable.Response.Error](#anytype.Rpc.ObjectRelation.ListAvailable.Response.Error) - - [Rpc.ObjectRelation.RemoveFeatured](#anytype.Rpc.ObjectRelation.RemoveFeatured) - - [Rpc.ObjectRelation.RemoveFeatured.Request](#anytype.Rpc.ObjectRelation.RemoveFeatured.Request) - - [Rpc.ObjectRelation.RemoveFeatured.Response](#anytype.Rpc.ObjectRelation.RemoveFeatured.Response) - - [Rpc.ObjectRelation.RemoveFeatured.Response.Error](#anytype.Rpc.ObjectRelation.RemoveFeatured.Response.Error) - - [Rpc.ObjectType](#anytype.Rpc.ObjectType) - - [Rpc.ObjectType.Relation](#anytype.Rpc.ObjectType.Relation) - - [Rpc.ObjectType.Relation.Add](#anytype.Rpc.ObjectType.Relation.Add) - - [Rpc.ObjectType.Relation.Add.Request](#anytype.Rpc.ObjectType.Relation.Add.Request) - - [Rpc.ObjectType.Relation.Add.Response](#anytype.Rpc.ObjectType.Relation.Add.Response) - - [Rpc.ObjectType.Relation.Add.Response.Error](#anytype.Rpc.ObjectType.Relation.Add.Response.Error) - - [Rpc.ObjectType.Relation.List](#anytype.Rpc.ObjectType.Relation.List) - - [Rpc.ObjectType.Relation.List.Request](#anytype.Rpc.ObjectType.Relation.List.Request) - - [Rpc.ObjectType.Relation.List.Response](#anytype.Rpc.ObjectType.Relation.List.Response) - - [Rpc.ObjectType.Relation.List.Response.Error](#anytype.Rpc.ObjectType.Relation.List.Response.Error) - - [Rpc.ObjectType.Relation.Remove](#anytype.Rpc.ObjectType.Relation.Remove) - - [Rpc.ObjectType.Relation.Remove.Request](#anytype.Rpc.ObjectType.Relation.Remove.Request) - - [Rpc.ObjectType.Relation.Remove.Response](#anytype.Rpc.ObjectType.Relation.Remove.Response) - - [Rpc.ObjectType.Relation.Remove.Response.Error](#anytype.Rpc.ObjectType.Relation.Remove.Response.Error) - - [Rpc.Process](#anytype.Rpc.Process) - - [Rpc.Process.Cancel](#anytype.Rpc.Process.Cancel) - - [Rpc.Process.Cancel.Request](#anytype.Rpc.Process.Cancel.Request) - - [Rpc.Process.Cancel.Response](#anytype.Rpc.Process.Cancel.Response) - - [Rpc.Process.Cancel.Response.Error](#anytype.Rpc.Process.Cancel.Response.Error) - - [Rpc.Relation](#anytype.Rpc.Relation) - - [Rpc.Relation.ListRemoveOption](#anytype.Rpc.Relation.ListRemoveOption) - - [Rpc.Relation.ListRemoveOption.Request](#anytype.Rpc.Relation.ListRemoveOption.Request) - - [Rpc.Relation.ListRemoveOption.Response](#anytype.Rpc.Relation.ListRemoveOption.Response) - - [Rpc.Relation.ListRemoveOption.Response.Error](#anytype.Rpc.Relation.ListRemoveOption.Response.Error) - - [Rpc.Relation.Options](#anytype.Rpc.Relation.Options) - - [Rpc.Relation.Options.Request](#anytype.Rpc.Relation.Options.Request) - - [Rpc.Relation.Options.Response](#anytype.Rpc.Relation.Options.Response) - - [Rpc.Relation.Options.Response.Error](#anytype.Rpc.Relation.Options.Response.Error) - - [Rpc.Template](#anytype.Rpc.Template) - - [Rpc.Template.Clone](#anytype.Rpc.Template.Clone) - - [Rpc.Template.Clone.Request](#anytype.Rpc.Template.Clone.Request) - - [Rpc.Template.Clone.Response](#anytype.Rpc.Template.Clone.Response) - - [Rpc.Template.Clone.Response.Error](#anytype.Rpc.Template.Clone.Response.Error) - - [Rpc.Template.CreateFromObject](#anytype.Rpc.Template.CreateFromObject) - - [Rpc.Template.CreateFromObject.Request](#anytype.Rpc.Template.CreateFromObject.Request) - - [Rpc.Template.CreateFromObject.Response](#anytype.Rpc.Template.CreateFromObject.Response) - - [Rpc.Template.CreateFromObject.Response.Error](#anytype.Rpc.Template.CreateFromObject.Response.Error) - - [Rpc.Template.CreateFromObjectType](#anytype.Rpc.Template.CreateFromObjectType) - - [Rpc.Template.CreateFromObjectType.Request](#anytype.Rpc.Template.CreateFromObjectType.Request) - - [Rpc.Template.CreateFromObjectType.Response](#anytype.Rpc.Template.CreateFromObjectType.Response) - - [Rpc.Template.CreateFromObjectType.Response.Error](#anytype.Rpc.Template.CreateFromObjectType.Response.Error) - - [Rpc.Template.ExportAll](#anytype.Rpc.Template.ExportAll) - - [Rpc.Template.ExportAll.Request](#anytype.Rpc.Template.ExportAll.Request) - - [Rpc.Template.ExportAll.Response](#anytype.Rpc.Template.ExportAll.Response) - - [Rpc.Template.ExportAll.Response.Error](#anytype.Rpc.Template.ExportAll.Response.Error) - - [Rpc.Unsplash](#anytype.Rpc.Unsplash) - - [Rpc.Unsplash.Download](#anytype.Rpc.Unsplash.Download) - - [Rpc.Unsplash.Download.Request](#anytype.Rpc.Unsplash.Download.Request) - - [Rpc.Unsplash.Download.Response](#anytype.Rpc.Unsplash.Download.Response) - - [Rpc.Unsplash.Download.Response.Error](#anytype.Rpc.Unsplash.Download.Response.Error) - - [Rpc.Unsplash.Search](#anytype.Rpc.Unsplash.Search) - - [Rpc.Unsplash.Search.Request](#anytype.Rpc.Unsplash.Search.Request) - - [Rpc.Unsplash.Search.Response](#anytype.Rpc.Unsplash.Search.Response) - - [Rpc.Unsplash.Search.Response.Error](#anytype.Rpc.Unsplash.Search.Response.Error) - - [Rpc.Unsplash.Search.Response.Picture](#anytype.Rpc.Unsplash.Search.Response.Picture) - - [Rpc.UserData](#anytype.Rpc.UserData) - - [Rpc.UserData.Dump](#anytype.Rpc.UserData.Dump) - - [Rpc.UserData.Dump.Request](#anytype.Rpc.UserData.Dump.Request) - - [Rpc.UserData.Dump.Response](#anytype.Rpc.UserData.Dump.Response) - - [Rpc.UserData.Dump.Response.Error](#anytype.Rpc.UserData.Dump.Response.Error) - - [Rpc.Wallet](#anytype.Rpc.Wallet) - - [Rpc.Wallet.CloseSession](#anytype.Rpc.Wallet.CloseSession) - - [Rpc.Wallet.CloseSession.Request](#anytype.Rpc.Wallet.CloseSession.Request) - - [Rpc.Wallet.CloseSession.Response](#anytype.Rpc.Wallet.CloseSession.Response) - - [Rpc.Wallet.CloseSession.Response.Error](#anytype.Rpc.Wallet.CloseSession.Response.Error) - - [Rpc.Wallet.Convert](#anytype.Rpc.Wallet.Convert) - - [Rpc.Wallet.Convert.Request](#anytype.Rpc.Wallet.Convert.Request) - - [Rpc.Wallet.Convert.Response](#anytype.Rpc.Wallet.Convert.Response) - - [Rpc.Wallet.Convert.Response.Error](#anytype.Rpc.Wallet.Convert.Response.Error) - - [Rpc.Wallet.Create](#anytype.Rpc.Wallet.Create) - - [Rpc.Wallet.Create.Request](#anytype.Rpc.Wallet.Create.Request) - - [Rpc.Wallet.Create.Response](#anytype.Rpc.Wallet.Create.Response) - - [Rpc.Wallet.Create.Response.Error](#anytype.Rpc.Wallet.Create.Response.Error) - - [Rpc.Wallet.CreateSession](#anytype.Rpc.Wallet.CreateSession) - - [Rpc.Wallet.CreateSession.Request](#anytype.Rpc.Wallet.CreateSession.Request) - - [Rpc.Wallet.CreateSession.Response](#anytype.Rpc.Wallet.CreateSession.Response) - - [Rpc.Wallet.CreateSession.Response.Error](#anytype.Rpc.Wallet.CreateSession.Response.Error) - - [Rpc.Wallet.Recover](#anytype.Rpc.Wallet.Recover) - - [Rpc.Wallet.Recover.Request](#anytype.Rpc.Wallet.Recover.Request) - - [Rpc.Wallet.Recover.Response](#anytype.Rpc.Wallet.Recover.Response) - - [Rpc.Wallet.Recover.Response.Error](#anytype.Rpc.Wallet.Recover.Response.Error) - - [Rpc.Workspace](#anytype.Rpc.Workspace) - - [Rpc.Workspace.Create](#anytype.Rpc.Workspace.Create) - - [Rpc.Workspace.Create.Request](#anytype.Rpc.Workspace.Create.Request) - - [Rpc.Workspace.Create.Response](#anytype.Rpc.Workspace.Create.Response) - - [Rpc.Workspace.Create.Response.Error](#anytype.Rpc.Workspace.Create.Response.Error) - - [Rpc.Workspace.Export](#anytype.Rpc.Workspace.Export) - - [Rpc.Workspace.Export.Request](#anytype.Rpc.Workspace.Export.Request) - - [Rpc.Workspace.Export.Response](#anytype.Rpc.Workspace.Export.Response) - - [Rpc.Workspace.Export.Response.Error](#anytype.Rpc.Workspace.Export.Response.Error) - - [Rpc.Workspace.GetAll](#anytype.Rpc.Workspace.GetAll) - - [Rpc.Workspace.GetAll.Request](#anytype.Rpc.Workspace.GetAll.Request) - - [Rpc.Workspace.GetAll.Response](#anytype.Rpc.Workspace.GetAll.Response) - - [Rpc.Workspace.GetAll.Response.Error](#anytype.Rpc.Workspace.GetAll.Response.Error) - - [Rpc.Workspace.GetCurrent](#anytype.Rpc.Workspace.GetCurrent) - - [Rpc.Workspace.GetCurrent.Request](#anytype.Rpc.Workspace.GetCurrent.Request) - - [Rpc.Workspace.GetCurrent.Response](#anytype.Rpc.Workspace.GetCurrent.Response) - - [Rpc.Workspace.GetCurrent.Response.Error](#anytype.Rpc.Workspace.GetCurrent.Response.Error) - - [Rpc.Workspace.Object](#anytype.Rpc.Workspace.Object) - - [Rpc.Workspace.Object.Add](#anytype.Rpc.Workspace.Object.Add) - - [Rpc.Workspace.Object.Add.Request](#anytype.Rpc.Workspace.Object.Add.Request) - - [Rpc.Workspace.Object.Add.Response](#anytype.Rpc.Workspace.Object.Add.Response) - - [Rpc.Workspace.Object.Add.Response.Error](#anytype.Rpc.Workspace.Object.Add.Response.Error) - - [Rpc.Workspace.Object.ListAdd](#anytype.Rpc.Workspace.Object.ListAdd) - - [Rpc.Workspace.Object.ListAdd.Request](#anytype.Rpc.Workspace.Object.ListAdd.Request) - - [Rpc.Workspace.Object.ListAdd.Response](#anytype.Rpc.Workspace.Object.ListAdd.Response) - - [Rpc.Workspace.Object.ListAdd.Response.Error](#anytype.Rpc.Workspace.Object.ListAdd.Response.Error) - - [Rpc.Workspace.Object.ListRemove](#anytype.Rpc.Workspace.Object.ListRemove) - - [Rpc.Workspace.Object.ListRemove.Request](#anytype.Rpc.Workspace.Object.ListRemove.Request) - - [Rpc.Workspace.Object.ListRemove.Response](#anytype.Rpc.Workspace.Object.ListRemove.Response) - - [Rpc.Workspace.Object.ListRemove.Response.Error](#anytype.Rpc.Workspace.Object.ListRemove.Response.Error) - - [Rpc.Workspace.Select](#anytype.Rpc.Workspace.Select) - - [Rpc.Workspace.Select.Request](#anytype.Rpc.Workspace.Select.Request) - - [Rpc.Workspace.Select.Response](#anytype.Rpc.Workspace.Select.Response) - - [Rpc.Workspace.Select.Response.Error](#anytype.Rpc.Workspace.Select.Response.Error) - - [Rpc.Workspace.SetIsHighlighted](#anytype.Rpc.Workspace.SetIsHighlighted) - - [Rpc.Workspace.SetIsHighlighted.Request](#anytype.Rpc.Workspace.SetIsHighlighted.Request) - - [Rpc.Workspace.SetIsHighlighted.Response](#anytype.Rpc.Workspace.SetIsHighlighted.Response) - - [Rpc.Workspace.SetIsHighlighted.Response.Error](#anytype.Rpc.Workspace.SetIsHighlighted.Response.Error) - - [StreamRequest](#anytype.StreamRequest) +- [pb/protos/commands.proto](#pb_protos_commands-proto) + - [Empty](#anytype-Empty) + - [Rpc](#anytype-Rpc) + - [Rpc.Account](#anytype-Rpc-Account) + - [Rpc.Account.Config](#anytype-Rpc-Account-Config) + - [Rpc.Account.ConfigUpdate](#anytype-Rpc-Account-ConfigUpdate) + - [Rpc.Account.ConfigUpdate.Request](#anytype-Rpc-Account-ConfigUpdate-Request) + - [Rpc.Account.ConfigUpdate.Response](#anytype-Rpc-Account-ConfigUpdate-Response) + - [Rpc.Account.ConfigUpdate.Response.Error](#anytype-Rpc-Account-ConfigUpdate-Response-Error) + - [Rpc.Account.Create](#anytype-Rpc-Account-Create) + - [Rpc.Account.Create.Request](#anytype-Rpc-Account-Create-Request) + - [Rpc.Account.Create.Response](#anytype-Rpc-Account-Create-Response) + - [Rpc.Account.Create.Response.Error](#anytype-Rpc-Account-Create-Response-Error) + - [Rpc.Account.Delete](#anytype-Rpc-Account-Delete) + - [Rpc.Account.Delete.Request](#anytype-Rpc-Account-Delete-Request) + - [Rpc.Account.Delete.Response](#anytype-Rpc-Account-Delete-Response) + - [Rpc.Account.Delete.Response.Error](#anytype-Rpc-Account-Delete-Response-Error) + - [Rpc.Account.GetConfig](#anytype-Rpc-Account-GetConfig) + - [Rpc.Account.GetConfig.Get](#anytype-Rpc-Account-GetConfig-Get) + - [Rpc.Account.GetConfig.Get.Request](#anytype-Rpc-Account-GetConfig-Get-Request) + - [Rpc.Account.Move](#anytype-Rpc-Account-Move) + - [Rpc.Account.Move.Request](#anytype-Rpc-Account-Move-Request) + - [Rpc.Account.Move.Response](#anytype-Rpc-Account-Move-Response) + - [Rpc.Account.Move.Response.Error](#anytype-Rpc-Account-Move-Response-Error) + - [Rpc.Account.Recover](#anytype-Rpc-Account-Recover) + - [Rpc.Account.Recover.Request](#anytype-Rpc-Account-Recover-Request) + - [Rpc.Account.Recover.Response](#anytype-Rpc-Account-Recover-Response) + - [Rpc.Account.Recover.Response.Error](#anytype-Rpc-Account-Recover-Response-Error) + - [Rpc.Account.RecoverFromLegacyExport](#anytype-Rpc-Account-RecoverFromLegacyExport) + - [Rpc.Account.RecoverFromLegacyExport.Request](#anytype-Rpc-Account-RecoverFromLegacyExport-Request) + - [Rpc.Account.RecoverFromLegacyExport.Response](#anytype-Rpc-Account-RecoverFromLegacyExport-Response) + - [Rpc.Account.RecoverFromLegacyExport.Response.Error](#anytype-Rpc-Account-RecoverFromLegacyExport-Response-Error) + - [Rpc.Account.Select](#anytype-Rpc-Account-Select) + - [Rpc.Account.Select.Request](#anytype-Rpc-Account-Select-Request) + - [Rpc.Account.Select.Response](#anytype-Rpc-Account-Select-Response) + - [Rpc.Account.Select.Response.Error](#anytype-Rpc-Account-Select-Response-Error) + - [Rpc.Account.Stop](#anytype-Rpc-Account-Stop) + - [Rpc.Account.Stop.Request](#anytype-Rpc-Account-Stop-Request) + - [Rpc.Account.Stop.Response](#anytype-Rpc-Account-Stop-Response) + - [Rpc.Account.Stop.Response.Error](#anytype-Rpc-Account-Stop-Response-Error) + - [Rpc.App](#anytype-Rpc-App) + - [Rpc.App.GetVersion](#anytype-Rpc-App-GetVersion) + - [Rpc.App.GetVersion.Request](#anytype-Rpc-App-GetVersion-Request) + - [Rpc.App.GetVersion.Response](#anytype-Rpc-App-GetVersion-Response) + - [Rpc.App.GetVersion.Response.Error](#anytype-Rpc-App-GetVersion-Response-Error) + - [Rpc.App.SetDeviceState](#anytype-Rpc-App-SetDeviceState) + - [Rpc.App.SetDeviceState.Request](#anytype-Rpc-App-SetDeviceState-Request) + - [Rpc.App.SetDeviceState.Response](#anytype-Rpc-App-SetDeviceState-Response) + - [Rpc.App.SetDeviceState.Response.Error](#anytype-Rpc-App-SetDeviceState-Response-Error) + - [Rpc.App.Shutdown](#anytype-Rpc-App-Shutdown) + - [Rpc.App.Shutdown.Request](#anytype-Rpc-App-Shutdown-Request) + - [Rpc.App.Shutdown.Response](#anytype-Rpc-App-Shutdown-Response) + - [Rpc.App.Shutdown.Response.Error](#anytype-Rpc-App-Shutdown-Response-Error) + - [Rpc.Block](#anytype-Rpc-Block) + - [Rpc.Block.Copy](#anytype-Rpc-Block-Copy) + - [Rpc.Block.Copy.Request](#anytype-Rpc-Block-Copy-Request) + - [Rpc.Block.Copy.Response](#anytype-Rpc-Block-Copy-Response) + - [Rpc.Block.Copy.Response.Error](#anytype-Rpc-Block-Copy-Response-Error) + - [Rpc.Block.Create](#anytype-Rpc-Block-Create) + - [Rpc.Block.Create.Request](#anytype-Rpc-Block-Create-Request) + - [Rpc.Block.Create.Response](#anytype-Rpc-Block-Create-Response) + - [Rpc.Block.Create.Response.Error](#anytype-Rpc-Block-Create-Response-Error) + - [Rpc.Block.CreateWidget](#anytype-Rpc-Block-CreateWidget) + - [Rpc.Block.CreateWidget.Request](#anytype-Rpc-Block-CreateWidget-Request) + - [Rpc.Block.CreateWidget.Response](#anytype-Rpc-Block-CreateWidget-Response) + - [Rpc.Block.CreateWidget.Response.Error](#anytype-Rpc-Block-CreateWidget-Response-Error) + - [Rpc.Block.Cut](#anytype-Rpc-Block-Cut) + - [Rpc.Block.Cut.Request](#anytype-Rpc-Block-Cut-Request) + - [Rpc.Block.Cut.Response](#anytype-Rpc-Block-Cut-Response) + - [Rpc.Block.Cut.Response.Error](#anytype-Rpc-Block-Cut-Response-Error) + - [Rpc.Block.Download](#anytype-Rpc-Block-Download) + - [Rpc.Block.Download.Request](#anytype-Rpc-Block-Download-Request) + - [Rpc.Block.Download.Response](#anytype-Rpc-Block-Download-Response) + - [Rpc.Block.Download.Response.Error](#anytype-Rpc-Block-Download-Response-Error) + - [Rpc.Block.Export](#anytype-Rpc-Block-Export) + - [Rpc.Block.Export.Request](#anytype-Rpc-Block-Export-Request) + - [Rpc.Block.Export.Response](#anytype-Rpc-Block-Export-Response) + - [Rpc.Block.Export.Response.Error](#anytype-Rpc-Block-Export-Response-Error) + - [Rpc.Block.ListConvertToObjects](#anytype-Rpc-Block-ListConvertToObjects) + - [Rpc.Block.ListConvertToObjects.Request](#anytype-Rpc-Block-ListConvertToObjects-Request) + - [Rpc.Block.ListConvertToObjects.Response](#anytype-Rpc-Block-ListConvertToObjects-Response) + - [Rpc.Block.ListConvertToObjects.Response.Error](#anytype-Rpc-Block-ListConvertToObjects-Response-Error) + - [Rpc.Block.ListDelete](#anytype-Rpc-Block-ListDelete) + - [Rpc.Block.ListDelete.Request](#anytype-Rpc-Block-ListDelete-Request) + - [Rpc.Block.ListDelete.Response](#anytype-Rpc-Block-ListDelete-Response) + - [Rpc.Block.ListDelete.Response.Error](#anytype-Rpc-Block-ListDelete-Response-Error) + - [Rpc.Block.ListDuplicate](#anytype-Rpc-Block-ListDuplicate) + - [Rpc.Block.ListDuplicate.Request](#anytype-Rpc-Block-ListDuplicate-Request) + - [Rpc.Block.ListDuplicate.Response](#anytype-Rpc-Block-ListDuplicate-Response) + - [Rpc.Block.ListDuplicate.Response.Error](#anytype-Rpc-Block-ListDuplicate-Response-Error) + - [Rpc.Block.ListMoveToExistingObject](#anytype-Rpc-Block-ListMoveToExistingObject) + - [Rpc.Block.ListMoveToExistingObject.Request](#anytype-Rpc-Block-ListMoveToExistingObject-Request) + - [Rpc.Block.ListMoveToExistingObject.Response](#anytype-Rpc-Block-ListMoveToExistingObject-Response) + - [Rpc.Block.ListMoveToExistingObject.Response.Error](#anytype-Rpc-Block-ListMoveToExistingObject-Response-Error) + - [Rpc.Block.ListMoveToNewObject](#anytype-Rpc-Block-ListMoveToNewObject) + - [Rpc.Block.ListMoveToNewObject.Request](#anytype-Rpc-Block-ListMoveToNewObject-Request) + - [Rpc.Block.ListMoveToNewObject.Response](#anytype-Rpc-Block-ListMoveToNewObject-Response) + - [Rpc.Block.ListMoveToNewObject.Response.Error](#anytype-Rpc-Block-ListMoveToNewObject-Response-Error) + - [Rpc.Block.ListSetAlign](#anytype-Rpc-Block-ListSetAlign) + - [Rpc.Block.ListSetAlign.Request](#anytype-Rpc-Block-ListSetAlign-Request) + - [Rpc.Block.ListSetAlign.Response](#anytype-Rpc-Block-ListSetAlign-Response) + - [Rpc.Block.ListSetAlign.Response.Error](#anytype-Rpc-Block-ListSetAlign-Response-Error) + - [Rpc.Block.ListSetBackgroundColor](#anytype-Rpc-Block-ListSetBackgroundColor) + - [Rpc.Block.ListSetBackgroundColor.Request](#anytype-Rpc-Block-ListSetBackgroundColor-Request) + - [Rpc.Block.ListSetBackgroundColor.Response](#anytype-Rpc-Block-ListSetBackgroundColor-Response) + - [Rpc.Block.ListSetBackgroundColor.Response.Error](#anytype-Rpc-Block-ListSetBackgroundColor-Response-Error) + - [Rpc.Block.ListSetFields](#anytype-Rpc-Block-ListSetFields) + - [Rpc.Block.ListSetFields.Request](#anytype-Rpc-Block-ListSetFields-Request) + - [Rpc.Block.ListSetFields.Request.BlockField](#anytype-Rpc-Block-ListSetFields-Request-BlockField) + - [Rpc.Block.ListSetFields.Response](#anytype-Rpc-Block-ListSetFields-Response) + - [Rpc.Block.ListSetFields.Response.Error](#anytype-Rpc-Block-ListSetFields-Response-Error) + - [Rpc.Block.ListSetVerticalAlign](#anytype-Rpc-Block-ListSetVerticalAlign) + - [Rpc.Block.ListSetVerticalAlign.Request](#anytype-Rpc-Block-ListSetVerticalAlign-Request) + - [Rpc.Block.ListSetVerticalAlign.Response](#anytype-Rpc-Block-ListSetVerticalAlign-Response) + - [Rpc.Block.ListSetVerticalAlign.Response.Error](#anytype-Rpc-Block-ListSetVerticalAlign-Response-Error) + - [Rpc.Block.ListTurnInto](#anytype-Rpc-Block-ListTurnInto) + - [Rpc.Block.ListTurnInto.Request](#anytype-Rpc-Block-ListTurnInto-Request) + - [Rpc.Block.ListTurnInto.Response](#anytype-Rpc-Block-ListTurnInto-Response) + - [Rpc.Block.ListTurnInto.Response.Error](#anytype-Rpc-Block-ListTurnInto-Response-Error) + - [Rpc.Block.ListUpdate](#anytype-Rpc-Block-ListUpdate) + - [Rpc.Block.ListUpdate.Request](#anytype-Rpc-Block-ListUpdate-Request) + - [Rpc.Block.ListUpdate.Request.Text](#anytype-Rpc-Block-ListUpdate-Request-Text) + - [Rpc.Block.Merge](#anytype-Rpc-Block-Merge) + - [Rpc.Block.Merge.Request](#anytype-Rpc-Block-Merge-Request) + - [Rpc.Block.Merge.Response](#anytype-Rpc-Block-Merge-Response) + - [Rpc.Block.Merge.Response.Error](#anytype-Rpc-Block-Merge-Response-Error) + - [Rpc.Block.Paste](#anytype-Rpc-Block-Paste) + - [Rpc.Block.Paste.Request](#anytype-Rpc-Block-Paste-Request) + - [Rpc.Block.Paste.Request.File](#anytype-Rpc-Block-Paste-Request-File) + - [Rpc.Block.Paste.Response](#anytype-Rpc-Block-Paste-Response) + - [Rpc.Block.Paste.Response.Error](#anytype-Rpc-Block-Paste-Response-Error) + - [Rpc.Block.Replace](#anytype-Rpc-Block-Replace) + - [Rpc.Block.Replace.Request](#anytype-Rpc-Block-Replace-Request) + - [Rpc.Block.Replace.Response](#anytype-Rpc-Block-Replace-Response) + - [Rpc.Block.Replace.Response.Error](#anytype-Rpc-Block-Replace-Response-Error) + - [Rpc.Block.SetFields](#anytype-Rpc-Block-SetFields) + - [Rpc.Block.SetFields.Request](#anytype-Rpc-Block-SetFields-Request) + - [Rpc.Block.SetFields.Response](#anytype-Rpc-Block-SetFields-Response) + - [Rpc.Block.SetFields.Response.Error](#anytype-Rpc-Block-SetFields-Response-Error) + - [Rpc.Block.Split](#anytype-Rpc-Block-Split) + - [Rpc.Block.Split.Request](#anytype-Rpc-Block-Split-Request) + - [Rpc.Block.Split.Response](#anytype-Rpc-Block-Split-Response) + - [Rpc.Block.Split.Response.Error](#anytype-Rpc-Block-Split-Response-Error) + - [Rpc.Block.Upload](#anytype-Rpc-Block-Upload) + - [Rpc.Block.Upload.Request](#anytype-Rpc-Block-Upload-Request) + - [Rpc.Block.Upload.Response](#anytype-Rpc-Block-Upload-Response) + - [Rpc.Block.Upload.Response.Error](#anytype-Rpc-Block-Upload-Response-Error) + - [Rpc.BlockBookmark](#anytype-Rpc-BlockBookmark) + - [Rpc.BlockBookmark.CreateAndFetch](#anytype-Rpc-BlockBookmark-CreateAndFetch) + - [Rpc.BlockBookmark.CreateAndFetch.Request](#anytype-Rpc-BlockBookmark-CreateAndFetch-Request) + - [Rpc.BlockBookmark.CreateAndFetch.Response](#anytype-Rpc-BlockBookmark-CreateAndFetch-Response) + - [Rpc.BlockBookmark.CreateAndFetch.Response.Error](#anytype-Rpc-BlockBookmark-CreateAndFetch-Response-Error) + - [Rpc.BlockBookmark.Fetch](#anytype-Rpc-BlockBookmark-Fetch) + - [Rpc.BlockBookmark.Fetch.Request](#anytype-Rpc-BlockBookmark-Fetch-Request) + - [Rpc.BlockBookmark.Fetch.Response](#anytype-Rpc-BlockBookmark-Fetch-Response) + - [Rpc.BlockBookmark.Fetch.Response.Error](#anytype-Rpc-BlockBookmark-Fetch-Response-Error) + - [Rpc.BlockDataview](#anytype-Rpc-BlockDataview) + - [Rpc.BlockDataview.CreateBookmark](#anytype-Rpc-BlockDataview-CreateBookmark) + - [Rpc.BlockDataview.CreateBookmark.Request](#anytype-Rpc-BlockDataview-CreateBookmark-Request) + - [Rpc.BlockDataview.CreateBookmark.Response](#anytype-Rpc-BlockDataview-CreateBookmark-Response) + - [Rpc.BlockDataview.CreateBookmark.Response.Error](#anytype-Rpc-BlockDataview-CreateBookmark-Response-Error) + - [Rpc.BlockDataview.CreateFromExistingObject](#anytype-Rpc-BlockDataview-CreateFromExistingObject) + - [Rpc.BlockDataview.CreateFromExistingObject.Request](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Request) + - [Rpc.BlockDataview.CreateFromExistingObject.Response](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Response) + - [Rpc.BlockDataview.CreateFromExistingObject.Response.Error](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Response-Error) + - [Rpc.BlockDataview.Filter](#anytype-Rpc-BlockDataview-Filter) + - [Rpc.BlockDataview.Filter.Add](#anytype-Rpc-BlockDataview-Filter-Add) + - [Rpc.BlockDataview.Filter.Add.Request](#anytype-Rpc-BlockDataview-Filter-Add-Request) + - [Rpc.BlockDataview.Filter.Add.Response](#anytype-Rpc-BlockDataview-Filter-Add-Response) + - [Rpc.BlockDataview.Filter.Add.Response.Error](#anytype-Rpc-BlockDataview-Filter-Add-Response-Error) + - [Rpc.BlockDataview.Filter.Remove](#anytype-Rpc-BlockDataview-Filter-Remove) + - [Rpc.BlockDataview.Filter.Remove.Request](#anytype-Rpc-BlockDataview-Filter-Remove-Request) + - [Rpc.BlockDataview.Filter.Remove.Response](#anytype-Rpc-BlockDataview-Filter-Remove-Response) + - [Rpc.BlockDataview.Filter.Remove.Response.Error](#anytype-Rpc-BlockDataview-Filter-Remove-Response-Error) + - [Rpc.BlockDataview.Filter.Replace](#anytype-Rpc-BlockDataview-Filter-Replace) + - [Rpc.BlockDataview.Filter.Replace.Request](#anytype-Rpc-BlockDataview-Filter-Replace-Request) + - [Rpc.BlockDataview.Filter.Replace.Response](#anytype-Rpc-BlockDataview-Filter-Replace-Response) + - [Rpc.BlockDataview.Filter.Replace.Response.Error](#anytype-Rpc-BlockDataview-Filter-Replace-Response-Error) + - [Rpc.BlockDataview.Filter.Sort](#anytype-Rpc-BlockDataview-Filter-Sort) + - [Rpc.BlockDataview.Filter.Sort.Request](#anytype-Rpc-BlockDataview-Filter-Sort-Request) + - [Rpc.BlockDataview.Filter.Sort.Response](#anytype-Rpc-BlockDataview-Filter-Sort-Response) + - [Rpc.BlockDataview.Filter.Sort.Response.Error](#anytype-Rpc-BlockDataview-Filter-Sort-Response-Error) + - [Rpc.BlockDataview.GroupOrder](#anytype-Rpc-BlockDataview-GroupOrder) + - [Rpc.BlockDataview.GroupOrder.Update](#anytype-Rpc-BlockDataview-GroupOrder-Update) + - [Rpc.BlockDataview.GroupOrder.Update.Request](#anytype-Rpc-BlockDataview-GroupOrder-Update-Request) + - [Rpc.BlockDataview.GroupOrder.Update.Response](#anytype-Rpc-BlockDataview-GroupOrder-Update-Response) + - [Rpc.BlockDataview.GroupOrder.Update.Response.Error](#anytype-Rpc-BlockDataview-GroupOrder-Update-Response-Error) + - [Rpc.BlockDataview.ObjectOrder](#anytype-Rpc-BlockDataview-ObjectOrder) + - [Rpc.BlockDataview.ObjectOrder.Move](#anytype-Rpc-BlockDataview-ObjectOrder-Move) + - [Rpc.BlockDataview.ObjectOrder.Move.Request](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Request) + - [Rpc.BlockDataview.ObjectOrder.Move.Response](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Response) + - [Rpc.BlockDataview.ObjectOrder.Move.Response.Error](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Response-Error) + - [Rpc.BlockDataview.ObjectOrder.Update](#anytype-Rpc-BlockDataview-ObjectOrder-Update) + - [Rpc.BlockDataview.ObjectOrder.Update.Request](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Request) + - [Rpc.BlockDataview.ObjectOrder.Update.Response](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Response) + - [Rpc.BlockDataview.ObjectOrder.Update.Response.Error](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Response-Error) + - [Rpc.BlockDataview.Relation](#anytype-Rpc-BlockDataview-Relation) + - [Rpc.BlockDataview.Relation.Add](#anytype-Rpc-BlockDataview-Relation-Add) + - [Rpc.BlockDataview.Relation.Add.Request](#anytype-Rpc-BlockDataview-Relation-Add-Request) + - [Rpc.BlockDataview.Relation.Add.Response](#anytype-Rpc-BlockDataview-Relation-Add-Response) + - [Rpc.BlockDataview.Relation.Add.Response.Error](#anytype-Rpc-BlockDataview-Relation-Add-Response-Error) + - [Rpc.BlockDataview.Relation.Delete](#anytype-Rpc-BlockDataview-Relation-Delete) + - [Rpc.BlockDataview.Relation.Delete.Request](#anytype-Rpc-BlockDataview-Relation-Delete-Request) + - [Rpc.BlockDataview.Relation.Delete.Response](#anytype-Rpc-BlockDataview-Relation-Delete-Response) + - [Rpc.BlockDataview.Relation.Delete.Response.Error](#anytype-Rpc-BlockDataview-Relation-Delete-Response-Error) + - [Rpc.BlockDataview.Relation.ListAvailable](#anytype-Rpc-BlockDataview-Relation-ListAvailable) + - [Rpc.BlockDataview.Relation.ListAvailable.Request](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Request) + - [Rpc.BlockDataview.Relation.ListAvailable.Response](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Response) + - [Rpc.BlockDataview.Relation.ListAvailable.Response.Error](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Response-Error) + - [Rpc.BlockDataview.SetSource](#anytype-Rpc-BlockDataview-SetSource) + - [Rpc.BlockDataview.SetSource.Request](#anytype-Rpc-BlockDataview-SetSource-Request) + - [Rpc.BlockDataview.SetSource.Response](#anytype-Rpc-BlockDataview-SetSource-Response) + - [Rpc.BlockDataview.SetSource.Response.Error](#anytype-Rpc-BlockDataview-SetSource-Response-Error) + - [Rpc.BlockDataview.Sort](#anytype-Rpc-BlockDataview-Sort) + - [Rpc.BlockDataview.Sort.Add](#anytype-Rpc-BlockDataview-Sort-Add) + - [Rpc.BlockDataview.Sort.Add.Request](#anytype-Rpc-BlockDataview-Sort-Add-Request) + - [Rpc.BlockDataview.Sort.Add.Response](#anytype-Rpc-BlockDataview-Sort-Add-Response) + - [Rpc.BlockDataview.Sort.Add.Response.Error](#anytype-Rpc-BlockDataview-Sort-Add-Response-Error) + - [Rpc.BlockDataview.Sort.Remove](#anytype-Rpc-BlockDataview-Sort-Remove) + - [Rpc.BlockDataview.Sort.Remove.Request](#anytype-Rpc-BlockDataview-Sort-Remove-Request) + - [Rpc.BlockDataview.Sort.Remove.Response](#anytype-Rpc-BlockDataview-Sort-Remove-Response) + - [Rpc.BlockDataview.Sort.Remove.Response.Error](#anytype-Rpc-BlockDataview-Sort-Remove-Response-Error) + - [Rpc.BlockDataview.Sort.Replace](#anytype-Rpc-BlockDataview-Sort-Replace) + - [Rpc.BlockDataview.Sort.Replace.Request](#anytype-Rpc-BlockDataview-Sort-Replace-Request) + - [Rpc.BlockDataview.Sort.Replace.Response](#anytype-Rpc-BlockDataview-Sort-Replace-Response) + - [Rpc.BlockDataview.Sort.Replace.Response.Error](#anytype-Rpc-BlockDataview-Sort-Replace-Response-Error) + - [Rpc.BlockDataview.Sort.Sort](#anytype-Rpc-BlockDataview-Sort-Sort) + - [Rpc.BlockDataview.Sort.Sort.Request](#anytype-Rpc-BlockDataview-Sort-Sort-Request) + - [Rpc.BlockDataview.Sort.Sort.Response](#anytype-Rpc-BlockDataview-Sort-Sort-Response) + - [Rpc.BlockDataview.Sort.Sort.Response.Error](#anytype-Rpc-BlockDataview-Sort-Sort-Response-Error) + - [Rpc.BlockDataview.View](#anytype-Rpc-BlockDataview-View) + - [Rpc.BlockDataview.View.Create](#anytype-Rpc-BlockDataview-View-Create) + - [Rpc.BlockDataview.View.Create.Request](#anytype-Rpc-BlockDataview-View-Create-Request) + - [Rpc.BlockDataview.View.Create.Response](#anytype-Rpc-BlockDataview-View-Create-Response) + - [Rpc.BlockDataview.View.Create.Response.Error](#anytype-Rpc-BlockDataview-View-Create-Response-Error) + - [Rpc.BlockDataview.View.Delete](#anytype-Rpc-BlockDataview-View-Delete) + - [Rpc.BlockDataview.View.Delete.Request](#anytype-Rpc-BlockDataview-View-Delete-Request) + - [Rpc.BlockDataview.View.Delete.Response](#anytype-Rpc-BlockDataview-View-Delete-Response) + - [Rpc.BlockDataview.View.Delete.Response.Error](#anytype-Rpc-BlockDataview-View-Delete-Response-Error) + - [Rpc.BlockDataview.View.SetActive](#anytype-Rpc-BlockDataview-View-SetActive) + - [Rpc.BlockDataview.View.SetActive.Request](#anytype-Rpc-BlockDataview-View-SetActive-Request) + - [Rpc.BlockDataview.View.SetActive.Response](#anytype-Rpc-BlockDataview-View-SetActive-Response) + - [Rpc.BlockDataview.View.SetActive.Response.Error](#anytype-Rpc-BlockDataview-View-SetActive-Response-Error) + - [Rpc.BlockDataview.View.SetPosition](#anytype-Rpc-BlockDataview-View-SetPosition) + - [Rpc.BlockDataview.View.SetPosition.Request](#anytype-Rpc-BlockDataview-View-SetPosition-Request) + - [Rpc.BlockDataview.View.SetPosition.Response](#anytype-Rpc-BlockDataview-View-SetPosition-Response) + - [Rpc.BlockDataview.View.SetPosition.Response.Error](#anytype-Rpc-BlockDataview-View-SetPosition-Response-Error) + - [Rpc.BlockDataview.View.Update](#anytype-Rpc-BlockDataview-View-Update) + - [Rpc.BlockDataview.View.Update.Request](#anytype-Rpc-BlockDataview-View-Update-Request) + - [Rpc.BlockDataview.View.Update.Response](#anytype-Rpc-BlockDataview-View-Update-Response) + - [Rpc.BlockDataview.View.Update.Response.Error](#anytype-Rpc-BlockDataview-View-Update-Response-Error) + - [Rpc.BlockDataview.ViewRelation](#anytype-Rpc-BlockDataview-ViewRelation) + - [Rpc.BlockDataview.ViewRelation.Add](#anytype-Rpc-BlockDataview-ViewRelation-Add) + - [Rpc.BlockDataview.ViewRelation.Add.Request](#anytype-Rpc-BlockDataview-ViewRelation-Add-Request) + - [Rpc.BlockDataview.ViewRelation.Add.Response](#anytype-Rpc-BlockDataview-ViewRelation-Add-Response) + - [Rpc.BlockDataview.ViewRelation.Add.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Add-Response-Error) + - [Rpc.BlockDataview.ViewRelation.Remove](#anytype-Rpc-BlockDataview-ViewRelation-Remove) + - [Rpc.BlockDataview.ViewRelation.Remove.Request](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Request) + - [Rpc.BlockDataview.ViewRelation.Remove.Response](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Response) + - [Rpc.BlockDataview.ViewRelation.Remove.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Response-Error) + - [Rpc.BlockDataview.ViewRelation.Replace](#anytype-Rpc-BlockDataview-ViewRelation-Replace) + - [Rpc.BlockDataview.ViewRelation.Replace.Request](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Request) + - [Rpc.BlockDataview.ViewRelation.Replace.Response](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Response) + - [Rpc.BlockDataview.ViewRelation.Replace.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Response-Error) + - [Rpc.BlockDataview.ViewRelation.Sort](#anytype-Rpc-BlockDataview-ViewRelation-Sort) + - [Rpc.BlockDataview.ViewRelation.Sort.Request](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Request) + - [Rpc.BlockDataview.ViewRelation.Sort.Response](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Response) + - [Rpc.BlockDataview.ViewRelation.Sort.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Response-Error) + - [Rpc.BlockDiv](#anytype-Rpc-BlockDiv) + - [Rpc.BlockDiv.ListSetStyle](#anytype-Rpc-BlockDiv-ListSetStyle) + - [Rpc.BlockDiv.ListSetStyle.Request](#anytype-Rpc-BlockDiv-ListSetStyle-Request) + - [Rpc.BlockDiv.ListSetStyle.Response](#anytype-Rpc-BlockDiv-ListSetStyle-Response) + - [Rpc.BlockDiv.ListSetStyle.Response.Error](#anytype-Rpc-BlockDiv-ListSetStyle-Response-Error) + - [Rpc.BlockFile](#anytype-Rpc-BlockFile) + - [Rpc.BlockFile.CreateAndUpload](#anytype-Rpc-BlockFile-CreateAndUpload) + - [Rpc.BlockFile.CreateAndUpload.Request](#anytype-Rpc-BlockFile-CreateAndUpload-Request) + - [Rpc.BlockFile.CreateAndUpload.Response](#anytype-Rpc-BlockFile-CreateAndUpload-Response) + - [Rpc.BlockFile.CreateAndUpload.Response.Error](#anytype-Rpc-BlockFile-CreateAndUpload-Response-Error) + - [Rpc.BlockFile.ListSetStyle](#anytype-Rpc-BlockFile-ListSetStyle) + - [Rpc.BlockFile.ListSetStyle.Request](#anytype-Rpc-BlockFile-ListSetStyle-Request) + - [Rpc.BlockFile.ListSetStyle.Response](#anytype-Rpc-BlockFile-ListSetStyle-Response) + - [Rpc.BlockFile.ListSetStyle.Response.Error](#anytype-Rpc-BlockFile-ListSetStyle-Response-Error) + - [Rpc.BlockFile.SetName](#anytype-Rpc-BlockFile-SetName) + - [Rpc.BlockFile.SetName.Request](#anytype-Rpc-BlockFile-SetName-Request) + - [Rpc.BlockFile.SetName.Response](#anytype-Rpc-BlockFile-SetName-Response) + - [Rpc.BlockFile.SetName.Response.Error](#anytype-Rpc-BlockFile-SetName-Response-Error) + - [Rpc.BlockImage](#anytype-Rpc-BlockImage) + - [Rpc.BlockImage.SetName](#anytype-Rpc-BlockImage-SetName) + - [Rpc.BlockImage.SetName.Request](#anytype-Rpc-BlockImage-SetName-Request) + - [Rpc.BlockImage.SetName.Response](#anytype-Rpc-BlockImage-SetName-Response) + - [Rpc.BlockImage.SetName.Response.Error](#anytype-Rpc-BlockImage-SetName-Response-Error) + - [Rpc.BlockImage.SetWidth](#anytype-Rpc-BlockImage-SetWidth) + - [Rpc.BlockImage.SetWidth.Request](#anytype-Rpc-BlockImage-SetWidth-Request) + - [Rpc.BlockImage.SetWidth.Response](#anytype-Rpc-BlockImage-SetWidth-Response) + - [Rpc.BlockImage.SetWidth.Response.Error](#anytype-Rpc-BlockImage-SetWidth-Response-Error) + - [Rpc.BlockLatex](#anytype-Rpc-BlockLatex) + - [Rpc.BlockLatex.SetText](#anytype-Rpc-BlockLatex-SetText) + - [Rpc.BlockLatex.SetText.Request](#anytype-Rpc-BlockLatex-SetText-Request) + - [Rpc.BlockLatex.SetText.Response](#anytype-Rpc-BlockLatex-SetText-Response) + - [Rpc.BlockLatex.SetText.Response.Error](#anytype-Rpc-BlockLatex-SetText-Response-Error) + - [Rpc.BlockLink](#anytype-Rpc-BlockLink) + - [Rpc.BlockLink.CreateWithObject](#anytype-Rpc-BlockLink-CreateWithObject) + - [Rpc.BlockLink.CreateWithObject.Request](#anytype-Rpc-BlockLink-CreateWithObject-Request) + - [Rpc.BlockLink.CreateWithObject.Response](#anytype-Rpc-BlockLink-CreateWithObject-Response) + - [Rpc.BlockLink.CreateWithObject.Response.Error](#anytype-Rpc-BlockLink-CreateWithObject-Response-Error) + - [Rpc.BlockLink.ListSetAppearance](#anytype-Rpc-BlockLink-ListSetAppearance) + - [Rpc.BlockLink.ListSetAppearance.Request](#anytype-Rpc-BlockLink-ListSetAppearance-Request) + - [Rpc.BlockLink.ListSetAppearance.Response](#anytype-Rpc-BlockLink-ListSetAppearance-Response) + - [Rpc.BlockLink.ListSetAppearance.Response.Error](#anytype-Rpc-BlockLink-ListSetAppearance-Response-Error) + - [Rpc.BlockRelation](#anytype-Rpc-BlockRelation) + - [Rpc.BlockRelation.Add](#anytype-Rpc-BlockRelation-Add) + - [Rpc.BlockRelation.Add.Request](#anytype-Rpc-BlockRelation-Add-Request) + - [Rpc.BlockRelation.Add.Response](#anytype-Rpc-BlockRelation-Add-Response) + - [Rpc.BlockRelation.Add.Response.Error](#anytype-Rpc-BlockRelation-Add-Response-Error) + - [Rpc.BlockRelation.SetKey](#anytype-Rpc-BlockRelation-SetKey) + - [Rpc.BlockRelation.SetKey.Request](#anytype-Rpc-BlockRelation-SetKey-Request) + - [Rpc.BlockRelation.SetKey.Response](#anytype-Rpc-BlockRelation-SetKey-Response) + - [Rpc.BlockRelation.SetKey.Response.Error](#anytype-Rpc-BlockRelation-SetKey-Response-Error) + - [Rpc.BlockTable](#anytype-Rpc-BlockTable) + - [Rpc.BlockTable.ColumnCreate](#anytype-Rpc-BlockTable-ColumnCreate) + - [Rpc.BlockTable.ColumnCreate.Request](#anytype-Rpc-BlockTable-ColumnCreate-Request) + - [Rpc.BlockTable.ColumnCreate.Response](#anytype-Rpc-BlockTable-ColumnCreate-Response) + - [Rpc.BlockTable.ColumnCreate.Response.Error](#anytype-Rpc-BlockTable-ColumnCreate-Response-Error) + - [Rpc.BlockTable.ColumnDelete](#anytype-Rpc-BlockTable-ColumnDelete) + - [Rpc.BlockTable.ColumnDelete.Request](#anytype-Rpc-BlockTable-ColumnDelete-Request) + - [Rpc.BlockTable.ColumnDelete.Response](#anytype-Rpc-BlockTable-ColumnDelete-Response) + - [Rpc.BlockTable.ColumnDelete.Response.Error](#anytype-Rpc-BlockTable-ColumnDelete-Response-Error) + - [Rpc.BlockTable.ColumnDuplicate](#anytype-Rpc-BlockTable-ColumnDuplicate) + - [Rpc.BlockTable.ColumnDuplicate.Request](#anytype-Rpc-BlockTable-ColumnDuplicate-Request) + - [Rpc.BlockTable.ColumnDuplicate.Response](#anytype-Rpc-BlockTable-ColumnDuplicate-Response) + - [Rpc.BlockTable.ColumnDuplicate.Response.Error](#anytype-Rpc-BlockTable-ColumnDuplicate-Response-Error) + - [Rpc.BlockTable.ColumnListFill](#anytype-Rpc-BlockTable-ColumnListFill) + - [Rpc.BlockTable.ColumnListFill.Request](#anytype-Rpc-BlockTable-ColumnListFill-Request) + - [Rpc.BlockTable.ColumnListFill.Response](#anytype-Rpc-BlockTable-ColumnListFill-Response) + - [Rpc.BlockTable.ColumnListFill.Response.Error](#anytype-Rpc-BlockTable-ColumnListFill-Response-Error) + - [Rpc.BlockTable.ColumnMove](#anytype-Rpc-BlockTable-ColumnMove) + - [Rpc.BlockTable.ColumnMove.Request](#anytype-Rpc-BlockTable-ColumnMove-Request) + - [Rpc.BlockTable.ColumnMove.Response](#anytype-Rpc-BlockTable-ColumnMove-Response) + - [Rpc.BlockTable.ColumnMove.Response.Error](#anytype-Rpc-BlockTable-ColumnMove-Response-Error) + - [Rpc.BlockTable.Create](#anytype-Rpc-BlockTable-Create) + - [Rpc.BlockTable.Create.Request](#anytype-Rpc-BlockTable-Create-Request) + - [Rpc.BlockTable.Create.Response](#anytype-Rpc-BlockTable-Create-Response) + - [Rpc.BlockTable.Create.Response.Error](#anytype-Rpc-BlockTable-Create-Response-Error) + - [Rpc.BlockTable.Expand](#anytype-Rpc-BlockTable-Expand) + - [Rpc.BlockTable.Expand.Request](#anytype-Rpc-BlockTable-Expand-Request) + - [Rpc.BlockTable.Expand.Response](#anytype-Rpc-BlockTable-Expand-Response) + - [Rpc.BlockTable.Expand.Response.Error](#anytype-Rpc-BlockTable-Expand-Response-Error) + - [Rpc.BlockTable.RowCreate](#anytype-Rpc-BlockTable-RowCreate) + - [Rpc.BlockTable.RowCreate.Request](#anytype-Rpc-BlockTable-RowCreate-Request) + - [Rpc.BlockTable.RowCreate.Response](#anytype-Rpc-BlockTable-RowCreate-Response) + - [Rpc.BlockTable.RowCreate.Response.Error](#anytype-Rpc-BlockTable-RowCreate-Response-Error) + - [Rpc.BlockTable.RowDelete](#anytype-Rpc-BlockTable-RowDelete) + - [Rpc.BlockTable.RowDelete.Request](#anytype-Rpc-BlockTable-RowDelete-Request) + - [Rpc.BlockTable.RowDelete.Response](#anytype-Rpc-BlockTable-RowDelete-Response) + - [Rpc.BlockTable.RowDelete.Response.Error](#anytype-Rpc-BlockTable-RowDelete-Response-Error) + - [Rpc.BlockTable.RowDuplicate](#anytype-Rpc-BlockTable-RowDuplicate) + - [Rpc.BlockTable.RowDuplicate.Request](#anytype-Rpc-BlockTable-RowDuplicate-Request) + - [Rpc.BlockTable.RowDuplicate.Response](#anytype-Rpc-BlockTable-RowDuplicate-Response) + - [Rpc.BlockTable.RowDuplicate.Response.Error](#anytype-Rpc-BlockTable-RowDuplicate-Response-Error) + - [Rpc.BlockTable.RowListClean](#anytype-Rpc-BlockTable-RowListClean) + - [Rpc.BlockTable.RowListClean.Request](#anytype-Rpc-BlockTable-RowListClean-Request) + - [Rpc.BlockTable.RowListClean.Response](#anytype-Rpc-BlockTable-RowListClean-Response) + - [Rpc.BlockTable.RowListClean.Response.Error](#anytype-Rpc-BlockTable-RowListClean-Response-Error) + - [Rpc.BlockTable.RowListFill](#anytype-Rpc-BlockTable-RowListFill) + - [Rpc.BlockTable.RowListFill.Request](#anytype-Rpc-BlockTable-RowListFill-Request) + - [Rpc.BlockTable.RowListFill.Response](#anytype-Rpc-BlockTable-RowListFill-Response) + - [Rpc.BlockTable.RowListFill.Response.Error](#anytype-Rpc-BlockTable-RowListFill-Response-Error) + - [Rpc.BlockTable.RowSetHeader](#anytype-Rpc-BlockTable-RowSetHeader) + - [Rpc.BlockTable.RowSetHeader.Request](#anytype-Rpc-BlockTable-RowSetHeader-Request) + - [Rpc.BlockTable.RowSetHeader.Response](#anytype-Rpc-BlockTable-RowSetHeader-Response) + - [Rpc.BlockTable.RowSetHeader.Response.Error](#anytype-Rpc-BlockTable-RowSetHeader-Response-Error) + - [Rpc.BlockTable.Sort](#anytype-Rpc-BlockTable-Sort) + - [Rpc.BlockTable.Sort.Request](#anytype-Rpc-BlockTable-Sort-Request) + - [Rpc.BlockTable.Sort.Response](#anytype-Rpc-BlockTable-Sort-Response) + - [Rpc.BlockTable.Sort.Response.Error](#anytype-Rpc-BlockTable-Sort-Response-Error) + - [Rpc.BlockText](#anytype-Rpc-BlockText) + - [Rpc.BlockText.ListClearContent](#anytype-Rpc-BlockText-ListClearContent) + - [Rpc.BlockText.ListClearContent.Request](#anytype-Rpc-BlockText-ListClearContent-Request) + - [Rpc.BlockText.ListClearContent.Response](#anytype-Rpc-BlockText-ListClearContent-Response) + - [Rpc.BlockText.ListClearContent.Response.Error](#anytype-Rpc-BlockText-ListClearContent-Response-Error) + - [Rpc.BlockText.ListClearStyle](#anytype-Rpc-BlockText-ListClearStyle) + - [Rpc.BlockText.ListClearStyle.Request](#anytype-Rpc-BlockText-ListClearStyle-Request) + - [Rpc.BlockText.ListClearStyle.Response](#anytype-Rpc-BlockText-ListClearStyle-Response) + - [Rpc.BlockText.ListClearStyle.Response.Error](#anytype-Rpc-BlockText-ListClearStyle-Response-Error) + - [Rpc.BlockText.ListSetColor](#anytype-Rpc-BlockText-ListSetColor) + - [Rpc.BlockText.ListSetColor.Request](#anytype-Rpc-BlockText-ListSetColor-Request) + - [Rpc.BlockText.ListSetColor.Response](#anytype-Rpc-BlockText-ListSetColor-Response) + - [Rpc.BlockText.ListSetColor.Response.Error](#anytype-Rpc-BlockText-ListSetColor-Response-Error) + - [Rpc.BlockText.ListSetMark](#anytype-Rpc-BlockText-ListSetMark) + - [Rpc.BlockText.ListSetMark.Request](#anytype-Rpc-BlockText-ListSetMark-Request) + - [Rpc.BlockText.ListSetMark.Response](#anytype-Rpc-BlockText-ListSetMark-Response) + - [Rpc.BlockText.ListSetMark.Response.Error](#anytype-Rpc-BlockText-ListSetMark-Response-Error) + - [Rpc.BlockText.ListSetStyle](#anytype-Rpc-BlockText-ListSetStyle) + - [Rpc.BlockText.ListSetStyle.Request](#anytype-Rpc-BlockText-ListSetStyle-Request) + - [Rpc.BlockText.ListSetStyle.Response](#anytype-Rpc-BlockText-ListSetStyle-Response) + - [Rpc.BlockText.ListSetStyle.Response.Error](#anytype-Rpc-BlockText-ListSetStyle-Response-Error) + - [Rpc.BlockText.SetChecked](#anytype-Rpc-BlockText-SetChecked) + - [Rpc.BlockText.SetChecked.Request](#anytype-Rpc-BlockText-SetChecked-Request) + - [Rpc.BlockText.SetChecked.Response](#anytype-Rpc-BlockText-SetChecked-Response) + - [Rpc.BlockText.SetChecked.Response.Error](#anytype-Rpc-BlockText-SetChecked-Response-Error) + - [Rpc.BlockText.SetColor](#anytype-Rpc-BlockText-SetColor) + - [Rpc.BlockText.SetColor.Request](#anytype-Rpc-BlockText-SetColor-Request) + - [Rpc.BlockText.SetColor.Response](#anytype-Rpc-BlockText-SetColor-Response) + - [Rpc.BlockText.SetColor.Response.Error](#anytype-Rpc-BlockText-SetColor-Response-Error) + - [Rpc.BlockText.SetIcon](#anytype-Rpc-BlockText-SetIcon) + - [Rpc.BlockText.SetIcon.Request](#anytype-Rpc-BlockText-SetIcon-Request) + - [Rpc.BlockText.SetIcon.Response](#anytype-Rpc-BlockText-SetIcon-Response) + - [Rpc.BlockText.SetIcon.Response.Error](#anytype-Rpc-BlockText-SetIcon-Response-Error) + - [Rpc.BlockText.SetMarks](#anytype-Rpc-BlockText-SetMarks) + - [Rpc.BlockText.SetMarks.Get](#anytype-Rpc-BlockText-SetMarks-Get) + - [Rpc.BlockText.SetMarks.Get.Request](#anytype-Rpc-BlockText-SetMarks-Get-Request) + - [Rpc.BlockText.SetMarks.Get.Response](#anytype-Rpc-BlockText-SetMarks-Get-Response) + - [Rpc.BlockText.SetMarks.Get.Response.Error](#anytype-Rpc-BlockText-SetMarks-Get-Response-Error) + - [Rpc.BlockText.SetStyle](#anytype-Rpc-BlockText-SetStyle) + - [Rpc.BlockText.SetStyle.Request](#anytype-Rpc-BlockText-SetStyle-Request) + - [Rpc.BlockText.SetStyle.Response](#anytype-Rpc-BlockText-SetStyle-Response) + - [Rpc.BlockText.SetStyle.Response.Error](#anytype-Rpc-BlockText-SetStyle-Response-Error) + - [Rpc.BlockText.SetText](#anytype-Rpc-BlockText-SetText) + - [Rpc.BlockText.SetText.Request](#anytype-Rpc-BlockText-SetText-Request) + - [Rpc.BlockText.SetText.Response](#anytype-Rpc-BlockText-SetText-Response) + - [Rpc.BlockText.SetText.Response.Error](#anytype-Rpc-BlockText-SetText-Response-Error) + - [Rpc.BlockVideo](#anytype-Rpc-BlockVideo) + - [Rpc.BlockVideo.SetName](#anytype-Rpc-BlockVideo-SetName) + - [Rpc.BlockVideo.SetName.Request](#anytype-Rpc-BlockVideo-SetName-Request) + - [Rpc.BlockVideo.SetName.Response](#anytype-Rpc-BlockVideo-SetName-Response) + - [Rpc.BlockVideo.SetName.Response.Error](#anytype-Rpc-BlockVideo-SetName-Response-Error) + - [Rpc.BlockVideo.SetWidth](#anytype-Rpc-BlockVideo-SetWidth) + - [Rpc.BlockVideo.SetWidth.Request](#anytype-Rpc-BlockVideo-SetWidth-Request) + - [Rpc.BlockVideo.SetWidth.Response](#anytype-Rpc-BlockVideo-SetWidth-Response) + - [Rpc.BlockVideo.SetWidth.Response.Error](#anytype-Rpc-BlockVideo-SetWidth-Response-Error) + - [Rpc.Debug](#anytype-Rpc-Debug) + - [Rpc.Debug.ExportLocalstore](#anytype-Rpc-Debug-ExportLocalstore) + - [Rpc.Debug.ExportLocalstore.Request](#anytype-Rpc-Debug-ExportLocalstore-Request) + - [Rpc.Debug.ExportLocalstore.Response](#anytype-Rpc-Debug-ExportLocalstore-Response) + - [Rpc.Debug.ExportLocalstore.Response.Error](#anytype-Rpc-Debug-ExportLocalstore-Response-Error) + - [Rpc.Debug.Ping](#anytype-Rpc-Debug-Ping) + - [Rpc.Debug.Ping.Request](#anytype-Rpc-Debug-Ping-Request) + - [Rpc.Debug.Ping.Response](#anytype-Rpc-Debug-Ping-Response) + - [Rpc.Debug.Ping.Response.Error](#anytype-Rpc-Debug-Ping-Response-Error) + - [Rpc.Debug.SpaceSummary](#anytype-Rpc-Debug-SpaceSummary) + - [Rpc.Debug.SpaceSummary.Request](#anytype-Rpc-Debug-SpaceSummary-Request) + - [Rpc.Debug.SpaceSummary.Response](#anytype-Rpc-Debug-SpaceSummary-Response) + - [Rpc.Debug.SpaceSummary.Response.Error](#anytype-Rpc-Debug-SpaceSummary-Response-Error) + - [Rpc.Debug.Tree](#anytype-Rpc-Debug-Tree) + - [Rpc.Debug.Tree.Request](#anytype-Rpc-Debug-Tree-Request) + - [Rpc.Debug.Tree.Response](#anytype-Rpc-Debug-Tree-Response) + - [Rpc.Debug.Tree.Response.Error](#anytype-Rpc-Debug-Tree-Response-Error) + - [Rpc.Debug.TreeHeads](#anytype-Rpc-Debug-TreeHeads) + - [Rpc.Debug.TreeHeads.Request](#anytype-Rpc-Debug-TreeHeads-Request) + - [Rpc.Debug.TreeHeads.Response](#anytype-Rpc-Debug-TreeHeads-Response) + - [Rpc.Debug.TreeHeads.Response.Error](#anytype-Rpc-Debug-TreeHeads-Response-Error) + - [Rpc.Debug.TreeInfo](#anytype-Rpc-Debug-TreeInfo) + - [Rpc.File](#anytype-Rpc-File) + - [Rpc.File.Download](#anytype-Rpc-File-Download) + - [Rpc.File.Download.Request](#anytype-Rpc-File-Download-Request) + - [Rpc.File.Download.Response](#anytype-Rpc-File-Download-Response) + - [Rpc.File.Download.Response.Error](#anytype-Rpc-File-Download-Response-Error) + - [Rpc.File.Drop](#anytype-Rpc-File-Drop) + - [Rpc.File.Drop.Request](#anytype-Rpc-File-Drop-Request) + - [Rpc.File.Drop.Response](#anytype-Rpc-File-Drop-Response) + - [Rpc.File.Drop.Response.Error](#anytype-Rpc-File-Drop-Response-Error) + - [Rpc.File.ListOffload](#anytype-Rpc-File-ListOffload) + - [Rpc.File.ListOffload.Request](#anytype-Rpc-File-ListOffload-Request) + - [Rpc.File.ListOffload.Response](#anytype-Rpc-File-ListOffload-Response) + - [Rpc.File.ListOffload.Response.Error](#anytype-Rpc-File-ListOffload-Response-Error) + - [Rpc.File.Offload](#anytype-Rpc-File-Offload) + - [Rpc.File.Offload.Request](#anytype-Rpc-File-Offload-Request) + - [Rpc.File.Offload.Response](#anytype-Rpc-File-Offload-Response) + - [Rpc.File.Offload.Response.Error](#anytype-Rpc-File-Offload-Response-Error) + - [Rpc.File.SpaceUsage](#anytype-Rpc-File-SpaceUsage) + - [Rpc.File.SpaceUsage.Request](#anytype-Rpc-File-SpaceUsage-Request) + - [Rpc.File.SpaceUsage.Response](#anytype-Rpc-File-SpaceUsage-Response) + - [Rpc.File.SpaceUsage.Response.Error](#anytype-Rpc-File-SpaceUsage-Response-Error) + - [Rpc.File.SpaceUsage.Response.Usage](#anytype-Rpc-File-SpaceUsage-Response-Usage) + - [Rpc.File.Upload](#anytype-Rpc-File-Upload) + - [Rpc.File.Upload.Request](#anytype-Rpc-File-Upload-Request) + - [Rpc.File.Upload.Response](#anytype-Rpc-File-Upload-Response) + - [Rpc.File.Upload.Response.Error](#anytype-Rpc-File-Upload-Response-Error) + - [Rpc.GenericErrorResponse](#anytype-Rpc-GenericErrorResponse) + - [Rpc.GenericErrorResponse.Error](#anytype-Rpc-GenericErrorResponse-Error) + - [Rpc.History](#anytype-Rpc-History) + - [Rpc.History.GetVersions](#anytype-Rpc-History-GetVersions) + - [Rpc.History.GetVersions.Request](#anytype-Rpc-History-GetVersions-Request) + - [Rpc.History.GetVersions.Response](#anytype-Rpc-History-GetVersions-Response) + - [Rpc.History.GetVersions.Response.Error](#anytype-Rpc-History-GetVersions-Response-Error) + - [Rpc.History.SetVersion](#anytype-Rpc-History-SetVersion) + - [Rpc.History.SetVersion.Request](#anytype-Rpc-History-SetVersion-Request) + - [Rpc.History.SetVersion.Response](#anytype-Rpc-History-SetVersion-Response) + - [Rpc.History.SetVersion.Response.Error](#anytype-Rpc-History-SetVersion-Response-Error) + - [Rpc.History.ShowVersion](#anytype-Rpc-History-ShowVersion) + - [Rpc.History.ShowVersion.Request](#anytype-Rpc-History-ShowVersion-Request) + - [Rpc.History.ShowVersion.Response](#anytype-Rpc-History-ShowVersion-Response) + - [Rpc.History.ShowVersion.Response.Error](#anytype-Rpc-History-ShowVersion-Response-Error) + - [Rpc.History.Version](#anytype-Rpc-History-Version) + - [Rpc.LinkPreview](#anytype-Rpc-LinkPreview) + - [Rpc.LinkPreview.Request](#anytype-Rpc-LinkPreview-Request) + - [Rpc.LinkPreview.Response](#anytype-Rpc-LinkPreview-Response) + - [Rpc.LinkPreview.Response.Error](#anytype-Rpc-LinkPreview-Response-Error) + - [Rpc.Log](#anytype-Rpc-Log) + - [Rpc.Log.Send](#anytype-Rpc-Log-Send) + - [Rpc.Log.Send.Request](#anytype-Rpc-Log-Send-Request) + - [Rpc.Log.Send.Response](#anytype-Rpc-Log-Send-Response) + - [Rpc.Log.Send.Response.Error](#anytype-Rpc-Log-Send-Response-Error) + - [Rpc.Metrics](#anytype-Rpc-Metrics) + - [Rpc.Metrics.SetParameters](#anytype-Rpc-Metrics-SetParameters) + - [Rpc.Metrics.SetParameters.Request](#anytype-Rpc-Metrics-SetParameters-Request) + - [Rpc.Metrics.SetParameters.Response](#anytype-Rpc-Metrics-SetParameters-Response) + - [Rpc.Metrics.SetParameters.Response.Error](#anytype-Rpc-Metrics-SetParameters-Response-Error) + - [Rpc.Navigation](#anytype-Rpc-Navigation) + - [Rpc.Navigation.GetObjectInfoWithLinks](#anytype-Rpc-Navigation-GetObjectInfoWithLinks) + - [Rpc.Navigation.GetObjectInfoWithLinks.Request](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Request) + - [Rpc.Navigation.GetObjectInfoWithLinks.Response](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Response) + - [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Response-Error) + - [Rpc.Navigation.ListObjects](#anytype-Rpc-Navigation-ListObjects) + - [Rpc.Navigation.ListObjects.Request](#anytype-Rpc-Navigation-ListObjects-Request) + - [Rpc.Navigation.ListObjects.Response](#anytype-Rpc-Navigation-ListObjects-Response) + - [Rpc.Navigation.ListObjects.Response.Error](#anytype-Rpc-Navigation-ListObjects-Response-Error) + - [Rpc.Object](#anytype-Rpc-Object) + - [Rpc.Object.ApplyTemplate](#anytype-Rpc-Object-ApplyTemplate) + - [Rpc.Object.ApplyTemplate.Request](#anytype-Rpc-Object-ApplyTemplate-Request) + - [Rpc.Object.ApplyTemplate.Response](#anytype-Rpc-Object-ApplyTemplate-Response) + - [Rpc.Object.ApplyTemplate.Response.Error](#anytype-Rpc-Object-ApplyTemplate-Response-Error) + - [Rpc.Object.BookmarkFetch](#anytype-Rpc-Object-BookmarkFetch) + - [Rpc.Object.BookmarkFetch.Request](#anytype-Rpc-Object-BookmarkFetch-Request) + - [Rpc.Object.BookmarkFetch.Response](#anytype-Rpc-Object-BookmarkFetch-Response) + - [Rpc.Object.BookmarkFetch.Response.Error](#anytype-Rpc-Object-BookmarkFetch-Response-Error) + - [Rpc.Object.Close](#anytype-Rpc-Object-Close) + - [Rpc.Object.Close.Request](#anytype-Rpc-Object-Close-Request) + - [Rpc.Object.Close.Response](#anytype-Rpc-Object-Close-Response) + - [Rpc.Object.Close.Response.Error](#anytype-Rpc-Object-Close-Response-Error) + - [Rpc.Object.Create](#anytype-Rpc-Object-Create) + - [Rpc.Object.Create.Request](#anytype-Rpc-Object-Create-Request) + - [Rpc.Object.Create.Response](#anytype-Rpc-Object-Create-Response) + - [Rpc.Object.Create.Response.Error](#anytype-Rpc-Object-Create-Response-Error) + - [Rpc.Object.CreateBookmark](#anytype-Rpc-Object-CreateBookmark) + - [Rpc.Object.CreateBookmark.Request](#anytype-Rpc-Object-CreateBookmark-Request) + - [Rpc.Object.CreateBookmark.Response](#anytype-Rpc-Object-CreateBookmark-Response) + - [Rpc.Object.CreateBookmark.Response.Error](#anytype-Rpc-Object-CreateBookmark-Response-Error) + - [Rpc.Object.CreateObjectType](#anytype-Rpc-Object-CreateObjectType) + - [Rpc.Object.CreateObjectType.Request](#anytype-Rpc-Object-CreateObjectType-Request) + - [Rpc.Object.CreateObjectType.Response](#anytype-Rpc-Object-CreateObjectType-Response) + - [Rpc.Object.CreateObjectType.Response.Error](#anytype-Rpc-Object-CreateObjectType-Response-Error) + - [Rpc.Object.CreateRelation](#anytype-Rpc-Object-CreateRelation) + - [Rpc.Object.CreateRelation.Request](#anytype-Rpc-Object-CreateRelation-Request) + - [Rpc.Object.CreateRelation.Response](#anytype-Rpc-Object-CreateRelation-Response) + - [Rpc.Object.CreateRelation.Response.Error](#anytype-Rpc-Object-CreateRelation-Response-Error) + - [Rpc.Object.CreateRelationOption](#anytype-Rpc-Object-CreateRelationOption) + - [Rpc.Object.CreateRelationOption.Request](#anytype-Rpc-Object-CreateRelationOption-Request) + - [Rpc.Object.CreateRelationOption.Response](#anytype-Rpc-Object-CreateRelationOption-Response) + - [Rpc.Object.CreateRelationOption.Response.Error](#anytype-Rpc-Object-CreateRelationOption-Response-Error) + - [Rpc.Object.CreateSet](#anytype-Rpc-Object-CreateSet) + - [Rpc.Object.CreateSet.Request](#anytype-Rpc-Object-CreateSet-Request) + - [Rpc.Object.CreateSet.Response](#anytype-Rpc-Object-CreateSet-Response) + - [Rpc.Object.CreateSet.Response.Error](#anytype-Rpc-Object-CreateSet-Response-Error) + - [Rpc.Object.Duplicate](#anytype-Rpc-Object-Duplicate) + - [Rpc.Object.Duplicate.Request](#anytype-Rpc-Object-Duplicate-Request) + - [Rpc.Object.Duplicate.Response](#anytype-Rpc-Object-Duplicate-Response) + - [Rpc.Object.Duplicate.Response.Error](#anytype-Rpc-Object-Duplicate-Response-Error) + - [Rpc.Object.Graph](#anytype-Rpc-Object-Graph) + - [Rpc.Object.Graph.Edge](#anytype-Rpc-Object-Graph-Edge) + - [Rpc.Object.Graph.Request](#anytype-Rpc-Object-Graph-Request) + - [Rpc.Object.Graph.Response](#anytype-Rpc-Object-Graph-Response) + - [Rpc.Object.Graph.Response.Error](#anytype-Rpc-Object-Graph-Response-Error) + - [Rpc.Object.GroupsSubscribe](#anytype-Rpc-Object-GroupsSubscribe) + - [Rpc.Object.GroupsSubscribe.Request](#anytype-Rpc-Object-GroupsSubscribe-Request) + - [Rpc.Object.GroupsSubscribe.Response](#anytype-Rpc-Object-GroupsSubscribe-Response) + - [Rpc.Object.GroupsSubscribe.Response.Error](#anytype-Rpc-Object-GroupsSubscribe-Response-Error) + - [Rpc.Object.Import](#anytype-Rpc-Object-Import) + - [Rpc.Object.Import.Notion](#anytype-Rpc-Object-Import-Notion) + - [Rpc.Object.Import.Notion.ValidateToken](#anytype-Rpc-Object-Import-Notion-ValidateToken) + - [Rpc.Object.Import.Notion.ValidateToken.Request](#anytype-Rpc-Object-Import-Notion-ValidateToken-Request) + - [Rpc.Object.Import.Notion.ValidateToken.Response](#anytype-Rpc-Object-Import-Notion-ValidateToken-Response) + - [Rpc.Object.Import.Notion.ValidateToken.Response.Error](#anytype-Rpc-Object-Import-Notion-ValidateToken-Response-Error) + - [Rpc.Object.Import.Request](#anytype-Rpc-Object-Import-Request) + - [Rpc.Object.Import.Request.BookmarksParams](#anytype-Rpc-Object-Import-Request-BookmarksParams) + - [Rpc.Object.Import.Request.CsvParams](#anytype-Rpc-Object-Import-Request-CsvParams) + - [Rpc.Object.Import.Request.HtmlParams](#anytype-Rpc-Object-Import-Request-HtmlParams) + - [Rpc.Object.Import.Request.MarkdownParams](#anytype-Rpc-Object-Import-Request-MarkdownParams) + - [Rpc.Object.Import.Request.NotionParams](#anytype-Rpc-Object-Import-Request-NotionParams) + - [Rpc.Object.Import.Request.PbParams](#anytype-Rpc-Object-Import-Request-PbParams) + - [Rpc.Object.Import.Request.Snapshot](#anytype-Rpc-Object-Import-Request-Snapshot) + - [Rpc.Object.Import.Request.TxtParams](#anytype-Rpc-Object-Import-Request-TxtParams) + - [Rpc.Object.Import.Response](#anytype-Rpc-Object-Import-Response) + - [Rpc.Object.Import.Response.Error](#anytype-Rpc-Object-Import-Response-Error) + - [Rpc.Object.ImportList](#anytype-Rpc-Object-ImportList) + - [Rpc.Object.ImportList.ImportResponse](#anytype-Rpc-Object-ImportList-ImportResponse) + - [Rpc.Object.ImportList.Request](#anytype-Rpc-Object-ImportList-Request) + - [Rpc.Object.ImportList.Response](#anytype-Rpc-Object-ImportList-Response) + - [Rpc.Object.ImportList.Response.Error](#anytype-Rpc-Object-ImportList-Response-Error) + - [Rpc.Object.ListDelete](#anytype-Rpc-Object-ListDelete) + - [Rpc.Object.ListDelete.Request](#anytype-Rpc-Object-ListDelete-Request) + - [Rpc.Object.ListDelete.Response](#anytype-Rpc-Object-ListDelete-Response) + - [Rpc.Object.ListDelete.Response.Error](#anytype-Rpc-Object-ListDelete-Response-Error) + - [Rpc.Object.ListDuplicate](#anytype-Rpc-Object-ListDuplicate) + - [Rpc.Object.ListDuplicate.Request](#anytype-Rpc-Object-ListDuplicate-Request) + - [Rpc.Object.ListDuplicate.Response](#anytype-Rpc-Object-ListDuplicate-Response) + - [Rpc.Object.ListDuplicate.Response.Error](#anytype-Rpc-Object-ListDuplicate-Response-Error) + - [Rpc.Object.ListExport](#anytype-Rpc-Object-ListExport) + - [Rpc.Object.ListExport.Request](#anytype-Rpc-Object-ListExport-Request) + - [Rpc.Object.ListExport.Response](#anytype-Rpc-Object-ListExport-Response) + - [Rpc.Object.ListExport.Response.Error](#anytype-Rpc-Object-ListExport-Response-Error) + - [Rpc.Object.ListSetIsArchived](#anytype-Rpc-Object-ListSetIsArchived) + - [Rpc.Object.ListSetIsArchived.Request](#anytype-Rpc-Object-ListSetIsArchived-Request) + - [Rpc.Object.ListSetIsArchived.Response](#anytype-Rpc-Object-ListSetIsArchived-Response) + - [Rpc.Object.ListSetIsArchived.Response.Error](#anytype-Rpc-Object-ListSetIsArchived-Response-Error) + - [Rpc.Object.ListSetIsFavorite](#anytype-Rpc-Object-ListSetIsFavorite) + - [Rpc.Object.ListSetIsFavorite.Request](#anytype-Rpc-Object-ListSetIsFavorite-Request) + - [Rpc.Object.ListSetIsFavorite.Response](#anytype-Rpc-Object-ListSetIsFavorite-Response) + - [Rpc.Object.ListSetIsFavorite.Response.Error](#anytype-Rpc-Object-ListSetIsFavorite-Response-Error) + - [Rpc.Object.Open](#anytype-Rpc-Object-Open) + - [Rpc.Object.Open.Request](#anytype-Rpc-Object-Open-Request) + - [Rpc.Object.Open.Response](#anytype-Rpc-Object-Open-Response) + - [Rpc.Object.Open.Response.Error](#anytype-Rpc-Object-Open-Response-Error) + - [Rpc.Object.OpenBreadcrumbs](#anytype-Rpc-Object-OpenBreadcrumbs) + - [Rpc.Object.OpenBreadcrumbs.Request](#anytype-Rpc-Object-OpenBreadcrumbs-Request) + - [Rpc.Object.OpenBreadcrumbs.Response](#anytype-Rpc-Object-OpenBreadcrumbs-Response) + - [Rpc.Object.OpenBreadcrumbs.Response.Error](#anytype-Rpc-Object-OpenBreadcrumbs-Response-Error) + - [Rpc.Object.Redo](#anytype-Rpc-Object-Redo) + - [Rpc.Object.Redo.Request](#anytype-Rpc-Object-Redo-Request) + - [Rpc.Object.Redo.Response](#anytype-Rpc-Object-Redo-Response) + - [Rpc.Object.Redo.Response.Error](#anytype-Rpc-Object-Redo-Response-Error) + - [Rpc.Object.Search](#anytype-Rpc-Object-Search) + - [Rpc.Object.Search.Request](#anytype-Rpc-Object-Search-Request) + - [Rpc.Object.Search.Response](#anytype-Rpc-Object-Search-Response) + - [Rpc.Object.Search.Response.Error](#anytype-Rpc-Object-Search-Response-Error) + - [Rpc.Object.SearchSubscribe](#anytype-Rpc-Object-SearchSubscribe) + - [Rpc.Object.SearchSubscribe.Request](#anytype-Rpc-Object-SearchSubscribe-Request) + - [Rpc.Object.SearchSubscribe.Response](#anytype-Rpc-Object-SearchSubscribe-Response) + - [Rpc.Object.SearchSubscribe.Response.Error](#anytype-Rpc-Object-SearchSubscribe-Response-Error) + - [Rpc.Object.SearchUnsubscribe](#anytype-Rpc-Object-SearchUnsubscribe) + - [Rpc.Object.SearchUnsubscribe.Request](#anytype-Rpc-Object-SearchUnsubscribe-Request) + - [Rpc.Object.SearchUnsubscribe.Response](#anytype-Rpc-Object-SearchUnsubscribe-Response) + - [Rpc.Object.SearchUnsubscribe.Response.Error](#anytype-Rpc-Object-SearchUnsubscribe-Response-Error) + - [Rpc.Object.SetBreadcrumbs](#anytype-Rpc-Object-SetBreadcrumbs) + - [Rpc.Object.SetBreadcrumbs.Request](#anytype-Rpc-Object-SetBreadcrumbs-Request) + - [Rpc.Object.SetBreadcrumbs.Response](#anytype-Rpc-Object-SetBreadcrumbs-Response) + - [Rpc.Object.SetBreadcrumbs.Response.Error](#anytype-Rpc-Object-SetBreadcrumbs-Response-Error) + - [Rpc.Object.SetDetails](#anytype-Rpc-Object-SetDetails) + - [Rpc.Object.SetDetails.Detail](#anytype-Rpc-Object-SetDetails-Detail) + - [Rpc.Object.SetDetails.Request](#anytype-Rpc-Object-SetDetails-Request) + - [Rpc.Object.SetDetails.Response](#anytype-Rpc-Object-SetDetails-Response) + - [Rpc.Object.SetDetails.Response.Error](#anytype-Rpc-Object-SetDetails-Response-Error) + - [Rpc.Object.SetInternalFlags](#anytype-Rpc-Object-SetInternalFlags) + - [Rpc.Object.SetInternalFlags.Request](#anytype-Rpc-Object-SetInternalFlags-Request) + - [Rpc.Object.SetInternalFlags.Response](#anytype-Rpc-Object-SetInternalFlags-Response) + - [Rpc.Object.SetInternalFlags.Response.Error](#anytype-Rpc-Object-SetInternalFlags-Response-Error) + - [Rpc.Object.SetIsArchived](#anytype-Rpc-Object-SetIsArchived) + - [Rpc.Object.SetIsArchived.Request](#anytype-Rpc-Object-SetIsArchived-Request) + - [Rpc.Object.SetIsArchived.Response](#anytype-Rpc-Object-SetIsArchived-Response) + - [Rpc.Object.SetIsArchived.Response.Error](#anytype-Rpc-Object-SetIsArchived-Response-Error) + - [Rpc.Object.SetIsFavorite](#anytype-Rpc-Object-SetIsFavorite) + - [Rpc.Object.SetIsFavorite.Request](#anytype-Rpc-Object-SetIsFavorite-Request) + - [Rpc.Object.SetIsFavorite.Response](#anytype-Rpc-Object-SetIsFavorite-Response) + - [Rpc.Object.SetIsFavorite.Response.Error](#anytype-Rpc-Object-SetIsFavorite-Response-Error) + - [Rpc.Object.SetLayout](#anytype-Rpc-Object-SetLayout) + - [Rpc.Object.SetLayout.Request](#anytype-Rpc-Object-SetLayout-Request) + - [Rpc.Object.SetLayout.Response](#anytype-Rpc-Object-SetLayout-Response) + - [Rpc.Object.SetLayout.Response.Error](#anytype-Rpc-Object-SetLayout-Response-Error) + - [Rpc.Object.SetObjectType](#anytype-Rpc-Object-SetObjectType) + - [Rpc.Object.SetObjectType.Request](#anytype-Rpc-Object-SetObjectType-Request) + - [Rpc.Object.SetObjectType.Response](#anytype-Rpc-Object-SetObjectType-Response) + - [Rpc.Object.SetObjectType.Response.Error](#anytype-Rpc-Object-SetObjectType-Response-Error) + - [Rpc.Object.SetSource](#anytype-Rpc-Object-SetSource) + - [Rpc.Object.SetSource.Request](#anytype-Rpc-Object-SetSource-Request) + - [Rpc.Object.SetSource.Response](#anytype-Rpc-Object-SetSource-Response) + - [Rpc.Object.SetSource.Response.Error](#anytype-Rpc-Object-SetSource-Response-Error) + - [Rpc.Object.ShareByLink](#anytype-Rpc-Object-ShareByLink) + - [Rpc.Object.ShareByLink.Request](#anytype-Rpc-Object-ShareByLink-Request) + - [Rpc.Object.ShareByLink.Response](#anytype-Rpc-Object-ShareByLink-Response) + - [Rpc.Object.ShareByLink.Response.Error](#anytype-Rpc-Object-ShareByLink-Response-Error) + - [Rpc.Object.Show](#anytype-Rpc-Object-Show) + - [Rpc.Object.Show.Request](#anytype-Rpc-Object-Show-Request) + - [Rpc.Object.Show.Response](#anytype-Rpc-Object-Show-Response) + - [Rpc.Object.Show.Response.Error](#anytype-Rpc-Object-Show-Response-Error) + - [Rpc.Object.SubscribeIds](#anytype-Rpc-Object-SubscribeIds) + - [Rpc.Object.SubscribeIds.Request](#anytype-Rpc-Object-SubscribeIds-Request) + - [Rpc.Object.SubscribeIds.Response](#anytype-Rpc-Object-SubscribeIds-Response) + - [Rpc.Object.SubscribeIds.Response.Error](#anytype-Rpc-Object-SubscribeIds-Response-Error) + - [Rpc.Object.ToBookmark](#anytype-Rpc-Object-ToBookmark) + - [Rpc.Object.ToBookmark.Request](#anytype-Rpc-Object-ToBookmark-Request) + - [Rpc.Object.ToBookmark.Response](#anytype-Rpc-Object-ToBookmark-Response) + - [Rpc.Object.ToBookmark.Response.Error](#anytype-Rpc-Object-ToBookmark-Response-Error) + - [Rpc.Object.ToCollection](#anytype-Rpc-Object-ToCollection) + - [Rpc.Object.ToCollection.Request](#anytype-Rpc-Object-ToCollection-Request) + - [Rpc.Object.ToCollection.Response](#anytype-Rpc-Object-ToCollection-Response) + - [Rpc.Object.ToCollection.Response.Error](#anytype-Rpc-Object-ToCollection-Response-Error) + - [Rpc.Object.ToSet](#anytype-Rpc-Object-ToSet) + - [Rpc.Object.ToSet.Request](#anytype-Rpc-Object-ToSet-Request) + - [Rpc.Object.ToSet.Response](#anytype-Rpc-Object-ToSet-Response) + - [Rpc.Object.ToSet.Response.Error](#anytype-Rpc-Object-ToSet-Response-Error) + - [Rpc.Object.Undo](#anytype-Rpc-Object-Undo) + - [Rpc.Object.Undo.Request](#anytype-Rpc-Object-Undo-Request) + - [Rpc.Object.Undo.Response](#anytype-Rpc-Object-Undo-Response) + - [Rpc.Object.Undo.Response.Error](#anytype-Rpc-Object-Undo-Response-Error) + - [Rpc.Object.UndoRedoCounter](#anytype-Rpc-Object-UndoRedoCounter) + - [Rpc.Object.WorkspaceSetDashboard](#anytype-Rpc-Object-WorkspaceSetDashboard) + - [Rpc.Object.WorkspaceSetDashboard.Request](#anytype-Rpc-Object-WorkspaceSetDashboard-Request) + - [Rpc.Object.WorkspaceSetDashboard.Response](#anytype-Rpc-Object-WorkspaceSetDashboard-Response) + - [Rpc.Object.WorkspaceSetDashboard.Response.Error](#anytype-Rpc-Object-WorkspaceSetDashboard-Response-Error) + - [Rpc.ObjectCollection](#anytype-Rpc-ObjectCollection) + - [Rpc.ObjectCollection.Add](#anytype-Rpc-ObjectCollection-Add) + - [Rpc.ObjectCollection.Add.Request](#anytype-Rpc-ObjectCollection-Add-Request) + - [Rpc.ObjectCollection.Add.Response](#anytype-Rpc-ObjectCollection-Add-Response) + - [Rpc.ObjectCollection.Add.Response.Error](#anytype-Rpc-ObjectCollection-Add-Response-Error) + - [Rpc.ObjectCollection.Remove](#anytype-Rpc-ObjectCollection-Remove) + - [Rpc.ObjectCollection.Remove.Request](#anytype-Rpc-ObjectCollection-Remove-Request) + - [Rpc.ObjectCollection.Remove.Response](#anytype-Rpc-ObjectCollection-Remove-Response) + - [Rpc.ObjectCollection.Remove.Response.Error](#anytype-Rpc-ObjectCollection-Remove-Response-Error) + - [Rpc.ObjectCollection.Sort](#anytype-Rpc-ObjectCollection-Sort) + - [Rpc.ObjectCollection.Sort.Request](#anytype-Rpc-ObjectCollection-Sort-Request) + - [Rpc.ObjectCollection.Sort.Response](#anytype-Rpc-ObjectCollection-Sort-Response) + - [Rpc.ObjectCollection.Sort.Response.Error](#anytype-Rpc-ObjectCollection-Sort-Response-Error) + - [Rpc.ObjectRelation](#anytype-Rpc-ObjectRelation) + - [Rpc.ObjectRelation.Add](#anytype-Rpc-ObjectRelation-Add) + - [Rpc.ObjectRelation.Add.Request](#anytype-Rpc-ObjectRelation-Add-Request) + - [Rpc.ObjectRelation.Add.Response](#anytype-Rpc-ObjectRelation-Add-Response) + - [Rpc.ObjectRelation.Add.Response.Error](#anytype-Rpc-ObjectRelation-Add-Response-Error) + - [Rpc.ObjectRelation.AddFeatured](#anytype-Rpc-ObjectRelation-AddFeatured) + - [Rpc.ObjectRelation.AddFeatured.Request](#anytype-Rpc-ObjectRelation-AddFeatured-Request) + - [Rpc.ObjectRelation.AddFeatured.Response](#anytype-Rpc-ObjectRelation-AddFeatured-Response) + - [Rpc.ObjectRelation.AddFeatured.Response.Error](#anytype-Rpc-ObjectRelation-AddFeatured-Response-Error) + - [Rpc.ObjectRelation.Delete](#anytype-Rpc-ObjectRelation-Delete) + - [Rpc.ObjectRelation.Delete.Request](#anytype-Rpc-ObjectRelation-Delete-Request) + - [Rpc.ObjectRelation.Delete.Response](#anytype-Rpc-ObjectRelation-Delete-Response) + - [Rpc.ObjectRelation.Delete.Response.Error](#anytype-Rpc-ObjectRelation-Delete-Response-Error) + - [Rpc.ObjectRelation.ListAvailable](#anytype-Rpc-ObjectRelation-ListAvailable) + - [Rpc.ObjectRelation.ListAvailable.Request](#anytype-Rpc-ObjectRelation-ListAvailable-Request) + - [Rpc.ObjectRelation.ListAvailable.Response](#anytype-Rpc-ObjectRelation-ListAvailable-Response) + - [Rpc.ObjectRelation.ListAvailable.Response.Error](#anytype-Rpc-ObjectRelation-ListAvailable-Response-Error) + - [Rpc.ObjectRelation.RemoveFeatured](#anytype-Rpc-ObjectRelation-RemoveFeatured) + - [Rpc.ObjectRelation.RemoveFeatured.Request](#anytype-Rpc-ObjectRelation-RemoveFeatured-Request) + - [Rpc.ObjectRelation.RemoveFeatured.Response](#anytype-Rpc-ObjectRelation-RemoveFeatured-Response) + - [Rpc.ObjectRelation.RemoveFeatured.Response.Error](#anytype-Rpc-ObjectRelation-RemoveFeatured-Response-Error) + - [Rpc.ObjectType](#anytype-Rpc-ObjectType) + - [Rpc.ObjectType.Relation](#anytype-Rpc-ObjectType-Relation) + - [Rpc.ObjectType.Relation.Add](#anytype-Rpc-ObjectType-Relation-Add) + - [Rpc.ObjectType.Relation.Add.Request](#anytype-Rpc-ObjectType-Relation-Add-Request) + - [Rpc.ObjectType.Relation.Add.Response](#anytype-Rpc-ObjectType-Relation-Add-Response) + - [Rpc.ObjectType.Relation.Add.Response.Error](#anytype-Rpc-ObjectType-Relation-Add-Response-Error) + - [Rpc.ObjectType.Relation.List](#anytype-Rpc-ObjectType-Relation-List) + - [Rpc.ObjectType.Relation.List.Request](#anytype-Rpc-ObjectType-Relation-List-Request) + - [Rpc.ObjectType.Relation.List.Response](#anytype-Rpc-ObjectType-Relation-List-Response) + - [Rpc.ObjectType.Relation.List.Response.Error](#anytype-Rpc-ObjectType-Relation-List-Response-Error) + - [Rpc.ObjectType.Relation.Remove](#anytype-Rpc-ObjectType-Relation-Remove) + - [Rpc.ObjectType.Relation.Remove.Request](#anytype-Rpc-ObjectType-Relation-Remove-Request) + - [Rpc.ObjectType.Relation.Remove.Response](#anytype-Rpc-ObjectType-Relation-Remove-Response) + - [Rpc.ObjectType.Relation.Remove.Response.Error](#anytype-Rpc-ObjectType-Relation-Remove-Response-Error) + - [Rpc.Process](#anytype-Rpc-Process) + - [Rpc.Process.Cancel](#anytype-Rpc-Process-Cancel) + - [Rpc.Process.Cancel.Request](#anytype-Rpc-Process-Cancel-Request) + - [Rpc.Process.Cancel.Response](#anytype-Rpc-Process-Cancel-Response) + - [Rpc.Process.Cancel.Response.Error](#anytype-Rpc-Process-Cancel-Response-Error) + - [Rpc.Relation](#anytype-Rpc-Relation) + - [Rpc.Relation.ListRemoveOption](#anytype-Rpc-Relation-ListRemoveOption) + - [Rpc.Relation.ListRemoveOption.Request](#anytype-Rpc-Relation-ListRemoveOption-Request) + - [Rpc.Relation.ListRemoveOption.Response](#anytype-Rpc-Relation-ListRemoveOption-Response) + - [Rpc.Relation.ListRemoveOption.Response.Error](#anytype-Rpc-Relation-ListRemoveOption-Response-Error) + - [Rpc.Relation.Options](#anytype-Rpc-Relation-Options) + - [Rpc.Relation.Options.Request](#anytype-Rpc-Relation-Options-Request) + - [Rpc.Relation.Options.Response](#anytype-Rpc-Relation-Options-Response) + - [Rpc.Relation.Options.Response.Error](#anytype-Rpc-Relation-Options-Response-Error) + - [Rpc.Template](#anytype-Rpc-Template) + - [Rpc.Template.Clone](#anytype-Rpc-Template-Clone) + - [Rpc.Template.Clone.Request](#anytype-Rpc-Template-Clone-Request) + - [Rpc.Template.Clone.Response](#anytype-Rpc-Template-Clone-Response) + - [Rpc.Template.Clone.Response.Error](#anytype-Rpc-Template-Clone-Response-Error) + - [Rpc.Template.CreateFromObject](#anytype-Rpc-Template-CreateFromObject) + - [Rpc.Template.CreateFromObject.Request](#anytype-Rpc-Template-CreateFromObject-Request) + - [Rpc.Template.CreateFromObject.Response](#anytype-Rpc-Template-CreateFromObject-Response) + - [Rpc.Template.CreateFromObject.Response.Error](#anytype-Rpc-Template-CreateFromObject-Response-Error) + - [Rpc.Template.CreateFromObjectType](#anytype-Rpc-Template-CreateFromObjectType) + - [Rpc.Template.CreateFromObjectType.Request](#anytype-Rpc-Template-CreateFromObjectType-Request) + - [Rpc.Template.CreateFromObjectType.Response](#anytype-Rpc-Template-CreateFromObjectType-Response) + - [Rpc.Template.CreateFromObjectType.Response.Error](#anytype-Rpc-Template-CreateFromObjectType-Response-Error) + - [Rpc.Template.ExportAll](#anytype-Rpc-Template-ExportAll) + - [Rpc.Template.ExportAll.Request](#anytype-Rpc-Template-ExportAll-Request) + - [Rpc.Template.ExportAll.Response](#anytype-Rpc-Template-ExportAll-Response) + - [Rpc.Template.ExportAll.Response.Error](#anytype-Rpc-Template-ExportAll-Response-Error) + - [Rpc.Unsplash](#anytype-Rpc-Unsplash) + - [Rpc.Unsplash.Download](#anytype-Rpc-Unsplash-Download) + - [Rpc.Unsplash.Download.Request](#anytype-Rpc-Unsplash-Download-Request) + - [Rpc.Unsplash.Download.Response](#anytype-Rpc-Unsplash-Download-Response) + - [Rpc.Unsplash.Download.Response.Error](#anytype-Rpc-Unsplash-Download-Response-Error) + - [Rpc.Unsplash.Search](#anytype-Rpc-Unsplash-Search) + - [Rpc.Unsplash.Search.Request](#anytype-Rpc-Unsplash-Search-Request) + - [Rpc.Unsplash.Search.Response](#anytype-Rpc-Unsplash-Search-Response) + - [Rpc.Unsplash.Search.Response.Error](#anytype-Rpc-Unsplash-Search-Response-Error) + - [Rpc.Unsplash.Search.Response.Picture](#anytype-Rpc-Unsplash-Search-Response-Picture) + - [Rpc.UserData](#anytype-Rpc-UserData) + - [Rpc.UserData.Dump](#anytype-Rpc-UserData-Dump) + - [Rpc.UserData.Dump.Request](#anytype-Rpc-UserData-Dump-Request) + - [Rpc.UserData.Dump.Response](#anytype-Rpc-UserData-Dump-Response) + - [Rpc.UserData.Dump.Response.Error](#anytype-Rpc-UserData-Dump-Response-Error) + - [Rpc.Wallet](#anytype-Rpc-Wallet) + - [Rpc.Wallet.CloseSession](#anytype-Rpc-Wallet-CloseSession) + - [Rpc.Wallet.CloseSession.Request](#anytype-Rpc-Wallet-CloseSession-Request) + - [Rpc.Wallet.CloseSession.Response](#anytype-Rpc-Wallet-CloseSession-Response) + - [Rpc.Wallet.CloseSession.Response.Error](#anytype-Rpc-Wallet-CloseSession-Response-Error) + - [Rpc.Wallet.Convert](#anytype-Rpc-Wallet-Convert) + - [Rpc.Wallet.Convert.Request](#anytype-Rpc-Wallet-Convert-Request) + - [Rpc.Wallet.Convert.Response](#anytype-Rpc-Wallet-Convert-Response) + - [Rpc.Wallet.Convert.Response.Error](#anytype-Rpc-Wallet-Convert-Response-Error) + - [Rpc.Wallet.Create](#anytype-Rpc-Wallet-Create) + - [Rpc.Wallet.Create.Request](#anytype-Rpc-Wallet-Create-Request) + - [Rpc.Wallet.Create.Response](#anytype-Rpc-Wallet-Create-Response) + - [Rpc.Wallet.Create.Response.Error](#anytype-Rpc-Wallet-Create-Response-Error) + - [Rpc.Wallet.CreateSession](#anytype-Rpc-Wallet-CreateSession) + - [Rpc.Wallet.CreateSession.Request](#anytype-Rpc-Wallet-CreateSession-Request) + - [Rpc.Wallet.CreateSession.Response](#anytype-Rpc-Wallet-CreateSession-Response) + - [Rpc.Wallet.CreateSession.Response.Error](#anytype-Rpc-Wallet-CreateSession-Response-Error) + - [Rpc.Wallet.Recover](#anytype-Rpc-Wallet-Recover) + - [Rpc.Wallet.Recover.Request](#anytype-Rpc-Wallet-Recover-Request) + - [Rpc.Wallet.Recover.Response](#anytype-Rpc-Wallet-Recover-Response) + - [Rpc.Wallet.Recover.Response.Error](#anytype-Rpc-Wallet-Recover-Response-Error) + - [Rpc.Workspace](#anytype-Rpc-Workspace) + - [Rpc.Workspace.Create](#anytype-Rpc-Workspace-Create) + - [Rpc.Workspace.Create.Request](#anytype-Rpc-Workspace-Create-Request) + - [Rpc.Workspace.Create.Response](#anytype-Rpc-Workspace-Create-Response) + - [Rpc.Workspace.Create.Response.Error](#anytype-Rpc-Workspace-Create-Response-Error) + - [Rpc.Workspace.Export](#anytype-Rpc-Workspace-Export) + - [Rpc.Workspace.Export.Request](#anytype-Rpc-Workspace-Export-Request) + - [Rpc.Workspace.Export.Response](#anytype-Rpc-Workspace-Export-Response) + - [Rpc.Workspace.Export.Response.Error](#anytype-Rpc-Workspace-Export-Response-Error) + - [Rpc.Workspace.GetAll](#anytype-Rpc-Workspace-GetAll) + - [Rpc.Workspace.GetAll.Request](#anytype-Rpc-Workspace-GetAll-Request) + - [Rpc.Workspace.GetAll.Response](#anytype-Rpc-Workspace-GetAll-Response) + - [Rpc.Workspace.GetAll.Response.Error](#anytype-Rpc-Workspace-GetAll-Response-Error) + - [Rpc.Workspace.GetCurrent](#anytype-Rpc-Workspace-GetCurrent) + - [Rpc.Workspace.GetCurrent.Request](#anytype-Rpc-Workspace-GetCurrent-Request) + - [Rpc.Workspace.GetCurrent.Response](#anytype-Rpc-Workspace-GetCurrent-Response) + - [Rpc.Workspace.GetCurrent.Response.Error](#anytype-Rpc-Workspace-GetCurrent-Response-Error) + - [Rpc.Workspace.Object](#anytype-Rpc-Workspace-Object) + - [Rpc.Workspace.Object.Add](#anytype-Rpc-Workspace-Object-Add) + - [Rpc.Workspace.Object.Add.Request](#anytype-Rpc-Workspace-Object-Add-Request) + - [Rpc.Workspace.Object.Add.Response](#anytype-Rpc-Workspace-Object-Add-Response) + - [Rpc.Workspace.Object.Add.Response.Error](#anytype-Rpc-Workspace-Object-Add-Response-Error) + - [Rpc.Workspace.Object.ListAdd](#anytype-Rpc-Workspace-Object-ListAdd) + - [Rpc.Workspace.Object.ListAdd.Request](#anytype-Rpc-Workspace-Object-ListAdd-Request) + - [Rpc.Workspace.Object.ListAdd.Response](#anytype-Rpc-Workspace-Object-ListAdd-Response) + - [Rpc.Workspace.Object.ListAdd.Response.Error](#anytype-Rpc-Workspace-Object-ListAdd-Response-Error) + - [Rpc.Workspace.Object.ListRemove](#anytype-Rpc-Workspace-Object-ListRemove) + - [Rpc.Workspace.Object.ListRemove.Request](#anytype-Rpc-Workspace-Object-ListRemove-Request) + - [Rpc.Workspace.Object.ListRemove.Response](#anytype-Rpc-Workspace-Object-ListRemove-Response) + - [Rpc.Workspace.Object.ListRemove.Response.Error](#anytype-Rpc-Workspace-Object-ListRemove-Response-Error) + - [Rpc.Workspace.Select](#anytype-Rpc-Workspace-Select) + - [Rpc.Workspace.Select.Request](#anytype-Rpc-Workspace-Select-Request) + - [Rpc.Workspace.Select.Response](#anytype-Rpc-Workspace-Select-Response) + - [Rpc.Workspace.Select.Response.Error](#anytype-Rpc-Workspace-Select-Response-Error) + - [Rpc.Workspace.SetIsHighlighted](#anytype-Rpc-Workspace-SetIsHighlighted) + - [Rpc.Workspace.SetIsHighlighted.Request](#anytype-Rpc-Workspace-SetIsHighlighted-Request) + - [Rpc.Workspace.SetIsHighlighted.Response](#anytype-Rpc-Workspace-SetIsHighlighted-Response) + - [Rpc.Workspace.SetIsHighlighted.Response.Error](#anytype-Rpc-Workspace-SetIsHighlighted-Response-Error) + - [StreamRequest](#anytype-StreamRequest) - - [Rpc.Account.ConfigUpdate.Response.Error.Code](#anytype.Rpc.Account.ConfigUpdate.Response.Error.Code) - - [Rpc.Account.ConfigUpdate.Timezones](#anytype.Rpc.Account.ConfigUpdate.Timezones) - - [Rpc.Account.Create.Response.Error.Code](#anytype.Rpc.Account.Create.Response.Error.Code) - - [Rpc.Account.Delete.Response.Error.Code](#anytype.Rpc.Account.Delete.Response.Error.Code) - - [Rpc.Account.Move.Response.Error.Code](#anytype.Rpc.Account.Move.Response.Error.Code) - - [Rpc.Account.Recover.Response.Error.Code](#anytype.Rpc.Account.Recover.Response.Error.Code) - - [Rpc.Account.RecoverFromLegacyExport.Response.Error.Code](#anytype.Rpc.Account.RecoverFromLegacyExport.Response.Error.Code) - - [Rpc.Account.Select.Response.Error.Code](#anytype.Rpc.Account.Select.Response.Error.Code) - - [Rpc.Account.Stop.Response.Error.Code](#anytype.Rpc.Account.Stop.Response.Error.Code) - - [Rpc.App.GetVersion.Response.Error.Code](#anytype.Rpc.App.GetVersion.Response.Error.Code) - - [Rpc.App.SetDeviceState.Request.DeviceState](#anytype.Rpc.App.SetDeviceState.Request.DeviceState) - - [Rpc.App.SetDeviceState.Response.Error.Code](#anytype.Rpc.App.SetDeviceState.Response.Error.Code) - - [Rpc.App.Shutdown.Response.Error.Code](#anytype.Rpc.App.Shutdown.Response.Error.Code) - - [Rpc.Block.Copy.Response.Error.Code](#anytype.Rpc.Block.Copy.Response.Error.Code) - - [Rpc.Block.Create.Response.Error.Code](#anytype.Rpc.Block.Create.Response.Error.Code) - - [Rpc.Block.CreateWidget.Response.Error.Code](#anytype.Rpc.Block.CreateWidget.Response.Error.Code) - - [Rpc.Block.Cut.Response.Error.Code](#anytype.Rpc.Block.Cut.Response.Error.Code) - - [Rpc.Block.Download.Response.Error.Code](#anytype.Rpc.Block.Download.Response.Error.Code) - - [Rpc.Block.Export.Response.Error.Code](#anytype.Rpc.Block.Export.Response.Error.Code) - - [Rpc.Block.ListConvertToObjects.Response.Error.Code](#anytype.Rpc.Block.ListConvertToObjects.Response.Error.Code) - - [Rpc.Block.ListDelete.Response.Error.Code](#anytype.Rpc.Block.ListDelete.Response.Error.Code) - - [Rpc.Block.ListDuplicate.Response.Error.Code](#anytype.Rpc.Block.ListDuplicate.Response.Error.Code) - - [Rpc.Block.ListMoveToExistingObject.Response.Error.Code](#anytype.Rpc.Block.ListMoveToExistingObject.Response.Error.Code) - - [Rpc.Block.ListMoveToNewObject.Response.Error.Code](#anytype.Rpc.Block.ListMoveToNewObject.Response.Error.Code) - - [Rpc.Block.ListSetAlign.Response.Error.Code](#anytype.Rpc.Block.ListSetAlign.Response.Error.Code) - - [Rpc.Block.ListSetBackgroundColor.Response.Error.Code](#anytype.Rpc.Block.ListSetBackgroundColor.Response.Error.Code) - - [Rpc.Block.ListSetFields.Response.Error.Code](#anytype.Rpc.Block.ListSetFields.Response.Error.Code) - - [Rpc.Block.ListSetVerticalAlign.Response.Error.Code](#anytype.Rpc.Block.ListSetVerticalAlign.Response.Error.Code) - - [Rpc.Block.ListTurnInto.Response.Error.Code](#anytype.Rpc.Block.ListTurnInto.Response.Error.Code) - - [Rpc.Block.Merge.Response.Error.Code](#anytype.Rpc.Block.Merge.Response.Error.Code) - - [Rpc.Block.Paste.Response.Error.Code](#anytype.Rpc.Block.Paste.Response.Error.Code) - - [Rpc.Block.Replace.Response.Error.Code](#anytype.Rpc.Block.Replace.Response.Error.Code) - - [Rpc.Block.SetFields.Response.Error.Code](#anytype.Rpc.Block.SetFields.Response.Error.Code) - - [Rpc.Block.Split.Request.Mode](#anytype.Rpc.Block.Split.Request.Mode) - - [Rpc.Block.Split.Response.Error.Code](#anytype.Rpc.Block.Split.Response.Error.Code) - - [Rpc.Block.Upload.Response.Error.Code](#anytype.Rpc.Block.Upload.Response.Error.Code) - - [Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code](#anytype.Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code) - - [Rpc.BlockBookmark.Fetch.Response.Error.Code](#anytype.Rpc.BlockBookmark.Fetch.Response.Error.Code) - - [Rpc.BlockDataview.CreateBookmark.Response.Error.Code](#anytype.Rpc.BlockDataview.CreateBookmark.Response.Error.Code) - - [Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code) - - [Rpc.BlockDataview.Filter.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Add.Response.Error.Code) - - [Rpc.BlockDataview.Filter.Remove.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Remove.Response.Error.Code) - - [Rpc.BlockDataview.Filter.Replace.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Replace.Response.Error.Code) - - [Rpc.BlockDataview.Filter.Sort.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Sort.Response.Error.Code) - - [Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code](#anytype.Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code) - - [Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code) - - [Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code) - - [Rpc.BlockDataview.Relation.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.Relation.Add.Response.Error.Code) - - [Rpc.BlockDataview.Relation.Delete.Response.Error.Code](#anytype.Rpc.BlockDataview.Relation.Delete.Response.Error.Code) - - [Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code) - - [Rpc.BlockDataview.SetSource.Response.Error.Code](#anytype.Rpc.BlockDataview.SetSource.Response.Error.Code) - - [Rpc.BlockDataview.Sort.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Add.Response.Error.Code) - - [Rpc.BlockDataview.Sort.Remove.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Remove.Response.Error.Code) - - [Rpc.BlockDataview.Sort.Replace.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Replace.Response.Error.Code) - - [Rpc.BlockDataview.Sort.Sort.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Sort.Response.Error.Code) - - [Rpc.BlockDataview.View.Create.Response.Error.Code](#anytype.Rpc.BlockDataview.View.Create.Response.Error.Code) - - [Rpc.BlockDataview.View.Delete.Response.Error.Code](#anytype.Rpc.BlockDataview.View.Delete.Response.Error.Code) - - [Rpc.BlockDataview.View.SetActive.Response.Error.Code](#anytype.Rpc.BlockDataview.View.SetActive.Response.Error.Code) - - [Rpc.BlockDataview.View.SetPosition.Response.Error.Code](#anytype.Rpc.BlockDataview.View.SetPosition.Response.Error.Code) - - [Rpc.BlockDataview.View.Update.Response.Error.Code](#anytype.Rpc.BlockDataview.View.Update.Response.Error.Code) - - [Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code) - - [Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code) - - [Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code) - - [Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code) - - [Rpc.BlockDiv.ListSetStyle.Response.Error.Code](#anytype.Rpc.BlockDiv.ListSetStyle.Response.Error.Code) - - [Rpc.BlockFile.CreateAndUpload.Response.Error.Code](#anytype.Rpc.BlockFile.CreateAndUpload.Response.Error.Code) - - [Rpc.BlockFile.ListSetStyle.Response.Error.Code](#anytype.Rpc.BlockFile.ListSetStyle.Response.Error.Code) - - [Rpc.BlockFile.SetName.Response.Error.Code](#anytype.Rpc.BlockFile.SetName.Response.Error.Code) - - [Rpc.BlockImage.SetName.Response.Error.Code](#anytype.Rpc.BlockImage.SetName.Response.Error.Code) - - [Rpc.BlockImage.SetWidth.Response.Error.Code](#anytype.Rpc.BlockImage.SetWidth.Response.Error.Code) - - [Rpc.BlockLatex.SetText.Response.Error.Code](#anytype.Rpc.BlockLatex.SetText.Response.Error.Code) - - [Rpc.BlockLink.CreateWithObject.Response.Error.Code](#anytype.Rpc.BlockLink.CreateWithObject.Response.Error.Code) - - [Rpc.BlockLink.ListSetAppearance.Response.Error.Code](#anytype.Rpc.BlockLink.ListSetAppearance.Response.Error.Code) - - [Rpc.BlockRelation.Add.Response.Error.Code](#anytype.Rpc.BlockRelation.Add.Response.Error.Code) - - [Rpc.BlockRelation.SetKey.Response.Error.Code](#anytype.Rpc.BlockRelation.SetKey.Response.Error.Code) - - [Rpc.BlockTable.ColumnCreate.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnCreate.Response.Error.Code) - - [Rpc.BlockTable.ColumnDelete.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnDelete.Response.Error.Code) - - [Rpc.BlockTable.ColumnDuplicate.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnDuplicate.Response.Error.Code) - - [Rpc.BlockTable.ColumnListFill.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnListFill.Response.Error.Code) - - [Rpc.BlockTable.ColumnMove.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnMove.Response.Error.Code) - - [Rpc.BlockTable.Create.Response.Error.Code](#anytype.Rpc.BlockTable.Create.Response.Error.Code) - - [Rpc.BlockTable.Expand.Response.Error.Code](#anytype.Rpc.BlockTable.Expand.Response.Error.Code) - - [Rpc.BlockTable.RowCreate.Response.Error.Code](#anytype.Rpc.BlockTable.RowCreate.Response.Error.Code) - - [Rpc.BlockTable.RowDelete.Response.Error.Code](#anytype.Rpc.BlockTable.RowDelete.Response.Error.Code) - - [Rpc.BlockTable.RowDuplicate.Response.Error.Code](#anytype.Rpc.BlockTable.RowDuplicate.Response.Error.Code) - - [Rpc.BlockTable.RowListClean.Response.Error.Code](#anytype.Rpc.BlockTable.RowListClean.Response.Error.Code) - - [Rpc.BlockTable.RowListFill.Response.Error.Code](#anytype.Rpc.BlockTable.RowListFill.Response.Error.Code) - - [Rpc.BlockTable.RowSetHeader.Response.Error.Code](#anytype.Rpc.BlockTable.RowSetHeader.Response.Error.Code) - - [Rpc.BlockTable.Sort.Response.Error.Code](#anytype.Rpc.BlockTable.Sort.Response.Error.Code) - - [Rpc.BlockText.ListClearContent.Response.Error.Code](#anytype.Rpc.BlockText.ListClearContent.Response.Error.Code) - - [Rpc.BlockText.ListClearStyle.Response.Error.Code](#anytype.Rpc.BlockText.ListClearStyle.Response.Error.Code) - - [Rpc.BlockText.ListSetColor.Response.Error.Code](#anytype.Rpc.BlockText.ListSetColor.Response.Error.Code) - - [Rpc.BlockText.ListSetMark.Response.Error.Code](#anytype.Rpc.BlockText.ListSetMark.Response.Error.Code) - - [Rpc.BlockText.ListSetStyle.Response.Error.Code](#anytype.Rpc.BlockText.ListSetStyle.Response.Error.Code) - - [Rpc.BlockText.SetChecked.Response.Error.Code](#anytype.Rpc.BlockText.SetChecked.Response.Error.Code) - - [Rpc.BlockText.SetColor.Response.Error.Code](#anytype.Rpc.BlockText.SetColor.Response.Error.Code) - - [Rpc.BlockText.SetIcon.Response.Error.Code](#anytype.Rpc.BlockText.SetIcon.Response.Error.Code) - - [Rpc.BlockText.SetMarks.Get.Response.Error.Code](#anytype.Rpc.BlockText.SetMarks.Get.Response.Error.Code) - - [Rpc.BlockText.SetStyle.Response.Error.Code](#anytype.Rpc.BlockText.SetStyle.Response.Error.Code) - - [Rpc.BlockText.SetText.Response.Error.Code](#anytype.Rpc.BlockText.SetText.Response.Error.Code) - - [Rpc.BlockVideo.SetName.Response.Error.Code](#anytype.Rpc.BlockVideo.SetName.Response.Error.Code) - - [Rpc.BlockVideo.SetWidth.Response.Error.Code](#anytype.Rpc.BlockVideo.SetWidth.Response.Error.Code) - - [Rpc.Debug.ExportLocalstore.Response.Error.Code](#anytype.Rpc.Debug.ExportLocalstore.Response.Error.Code) - - [Rpc.Debug.Ping.Response.Error.Code](#anytype.Rpc.Debug.Ping.Response.Error.Code) - - [Rpc.Debug.SpaceSummary.Response.Error.Code](#anytype.Rpc.Debug.SpaceSummary.Response.Error.Code) - - [Rpc.Debug.Tree.Response.Error.Code](#anytype.Rpc.Debug.Tree.Response.Error.Code) - - [Rpc.Debug.TreeHeads.Response.Error.Code](#anytype.Rpc.Debug.TreeHeads.Response.Error.Code) - - [Rpc.File.Download.Response.Error.Code](#anytype.Rpc.File.Download.Response.Error.Code) - - [Rpc.File.Drop.Response.Error.Code](#anytype.Rpc.File.Drop.Response.Error.Code) - - [Rpc.File.ListOffload.Response.Error.Code](#anytype.Rpc.File.ListOffload.Response.Error.Code) - - [Rpc.File.Offload.Response.Error.Code](#anytype.Rpc.File.Offload.Response.Error.Code) - - [Rpc.File.SpaceUsage.Response.Error.Code](#anytype.Rpc.File.SpaceUsage.Response.Error.Code) - - [Rpc.File.Upload.Response.Error.Code](#anytype.Rpc.File.Upload.Response.Error.Code) - - [Rpc.GenericErrorResponse.Error.Code](#anytype.Rpc.GenericErrorResponse.Error.Code) - - [Rpc.History.GetVersions.Response.Error.Code](#anytype.Rpc.History.GetVersions.Response.Error.Code) - - [Rpc.History.SetVersion.Response.Error.Code](#anytype.Rpc.History.SetVersion.Response.Error.Code) - - [Rpc.History.ShowVersion.Response.Error.Code](#anytype.Rpc.History.ShowVersion.Response.Error.Code) - - [Rpc.LinkPreview.Response.Error.Code](#anytype.Rpc.LinkPreview.Response.Error.Code) - - [Rpc.Log.Send.Request.Level](#anytype.Rpc.Log.Send.Request.Level) - - [Rpc.Log.Send.Response.Error.Code](#anytype.Rpc.Log.Send.Response.Error.Code) - - [Rpc.Metrics.SetParameters.Response.Error.Code](#anytype.Rpc.Metrics.SetParameters.Response.Error.Code) - - [Rpc.Navigation.Context](#anytype.Rpc.Navigation.Context) - - [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code) - - [Rpc.Navigation.ListObjects.Response.Error.Code](#anytype.Rpc.Navigation.ListObjects.Response.Error.Code) - - [Rpc.Object.ApplyTemplate.Response.Error.Code](#anytype.Rpc.Object.ApplyTemplate.Response.Error.Code) - - [Rpc.Object.BookmarkFetch.Response.Error.Code](#anytype.Rpc.Object.BookmarkFetch.Response.Error.Code) - - [Rpc.Object.Close.Response.Error.Code](#anytype.Rpc.Object.Close.Response.Error.Code) - - [Rpc.Object.Create.Response.Error.Code](#anytype.Rpc.Object.Create.Response.Error.Code) - - [Rpc.Object.CreateBookmark.Response.Error.Code](#anytype.Rpc.Object.CreateBookmark.Response.Error.Code) - - [Rpc.Object.CreateObjectType.Response.Error.Code](#anytype.Rpc.Object.CreateObjectType.Response.Error.Code) - - [Rpc.Object.CreateRelation.Response.Error.Code](#anytype.Rpc.Object.CreateRelation.Response.Error.Code) - - [Rpc.Object.CreateRelationOption.Response.Error.Code](#anytype.Rpc.Object.CreateRelationOption.Response.Error.Code) - - [Rpc.Object.CreateSet.Response.Error.Code](#anytype.Rpc.Object.CreateSet.Response.Error.Code) - - [Rpc.Object.Duplicate.Response.Error.Code](#anytype.Rpc.Object.Duplicate.Response.Error.Code) - - [Rpc.Object.Graph.Edge.Type](#anytype.Rpc.Object.Graph.Edge.Type) - - [Rpc.Object.Graph.Response.Error.Code](#anytype.Rpc.Object.Graph.Response.Error.Code) - - [Rpc.Object.GroupsSubscribe.Response.Error.Code](#anytype.Rpc.Object.GroupsSubscribe.Response.Error.Code) - - [Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code](#anytype.Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code) - - [Rpc.Object.Import.Request.CsvParams.Mode](#anytype.Rpc.Object.Import.Request.CsvParams.Mode) - - [Rpc.Object.Import.Request.Mode](#anytype.Rpc.Object.Import.Request.Mode) - - [Rpc.Object.Import.Request.Type](#anytype.Rpc.Object.Import.Request.Type) - - [Rpc.Object.Import.Response.Error.Code](#anytype.Rpc.Object.Import.Response.Error.Code) - - [Rpc.Object.ImportList.ImportResponse.Type](#anytype.Rpc.Object.ImportList.ImportResponse.Type) - - [Rpc.Object.ImportList.Response.Error.Code](#anytype.Rpc.Object.ImportList.Response.Error.Code) - - [Rpc.Object.ListDelete.Response.Error.Code](#anytype.Rpc.Object.ListDelete.Response.Error.Code) - - [Rpc.Object.ListDuplicate.Response.Error.Code](#anytype.Rpc.Object.ListDuplicate.Response.Error.Code) - - [Rpc.Object.ListExport.Format](#anytype.Rpc.Object.ListExport.Format) - - [Rpc.Object.ListExport.Response.Error.Code](#anytype.Rpc.Object.ListExport.Response.Error.Code) - - [Rpc.Object.ListSetIsArchived.Response.Error.Code](#anytype.Rpc.Object.ListSetIsArchived.Response.Error.Code) - - [Rpc.Object.ListSetIsFavorite.Response.Error.Code](#anytype.Rpc.Object.ListSetIsFavorite.Response.Error.Code) - - [Rpc.Object.Open.Response.Error.Code](#anytype.Rpc.Object.Open.Response.Error.Code) - - [Rpc.Object.OpenBreadcrumbs.Response.Error.Code](#anytype.Rpc.Object.OpenBreadcrumbs.Response.Error.Code) - - [Rpc.Object.Redo.Response.Error.Code](#anytype.Rpc.Object.Redo.Response.Error.Code) - - [Rpc.Object.Search.Response.Error.Code](#anytype.Rpc.Object.Search.Response.Error.Code) - - [Rpc.Object.SearchSubscribe.Response.Error.Code](#anytype.Rpc.Object.SearchSubscribe.Response.Error.Code) - - [Rpc.Object.SearchUnsubscribe.Response.Error.Code](#anytype.Rpc.Object.SearchUnsubscribe.Response.Error.Code) - - [Rpc.Object.SetBreadcrumbs.Response.Error.Code](#anytype.Rpc.Object.SetBreadcrumbs.Response.Error.Code) - - [Rpc.Object.SetDetails.Response.Error.Code](#anytype.Rpc.Object.SetDetails.Response.Error.Code) - - [Rpc.Object.SetInternalFlags.Response.Error.Code](#anytype.Rpc.Object.SetInternalFlags.Response.Error.Code) - - [Rpc.Object.SetIsArchived.Response.Error.Code](#anytype.Rpc.Object.SetIsArchived.Response.Error.Code) - - [Rpc.Object.SetIsFavorite.Response.Error.Code](#anytype.Rpc.Object.SetIsFavorite.Response.Error.Code) - - [Rpc.Object.SetLayout.Response.Error.Code](#anytype.Rpc.Object.SetLayout.Response.Error.Code) - - [Rpc.Object.SetObjectType.Response.Error.Code](#anytype.Rpc.Object.SetObjectType.Response.Error.Code) - - [Rpc.Object.SetSource.Response.Error.Code](#anytype.Rpc.Object.SetSource.Response.Error.Code) - - [Rpc.Object.ShareByLink.Response.Error.Code](#anytype.Rpc.Object.ShareByLink.Response.Error.Code) - - [Rpc.Object.Show.Response.Error.Code](#anytype.Rpc.Object.Show.Response.Error.Code) - - [Rpc.Object.SubscribeIds.Response.Error.Code](#anytype.Rpc.Object.SubscribeIds.Response.Error.Code) - - [Rpc.Object.ToBookmark.Response.Error.Code](#anytype.Rpc.Object.ToBookmark.Response.Error.Code) - - [Rpc.Object.ToCollection.Response.Error.Code](#anytype.Rpc.Object.ToCollection.Response.Error.Code) - - [Rpc.Object.ToSet.Response.Error.Code](#anytype.Rpc.Object.ToSet.Response.Error.Code) - - [Rpc.Object.Undo.Response.Error.Code](#anytype.Rpc.Object.Undo.Response.Error.Code) - - [Rpc.Object.WorkspaceSetDashboard.Response.Error.Code](#anytype.Rpc.Object.WorkspaceSetDashboard.Response.Error.Code) - - [Rpc.ObjectCollection.Add.Response.Error.Code](#anytype.Rpc.ObjectCollection.Add.Response.Error.Code) - - [Rpc.ObjectCollection.Remove.Response.Error.Code](#anytype.Rpc.ObjectCollection.Remove.Response.Error.Code) - - [Rpc.ObjectCollection.Sort.Response.Error.Code](#anytype.Rpc.ObjectCollection.Sort.Response.Error.Code) - - [Rpc.ObjectRelation.Add.Response.Error.Code](#anytype.Rpc.ObjectRelation.Add.Response.Error.Code) - - [Rpc.ObjectRelation.AddFeatured.Response.Error.Code](#anytype.Rpc.ObjectRelation.AddFeatured.Response.Error.Code) - - [Rpc.ObjectRelation.Delete.Response.Error.Code](#anytype.Rpc.ObjectRelation.Delete.Response.Error.Code) - - [Rpc.ObjectRelation.ListAvailable.Response.Error.Code](#anytype.Rpc.ObjectRelation.ListAvailable.Response.Error.Code) - - [Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code](#anytype.Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code) - - [Rpc.ObjectType.Relation.Add.Response.Error.Code](#anytype.Rpc.ObjectType.Relation.Add.Response.Error.Code) - - [Rpc.ObjectType.Relation.List.Response.Error.Code](#anytype.Rpc.ObjectType.Relation.List.Response.Error.Code) - - [Rpc.ObjectType.Relation.Remove.Response.Error.Code](#anytype.Rpc.ObjectType.Relation.Remove.Response.Error.Code) - - [Rpc.Process.Cancel.Response.Error.Code](#anytype.Rpc.Process.Cancel.Response.Error.Code) - - [Rpc.Relation.ListRemoveOption.Response.Error.Code](#anytype.Rpc.Relation.ListRemoveOption.Response.Error.Code) - - [Rpc.Relation.Options.Response.Error.Code](#anytype.Rpc.Relation.Options.Response.Error.Code) - - [Rpc.Template.Clone.Response.Error.Code](#anytype.Rpc.Template.Clone.Response.Error.Code) - - [Rpc.Template.CreateFromObject.Response.Error.Code](#anytype.Rpc.Template.CreateFromObject.Response.Error.Code) - - [Rpc.Template.CreateFromObjectType.Response.Error.Code](#anytype.Rpc.Template.CreateFromObjectType.Response.Error.Code) - - [Rpc.Template.ExportAll.Response.Error.Code](#anytype.Rpc.Template.ExportAll.Response.Error.Code) - - [Rpc.Unsplash.Download.Response.Error.Code](#anytype.Rpc.Unsplash.Download.Response.Error.Code) - - [Rpc.Unsplash.Search.Response.Error.Code](#anytype.Rpc.Unsplash.Search.Response.Error.Code) - - [Rpc.UserData.Dump.Response.Error.Code](#anytype.Rpc.UserData.Dump.Response.Error.Code) - - [Rpc.Wallet.CloseSession.Response.Error.Code](#anytype.Rpc.Wallet.CloseSession.Response.Error.Code) - - [Rpc.Wallet.Convert.Response.Error.Code](#anytype.Rpc.Wallet.Convert.Response.Error.Code) - - [Rpc.Wallet.Create.Response.Error.Code](#anytype.Rpc.Wallet.Create.Response.Error.Code) - - [Rpc.Wallet.CreateSession.Response.Error.Code](#anytype.Rpc.Wallet.CreateSession.Response.Error.Code) - - [Rpc.Wallet.Recover.Response.Error.Code](#anytype.Rpc.Wallet.Recover.Response.Error.Code) - - [Rpc.Workspace.Create.Response.Error.Code](#anytype.Rpc.Workspace.Create.Response.Error.Code) - - [Rpc.Workspace.Export.Response.Error.Code](#anytype.Rpc.Workspace.Export.Response.Error.Code) - - [Rpc.Workspace.GetAll.Response.Error.Code](#anytype.Rpc.Workspace.GetAll.Response.Error.Code) - - [Rpc.Workspace.GetCurrent.Response.Error.Code](#anytype.Rpc.Workspace.GetCurrent.Response.Error.Code) - - [Rpc.Workspace.Object.Add.Response.Error.Code](#anytype.Rpc.Workspace.Object.Add.Response.Error.Code) - - [Rpc.Workspace.Object.ListAdd.Response.Error.Code](#anytype.Rpc.Workspace.Object.ListAdd.Response.Error.Code) - - [Rpc.Workspace.Object.ListRemove.Response.Error.Code](#anytype.Rpc.Workspace.Object.ListRemove.Response.Error.Code) - - [Rpc.Workspace.Select.Response.Error.Code](#anytype.Rpc.Workspace.Select.Response.Error.Code) - - [Rpc.Workspace.SetIsHighlighted.Response.Error.Code](#anytype.Rpc.Workspace.SetIsHighlighted.Response.Error.Code) + - [Rpc.Account.ConfigUpdate.Response.Error.Code](#anytype-Rpc-Account-ConfigUpdate-Response-Error-Code) + - [Rpc.Account.ConfigUpdate.Timezones](#anytype-Rpc-Account-ConfigUpdate-Timezones) + - [Rpc.Account.Create.Response.Error.Code](#anytype-Rpc-Account-Create-Response-Error-Code) + - [Rpc.Account.Delete.Response.Error.Code](#anytype-Rpc-Account-Delete-Response-Error-Code) + - [Rpc.Account.Move.Response.Error.Code](#anytype-Rpc-Account-Move-Response-Error-Code) + - [Rpc.Account.Recover.Response.Error.Code](#anytype-Rpc-Account-Recover-Response-Error-Code) + - [Rpc.Account.RecoverFromLegacyExport.Response.Error.Code](#anytype-Rpc-Account-RecoverFromLegacyExport-Response-Error-Code) + - [Rpc.Account.Select.Response.Error.Code](#anytype-Rpc-Account-Select-Response-Error-Code) + - [Rpc.Account.Stop.Response.Error.Code](#anytype-Rpc-Account-Stop-Response-Error-Code) + - [Rpc.App.GetVersion.Response.Error.Code](#anytype-Rpc-App-GetVersion-Response-Error-Code) + - [Rpc.App.SetDeviceState.Request.DeviceState](#anytype-Rpc-App-SetDeviceState-Request-DeviceState) + - [Rpc.App.SetDeviceState.Response.Error.Code](#anytype-Rpc-App-SetDeviceState-Response-Error-Code) + - [Rpc.App.Shutdown.Response.Error.Code](#anytype-Rpc-App-Shutdown-Response-Error-Code) + - [Rpc.Block.Copy.Response.Error.Code](#anytype-Rpc-Block-Copy-Response-Error-Code) + - [Rpc.Block.Create.Response.Error.Code](#anytype-Rpc-Block-Create-Response-Error-Code) + - [Rpc.Block.CreateWidget.Response.Error.Code](#anytype-Rpc-Block-CreateWidget-Response-Error-Code) + - [Rpc.Block.Cut.Response.Error.Code](#anytype-Rpc-Block-Cut-Response-Error-Code) + - [Rpc.Block.Download.Response.Error.Code](#anytype-Rpc-Block-Download-Response-Error-Code) + - [Rpc.Block.Export.Response.Error.Code](#anytype-Rpc-Block-Export-Response-Error-Code) + - [Rpc.Block.ListConvertToObjects.Response.Error.Code](#anytype-Rpc-Block-ListConvertToObjects-Response-Error-Code) + - [Rpc.Block.ListDelete.Response.Error.Code](#anytype-Rpc-Block-ListDelete-Response-Error-Code) + - [Rpc.Block.ListDuplicate.Response.Error.Code](#anytype-Rpc-Block-ListDuplicate-Response-Error-Code) + - [Rpc.Block.ListMoveToExistingObject.Response.Error.Code](#anytype-Rpc-Block-ListMoveToExistingObject-Response-Error-Code) + - [Rpc.Block.ListMoveToNewObject.Response.Error.Code](#anytype-Rpc-Block-ListMoveToNewObject-Response-Error-Code) + - [Rpc.Block.ListSetAlign.Response.Error.Code](#anytype-Rpc-Block-ListSetAlign-Response-Error-Code) + - [Rpc.Block.ListSetBackgroundColor.Response.Error.Code](#anytype-Rpc-Block-ListSetBackgroundColor-Response-Error-Code) + - [Rpc.Block.ListSetFields.Response.Error.Code](#anytype-Rpc-Block-ListSetFields-Response-Error-Code) + - [Rpc.Block.ListSetVerticalAlign.Response.Error.Code](#anytype-Rpc-Block-ListSetVerticalAlign-Response-Error-Code) + - [Rpc.Block.ListTurnInto.Response.Error.Code](#anytype-Rpc-Block-ListTurnInto-Response-Error-Code) + - [Rpc.Block.Merge.Response.Error.Code](#anytype-Rpc-Block-Merge-Response-Error-Code) + - [Rpc.Block.Paste.Response.Error.Code](#anytype-Rpc-Block-Paste-Response-Error-Code) + - [Rpc.Block.Replace.Response.Error.Code](#anytype-Rpc-Block-Replace-Response-Error-Code) + - [Rpc.Block.SetFields.Response.Error.Code](#anytype-Rpc-Block-SetFields-Response-Error-Code) + - [Rpc.Block.Split.Request.Mode](#anytype-Rpc-Block-Split-Request-Mode) + - [Rpc.Block.Split.Response.Error.Code](#anytype-Rpc-Block-Split-Response-Error-Code) + - [Rpc.Block.Upload.Response.Error.Code](#anytype-Rpc-Block-Upload-Response-Error-Code) + - [Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code](#anytype-Rpc-BlockBookmark-CreateAndFetch-Response-Error-Code) + - [Rpc.BlockBookmark.Fetch.Response.Error.Code](#anytype-Rpc-BlockBookmark-Fetch-Response-Error-Code) + - [Rpc.BlockDataview.CreateBookmark.Response.Error.Code](#anytype-Rpc-BlockDataview-CreateBookmark-Response-Error-Code) + - [Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Response-Error-Code) + - [Rpc.BlockDataview.Filter.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Add-Response-Error-Code) + - [Rpc.BlockDataview.Filter.Remove.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Remove-Response-Error-Code) + - [Rpc.BlockDataview.Filter.Replace.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Replace-Response-Error-Code) + - [Rpc.BlockDataview.Filter.Sort.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Sort-Response-Error-Code) + - [Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code](#anytype-Rpc-BlockDataview-GroupOrder-Update-Response-Error-Code) + - [Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Response-Error-Code) + - [Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Response-Error-Code) + - [Rpc.BlockDataview.Relation.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-Relation-Add-Response-Error-Code) + - [Rpc.BlockDataview.Relation.Delete.Response.Error.Code](#anytype-Rpc-BlockDataview-Relation-Delete-Response-Error-Code) + - [Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Response-Error-Code) + - [Rpc.BlockDataview.SetSource.Response.Error.Code](#anytype-Rpc-BlockDataview-SetSource-Response-Error-Code) + - [Rpc.BlockDataview.Sort.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Add-Response-Error-Code) + - [Rpc.BlockDataview.Sort.Remove.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Remove-Response-Error-Code) + - [Rpc.BlockDataview.Sort.Replace.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Replace-Response-Error-Code) + - [Rpc.BlockDataview.Sort.Sort.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Sort-Response-Error-Code) + - [Rpc.BlockDataview.View.Create.Response.Error.Code](#anytype-Rpc-BlockDataview-View-Create-Response-Error-Code) + - [Rpc.BlockDataview.View.Delete.Response.Error.Code](#anytype-Rpc-BlockDataview-View-Delete-Response-Error-Code) + - [Rpc.BlockDataview.View.SetActive.Response.Error.Code](#anytype-Rpc-BlockDataview-View-SetActive-Response-Error-Code) + - [Rpc.BlockDataview.View.SetPosition.Response.Error.Code](#anytype-Rpc-BlockDataview-View-SetPosition-Response-Error-Code) + - [Rpc.BlockDataview.View.Update.Response.Error.Code](#anytype-Rpc-BlockDataview-View-Update-Response-Error-Code) + - [Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Add-Response-Error-Code) + - [Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Response-Error-Code) + - [Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Response-Error-Code) + - [Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Response-Error-Code) + - [Rpc.BlockDiv.ListSetStyle.Response.Error.Code](#anytype-Rpc-BlockDiv-ListSetStyle-Response-Error-Code) + - [Rpc.BlockFile.CreateAndUpload.Response.Error.Code](#anytype-Rpc-BlockFile-CreateAndUpload-Response-Error-Code) + - [Rpc.BlockFile.ListSetStyle.Response.Error.Code](#anytype-Rpc-BlockFile-ListSetStyle-Response-Error-Code) + - [Rpc.BlockFile.SetName.Response.Error.Code](#anytype-Rpc-BlockFile-SetName-Response-Error-Code) + - [Rpc.BlockImage.SetName.Response.Error.Code](#anytype-Rpc-BlockImage-SetName-Response-Error-Code) + - [Rpc.BlockImage.SetWidth.Response.Error.Code](#anytype-Rpc-BlockImage-SetWidth-Response-Error-Code) + - [Rpc.BlockLatex.SetText.Response.Error.Code](#anytype-Rpc-BlockLatex-SetText-Response-Error-Code) + - [Rpc.BlockLink.CreateWithObject.Response.Error.Code](#anytype-Rpc-BlockLink-CreateWithObject-Response-Error-Code) + - [Rpc.BlockLink.ListSetAppearance.Response.Error.Code](#anytype-Rpc-BlockLink-ListSetAppearance-Response-Error-Code) + - [Rpc.BlockRelation.Add.Response.Error.Code](#anytype-Rpc-BlockRelation-Add-Response-Error-Code) + - [Rpc.BlockRelation.SetKey.Response.Error.Code](#anytype-Rpc-BlockRelation-SetKey-Response-Error-Code) + - [Rpc.BlockTable.ColumnCreate.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnCreate-Response-Error-Code) + - [Rpc.BlockTable.ColumnDelete.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnDelete-Response-Error-Code) + - [Rpc.BlockTable.ColumnDuplicate.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnDuplicate-Response-Error-Code) + - [Rpc.BlockTable.ColumnListFill.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnListFill-Response-Error-Code) + - [Rpc.BlockTable.ColumnMove.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnMove-Response-Error-Code) + - [Rpc.BlockTable.Create.Response.Error.Code](#anytype-Rpc-BlockTable-Create-Response-Error-Code) + - [Rpc.BlockTable.Expand.Response.Error.Code](#anytype-Rpc-BlockTable-Expand-Response-Error-Code) + - [Rpc.BlockTable.RowCreate.Response.Error.Code](#anytype-Rpc-BlockTable-RowCreate-Response-Error-Code) + - [Rpc.BlockTable.RowDelete.Response.Error.Code](#anytype-Rpc-BlockTable-RowDelete-Response-Error-Code) + - [Rpc.BlockTable.RowDuplicate.Response.Error.Code](#anytype-Rpc-BlockTable-RowDuplicate-Response-Error-Code) + - [Rpc.BlockTable.RowListClean.Response.Error.Code](#anytype-Rpc-BlockTable-RowListClean-Response-Error-Code) + - [Rpc.BlockTable.RowListFill.Response.Error.Code](#anytype-Rpc-BlockTable-RowListFill-Response-Error-Code) + - [Rpc.BlockTable.RowSetHeader.Response.Error.Code](#anytype-Rpc-BlockTable-RowSetHeader-Response-Error-Code) + - [Rpc.BlockTable.Sort.Response.Error.Code](#anytype-Rpc-BlockTable-Sort-Response-Error-Code) + - [Rpc.BlockText.ListClearContent.Response.Error.Code](#anytype-Rpc-BlockText-ListClearContent-Response-Error-Code) + - [Rpc.BlockText.ListClearStyle.Response.Error.Code](#anytype-Rpc-BlockText-ListClearStyle-Response-Error-Code) + - [Rpc.BlockText.ListSetColor.Response.Error.Code](#anytype-Rpc-BlockText-ListSetColor-Response-Error-Code) + - [Rpc.BlockText.ListSetMark.Response.Error.Code](#anytype-Rpc-BlockText-ListSetMark-Response-Error-Code) + - [Rpc.BlockText.ListSetStyle.Response.Error.Code](#anytype-Rpc-BlockText-ListSetStyle-Response-Error-Code) + - [Rpc.BlockText.SetChecked.Response.Error.Code](#anytype-Rpc-BlockText-SetChecked-Response-Error-Code) + - [Rpc.BlockText.SetColor.Response.Error.Code](#anytype-Rpc-BlockText-SetColor-Response-Error-Code) + - [Rpc.BlockText.SetIcon.Response.Error.Code](#anytype-Rpc-BlockText-SetIcon-Response-Error-Code) + - [Rpc.BlockText.SetMarks.Get.Response.Error.Code](#anytype-Rpc-BlockText-SetMarks-Get-Response-Error-Code) + - [Rpc.BlockText.SetStyle.Response.Error.Code](#anytype-Rpc-BlockText-SetStyle-Response-Error-Code) + - [Rpc.BlockText.SetText.Response.Error.Code](#anytype-Rpc-BlockText-SetText-Response-Error-Code) + - [Rpc.BlockVideo.SetName.Response.Error.Code](#anytype-Rpc-BlockVideo-SetName-Response-Error-Code) + - [Rpc.BlockVideo.SetWidth.Response.Error.Code](#anytype-Rpc-BlockVideo-SetWidth-Response-Error-Code) + - [Rpc.Debug.ExportLocalstore.Response.Error.Code](#anytype-Rpc-Debug-ExportLocalstore-Response-Error-Code) + - [Rpc.Debug.Ping.Response.Error.Code](#anytype-Rpc-Debug-Ping-Response-Error-Code) + - [Rpc.Debug.SpaceSummary.Response.Error.Code](#anytype-Rpc-Debug-SpaceSummary-Response-Error-Code) + - [Rpc.Debug.Tree.Response.Error.Code](#anytype-Rpc-Debug-Tree-Response-Error-Code) + - [Rpc.Debug.TreeHeads.Response.Error.Code](#anytype-Rpc-Debug-TreeHeads-Response-Error-Code) + - [Rpc.File.Download.Response.Error.Code](#anytype-Rpc-File-Download-Response-Error-Code) + - [Rpc.File.Drop.Response.Error.Code](#anytype-Rpc-File-Drop-Response-Error-Code) + - [Rpc.File.ListOffload.Response.Error.Code](#anytype-Rpc-File-ListOffload-Response-Error-Code) + - [Rpc.File.Offload.Response.Error.Code](#anytype-Rpc-File-Offload-Response-Error-Code) + - [Rpc.File.SpaceUsage.Response.Error.Code](#anytype-Rpc-File-SpaceUsage-Response-Error-Code) + - [Rpc.File.Upload.Response.Error.Code](#anytype-Rpc-File-Upload-Response-Error-Code) + - [Rpc.GenericErrorResponse.Error.Code](#anytype-Rpc-GenericErrorResponse-Error-Code) + - [Rpc.History.GetVersions.Response.Error.Code](#anytype-Rpc-History-GetVersions-Response-Error-Code) + - [Rpc.History.SetVersion.Response.Error.Code](#anytype-Rpc-History-SetVersion-Response-Error-Code) + - [Rpc.History.ShowVersion.Response.Error.Code](#anytype-Rpc-History-ShowVersion-Response-Error-Code) + - [Rpc.LinkPreview.Response.Error.Code](#anytype-Rpc-LinkPreview-Response-Error-Code) + - [Rpc.Log.Send.Request.Level](#anytype-Rpc-Log-Send-Request-Level) + - [Rpc.Log.Send.Response.Error.Code](#anytype-Rpc-Log-Send-Response-Error-Code) + - [Rpc.Metrics.SetParameters.Response.Error.Code](#anytype-Rpc-Metrics-SetParameters-Response-Error-Code) + - [Rpc.Navigation.Context](#anytype-Rpc-Navigation-Context) + - [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Response-Error-Code) + - [Rpc.Navigation.ListObjects.Response.Error.Code](#anytype-Rpc-Navigation-ListObjects-Response-Error-Code) + - [Rpc.Object.ApplyTemplate.Response.Error.Code](#anytype-Rpc-Object-ApplyTemplate-Response-Error-Code) + - [Rpc.Object.BookmarkFetch.Response.Error.Code](#anytype-Rpc-Object-BookmarkFetch-Response-Error-Code) + - [Rpc.Object.Close.Response.Error.Code](#anytype-Rpc-Object-Close-Response-Error-Code) + - [Rpc.Object.Create.Response.Error.Code](#anytype-Rpc-Object-Create-Response-Error-Code) + - [Rpc.Object.CreateBookmark.Response.Error.Code](#anytype-Rpc-Object-CreateBookmark-Response-Error-Code) + - [Rpc.Object.CreateObjectType.Response.Error.Code](#anytype-Rpc-Object-CreateObjectType-Response-Error-Code) + - [Rpc.Object.CreateRelation.Response.Error.Code](#anytype-Rpc-Object-CreateRelation-Response-Error-Code) + - [Rpc.Object.CreateRelationOption.Response.Error.Code](#anytype-Rpc-Object-CreateRelationOption-Response-Error-Code) + - [Rpc.Object.CreateSet.Response.Error.Code](#anytype-Rpc-Object-CreateSet-Response-Error-Code) + - [Rpc.Object.Duplicate.Response.Error.Code](#anytype-Rpc-Object-Duplicate-Response-Error-Code) + - [Rpc.Object.Graph.Edge.Type](#anytype-Rpc-Object-Graph-Edge-Type) + - [Rpc.Object.Graph.Response.Error.Code](#anytype-Rpc-Object-Graph-Response-Error-Code) + - [Rpc.Object.GroupsSubscribe.Response.Error.Code](#anytype-Rpc-Object-GroupsSubscribe-Response-Error-Code) + - [Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code](#anytype-Rpc-Object-Import-Notion-ValidateToken-Response-Error-Code) + - [Rpc.Object.Import.Request.CsvParams.Mode](#anytype-Rpc-Object-Import-Request-CsvParams-Mode) + - [Rpc.Object.Import.Request.Mode](#anytype-Rpc-Object-Import-Request-Mode) + - [Rpc.Object.Import.Request.Type](#anytype-Rpc-Object-Import-Request-Type) + - [Rpc.Object.Import.Response.Error.Code](#anytype-Rpc-Object-Import-Response-Error-Code) + - [Rpc.Object.ImportList.ImportResponse.Type](#anytype-Rpc-Object-ImportList-ImportResponse-Type) + - [Rpc.Object.ImportList.Response.Error.Code](#anytype-Rpc-Object-ImportList-Response-Error-Code) + - [Rpc.Object.ListDelete.Response.Error.Code](#anytype-Rpc-Object-ListDelete-Response-Error-Code) + - [Rpc.Object.ListDuplicate.Response.Error.Code](#anytype-Rpc-Object-ListDuplicate-Response-Error-Code) + - [Rpc.Object.ListExport.Format](#anytype-Rpc-Object-ListExport-Format) + - [Rpc.Object.ListExport.Response.Error.Code](#anytype-Rpc-Object-ListExport-Response-Error-Code) + - [Rpc.Object.ListSetIsArchived.Response.Error.Code](#anytype-Rpc-Object-ListSetIsArchived-Response-Error-Code) + - [Rpc.Object.ListSetIsFavorite.Response.Error.Code](#anytype-Rpc-Object-ListSetIsFavorite-Response-Error-Code) + - [Rpc.Object.Open.Response.Error.Code](#anytype-Rpc-Object-Open-Response-Error-Code) + - [Rpc.Object.OpenBreadcrumbs.Response.Error.Code](#anytype-Rpc-Object-OpenBreadcrumbs-Response-Error-Code) + - [Rpc.Object.Redo.Response.Error.Code](#anytype-Rpc-Object-Redo-Response-Error-Code) + - [Rpc.Object.Search.Response.Error.Code](#anytype-Rpc-Object-Search-Response-Error-Code) + - [Rpc.Object.SearchSubscribe.Response.Error.Code](#anytype-Rpc-Object-SearchSubscribe-Response-Error-Code) + - [Rpc.Object.SearchUnsubscribe.Response.Error.Code](#anytype-Rpc-Object-SearchUnsubscribe-Response-Error-Code) + - [Rpc.Object.SetBreadcrumbs.Response.Error.Code](#anytype-Rpc-Object-SetBreadcrumbs-Response-Error-Code) + - [Rpc.Object.SetDetails.Response.Error.Code](#anytype-Rpc-Object-SetDetails-Response-Error-Code) + - [Rpc.Object.SetInternalFlags.Response.Error.Code](#anytype-Rpc-Object-SetInternalFlags-Response-Error-Code) + - [Rpc.Object.SetIsArchived.Response.Error.Code](#anytype-Rpc-Object-SetIsArchived-Response-Error-Code) + - [Rpc.Object.SetIsFavorite.Response.Error.Code](#anytype-Rpc-Object-SetIsFavorite-Response-Error-Code) + - [Rpc.Object.SetLayout.Response.Error.Code](#anytype-Rpc-Object-SetLayout-Response-Error-Code) + - [Rpc.Object.SetObjectType.Response.Error.Code](#anytype-Rpc-Object-SetObjectType-Response-Error-Code) + - [Rpc.Object.SetSource.Response.Error.Code](#anytype-Rpc-Object-SetSource-Response-Error-Code) + - [Rpc.Object.ShareByLink.Response.Error.Code](#anytype-Rpc-Object-ShareByLink-Response-Error-Code) + - [Rpc.Object.Show.Response.Error.Code](#anytype-Rpc-Object-Show-Response-Error-Code) + - [Rpc.Object.SubscribeIds.Response.Error.Code](#anytype-Rpc-Object-SubscribeIds-Response-Error-Code) + - [Rpc.Object.ToBookmark.Response.Error.Code](#anytype-Rpc-Object-ToBookmark-Response-Error-Code) + - [Rpc.Object.ToCollection.Response.Error.Code](#anytype-Rpc-Object-ToCollection-Response-Error-Code) + - [Rpc.Object.ToSet.Response.Error.Code](#anytype-Rpc-Object-ToSet-Response-Error-Code) + - [Rpc.Object.Undo.Response.Error.Code](#anytype-Rpc-Object-Undo-Response-Error-Code) + - [Rpc.Object.WorkspaceSetDashboard.Response.Error.Code](#anytype-Rpc-Object-WorkspaceSetDashboard-Response-Error-Code) + - [Rpc.ObjectCollection.Add.Response.Error.Code](#anytype-Rpc-ObjectCollection-Add-Response-Error-Code) + - [Rpc.ObjectCollection.Remove.Response.Error.Code](#anytype-Rpc-ObjectCollection-Remove-Response-Error-Code) + - [Rpc.ObjectCollection.Sort.Response.Error.Code](#anytype-Rpc-ObjectCollection-Sort-Response-Error-Code) + - [Rpc.ObjectRelation.Add.Response.Error.Code](#anytype-Rpc-ObjectRelation-Add-Response-Error-Code) + - [Rpc.ObjectRelation.AddFeatured.Response.Error.Code](#anytype-Rpc-ObjectRelation-AddFeatured-Response-Error-Code) + - [Rpc.ObjectRelation.Delete.Response.Error.Code](#anytype-Rpc-ObjectRelation-Delete-Response-Error-Code) + - [Rpc.ObjectRelation.ListAvailable.Response.Error.Code](#anytype-Rpc-ObjectRelation-ListAvailable-Response-Error-Code) + - [Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code](#anytype-Rpc-ObjectRelation-RemoveFeatured-Response-Error-Code) + - [Rpc.ObjectType.Relation.Add.Response.Error.Code](#anytype-Rpc-ObjectType-Relation-Add-Response-Error-Code) + - [Rpc.ObjectType.Relation.List.Response.Error.Code](#anytype-Rpc-ObjectType-Relation-List-Response-Error-Code) + - [Rpc.ObjectType.Relation.Remove.Response.Error.Code](#anytype-Rpc-ObjectType-Relation-Remove-Response-Error-Code) + - [Rpc.Process.Cancel.Response.Error.Code](#anytype-Rpc-Process-Cancel-Response-Error-Code) + - [Rpc.Relation.ListRemoveOption.Response.Error.Code](#anytype-Rpc-Relation-ListRemoveOption-Response-Error-Code) + - [Rpc.Relation.Options.Response.Error.Code](#anytype-Rpc-Relation-Options-Response-Error-Code) + - [Rpc.Template.Clone.Response.Error.Code](#anytype-Rpc-Template-Clone-Response-Error-Code) + - [Rpc.Template.CreateFromObject.Response.Error.Code](#anytype-Rpc-Template-CreateFromObject-Response-Error-Code) + - [Rpc.Template.CreateFromObjectType.Response.Error.Code](#anytype-Rpc-Template-CreateFromObjectType-Response-Error-Code) + - [Rpc.Template.ExportAll.Response.Error.Code](#anytype-Rpc-Template-ExportAll-Response-Error-Code) + - [Rpc.Unsplash.Download.Response.Error.Code](#anytype-Rpc-Unsplash-Download-Response-Error-Code) + - [Rpc.Unsplash.Search.Response.Error.Code](#anytype-Rpc-Unsplash-Search-Response-Error-Code) + - [Rpc.UserData.Dump.Response.Error.Code](#anytype-Rpc-UserData-Dump-Response-Error-Code) + - [Rpc.Wallet.CloseSession.Response.Error.Code](#anytype-Rpc-Wallet-CloseSession-Response-Error-Code) + - [Rpc.Wallet.Convert.Response.Error.Code](#anytype-Rpc-Wallet-Convert-Response-Error-Code) + - [Rpc.Wallet.Create.Response.Error.Code](#anytype-Rpc-Wallet-Create-Response-Error-Code) + - [Rpc.Wallet.CreateSession.Response.Error.Code](#anytype-Rpc-Wallet-CreateSession-Response-Error-Code) + - [Rpc.Wallet.Recover.Response.Error.Code](#anytype-Rpc-Wallet-Recover-Response-Error-Code) + - [Rpc.Workspace.Create.Response.Error.Code](#anytype-Rpc-Workspace-Create-Response-Error-Code) + - [Rpc.Workspace.Export.Response.Error.Code](#anytype-Rpc-Workspace-Export-Response-Error-Code) + - [Rpc.Workspace.GetAll.Response.Error.Code](#anytype-Rpc-Workspace-GetAll-Response-Error-Code) + - [Rpc.Workspace.GetCurrent.Response.Error.Code](#anytype-Rpc-Workspace-GetCurrent-Response-Error-Code) + - [Rpc.Workspace.Object.Add.Response.Error.Code](#anytype-Rpc-Workspace-Object-Add-Response-Error-Code) + - [Rpc.Workspace.Object.ListAdd.Response.Error.Code](#anytype-Rpc-Workspace-Object-ListAdd-Response-Error-Code) + - [Rpc.Workspace.Object.ListRemove.Response.Error.Code](#anytype-Rpc-Workspace-Object-ListRemove-Response-Error-Code) + - [Rpc.Workspace.Select.Response.Error.Code](#anytype-Rpc-Workspace-Select-Response-Error-Code) + - [Rpc.Workspace.SetIsHighlighted.Response.Error.Code](#anytype-Rpc-Workspace-SetIsHighlighted-Response-Error-Code) - - [File-level Extensions](#pb/protos/commands.proto-extensions) + - [File-level Extensions](#pb_protos_commands-proto-extensions) -<<<<<<< HEAD - [pb/protos/events.proto](#pb_protos_events-proto) - [Event](#anytype-Event) - [Event.Account](#anytype-Event-Account) @@ -1278,305 +1277,130 @@ - [Model.Process](#anytype-Model-Process) - [Model.Process.Progress](#anytype-Model-Process-Progress) - [ResponseEvent](#anytype-ResponseEvent) -======= -- [pb/protos/events.proto](#pb/protos/events.proto) - - [Event](#anytype.Event) - - [Event.Account](#anytype.Event.Account) - - [Event.Account.Config](#anytype.Event.Account.Config) - - [Event.Account.Config.Update](#anytype.Event.Account.Config.Update) - - [Event.Account.Details](#anytype.Event.Account.Details) - - [Event.Account.Show](#anytype.Event.Account.Show) - - [Event.Account.Update](#anytype.Event.Account.Update) - - [Event.Block](#anytype.Event.Block) - - [Event.Block.Add](#anytype.Event.Block.Add) - - [Event.Block.Dataview](#anytype.Event.Block.Dataview) - - [Event.Block.Dataview.GroupOrderUpdate](#anytype.Event.Block.Dataview.GroupOrderUpdate) - - [Event.Block.Dataview.IsCollectionSet](#anytype.Event.Block.Dataview.IsCollectionSet) - - [Event.Block.Dataview.ObjectOrderUpdate](#anytype.Event.Block.Dataview.ObjectOrderUpdate) - - [Event.Block.Dataview.OldRelationDelete](#anytype.Event.Block.Dataview.OldRelationDelete) - - [Event.Block.Dataview.OldRelationSet](#anytype.Event.Block.Dataview.OldRelationSet) - - [Event.Block.Dataview.RelationDelete](#anytype.Event.Block.Dataview.RelationDelete) - - [Event.Block.Dataview.RelationSet](#anytype.Event.Block.Dataview.RelationSet) - - [Event.Block.Dataview.SliceChange](#anytype.Event.Block.Dataview.SliceChange) - - [Event.Block.Dataview.SourceSet](#anytype.Event.Block.Dataview.SourceSet) - - [Event.Block.Dataview.TargetObjectIdSet](#anytype.Event.Block.Dataview.TargetObjectIdSet) - - [Event.Block.Dataview.ViewDelete](#anytype.Event.Block.Dataview.ViewDelete) - - [Event.Block.Dataview.ViewOrder](#anytype.Event.Block.Dataview.ViewOrder) - - [Event.Block.Dataview.ViewSet](#anytype.Event.Block.Dataview.ViewSet) - - [Event.Block.Dataview.ViewUpdate](#anytype.Event.Block.Dataview.ViewUpdate) - - [Event.Block.Dataview.ViewUpdate.Fields](#anytype.Event.Block.Dataview.ViewUpdate.Fields) - - [Event.Block.Dataview.ViewUpdate.Filter](#anytype.Event.Block.Dataview.ViewUpdate.Filter) - - [Event.Block.Dataview.ViewUpdate.Filter.Add](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Add) - - [Event.Block.Dataview.ViewUpdate.Filter.Move](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Move) - - [Event.Block.Dataview.ViewUpdate.Filter.Remove](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Remove) - - [Event.Block.Dataview.ViewUpdate.Filter.Update](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Update) - - [Event.Block.Dataview.ViewUpdate.Relation](#anytype.Event.Block.Dataview.ViewUpdate.Relation) - - [Event.Block.Dataview.ViewUpdate.Relation.Add](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Add) - - [Event.Block.Dataview.ViewUpdate.Relation.Move](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Move) - - [Event.Block.Dataview.ViewUpdate.Relation.Remove](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Remove) - - [Event.Block.Dataview.ViewUpdate.Relation.Update](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Update) - - [Event.Block.Dataview.ViewUpdate.Sort](#anytype.Event.Block.Dataview.ViewUpdate.Sort) - - [Event.Block.Dataview.ViewUpdate.Sort.Add](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Add) - - [Event.Block.Dataview.ViewUpdate.Sort.Move](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Move) - - [Event.Block.Dataview.ViewUpdate.Sort.Remove](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Remove) - - [Event.Block.Dataview.ViewUpdate.Sort.Update](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Update) - - [Event.Block.Delete](#anytype.Event.Block.Delete) - - [Event.Block.FilesUpload](#anytype.Event.Block.FilesUpload) - - [Event.Block.Fill](#anytype.Event.Block.Fill) - - [Event.Block.Fill.Align](#anytype.Event.Block.Fill.Align) - - [Event.Block.Fill.BackgroundColor](#anytype.Event.Block.Fill.BackgroundColor) - - [Event.Block.Fill.Bookmark](#anytype.Event.Block.Fill.Bookmark) - - [Event.Block.Fill.Bookmark.Description](#anytype.Event.Block.Fill.Bookmark.Description) - - [Event.Block.Fill.Bookmark.FaviconHash](#anytype.Event.Block.Fill.Bookmark.FaviconHash) - - [Event.Block.Fill.Bookmark.ImageHash](#anytype.Event.Block.Fill.Bookmark.ImageHash) - - [Event.Block.Fill.Bookmark.TargetObjectId](#anytype.Event.Block.Fill.Bookmark.TargetObjectId) - - [Event.Block.Fill.Bookmark.Title](#anytype.Event.Block.Fill.Bookmark.Title) - - [Event.Block.Fill.Bookmark.Type](#anytype.Event.Block.Fill.Bookmark.Type) - - [Event.Block.Fill.Bookmark.Url](#anytype.Event.Block.Fill.Bookmark.Url) - - [Event.Block.Fill.ChildrenIds](#anytype.Event.Block.Fill.ChildrenIds) - - [Event.Block.Fill.DatabaseRecords](#anytype.Event.Block.Fill.DatabaseRecords) - - [Event.Block.Fill.Details](#anytype.Event.Block.Fill.Details) - - [Event.Block.Fill.Div](#anytype.Event.Block.Fill.Div) - - [Event.Block.Fill.Div.Style](#anytype.Event.Block.Fill.Div.Style) - - [Event.Block.Fill.Fields](#anytype.Event.Block.Fill.Fields) - - [Event.Block.Fill.File](#anytype.Event.Block.Fill.File) - - [Event.Block.Fill.File.Hash](#anytype.Event.Block.Fill.File.Hash) - - [Event.Block.Fill.File.Mime](#anytype.Event.Block.Fill.File.Mime) - - [Event.Block.Fill.File.Name](#anytype.Event.Block.Fill.File.Name) - - [Event.Block.Fill.File.Size](#anytype.Event.Block.Fill.File.Size) - - [Event.Block.Fill.File.State](#anytype.Event.Block.Fill.File.State) - - [Event.Block.Fill.File.Style](#anytype.Event.Block.Fill.File.Style) - - [Event.Block.Fill.File.Type](#anytype.Event.Block.Fill.File.Type) - - [Event.Block.Fill.File.Width](#anytype.Event.Block.Fill.File.Width) - - [Event.Block.Fill.Link](#anytype.Event.Block.Fill.Link) - - [Event.Block.Fill.Link.Fields](#anytype.Event.Block.Fill.Link.Fields) - - [Event.Block.Fill.Link.Style](#anytype.Event.Block.Fill.Link.Style) - - [Event.Block.Fill.Link.TargetBlockId](#anytype.Event.Block.Fill.Link.TargetBlockId) - - [Event.Block.Fill.Restrictions](#anytype.Event.Block.Fill.Restrictions) - - [Event.Block.Fill.Text](#anytype.Event.Block.Fill.Text) - - [Event.Block.Fill.Text.Checked](#anytype.Event.Block.Fill.Text.Checked) - - [Event.Block.Fill.Text.Color](#anytype.Event.Block.Fill.Text.Color) - - [Event.Block.Fill.Text.Marks](#anytype.Event.Block.Fill.Text.Marks) - - [Event.Block.Fill.Text.Style](#anytype.Event.Block.Fill.Text.Style) - - [Event.Block.Fill.Text.Text](#anytype.Event.Block.Fill.Text.Text) - - [Event.Block.MarksInfo](#anytype.Event.Block.MarksInfo) - - [Event.Block.Set](#anytype.Event.Block.Set) - - [Event.Block.Set.Align](#anytype.Event.Block.Set.Align) - - [Event.Block.Set.BackgroundColor](#anytype.Event.Block.Set.BackgroundColor) - - [Event.Block.Set.Bookmark](#anytype.Event.Block.Set.Bookmark) - - [Event.Block.Set.Bookmark.Description](#anytype.Event.Block.Set.Bookmark.Description) - - [Event.Block.Set.Bookmark.FaviconHash](#anytype.Event.Block.Set.Bookmark.FaviconHash) - - [Event.Block.Set.Bookmark.ImageHash](#anytype.Event.Block.Set.Bookmark.ImageHash) - - [Event.Block.Set.Bookmark.State](#anytype.Event.Block.Set.Bookmark.State) - - [Event.Block.Set.Bookmark.TargetObjectId](#anytype.Event.Block.Set.Bookmark.TargetObjectId) - - [Event.Block.Set.Bookmark.Title](#anytype.Event.Block.Set.Bookmark.Title) - - [Event.Block.Set.Bookmark.Type](#anytype.Event.Block.Set.Bookmark.Type) - - [Event.Block.Set.Bookmark.Url](#anytype.Event.Block.Set.Bookmark.Url) - - [Event.Block.Set.ChildrenIds](#anytype.Event.Block.Set.ChildrenIds) - - [Event.Block.Set.Div](#anytype.Event.Block.Set.Div) - - [Event.Block.Set.Div.Style](#anytype.Event.Block.Set.Div.Style) - - [Event.Block.Set.Fields](#anytype.Event.Block.Set.Fields) - - [Event.Block.Set.File](#anytype.Event.Block.Set.File) - - [Event.Block.Set.File.Hash](#anytype.Event.Block.Set.File.Hash) - - [Event.Block.Set.File.Mime](#anytype.Event.Block.Set.File.Mime) - - [Event.Block.Set.File.Name](#anytype.Event.Block.Set.File.Name) - - [Event.Block.Set.File.Size](#anytype.Event.Block.Set.File.Size) - - [Event.Block.Set.File.State](#anytype.Event.Block.Set.File.State) - - [Event.Block.Set.File.Style](#anytype.Event.Block.Set.File.Style) - - [Event.Block.Set.File.Type](#anytype.Event.Block.Set.File.Type) - - [Event.Block.Set.File.Width](#anytype.Event.Block.Set.File.Width) - - [Event.Block.Set.Latex](#anytype.Event.Block.Set.Latex) - - [Event.Block.Set.Latex.Text](#anytype.Event.Block.Set.Latex.Text) - - [Event.Block.Set.Link](#anytype.Event.Block.Set.Link) - - [Event.Block.Set.Link.CardStyle](#anytype.Event.Block.Set.Link.CardStyle) - - [Event.Block.Set.Link.Description](#anytype.Event.Block.Set.Link.Description) - - [Event.Block.Set.Link.Fields](#anytype.Event.Block.Set.Link.Fields) - - [Event.Block.Set.Link.IconSize](#anytype.Event.Block.Set.Link.IconSize) - - [Event.Block.Set.Link.Relations](#anytype.Event.Block.Set.Link.Relations) - - [Event.Block.Set.Link.Style](#anytype.Event.Block.Set.Link.Style) - - [Event.Block.Set.Link.TargetBlockId](#anytype.Event.Block.Set.Link.TargetBlockId) - - [Event.Block.Set.Relation](#anytype.Event.Block.Set.Relation) - - [Event.Block.Set.Relation.Key](#anytype.Event.Block.Set.Relation.Key) - - [Event.Block.Set.Restrictions](#anytype.Event.Block.Set.Restrictions) - - [Event.Block.Set.TableRow](#anytype.Event.Block.Set.TableRow) - - [Event.Block.Set.TableRow.IsHeader](#anytype.Event.Block.Set.TableRow.IsHeader) - - [Event.Block.Set.Text](#anytype.Event.Block.Set.Text) - - [Event.Block.Set.Text.Checked](#anytype.Event.Block.Set.Text.Checked) - - [Event.Block.Set.Text.Color](#anytype.Event.Block.Set.Text.Color) - - [Event.Block.Set.Text.IconEmoji](#anytype.Event.Block.Set.Text.IconEmoji) - - [Event.Block.Set.Text.IconImage](#anytype.Event.Block.Set.Text.IconImage) - - [Event.Block.Set.Text.Marks](#anytype.Event.Block.Set.Text.Marks) - - [Event.Block.Set.Text.Style](#anytype.Event.Block.Set.Text.Style) - - [Event.Block.Set.Text.Text](#anytype.Event.Block.Set.Text.Text) - - [Event.Block.Set.VerticalAlign](#anytype.Event.Block.Set.VerticalAlign) - - [Event.Block.Set.Widget](#anytype.Event.Block.Set.Widget) - - [Event.Block.Set.Widget.Layout](#anytype.Event.Block.Set.Widget.Layout) - - [Event.Message](#anytype.Event.Message) - - [Event.Object](#anytype.Event.Object) - - [Event.Object.Details](#anytype.Event.Object.Details) - - [Event.Object.Details.Amend](#anytype.Event.Object.Details.Amend) - - [Event.Object.Details.Amend.KeyValue](#anytype.Event.Object.Details.Amend.KeyValue) - - [Event.Object.Details.Set](#anytype.Event.Object.Details.Set) - - [Event.Object.Details.Unset](#anytype.Event.Object.Details.Unset) - - [Event.Object.Relations](#anytype.Event.Object.Relations) - - [Event.Object.Relations.Amend](#anytype.Event.Object.Relations.Amend) - - [Event.Object.Relations.Remove](#anytype.Event.Object.Relations.Remove) - - [Event.Object.Remove](#anytype.Event.Object.Remove) - - [Event.Object.Restrictions](#anytype.Event.Object.Restrictions) - - [Event.Object.Restrictions.Set](#anytype.Event.Object.Restrictions.Set) - - [Event.Object.Subscription](#anytype.Event.Object.Subscription) - - [Event.Object.Subscription.Add](#anytype.Event.Object.Subscription.Add) - - [Event.Object.Subscription.Counters](#anytype.Event.Object.Subscription.Counters) - - [Event.Object.Subscription.Groups](#anytype.Event.Object.Subscription.Groups) - - [Event.Object.Subscription.Position](#anytype.Event.Object.Subscription.Position) - - [Event.Object.Subscription.Remove](#anytype.Event.Object.Subscription.Remove) - - [Event.Ping](#anytype.Event.Ping) - - [Event.Process](#anytype.Event.Process) - - [Event.Process.Done](#anytype.Event.Process.Done) - - [Event.Process.New](#anytype.Event.Process.New) - - [Event.Process.Update](#anytype.Event.Process.Update) - - [Event.Status](#anytype.Event.Status) - - [Event.Status.Thread](#anytype.Event.Status.Thread) - - [Event.Status.Thread.Account](#anytype.Event.Status.Thread.Account) - - [Event.Status.Thread.Cafe](#anytype.Event.Status.Thread.Cafe) - - [Event.Status.Thread.Cafe.PinStatus](#anytype.Event.Status.Thread.Cafe.PinStatus) - - [Event.Status.Thread.Device](#anytype.Event.Status.Thread.Device) - - [Event.Status.Thread.Summary](#anytype.Event.Status.Thread.Summary) - - [Event.User](#anytype.Event.User) - - [Event.User.Block](#anytype.Event.User.Block) - - [Event.User.Block.Join](#anytype.Event.User.Block.Join) - - [Event.User.Block.Left](#anytype.Event.User.Block.Left) - - [Event.User.Block.SelectRange](#anytype.Event.User.Block.SelectRange) - - [Event.User.Block.TextRange](#anytype.Event.User.Block.TextRange) - - [Model](#anytype.Model) - - [Model.Process](#anytype.Model.Process) - - [Model.Process.Progress](#anytype.Model.Process.Progress) - - [ResponseEvent](#anytype.ResponseEvent) ->>>>>>> 57148db9cdb4618a60439789b4a8ef391a06f23b - - [Event.Block.Dataview.SliceOperation](#anytype.Event.Block.Dataview.SliceOperation) - - [Event.Status.Thread.SyncStatus](#anytype.Event.Status.Thread.SyncStatus) - - [Model.Process.State](#anytype.Model.Process.State) - - [Model.Process.Type](#anytype.Model.Process.Type) + - [Event.Block.Dataview.SliceOperation](#anytype-Event-Block-Dataview-SliceOperation) + - [Event.Status.Thread.SyncStatus](#anytype-Event-Status-Thread-SyncStatus) + - [Model.Process.State](#anytype-Model-Process-State) + - [Model.Process.Type](#anytype-Model-Process-Type) -- [pb/protos/snapshot.proto](#pb/protos/snapshot.proto) - - [Profile](#anytype.Profile) - - [SnapshotWithType](#anytype.SnapshotWithType) +- [pb/protos/snapshot.proto](#pb_protos_snapshot-proto) + - [Profile](#anytype-Profile) + - [SnapshotWithType](#anytype-SnapshotWithType) -- [pkg/lib/pb/model/protos/localstore.proto](#pkg/lib/pb/model/protos/localstore.proto) - - [ObjectDetails](#anytype.model.ObjectDetails) - - [ObjectInfo](#anytype.model.ObjectInfo) - - [ObjectInfoWithLinks](#anytype.model.ObjectInfoWithLinks) - - [ObjectInfoWithOutboundLinks](#anytype.model.ObjectInfoWithOutboundLinks) - - [ObjectInfoWithOutboundLinksIDs](#anytype.model.ObjectInfoWithOutboundLinksIDs) - - [ObjectLinks](#anytype.model.ObjectLinks) - - [ObjectLinksInfo](#anytype.model.ObjectLinksInfo) - - [ObjectStoreChecksums](#anytype.model.ObjectStoreChecksums) +- [pkg/lib/pb/model/protos/localstore.proto](#pkg_lib_pb_model_protos_localstore-proto) + - [ObjectDetails](#anytype-model-ObjectDetails) + - [ObjectInfo](#anytype-model-ObjectInfo) + - [ObjectInfoWithLinks](#anytype-model-ObjectInfoWithLinks) + - [ObjectInfoWithOutboundLinks](#anytype-model-ObjectInfoWithOutboundLinks) + - [ObjectInfoWithOutboundLinksIDs](#anytype-model-ObjectInfoWithOutboundLinksIDs) + - [ObjectLinks](#anytype-model-ObjectLinks) + - [ObjectLinksInfo](#anytype-model-ObjectLinksInfo) + - [ObjectStoreChecksums](#anytype-model-ObjectStoreChecksums) -- [pkg/lib/pb/model/protos/models.proto](#pkg/lib/pb/model/protos/models.proto) - - [Account](#anytype.model.Account) - - [Account.Avatar](#anytype.model.Account.Avatar) - - [Account.Config](#anytype.model.Account.Config) - - [Account.Info](#anytype.model.Account.Info) - - [Account.Status](#anytype.model.Account.Status) - - [Block](#anytype.model.Block) - - [Block.Content](#anytype.model.Block.Content) - - [Block.Content.Bookmark](#anytype.model.Block.Content.Bookmark) - - [Block.Content.Dataview](#anytype.model.Block.Content.Dataview) - - [Block.Content.Dataview.Checkbox](#anytype.model.Block.Content.Dataview.Checkbox) - - [Block.Content.Dataview.Date](#anytype.model.Block.Content.Dataview.Date) - - [Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) - - [Block.Content.Dataview.Group](#anytype.model.Block.Content.Dataview.Group) - - [Block.Content.Dataview.GroupOrder](#anytype.model.Block.Content.Dataview.GroupOrder) - - [Block.Content.Dataview.ObjectOrder](#anytype.model.Block.Content.Dataview.ObjectOrder) - - [Block.Content.Dataview.Relation](#anytype.model.Block.Content.Dataview.Relation) - - [Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) - - [Block.Content.Dataview.Status](#anytype.model.Block.Content.Dataview.Status) - - [Block.Content.Dataview.Tag](#anytype.model.Block.Content.Dataview.Tag) - - [Block.Content.Dataview.View](#anytype.model.Block.Content.Dataview.View) - - [Block.Content.Dataview.ViewGroup](#anytype.model.Block.Content.Dataview.ViewGroup) - - [Block.Content.Div](#anytype.model.Block.Content.Div) - - [Block.Content.FeaturedRelations](#anytype.model.Block.Content.FeaturedRelations) - - [Block.Content.File](#anytype.model.Block.Content.File) - - [Block.Content.Icon](#anytype.model.Block.Content.Icon) - - [Block.Content.Latex](#anytype.model.Block.Content.Latex) - - [Block.Content.Layout](#anytype.model.Block.Content.Layout) - - [Block.Content.Link](#anytype.model.Block.Content.Link) - - [Block.Content.Relation](#anytype.model.Block.Content.Relation) - - [Block.Content.Smartblock](#anytype.model.Block.Content.Smartblock) - - [Block.Content.Table](#anytype.model.Block.Content.Table) - - [Block.Content.TableColumn](#anytype.model.Block.Content.TableColumn) - - [Block.Content.TableOfContents](#anytype.model.Block.Content.TableOfContents) - - [Block.Content.TableRow](#anytype.model.Block.Content.TableRow) - - [Block.Content.Text](#anytype.model.Block.Content.Text) - - [Block.Content.Text.Mark](#anytype.model.Block.Content.Text.Mark) - - [Block.Content.Text.Marks](#anytype.model.Block.Content.Text.Marks) - - [Block.Content.Widget](#anytype.model.Block.Content.Widget) - - [Block.Restrictions](#anytype.model.Block.Restrictions) - - [BlockMetaOnly](#anytype.model.BlockMetaOnly) - - [InternalFlag](#anytype.model.InternalFlag) - - [Layout](#anytype.model.Layout) - - [LinkPreview](#anytype.model.LinkPreview) - - [Object](#anytype.model.Object) - - [Object.ChangePayload](#anytype.model.Object.ChangePayload) - - [ObjectType](#anytype.model.ObjectType) - - [ObjectView](#anytype.model.ObjectView) - - [ObjectView.DetailsSet](#anytype.model.ObjectView.DetailsSet) - - [ObjectView.HistorySize](#anytype.model.ObjectView.HistorySize) - - [ObjectView.RelationWithValuePerObject](#anytype.model.ObjectView.RelationWithValuePerObject) - - [Range](#anytype.model.Range) - - [Relation](#anytype.model.Relation) - - [Relation.Option](#anytype.model.Relation.Option) - - [RelationLink](#anytype.model.RelationLink) - - [RelationOptions](#anytype.model.RelationOptions) - - [RelationWithValue](#anytype.model.RelationWithValue) - - [Relations](#anytype.model.Relations) - - [Restrictions](#anytype.model.Restrictions) - - [Restrictions.DataviewRestrictions](#anytype.model.Restrictions.DataviewRestrictions) - - [SmartBlockSnapshotBase](#anytype.model.SmartBlockSnapshotBase) - - [ThreadCreateQueueEntry](#anytype.model.ThreadCreateQueueEntry) - - [ThreadDeeplinkPayload](#anytype.model.ThreadDeeplinkPayload) +- [pkg/lib/pb/model/protos/models.proto](#pkg_lib_pb_model_protos_models-proto) + - [Account](#anytype-model-Account) + - [Account.Avatar](#anytype-model-Account-Avatar) + - [Account.Config](#anytype-model-Account-Config) + - [Account.Info](#anytype-model-Account-Info) + - [Account.Status](#anytype-model-Account-Status) + - [Block](#anytype-model-Block) + - [Block.Content](#anytype-model-Block-Content) + - [Block.Content.Bookmark](#anytype-model-Block-Content-Bookmark) + - [Block.Content.Dataview](#anytype-model-Block-Content-Dataview) + - [Block.Content.Dataview.Checkbox](#anytype-model-Block-Content-Dataview-Checkbox) + - [Block.Content.Dataview.Date](#anytype-model-Block-Content-Dataview-Date) + - [Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) + - [Block.Content.Dataview.Group](#anytype-model-Block-Content-Dataview-Group) + - [Block.Content.Dataview.GroupOrder](#anytype-model-Block-Content-Dataview-GroupOrder) + - [Block.Content.Dataview.ObjectOrder](#anytype-model-Block-Content-Dataview-ObjectOrder) + - [Block.Content.Dataview.Relation](#anytype-model-Block-Content-Dataview-Relation) + - [Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) + - [Block.Content.Dataview.Status](#anytype-model-Block-Content-Dataview-Status) + - [Block.Content.Dataview.Tag](#anytype-model-Block-Content-Dataview-Tag) + - [Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) + - [Block.Content.Dataview.ViewGroup](#anytype-model-Block-Content-Dataview-ViewGroup) + - [Block.Content.Div](#anytype-model-Block-Content-Div) + - [Block.Content.FeaturedRelations](#anytype-model-Block-Content-FeaturedRelations) + - [Block.Content.File](#anytype-model-Block-Content-File) + - [Block.Content.Icon](#anytype-model-Block-Content-Icon) + - [Block.Content.Latex](#anytype-model-Block-Content-Latex) + - [Block.Content.Layout](#anytype-model-Block-Content-Layout) + - [Block.Content.Link](#anytype-model-Block-Content-Link) + - [Block.Content.Relation](#anytype-model-Block-Content-Relation) + - [Block.Content.Smartblock](#anytype-model-Block-Content-Smartblock) + - [Block.Content.Table](#anytype-model-Block-Content-Table) + - [Block.Content.TableColumn](#anytype-model-Block-Content-TableColumn) + - [Block.Content.TableOfContents](#anytype-model-Block-Content-TableOfContents) + - [Block.Content.TableRow](#anytype-model-Block-Content-TableRow) + - [Block.Content.Text](#anytype-model-Block-Content-Text) + - [Block.Content.Text.Mark](#anytype-model-Block-Content-Text-Mark) + - [Block.Content.Text.Marks](#anytype-model-Block-Content-Text-Marks) + - [Block.Content.Widget](#anytype-model-Block-Content-Widget) + - [Block.Restrictions](#anytype-model-Block-Restrictions) + - [BlockMetaOnly](#anytype-model-BlockMetaOnly) + - [InternalFlag](#anytype-model-InternalFlag) + - [Layout](#anytype-model-Layout) + - [LinkPreview](#anytype-model-LinkPreview) + - [Object](#anytype-model-Object) + - [Object.ChangePayload](#anytype-model-Object-ChangePayload) + - [ObjectType](#anytype-model-ObjectType) + - [ObjectView](#anytype-model-ObjectView) + - [ObjectView.DetailsSet](#anytype-model-ObjectView-DetailsSet) + - [ObjectView.HistorySize](#anytype-model-ObjectView-HistorySize) + - [ObjectView.RelationWithValuePerObject](#anytype-model-ObjectView-RelationWithValuePerObject) + - [Range](#anytype-model-Range) + - [Relation](#anytype-model-Relation) + - [Relation.Option](#anytype-model-Relation-Option) + - [RelationLink](#anytype-model-RelationLink) + - [RelationOptions](#anytype-model-RelationOptions) + - [RelationWithValue](#anytype-model-RelationWithValue) + - [Relations](#anytype-model-Relations) + - [Restrictions](#anytype-model-Restrictions) + - [Restrictions.DataviewRestrictions](#anytype-model-Restrictions-DataviewRestrictions) + - [SmartBlockSnapshotBase](#anytype-model-SmartBlockSnapshotBase) + - [ThreadCreateQueueEntry](#anytype-model-ThreadCreateQueueEntry) + - [ThreadDeeplinkPayload](#anytype-model-ThreadDeeplinkPayload) - - [Account.StatusType](#anytype.model.Account.StatusType) - - [Block.Align](#anytype.model.Block.Align) - - [Block.Content.Bookmark.State](#anytype.model.Block.Content.Bookmark.State) - - [Block.Content.Dataview.Filter.Condition](#anytype.model.Block.Content.Dataview.Filter.Condition) - - [Block.Content.Dataview.Filter.Operator](#anytype.model.Block.Content.Dataview.Filter.Operator) - - [Block.Content.Dataview.Filter.QuickOption](#anytype.model.Block.Content.Dataview.Filter.QuickOption) - - [Block.Content.Dataview.Relation.DateFormat](#anytype.model.Block.Content.Dataview.Relation.DateFormat) - - [Block.Content.Dataview.Relation.TimeFormat](#anytype.model.Block.Content.Dataview.Relation.TimeFormat) - - [Block.Content.Dataview.Sort.Type](#anytype.model.Block.Content.Dataview.Sort.Type) - - [Block.Content.Dataview.View.Size](#anytype.model.Block.Content.Dataview.View.Size) - - [Block.Content.Dataview.View.Type](#anytype.model.Block.Content.Dataview.View.Type) - - [Block.Content.Div.Style](#anytype.model.Block.Content.Div.Style) - - [Block.Content.File.State](#anytype.model.Block.Content.File.State) - - [Block.Content.File.Style](#anytype.model.Block.Content.File.Style) - - [Block.Content.File.Type](#anytype.model.Block.Content.File.Type) - - [Block.Content.Layout.Style](#anytype.model.Block.Content.Layout.Style) - - [Block.Content.Link.CardStyle](#anytype.model.Block.Content.Link.CardStyle) - - [Block.Content.Link.Description](#anytype.model.Block.Content.Link.Description) - - [Block.Content.Link.IconSize](#anytype.model.Block.Content.Link.IconSize) - - [Block.Content.Link.Style](#anytype.model.Block.Content.Link.Style) - - [Block.Content.Text.Mark.Type](#anytype.model.Block.Content.Text.Mark.Type) - - [Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) - - [Block.Content.Widget.Layout](#anytype.model.Block.Content.Widget.Layout) - - [Block.Position](#anytype.model.Block.Position) - - [Block.VerticalAlign](#anytype.model.Block.VerticalAlign) - - [InternalFlag.Value](#anytype.model.InternalFlag.Value) - - [LinkPreview.Type](#anytype.model.LinkPreview.Type) - - [ObjectType.Layout](#anytype.model.ObjectType.Layout) - - [Relation.DataSource](#anytype.model.Relation.DataSource) - - [Relation.Scope](#anytype.model.Relation.Scope) - - [RelationFormat](#anytype.model.RelationFormat) - - [Restrictions.DataviewRestriction](#anytype.model.Restrictions.DataviewRestriction) - - [Restrictions.ObjectRestriction](#anytype.model.Restrictions.ObjectRestriction) - - [SmartBlockType](#anytype.model.SmartBlockType) + - [Account.StatusType](#anytype-model-Account-StatusType) + - [Block.Align](#anytype-model-Block-Align) + - [Block.Content.Bookmark.State](#anytype-model-Block-Content-Bookmark-State) + - [Block.Content.Dataview.Filter.Condition](#anytype-model-Block-Content-Dataview-Filter-Condition) + - [Block.Content.Dataview.Filter.Operator](#anytype-model-Block-Content-Dataview-Filter-Operator) + - [Block.Content.Dataview.Filter.QuickOption](#anytype-model-Block-Content-Dataview-Filter-QuickOption) + - [Block.Content.Dataview.Relation.DateFormat](#anytype-model-Block-Content-Dataview-Relation-DateFormat) + - [Block.Content.Dataview.Relation.TimeFormat](#anytype-model-Block-Content-Dataview-Relation-TimeFormat) + - [Block.Content.Dataview.Sort.Type](#anytype-model-Block-Content-Dataview-Sort-Type) + - [Block.Content.Dataview.View.Size](#anytype-model-Block-Content-Dataview-View-Size) + - [Block.Content.Dataview.View.Type](#anytype-model-Block-Content-Dataview-View-Type) + - [Block.Content.Div.Style](#anytype-model-Block-Content-Div-Style) + - [Block.Content.File.State](#anytype-model-Block-Content-File-State) + - [Block.Content.File.Style](#anytype-model-Block-Content-File-Style) + - [Block.Content.File.Type](#anytype-model-Block-Content-File-Type) + - [Block.Content.Layout.Style](#anytype-model-Block-Content-Layout-Style) + - [Block.Content.Link.CardStyle](#anytype-model-Block-Content-Link-CardStyle) + - [Block.Content.Link.Description](#anytype-model-Block-Content-Link-Description) + - [Block.Content.Link.IconSize](#anytype-model-Block-Content-Link-IconSize) + - [Block.Content.Link.Style](#anytype-model-Block-Content-Link-Style) + - [Block.Content.Text.Mark.Type](#anytype-model-Block-Content-Text-Mark-Type) + - [Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) + - [Block.Content.Widget.Layout](#anytype-model-Block-Content-Widget-Layout) + - [Block.Position](#anytype-model-Block-Position) + - [Block.VerticalAlign](#anytype-model-Block-VerticalAlign) + - [InternalFlag.Value](#anytype-model-InternalFlag-Value) + - [LinkPreview.Type](#anytype-model-LinkPreview-Type) + - [ObjectType.Layout](#anytype-model-ObjectType-Layout) + - [Relation.DataSource](#anytype-model-Relation-DataSource) + - [Relation.Scope](#anytype-model-Relation-Scope) + - [RelationFormat](#anytype-model-RelationFormat) + - [Restrictions.DataviewRestriction](#anytype-model-Restrictions-DataviewRestriction) + - [Restrictions.ObjectRestriction](#anytype-model-Restrictions-ObjectRestriction) + - [SmartBlockType](#anytype-model-SmartBlockType) - [Scalar Value Types](#scalar-value-types) - +

Top

## pb/protos/service/service.proto @@ -1589,214 +1413,214 @@ - + ### ClientCommands | Method Name | Request Type | Response Type | Description | | ----------- | ------------ | ------------- | ------------| -| AppGetVersion | [Rpc.App.GetVersion.Request](#anytype.Rpc.App.GetVersion.Request) | [Rpc.App.GetVersion.Response](#anytype.Rpc.App.GetVersion.Response) | | -| AppSetDeviceState | [Rpc.App.SetDeviceState.Request](#anytype.Rpc.App.SetDeviceState.Request) | [Rpc.App.SetDeviceState.Response](#anytype.Rpc.App.SetDeviceState.Response) | | -| AppShutdown | [Rpc.App.Shutdown.Request](#anytype.Rpc.App.Shutdown.Request) | [Rpc.App.Shutdown.Response](#anytype.Rpc.App.Shutdown.Response) | | -| WalletCreate | [Rpc.Wallet.Create.Request](#anytype.Rpc.Wallet.Create.Request) | [Rpc.Wallet.Create.Response](#anytype.Rpc.Wallet.Create.Response) | Wallet *** | -| WalletRecover | [Rpc.Wallet.Recover.Request](#anytype.Rpc.Wallet.Recover.Request) | [Rpc.Wallet.Recover.Response](#anytype.Rpc.Wallet.Recover.Response) | | -| WalletConvert | [Rpc.Wallet.Convert.Request](#anytype.Rpc.Wallet.Convert.Request) | [Rpc.Wallet.Convert.Response](#anytype.Rpc.Wallet.Convert.Response) | | -| WalletCreateSession | [Rpc.Wallet.CreateSession.Request](#anytype.Rpc.Wallet.CreateSession.Request) | [Rpc.Wallet.CreateSession.Response](#anytype.Rpc.Wallet.CreateSession.Response) | | -| WalletCloseSession | [Rpc.Wallet.CloseSession.Request](#anytype.Rpc.Wallet.CloseSession.Request) | [Rpc.Wallet.CloseSession.Response](#anytype.Rpc.Wallet.CloseSession.Response) | | -| WorkspaceCreate | [Rpc.Workspace.Create.Request](#anytype.Rpc.Workspace.Create.Request) | [Rpc.Workspace.Create.Response](#anytype.Rpc.Workspace.Create.Response) | Workspace *** | -| WorkspaceObjectAdd | [Rpc.Workspace.Object.Add.Request](#anytype.Rpc.Workspace.Object.Add.Request) | [Rpc.Workspace.Object.Add.Response](#anytype.Rpc.Workspace.Object.Add.Response) | | -| WorkspaceObjectListAdd | [Rpc.Workspace.Object.ListAdd.Request](#anytype.Rpc.Workspace.Object.ListAdd.Request) | [Rpc.Workspace.Object.ListAdd.Response](#anytype.Rpc.Workspace.Object.ListAdd.Response) | | -| WorkspaceObjectListRemove | [Rpc.Workspace.Object.ListRemove.Request](#anytype.Rpc.Workspace.Object.ListRemove.Request) | [Rpc.Workspace.Object.ListRemove.Response](#anytype.Rpc.Workspace.Object.ListRemove.Response) | | -| WorkspaceSelect | [Rpc.Workspace.Select.Request](#anytype.Rpc.Workspace.Select.Request) | [Rpc.Workspace.Select.Response](#anytype.Rpc.Workspace.Select.Response) | | -| WorkspaceGetCurrent | [Rpc.Workspace.GetCurrent.Request](#anytype.Rpc.Workspace.GetCurrent.Request) | [Rpc.Workspace.GetCurrent.Response](#anytype.Rpc.Workspace.GetCurrent.Response) | | -| WorkspaceGetAll | [Rpc.Workspace.GetAll.Request](#anytype.Rpc.Workspace.GetAll.Request) | [Rpc.Workspace.GetAll.Response](#anytype.Rpc.Workspace.GetAll.Response) | | -| WorkspaceSetIsHighlighted | [Rpc.Workspace.SetIsHighlighted.Request](#anytype.Rpc.Workspace.SetIsHighlighted.Request) | [Rpc.Workspace.SetIsHighlighted.Response](#anytype.Rpc.Workspace.SetIsHighlighted.Response) | | -| WorkspaceExport | [Rpc.Workspace.Export.Request](#anytype.Rpc.Workspace.Export.Request) | [Rpc.Workspace.Export.Response](#anytype.Rpc.Workspace.Export.Response) | | -| AccountRecover | [Rpc.Account.Recover.Request](#anytype.Rpc.Account.Recover.Request) | [Rpc.Account.Recover.Response](#anytype.Rpc.Account.Recover.Response) | Account *** | -| AccountCreate | [Rpc.Account.Create.Request](#anytype.Rpc.Account.Create.Request) | [Rpc.Account.Create.Response](#anytype.Rpc.Account.Create.Response) | | -| AccountDelete | [Rpc.Account.Delete.Request](#anytype.Rpc.Account.Delete.Request) | [Rpc.Account.Delete.Response](#anytype.Rpc.Account.Delete.Response) | | -| AccountSelect | [Rpc.Account.Select.Request](#anytype.Rpc.Account.Select.Request) | [Rpc.Account.Select.Response](#anytype.Rpc.Account.Select.Response) | | -| AccountStop | [Rpc.Account.Stop.Request](#anytype.Rpc.Account.Stop.Request) | [Rpc.Account.Stop.Response](#anytype.Rpc.Account.Stop.Response) | | -| AccountMove | [Rpc.Account.Move.Request](#anytype.Rpc.Account.Move.Request) | [Rpc.Account.Move.Response](#anytype.Rpc.Account.Move.Response) | | -| AccountConfigUpdate | [Rpc.Account.ConfigUpdate.Request](#anytype.Rpc.Account.ConfigUpdate.Request) | [Rpc.Account.ConfigUpdate.Response](#anytype.Rpc.Account.ConfigUpdate.Response) | | -| AccountRecoverFromLegacyExport | [Rpc.Account.RecoverFromLegacyExport.Request](#anytype.Rpc.Account.RecoverFromLegacyExport.Request) | [Rpc.Account.RecoverFromLegacyExport.Response](#anytype.Rpc.Account.RecoverFromLegacyExport.Response) | | -| ObjectOpen | [Rpc.Object.Open.Request](#anytype.Rpc.Object.Open.Request) | [Rpc.Object.Open.Response](#anytype.Rpc.Object.Open.Response) | Object *** | -| ObjectClose | [Rpc.Object.Close.Request](#anytype.Rpc.Object.Close.Request) | [Rpc.Object.Close.Response](#anytype.Rpc.Object.Close.Response) | | -| ObjectShow | [Rpc.Object.Show.Request](#anytype.Rpc.Object.Show.Request) | [Rpc.Object.Show.Response](#anytype.Rpc.Object.Show.Response) | | -| ObjectCreate | [Rpc.Object.Create.Request](#anytype.Rpc.Object.Create.Request) | [Rpc.Object.Create.Response](#anytype.Rpc.Object.Create.Response) | ObjectCreate just creates the new page, without adding the link to it from some other page | -| ObjectCreateBookmark | [Rpc.Object.CreateBookmark.Request](#anytype.Rpc.Object.CreateBookmark.Request) | [Rpc.Object.CreateBookmark.Response](#anytype.Rpc.Object.CreateBookmark.Response) | | -| ObjectCreateSet | [Rpc.Object.CreateSet.Request](#anytype.Rpc.Object.CreateSet.Request) | [Rpc.Object.CreateSet.Response](#anytype.Rpc.Object.CreateSet.Response) | ObjectCreateSet just creates the new set, without adding the link to it from some other page | -| ObjectGraph | [Rpc.Object.Graph.Request](#anytype.Rpc.Object.Graph.Request) | [Rpc.Object.Graph.Response](#anytype.Rpc.Object.Graph.Response) | | -| ObjectSearch | [Rpc.Object.Search.Request](#anytype.Rpc.Object.Search.Request) | [Rpc.Object.Search.Response](#anytype.Rpc.Object.Search.Response) | | -| ObjectSearchSubscribe | [Rpc.Object.SearchSubscribe.Request](#anytype.Rpc.Object.SearchSubscribe.Request) | [Rpc.Object.SearchSubscribe.Response](#anytype.Rpc.Object.SearchSubscribe.Response) | | -| ObjectSubscribeIds | [Rpc.Object.SubscribeIds.Request](#anytype.Rpc.Object.SubscribeIds.Request) | [Rpc.Object.SubscribeIds.Response](#anytype.Rpc.Object.SubscribeIds.Response) | | -| ObjectGroupsSubscribe | [Rpc.Object.GroupsSubscribe.Request](#anytype.Rpc.Object.GroupsSubscribe.Request) | [Rpc.Object.GroupsSubscribe.Response](#anytype.Rpc.Object.GroupsSubscribe.Response) | | -| ObjectSearchUnsubscribe | [Rpc.Object.SearchUnsubscribe.Request](#anytype.Rpc.Object.SearchUnsubscribe.Request) | [Rpc.Object.SearchUnsubscribe.Response](#anytype.Rpc.Object.SearchUnsubscribe.Response) | | -| ObjectSetDetails | [Rpc.Object.SetDetails.Request](#anytype.Rpc.Object.SetDetails.Request) | [Rpc.Object.SetDetails.Response](#anytype.Rpc.Object.SetDetails.Response) | | -| ObjectDuplicate | [Rpc.Object.Duplicate.Request](#anytype.Rpc.Object.Duplicate.Request) | [Rpc.Object.Duplicate.Response](#anytype.Rpc.Object.Duplicate.Response) | | -| ObjectSetObjectType | [Rpc.Object.SetObjectType.Request](#anytype.Rpc.Object.SetObjectType.Request) | [Rpc.Object.SetObjectType.Response](#anytype.Rpc.Object.SetObjectType.Response) | ObjectSetObjectType sets an existing object type to the object so it will appear in sets and suggests relations from this type | -| ObjectSetLayout | [Rpc.Object.SetLayout.Request](#anytype.Rpc.Object.SetLayout.Request) | [Rpc.Object.SetLayout.Response](#anytype.Rpc.Object.SetLayout.Response) | | -| ObjectSetInternalFlags | [Rpc.Object.SetInternalFlags.Request](#anytype.Rpc.Object.SetInternalFlags.Request) | [Rpc.Object.SetInternalFlags.Response](#anytype.Rpc.Object.SetInternalFlags.Response) | | -| ObjectSetIsFavorite | [Rpc.Object.SetIsFavorite.Request](#anytype.Rpc.Object.SetIsFavorite.Request) | [Rpc.Object.SetIsFavorite.Response](#anytype.Rpc.Object.SetIsFavorite.Response) | | -| ObjectSetIsArchived | [Rpc.Object.SetIsArchived.Request](#anytype.Rpc.Object.SetIsArchived.Request) | [Rpc.Object.SetIsArchived.Response](#anytype.Rpc.Object.SetIsArchived.Response) | | -| ObjectSetSource | [Rpc.Object.SetSource.Request](#anytype.Rpc.Object.SetSource.Request) | [Rpc.Object.SetSource.Response](#anytype.Rpc.Object.SetSource.Response) | | -| ObjectWorkspaceSetDashboard | [Rpc.Object.WorkspaceSetDashboard.Request](#anytype.Rpc.Object.WorkspaceSetDashboard.Request) | [Rpc.Object.WorkspaceSetDashboard.Response](#anytype.Rpc.Object.WorkspaceSetDashboard.Response) | | -| ObjectListDuplicate | [Rpc.Object.ListDuplicate.Request](#anytype.Rpc.Object.ListDuplicate.Request) | [Rpc.Object.ListDuplicate.Response](#anytype.Rpc.Object.ListDuplicate.Response) | | -| ObjectListDelete | [Rpc.Object.ListDelete.Request](#anytype.Rpc.Object.ListDelete.Request) | [Rpc.Object.ListDelete.Response](#anytype.Rpc.Object.ListDelete.Response) | | -| ObjectListSetIsArchived | [Rpc.Object.ListSetIsArchived.Request](#anytype.Rpc.Object.ListSetIsArchived.Request) | [Rpc.Object.ListSetIsArchived.Response](#anytype.Rpc.Object.ListSetIsArchived.Response) | | -| ObjectListSetIsFavorite | [Rpc.Object.ListSetIsFavorite.Request](#anytype.Rpc.Object.ListSetIsFavorite.Request) | [Rpc.Object.ListSetIsFavorite.Response](#anytype.Rpc.Object.ListSetIsFavorite.Response) | | -| ObjectApplyTemplate | [Rpc.Object.ApplyTemplate.Request](#anytype.Rpc.Object.ApplyTemplate.Request) | [Rpc.Object.ApplyTemplate.Response](#anytype.Rpc.Object.ApplyTemplate.Response) | | -| ObjectToSet | [Rpc.Object.ToSet.Request](#anytype.Rpc.Object.ToSet.Request) | [Rpc.Object.ToSet.Response](#anytype.Rpc.Object.ToSet.Response) | ObjectToSet creates new set from given object and removes object | -| ObjectToCollection | [Rpc.Object.ToCollection.Request](#anytype.Rpc.Object.ToCollection.Request) | [Rpc.Object.ToCollection.Response](#anytype.Rpc.Object.ToCollection.Response) | | -| ObjectShareByLink | [Rpc.Object.ShareByLink.Request](#anytype.Rpc.Object.ShareByLink.Request) | [Rpc.Object.ShareByLink.Response](#anytype.Rpc.Object.ShareByLink.Response) | | -| ObjectUndo | [Rpc.Object.Undo.Request](#anytype.Rpc.Object.Undo.Request) | [Rpc.Object.Undo.Response](#anytype.Rpc.Object.Undo.Response) | | -| ObjectRedo | [Rpc.Object.Redo.Request](#anytype.Rpc.Object.Redo.Request) | [Rpc.Object.Redo.Response](#anytype.Rpc.Object.Redo.Response) | | -| ObjectListExport | [Rpc.Object.ListExport.Request](#anytype.Rpc.Object.ListExport.Request) | [Rpc.Object.ListExport.Response](#anytype.Rpc.Object.ListExport.Response) | | -| ObjectBookmarkFetch | [Rpc.Object.BookmarkFetch.Request](#anytype.Rpc.Object.BookmarkFetch.Request) | [Rpc.Object.BookmarkFetch.Response](#anytype.Rpc.Object.BookmarkFetch.Response) | | -| ObjectToBookmark | [Rpc.Object.ToBookmark.Request](#anytype.Rpc.Object.ToBookmark.Request) | [Rpc.Object.ToBookmark.Response](#anytype.Rpc.Object.ToBookmark.Response) | | -| ObjectImport | [Rpc.Object.Import.Request](#anytype.Rpc.Object.Import.Request) | [Rpc.Object.Import.Response](#anytype.Rpc.Object.Import.Response) | | -| ObjectImportList | [Rpc.Object.ImportList.Request](#anytype.Rpc.Object.ImportList.Request) | [Rpc.Object.ImportList.Response](#anytype.Rpc.Object.ImportList.Response) | | -| ObjectImportNotionValidateToken | [Rpc.Object.Import.Notion.ValidateToken.Request](#anytype.Rpc.Object.Import.Notion.ValidateToken.Request) | [Rpc.Object.Import.Notion.ValidateToken.Response](#anytype.Rpc.Object.Import.Notion.ValidateToken.Response) | | -| ObjectCollectionAdd | [Rpc.ObjectCollection.Add.Request](#anytype.Rpc.ObjectCollection.Add.Request) | [Rpc.ObjectCollection.Add.Response](#anytype.Rpc.ObjectCollection.Add.Response) | Collections *** | -| ObjectCollectionRemove | [Rpc.ObjectCollection.Remove.Request](#anytype.Rpc.ObjectCollection.Remove.Request) | [Rpc.ObjectCollection.Remove.Response](#anytype.Rpc.ObjectCollection.Remove.Response) | | -| ObjectCollectionSort | [Rpc.ObjectCollection.Sort.Request](#anytype.Rpc.ObjectCollection.Sort.Request) | [Rpc.ObjectCollection.Sort.Response](#anytype.Rpc.ObjectCollection.Sort.Response) | | -| ObjectCreateRelation | [Rpc.Object.CreateRelation.Request](#anytype.Rpc.Object.CreateRelation.Request) | [Rpc.Object.CreateRelation.Response](#anytype.Rpc.Object.CreateRelation.Response) | Relations *** | -| ObjectCreateRelationOption | [Rpc.Object.CreateRelationOption.Request](#anytype.Rpc.Object.CreateRelationOption.Request) | [Rpc.Object.CreateRelationOption.Response](#anytype.Rpc.Object.CreateRelationOption.Response) | | -| RelationListRemoveOption | [Rpc.Relation.ListRemoveOption.Request](#anytype.Rpc.Relation.ListRemoveOption.Request) | [Rpc.Relation.ListRemoveOption.Response](#anytype.Rpc.Relation.ListRemoveOption.Response) | | -| RelationOptions | [Rpc.Relation.Options.Request](#anytype.Rpc.Relation.Options.Request) | [Rpc.Relation.Options.Response](#anytype.Rpc.Relation.Options.Response) | | -| ObjectRelationAdd | [Rpc.ObjectRelation.Add.Request](#anytype.Rpc.ObjectRelation.Add.Request) | [Rpc.ObjectRelation.Add.Response](#anytype.Rpc.ObjectRelation.Add.Response) | Object Relations *** | -| ObjectRelationDelete | [Rpc.ObjectRelation.Delete.Request](#anytype.Rpc.ObjectRelation.Delete.Request) | [Rpc.ObjectRelation.Delete.Response](#anytype.Rpc.ObjectRelation.Delete.Response) | | -| ObjectRelationAddFeatured | [Rpc.ObjectRelation.AddFeatured.Request](#anytype.Rpc.ObjectRelation.AddFeatured.Request) | [Rpc.ObjectRelation.AddFeatured.Response](#anytype.Rpc.ObjectRelation.AddFeatured.Response) | | -| ObjectRelationRemoveFeatured | [Rpc.ObjectRelation.RemoveFeatured.Request](#anytype.Rpc.ObjectRelation.RemoveFeatured.Request) | [Rpc.ObjectRelation.RemoveFeatured.Response](#anytype.Rpc.ObjectRelation.RemoveFeatured.Response) | | -| ObjectRelationListAvailable | [Rpc.ObjectRelation.ListAvailable.Request](#anytype.Rpc.ObjectRelation.ListAvailable.Request) | [Rpc.ObjectRelation.ListAvailable.Response](#anytype.Rpc.ObjectRelation.ListAvailable.Response) | | -| ObjectCreateObjectType | [Rpc.Object.CreateObjectType.Request](#anytype.Rpc.Object.CreateObjectType.Request) | [Rpc.Object.CreateObjectType.Response](#anytype.Rpc.Object.CreateObjectType.Response) | ObjectType commands *** | -| ObjectTypeRelationList | [Rpc.ObjectType.Relation.List.Request](#anytype.Rpc.ObjectType.Relation.List.Request) | [Rpc.ObjectType.Relation.List.Response](#anytype.Rpc.ObjectType.Relation.List.Response) | | -| ObjectTypeRelationAdd | [Rpc.ObjectType.Relation.Add.Request](#anytype.Rpc.ObjectType.Relation.Add.Request) | [Rpc.ObjectType.Relation.Add.Response](#anytype.Rpc.ObjectType.Relation.Add.Response) | | -| ObjectTypeRelationRemove | [Rpc.ObjectType.Relation.Remove.Request](#anytype.Rpc.ObjectType.Relation.Remove.Request) | [Rpc.ObjectType.Relation.Remove.Response](#anytype.Rpc.ObjectType.Relation.Remove.Response) | | -| HistoryShowVersion | [Rpc.History.ShowVersion.Request](#anytype.Rpc.History.ShowVersion.Request) | [Rpc.History.ShowVersion.Response](#anytype.Rpc.History.ShowVersion.Response) | | -| HistoryGetVersions | [Rpc.History.GetVersions.Request](#anytype.Rpc.History.GetVersions.Request) | [Rpc.History.GetVersions.Response](#anytype.Rpc.History.GetVersions.Response) | | -| HistorySetVersion | [Rpc.History.SetVersion.Request](#anytype.Rpc.History.SetVersion.Request) | [Rpc.History.SetVersion.Response](#anytype.Rpc.History.SetVersion.Response) | | -| FileOffload | [Rpc.File.Offload.Request](#anytype.Rpc.File.Offload.Request) | [Rpc.File.Offload.Response](#anytype.Rpc.File.Offload.Response) | Files *** | -| FileListOffload | [Rpc.File.ListOffload.Request](#anytype.Rpc.File.ListOffload.Request) | [Rpc.File.ListOffload.Response](#anytype.Rpc.File.ListOffload.Response) | | -| FileUpload | [Rpc.File.Upload.Request](#anytype.Rpc.File.Upload.Request) | [Rpc.File.Upload.Response](#anytype.Rpc.File.Upload.Response) | | -| FileDownload | [Rpc.File.Download.Request](#anytype.Rpc.File.Download.Request) | [Rpc.File.Download.Response](#anytype.Rpc.File.Download.Response) | | -| FileDrop | [Rpc.File.Drop.Request](#anytype.Rpc.File.Drop.Request) | [Rpc.File.Drop.Response](#anytype.Rpc.File.Drop.Response) | | -| FileSpaceUsage | [Rpc.File.SpaceUsage.Request](#anytype.Rpc.File.SpaceUsage.Request) | [Rpc.File.SpaceUsage.Response](#anytype.Rpc.File.SpaceUsage.Response) | | -| NavigationListObjects | [Rpc.Navigation.ListObjects.Request](#anytype.Rpc.Navigation.ListObjects.Request) | [Rpc.Navigation.ListObjects.Response](#anytype.Rpc.Navigation.ListObjects.Response) | | -| NavigationGetObjectInfoWithLinks | [Rpc.Navigation.GetObjectInfoWithLinks.Request](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Request) | [Rpc.Navigation.GetObjectInfoWithLinks.Response](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Response) | | -| TemplateCreateFromObject | [Rpc.Template.CreateFromObject.Request](#anytype.Rpc.Template.CreateFromObject.Request) | [Rpc.Template.CreateFromObject.Response](#anytype.Rpc.Template.CreateFromObject.Response) | | -| TemplateCreateFromObjectType | [Rpc.Template.CreateFromObjectType.Request](#anytype.Rpc.Template.CreateFromObjectType.Request) | [Rpc.Template.CreateFromObjectType.Response](#anytype.Rpc.Template.CreateFromObjectType.Response) | to be renamed to ObjectCreateTemplate | -| TemplateClone | [Rpc.Template.Clone.Request](#anytype.Rpc.Template.Clone.Request) | [Rpc.Template.Clone.Response](#anytype.Rpc.Template.Clone.Response) | | -| TemplateExportAll | [Rpc.Template.ExportAll.Request](#anytype.Rpc.Template.ExportAll.Request) | [Rpc.Template.ExportAll.Response](#anytype.Rpc.Template.ExportAll.Response) | | -| LinkPreview | [Rpc.LinkPreview.Request](#anytype.Rpc.LinkPreview.Request) | [Rpc.LinkPreview.Response](#anytype.Rpc.LinkPreview.Response) | | -| UnsplashSearch | [Rpc.Unsplash.Search.Request](#anytype.Rpc.Unsplash.Search.Request) | [Rpc.Unsplash.Search.Response](#anytype.Rpc.Unsplash.Search.Response) | | -| UnsplashDownload | [Rpc.Unsplash.Download.Request](#anytype.Rpc.Unsplash.Download.Request) | [Rpc.Unsplash.Download.Response](#anytype.Rpc.Unsplash.Download.Response) | UnsplashDownload downloads picture from unsplash by ID, put it to the IPFS and returns the hash. The artist info is available in the object details | -| BlockUpload | [Rpc.Block.Upload.Request](#anytype.Rpc.Block.Upload.Request) | [Rpc.Block.Upload.Response](#anytype.Rpc.Block.Upload.Response) | General Block commands *** | -| BlockReplace | [Rpc.Block.Replace.Request](#anytype.Rpc.Block.Replace.Request) | [Rpc.Block.Replace.Response](#anytype.Rpc.Block.Replace.Response) | | -| BlockCreate | [Rpc.Block.Create.Request](#anytype.Rpc.Block.Create.Request) | [Rpc.Block.Create.Response](#anytype.Rpc.Block.Create.Response) | | -| BlockSplit | [Rpc.Block.Split.Request](#anytype.Rpc.Block.Split.Request) | [Rpc.Block.Split.Response](#anytype.Rpc.Block.Split.Response) | | -| BlockMerge | [Rpc.Block.Merge.Request](#anytype.Rpc.Block.Merge.Request) | [Rpc.Block.Merge.Response](#anytype.Rpc.Block.Merge.Response) | | -| BlockCopy | [Rpc.Block.Copy.Request](#anytype.Rpc.Block.Copy.Request) | [Rpc.Block.Copy.Response](#anytype.Rpc.Block.Copy.Response) | | -| BlockPaste | [Rpc.Block.Paste.Request](#anytype.Rpc.Block.Paste.Request) | [Rpc.Block.Paste.Response](#anytype.Rpc.Block.Paste.Response) | | -| BlockCut | [Rpc.Block.Cut.Request](#anytype.Rpc.Block.Cut.Request) | [Rpc.Block.Cut.Response](#anytype.Rpc.Block.Cut.Response) | | -| BlockSetFields | [Rpc.Block.SetFields.Request](#anytype.Rpc.Block.SetFields.Request) | [Rpc.Block.SetFields.Response](#anytype.Rpc.Block.SetFields.Response) | | -| BlockExport | [Rpc.Block.Export.Request](#anytype.Rpc.Block.Export.Request) | [Rpc.Block.Export.Response](#anytype.Rpc.Block.Export.Response) | | -| BlockListDelete | [Rpc.Block.ListDelete.Request](#anytype.Rpc.Block.ListDelete.Request) | [Rpc.Block.ListDelete.Response](#anytype.Rpc.Block.ListDelete.Response) | | -| BlockListMoveToExistingObject | [Rpc.Block.ListMoveToExistingObject.Request](#anytype.Rpc.Block.ListMoveToExistingObject.Request) | [Rpc.Block.ListMoveToExistingObject.Response](#anytype.Rpc.Block.ListMoveToExistingObject.Response) | | -| BlockListMoveToNewObject | [Rpc.Block.ListMoveToNewObject.Request](#anytype.Rpc.Block.ListMoveToNewObject.Request) | [Rpc.Block.ListMoveToNewObject.Response](#anytype.Rpc.Block.ListMoveToNewObject.Response) | | -| BlockListConvertToObjects | [Rpc.Block.ListConvertToObjects.Request](#anytype.Rpc.Block.ListConvertToObjects.Request) | [Rpc.Block.ListConvertToObjects.Response](#anytype.Rpc.Block.ListConvertToObjects.Response) | | -| BlockListSetFields | [Rpc.Block.ListSetFields.Request](#anytype.Rpc.Block.ListSetFields.Request) | [Rpc.Block.ListSetFields.Response](#anytype.Rpc.Block.ListSetFields.Response) | | -| BlockListDuplicate | [Rpc.Block.ListDuplicate.Request](#anytype.Rpc.Block.ListDuplicate.Request) | [Rpc.Block.ListDuplicate.Response](#anytype.Rpc.Block.ListDuplicate.Response) | | -| BlockListSetBackgroundColor | [Rpc.Block.ListSetBackgroundColor.Request](#anytype.Rpc.Block.ListSetBackgroundColor.Request) | [Rpc.Block.ListSetBackgroundColor.Response](#anytype.Rpc.Block.ListSetBackgroundColor.Response) | | -| BlockListSetAlign | [Rpc.Block.ListSetAlign.Request](#anytype.Rpc.Block.ListSetAlign.Request) | [Rpc.Block.ListSetAlign.Response](#anytype.Rpc.Block.ListSetAlign.Response) | | -| BlockListSetVerticalAlign | [Rpc.Block.ListSetVerticalAlign.Request](#anytype.Rpc.Block.ListSetVerticalAlign.Request) | [Rpc.Block.ListSetVerticalAlign.Response](#anytype.Rpc.Block.ListSetVerticalAlign.Response) | | -| BlockListTurnInto | [Rpc.Block.ListTurnInto.Request](#anytype.Rpc.Block.ListTurnInto.Request) | [Rpc.Block.ListTurnInto.Response](#anytype.Rpc.Block.ListTurnInto.Response) | | -| BlockTextSetText | [Rpc.BlockText.SetText.Request](#anytype.Rpc.BlockText.SetText.Request) | [Rpc.BlockText.SetText.Response](#anytype.Rpc.BlockText.SetText.Response) | Text Block commands *** | -| BlockTextSetColor | [Rpc.BlockText.SetColor.Request](#anytype.Rpc.BlockText.SetColor.Request) | [Rpc.BlockText.SetColor.Response](#anytype.Rpc.BlockText.SetColor.Response) | | -| BlockTextSetStyle | [Rpc.BlockText.SetStyle.Request](#anytype.Rpc.BlockText.SetStyle.Request) | [Rpc.BlockText.SetStyle.Response](#anytype.Rpc.BlockText.SetStyle.Response) | | -| BlockTextSetChecked | [Rpc.BlockText.SetChecked.Request](#anytype.Rpc.BlockText.SetChecked.Request) | [Rpc.BlockText.SetChecked.Response](#anytype.Rpc.BlockText.SetChecked.Response) | | -| BlockTextSetIcon | [Rpc.BlockText.SetIcon.Request](#anytype.Rpc.BlockText.SetIcon.Request) | [Rpc.BlockText.SetIcon.Response](#anytype.Rpc.BlockText.SetIcon.Response) | | -| BlockTextListSetColor | [Rpc.BlockText.ListSetColor.Request](#anytype.Rpc.BlockText.ListSetColor.Request) | [Rpc.BlockText.ListSetColor.Response](#anytype.Rpc.BlockText.ListSetColor.Response) | | -| BlockTextListSetMark | [Rpc.BlockText.ListSetMark.Request](#anytype.Rpc.BlockText.ListSetMark.Request) | [Rpc.BlockText.ListSetMark.Response](#anytype.Rpc.BlockText.ListSetMark.Response) | | -| BlockTextListSetStyle | [Rpc.BlockText.ListSetStyle.Request](#anytype.Rpc.BlockText.ListSetStyle.Request) | [Rpc.BlockText.ListSetStyle.Response](#anytype.Rpc.BlockText.ListSetStyle.Response) | | -| BlockTextListClearStyle | [Rpc.BlockText.ListClearStyle.Request](#anytype.Rpc.BlockText.ListClearStyle.Request) | [Rpc.BlockText.ListClearStyle.Response](#anytype.Rpc.BlockText.ListClearStyle.Response) | | -| BlockTextListClearContent | [Rpc.BlockText.ListClearContent.Request](#anytype.Rpc.BlockText.ListClearContent.Request) | [Rpc.BlockText.ListClearContent.Response](#anytype.Rpc.BlockText.ListClearContent.Response) | | -| BlockFileSetName | [Rpc.BlockFile.SetName.Request](#anytype.Rpc.BlockFile.SetName.Request) | [Rpc.BlockFile.SetName.Response](#anytype.Rpc.BlockFile.SetName.Response) | File block commands *** | -| BlockImageSetName | [Rpc.BlockImage.SetName.Request](#anytype.Rpc.BlockImage.SetName.Request) | [Rpc.BlockImage.SetName.Response](#anytype.Rpc.BlockImage.SetName.Response) | | -| BlockVideoSetName | [Rpc.BlockVideo.SetName.Request](#anytype.Rpc.BlockVideo.SetName.Request) | [Rpc.BlockVideo.SetName.Response](#anytype.Rpc.BlockVideo.SetName.Response) | | -| BlockFileCreateAndUpload | [Rpc.BlockFile.CreateAndUpload.Request](#anytype.Rpc.BlockFile.CreateAndUpload.Request) | [Rpc.BlockFile.CreateAndUpload.Response](#anytype.Rpc.BlockFile.CreateAndUpload.Response) | | -| BlockFileListSetStyle | [Rpc.BlockFile.ListSetStyle.Request](#anytype.Rpc.BlockFile.ListSetStyle.Request) | [Rpc.BlockFile.ListSetStyle.Response](#anytype.Rpc.BlockFile.ListSetStyle.Response) | | -| BlockDataviewViewCreate | [Rpc.BlockDataview.View.Create.Request](#anytype.Rpc.BlockDataview.View.Create.Request) | [Rpc.BlockDataview.View.Create.Response](#anytype.Rpc.BlockDataview.View.Create.Response) | Dataview block commands *** | -| BlockDataviewViewDelete | [Rpc.BlockDataview.View.Delete.Request](#anytype.Rpc.BlockDataview.View.Delete.Request) | [Rpc.BlockDataview.View.Delete.Response](#anytype.Rpc.BlockDataview.View.Delete.Response) | | -| BlockDataviewViewUpdate | [Rpc.BlockDataview.View.Update.Request](#anytype.Rpc.BlockDataview.View.Update.Request) | [Rpc.BlockDataview.View.Update.Response](#anytype.Rpc.BlockDataview.View.Update.Response) | | -| BlockDataviewViewSetActive | [Rpc.BlockDataview.View.SetActive.Request](#anytype.Rpc.BlockDataview.View.SetActive.Request) | [Rpc.BlockDataview.View.SetActive.Response](#anytype.Rpc.BlockDataview.View.SetActive.Response) | | -| BlockDataviewViewSetPosition | [Rpc.BlockDataview.View.SetPosition.Request](#anytype.Rpc.BlockDataview.View.SetPosition.Request) | [Rpc.BlockDataview.View.SetPosition.Response](#anytype.Rpc.BlockDataview.View.SetPosition.Response) | | -| BlockDataviewSetSource | [Rpc.BlockDataview.SetSource.Request](#anytype.Rpc.BlockDataview.SetSource.Request) | [Rpc.BlockDataview.SetSource.Response](#anytype.Rpc.BlockDataview.SetSource.Response) | | -| BlockDataviewRelationAdd | [Rpc.BlockDataview.Relation.Add.Request](#anytype.Rpc.BlockDataview.Relation.Add.Request) | [Rpc.BlockDataview.Relation.Add.Response](#anytype.Rpc.BlockDataview.Relation.Add.Response) | | -| BlockDataviewRelationDelete | [Rpc.BlockDataview.Relation.Delete.Request](#anytype.Rpc.BlockDataview.Relation.Delete.Request) | [Rpc.BlockDataview.Relation.Delete.Response](#anytype.Rpc.BlockDataview.Relation.Delete.Response) | | -| BlockDataviewRelationListAvailable | [Rpc.BlockDataview.Relation.ListAvailable.Request](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Request) | [Rpc.BlockDataview.Relation.ListAvailable.Response](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Response) | | -| BlockDataviewGroupOrderUpdate | [Rpc.BlockDataview.GroupOrder.Update.Request](#anytype.Rpc.BlockDataview.GroupOrder.Update.Request) | [Rpc.BlockDataview.GroupOrder.Update.Response](#anytype.Rpc.BlockDataview.GroupOrder.Update.Response) | | -| BlockDataviewObjectOrderUpdate | [Rpc.BlockDataview.ObjectOrder.Update.Request](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Request) | [Rpc.BlockDataview.ObjectOrder.Update.Response](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Response) | | -| BlockDataviewObjectOrderMove | [Rpc.BlockDataview.ObjectOrder.Move.Request](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Request) | [Rpc.BlockDataview.ObjectOrder.Move.Response](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Response) | | -| BlockDataviewCreateFromExistingObject | [Rpc.BlockDataview.CreateFromExistingObject.Request](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Request) | [Rpc.BlockDataview.CreateFromExistingObject.Response](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Response) | | -| BlockDataviewFilterAdd | [Rpc.BlockDataview.Filter.Add.Request](#anytype.Rpc.BlockDataview.Filter.Add.Request) | [Rpc.BlockDataview.Filter.Add.Response](#anytype.Rpc.BlockDataview.Filter.Add.Response) | | -| BlockDataviewFilterRemove | [Rpc.BlockDataview.Filter.Remove.Request](#anytype.Rpc.BlockDataview.Filter.Remove.Request) | [Rpc.BlockDataview.Filter.Remove.Response](#anytype.Rpc.BlockDataview.Filter.Remove.Response) | | -| BlockDataviewFilterReplace | [Rpc.BlockDataview.Filter.Replace.Request](#anytype.Rpc.BlockDataview.Filter.Replace.Request) | [Rpc.BlockDataview.Filter.Replace.Response](#anytype.Rpc.BlockDataview.Filter.Replace.Response) | | -| BlockDataviewFilterSort | [Rpc.BlockDataview.Filter.Sort.Request](#anytype.Rpc.BlockDataview.Filter.Sort.Request) | [Rpc.BlockDataview.Filter.Sort.Response](#anytype.Rpc.BlockDataview.Filter.Sort.Response) | | -| BlockDataviewSortAdd | [Rpc.BlockDataview.Sort.Add.Request](#anytype.Rpc.BlockDataview.Sort.Add.Request) | [Rpc.BlockDataview.Sort.Add.Response](#anytype.Rpc.BlockDataview.Sort.Add.Response) | | -| BlockDataviewSortRemove | [Rpc.BlockDataview.Sort.Remove.Request](#anytype.Rpc.BlockDataview.Sort.Remove.Request) | [Rpc.BlockDataview.Sort.Remove.Response](#anytype.Rpc.BlockDataview.Sort.Remove.Response) | | -| BlockDataviewSortReplace | [Rpc.BlockDataview.Sort.Replace.Request](#anytype.Rpc.BlockDataview.Sort.Replace.Request) | [Rpc.BlockDataview.Sort.Replace.Response](#anytype.Rpc.BlockDataview.Sort.Replace.Response) | | -| BlockDataviewSortSort | [Rpc.BlockDataview.Sort.Sort.Request](#anytype.Rpc.BlockDataview.Sort.Sort.Request) | [Rpc.BlockDataview.Sort.Sort.Response](#anytype.Rpc.BlockDataview.Sort.Sort.Response) | | -| BlockDataviewViewRelationAdd | [Rpc.BlockDataview.ViewRelation.Add.Request](#anytype.Rpc.BlockDataview.ViewRelation.Add.Request) | [Rpc.BlockDataview.ViewRelation.Add.Response](#anytype.Rpc.BlockDataview.ViewRelation.Add.Response) | | -| BlockDataviewViewRelationRemove | [Rpc.BlockDataview.ViewRelation.Remove.Request](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Request) | [Rpc.BlockDataview.ViewRelation.Remove.Response](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Response) | | -| BlockDataviewViewRelationReplace | [Rpc.BlockDataview.ViewRelation.Replace.Request](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Request) | [Rpc.BlockDataview.ViewRelation.Replace.Response](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Response) | | -| BlockDataviewViewRelationSort | [Rpc.BlockDataview.ViewRelation.Sort.Request](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Request) | [Rpc.BlockDataview.ViewRelation.Sort.Response](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Response) | | -| BlockTableCreate | [Rpc.BlockTable.Create.Request](#anytype.Rpc.BlockTable.Create.Request) | [Rpc.BlockTable.Create.Response](#anytype.Rpc.BlockTable.Create.Response) | Simple table block commands *** | -| BlockTableExpand | [Rpc.BlockTable.Expand.Request](#anytype.Rpc.BlockTable.Expand.Request) | [Rpc.BlockTable.Expand.Response](#anytype.Rpc.BlockTable.Expand.Response) | | -| BlockTableRowCreate | [Rpc.BlockTable.RowCreate.Request](#anytype.Rpc.BlockTable.RowCreate.Request) | [Rpc.BlockTable.RowCreate.Response](#anytype.Rpc.BlockTable.RowCreate.Response) | | -| BlockTableRowDelete | [Rpc.BlockTable.RowDelete.Request](#anytype.Rpc.BlockTable.RowDelete.Request) | [Rpc.BlockTable.RowDelete.Response](#anytype.Rpc.BlockTable.RowDelete.Response) | | -| BlockTableRowDuplicate | [Rpc.BlockTable.RowDuplicate.Request](#anytype.Rpc.BlockTable.RowDuplicate.Request) | [Rpc.BlockTable.RowDuplicate.Response](#anytype.Rpc.BlockTable.RowDuplicate.Response) | | -| BlockTableRowSetHeader | [Rpc.BlockTable.RowSetHeader.Request](#anytype.Rpc.BlockTable.RowSetHeader.Request) | [Rpc.BlockTable.RowSetHeader.Response](#anytype.Rpc.BlockTable.RowSetHeader.Response) | | -| BlockTableColumnCreate | [Rpc.BlockTable.ColumnCreate.Request](#anytype.Rpc.BlockTable.ColumnCreate.Request) | [Rpc.BlockTable.ColumnCreate.Response](#anytype.Rpc.BlockTable.ColumnCreate.Response) | | -| BlockTableColumnMove | [Rpc.BlockTable.ColumnMove.Request](#anytype.Rpc.BlockTable.ColumnMove.Request) | [Rpc.BlockTable.ColumnMove.Response](#anytype.Rpc.BlockTable.ColumnMove.Response) | | -| BlockTableColumnDelete | [Rpc.BlockTable.ColumnDelete.Request](#anytype.Rpc.BlockTable.ColumnDelete.Request) | [Rpc.BlockTable.ColumnDelete.Response](#anytype.Rpc.BlockTable.ColumnDelete.Response) | | -| BlockTableColumnDuplicate | [Rpc.BlockTable.ColumnDuplicate.Request](#anytype.Rpc.BlockTable.ColumnDuplicate.Request) | [Rpc.BlockTable.ColumnDuplicate.Response](#anytype.Rpc.BlockTable.ColumnDuplicate.Response) | | -| BlockTableRowListFill | [Rpc.BlockTable.RowListFill.Request](#anytype.Rpc.BlockTable.RowListFill.Request) | [Rpc.BlockTable.RowListFill.Response](#anytype.Rpc.BlockTable.RowListFill.Response) | | -| BlockTableRowListClean | [Rpc.BlockTable.RowListClean.Request](#anytype.Rpc.BlockTable.RowListClean.Request) | [Rpc.BlockTable.RowListClean.Response](#anytype.Rpc.BlockTable.RowListClean.Response) | | -| BlockTableColumnListFill | [Rpc.BlockTable.ColumnListFill.Request](#anytype.Rpc.BlockTable.ColumnListFill.Request) | [Rpc.BlockTable.ColumnListFill.Response](#anytype.Rpc.BlockTable.ColumnListFill.Response) | | -| BlockTableSort | [Rpc.BlockTable.Sort.Request](#anytype.Rpc.BlockTable.Sort.Request) | [Rpc.BlockTable.Sort.Response](#anytype.Rpc.BlockTable.Sort.Response) | | -| BlockLinkCreateWithObject | [Rpc.BlockLink.CreateWithObject.Request](#anytype.Rpc.BlockLink.CreateWithObject.Request) | [Rpc.BlockLink.CreateWithObject.Response](#anytype.Rpc.BlockLink.CreateWithObject.Response) | Other specific block commands *** | -| BlockLinkListSetAppearance | [Rpc.BlockLink.ListSetAppearance.Request](#anytype.Rpc.BlockLink.ListSetAppearance.Request) | [Rpc.BlockLink.ListSetAppearance.Response](#anytype.Rpc.BlockLink.ListSetAppearance.Response) | | -| BlockBookmarkFetch | [Rpc.BlockBookmark.Fetch.Request](#anytype.Rpc.BlockBookmark.Fetch.Request) | [Rpc.BlockBookmark.Fetch.Response](#anytype.Rpc.BlockBookmark.Fetch.Response) | | -| BlockBookmarkCreateAndFetch | [Rpc.BlockBookmark.CreateAndFetch.Request](#anytype.Rpc.BlockBookmark.CreateAndFetch.Request) | [Rpc.BlockBookmark.CreateAndFetch.Response](#anytype.Rpc.BlockBookmark.CreateAndFetch.Response) | | -| BlockRelationSetKey | [Rpc.BlockRelation.SetKey.Request](#anytype.Rpc.BlockRelation.SetKey.Request) | [Rpc.BlockRelation.SetKey.Response](#anytype.Rpc.BlockRelation.SetKey.Response) | | -| BlockRelationAdd | [Rpc.BlockRelation.Add.Request](#anytype.Rpc.BlockRelation.Add.Request) | [Rpc.BlockRelation.Add.Response](#anytype.Rpc.BlockRelation.Add.Response) | | -| BlockDivListSetStyle | [Rpc.BlockDiv.ListSetStyle.Request](#anytype.Rpc.BlockDiv.ListSetStyle.Request) | [Rpc.BlockDiv.ListSetStyle.Response](#anytype.Rpc.BlockDiv.ListSetStyle.Response) | | -| BlockLatexSetText | [Rpc.BlockLatex.SetText.Request](#anytype.Rpc.BlockLatex.SetText.Request) | [Rpc.BlockLatex.SetText.Response](#anytype.Rpc.BlockLatex.SetText.Response) | | -| BlockCreateWidget | [Rpc.Block.CreateWidget.Request](#anytype.Rpc.Block.CreateWidget.Request) | [Rpc.Block.CreateWidget.Response](#anytype.Rpc.Block.CreateWidget.Response) | | -| ProcessCancel | [Rpc.Process.Cancel.Request](#anytype.Rpc.Process.Cancel.Request) | [Rpc.Process.Cancel.Response](#anytype.Rpc.Process.Cancel.Response) | | -| LogSend | [Rpc.Log.Send.Request](#anytype.Rpc.Log.Send.Request) | [Rpc.Log.Send.Response](#anytype.Rpc.Log.Send.Response) | | -| DebugTree | [Rpc.Debug.Tree.Request](#anytype.Rpc.Debug.Tree.Request) | [Rpc.Debug.Tree.Response](#anytype.Rpc.Debug.Tree.Response) | | -| DebugTreeHeads | [Rpc.Debug.TreeHeads.Request](#anytype.Rpc.Debug.TreeHeads.Request) | [Rpc.Debug.TreeHeads.Response](#anytype.Rpc.Debug.TreeHeads.Response) | | -| DebugSpaceSummary | [Rpc.Debug.SpaceSummary.Request](#anytype.Rpc.Debug.SpaceSummary.Request) | [Rpc.Debug.SpaceSummary.Response](#anytype.Rpc.Debug.SpaceSummary.Response) | | -| DebugExportLocalstore | [Rpc.Debug.ExportLocalstore.Request](#anytype.Rpc.Debug.ExportLocalstore.Request) | [Rpc.Debug.ExportLocalstore.Response](#anytype.Rpc.Debug.ExportLocalstore.Response) | | -| DebugPing | [Rpc.Debug.Ping.Request](#anytype.Rpc.Debug.Ping.Request) | [Rpc.Debug.Ping.Response](#anytype.Rpc.Debug.Ping.Response) | | -| MetricsSetParameters | [Rpc.Metrics.SetParameters.Request](#anytype.Rpc.Metrics.SetParameters.Request) | [Rpc.Metrics.SetParameters.Response](#anytype.Rpc.Metrics.SetParameters.Response) | | -| ListenSessionEvents | [StreamRequest](#anytype.StreamRequest) | [Event](#anytype.Event) stream | used only for lib-server via grpc | +| AppGetVersion | [Rpc.App.GetVersion.Request](#anytype-Rpc-App-GetVersion-Request) | [Rpc.App.GetVersion.Response](#anytype-Rpc-App-GetVersion-Response) | | +| AppSetDeviceState | [Rpc.App.SetDeviceState.Request](#anytype-Rpc-App-SetDeviceState-Request) | [Rpc.App.SetDeviceState.Response](#anytype-Rpc-App-SetDeviceState-Response) | | +| AppShutdown | [Rpc.App.Shutdown.Request](#anytype-Rpc-App-Shutdown-Request) | [Rpc.App.Shutdown.Response](#anytype-Rpc-App-Shutdown-Response) | | +| WalletCreate | [Rpc.Wallet.Create.Request](#anytype-Rpc-Wallet-Create-Request) | [Rpc.Wallet.Create.Response](#anytype-Rpc-Wallet-Create-Response) | Wallet *** | +| WalletRecover | [Rpc.Wallet.Recover.Request](#anytype-Rpc-Wallet-Recover-Request) | [Rpc.Wallet.Recover.Response](#anytype-Rpc-Wallet-Recover-Response) | | +| WalletConvert | [Rpc.Wallet.Convert.Request](#anytype-Rpc-Wallet-Convert-Request) | [Rpc.Wallet.Convert.Response](#anytype-Rpc-Wallet-Convert-Response) | | +| WalletCreateSession | [Rpc.Wallet.CreateSession.Request](#anytype-Rpc-Wallet-CreateSession-Request) | [Rpc.Wallet.CreateSession.Response](#anytype-Rpc-Wallet-CreateSession-Response) | | +| WalletCloseSession | [Rpc.Wallet.CloseSession.Request](#anytype-Rpc-Wallet-CloseSession-Request) | [Rpc.Wallet.CloseSession.Response](#anytype-Rpc-Wallet-CloseSession-Response) | | +| WorkspaceCreate | [Rpc.Workspace.Create.Request](#anytype-Rpc-Workspace-Create-Request) | [Rpc.Workspace.Create.Response](#anytype-Rpc-Workspace-Create-Response) | Workspace *** | +| WorkspaceObjectAdd | [Rpc.Workspace.Object.Add.Request](#anytype-Rpc-Workspace-Object-Add-Request) | [Rpc.Workspace.Object.Add.Response](#anytype-Rpc-Workspace-Object-Add-Response) | | +| WorkspaceObjectListAdd | [Rpc.Workspace.Object.ListAdd.Request](#anytype-Rpc-Workspace-Object-ListAdd-Request) | [Rpc.Workspace.Object.ListAdd.Response](#anytype-Rpc-Workspace-Object-ListAdd-Response) | | +| WorkspaceObjectListRemove | [Rpc.Workspace.Object.ListRemove.Request](#anytype-Rpc-Workspace-Object-ListRemove-Request) | [Rpc.Workspace.Object.ListRemove.Response](#anytype-Rpc-Workspace-Object-ListRemove-Response) | | +| WorkspaceSelect | [Rpc.Workspace.Select.Request](#anytype-Rpc-Workspace-Select-Request) | [Rpc.Workspace.Select.Response](#anytype-Rpc-Workspace-Select-Response) | | +| WorkspaceGetCurrent | [Rpc.Workspace.GetCurrent.Request](#anytype-Rpc-Workspace-GetCurrent-Request) | [Rpc.Workspace.GetCurrent.Response](#anytype-Rpc-Workspace-GetCurrent-Response) | | +| WorkspaceGetAll | [Rpc.Workspace.GetAll.Request](#anytype-Rpc-Workspace-GetAll-Request) | [Rpc.Workspace.GetAll.Response](#anytype-Rpc-Workspace-GetAll-Response) | | +| WorkspaceSetIsHighlighted | [Rpc.Workspace.SetIsHighlighted.Request](#anytype-Rpc-Workspace-SetIsHighlighted-Request) | [Rpc.Workspace.SetIsHighlighted.Response](#anytype-Rpc-Workspace-SetIsHighlighted-Response) | | +| WorkspaceExport | [Rpc.Workspace.Export.Request](#anytype-Rpc-Workspace-Export-Request) | [Rpc.Workspace.Export.Response](#anytype-Rpc-Workspace-Export-Response) | | +| AccountRecover | [Rpc.Account.Recover.Request](#anytype-Rpc-Account-Recover-Request) | [Rpc.Account.Recover.Response](#anytype-Rpc-Account-Recover-Response) | Account *** | +| AccountCreate | [Rpc.Account.Create.Request](#anytype-Rpc-Account-Create-Request) | [Rpc.Account.Create.Response](#anytype-Rpc-Account-Create-Response) | | +| AccountDelete | [Rpc.Account.Delete.Request](#anytype-Rpc-Account-Delete-Request) | [Rpc.Account.Delete.Response](#anytype-Rpc-Account-Delete-Response) | | +| AccountSelect | [Rpc.Account.Select.Request](#anytype-Rpc-Account-Select-Request) | [Rpc.Account.Select.Response](#anytype-Rpc-Account-Select-Response) | | +| AccountStop | [Rpc.Account.Stop.Request](#anytype-Rpc-Account-Stop-Request) | [Rpc.Account.Stop.Response](#anytype-Rpc-Account-Stop-Response) | | +| AccountMove | [Rpc.Account.Move.Request](#anytype-Rpc-Account-Move-Request) | [Rpc.Account.Move.Response](#anytype-Rpc-Account-Move-Response) | | +| AccountConfigUpdate | [Rpc.Account.ConfigUpdate.Request](#anytype-Rpc-Account-ConfigUpdate-Request) | [Rpc.Account.ConfigUpdate.Response](#anytype-Rpc-Account-ConfigUpdate-Response) | | +| AccountRecoverFromLegacyExport | [Rpc.Account.RecoverFromLegacyExport.Request](#anytype-Rpc-Account-RecoverFromLegacyExport-Request) | [Rpc.Account.RecoverFromLegacyExport.Response](#anytype-Rpc-Account-RecoverFromLegacyExport-Response) | | +| ObjectOpen | [Rpc.Object.Open.Request](#anytype-Rpc-Object-Open-Request) | [Rpc.Object.Open.Response](#anytype-Rpc-Object-Open-Response) | Object *** | +| ObjectClose | [Rpc.Object.Close.Request](#anytype-Rpc-Object-Close-Request) | [Rpc.Object.Close.Response](#anytype-Rpc-Object-Close-Response) | | +| ObjectShow | [Rpc.Object.Show.Request](#anytype-Rpc-Object-Show-Request) | [Rpc.Object.Show.Response](#anytype-Rpc-Object-Show-Response) | | +| ObjectCreate | [Rpc.Object.Create.Request](#anytype-Rpc-Object-Create-Request) | [Rpc.Object.Create.Response](#anytype-Rpc-Object-Create-Response) | ObjectCreate just creates the new page, without adding the link to it from some other page | +| ObjectCreateBookmark | [Rpc.Object.CreateBookmark.Request](#anytype-Rpc-Object-CreateBookmark-Request) | [Rpc.Object.CreateBookmark.Response](#anytype-Rpc-Object-CreateBookmark-Response) | | +| ObjectCreateSet | [Rpc.Object.CreateSet.Request](#anytype-Rpc-Object-CreateSet-Request) | [Rpc.Object.CreateSet.Response](#anytype-Rpc-Object-CreateSet-Response) | ObjectCreateSet just creates the new set, without adding the link to it from some other page | +| ObjectGraph | [Rpc.Object.Graph.Request](#anytype-Rpc-Object-Graph-Request) | [Rpc.Object.Graph.Response](#anytype-Rpc-Object-Graph-Response) | | +| ObjectSearch | [Rpc.Object.Search.Request](#anytype-Rpc-Object-Search-Request) | [Rpc.Object.Search.Response](#anytype-Rpc-Object-Search-Response) | | +| ObjectSearchSubscribe | [Rpc.Object.SearchSubscribe.Request](#anytype-Rpc-Object-SearchSubscribe-Request) | [Rpc.Object.SearchSubscribe.Response](#anytype-Rpc-Object-SearchSubscribe-Response) | | +| ObjectSubscribeIds | [Rpc.Object.SubscribeIds.Request](#anytype-Rpc-Object-SubscribeIds-Request) | [Rpc.Object.SubscribeIds.Response](#anytype-Rpc-Object-SubscribeIds-Response) | | +| ObjectGroupsSubscribe | [Rpc.Object.GroupsSubscribe.Request](#anytype-Rpc-Object-GroupsSubscribe-Request) | [Rpc.Object.GroupsSubscribe.Response](#anytype-Rpc-Object-GroupsSubscribe-Response) | | +| ObjectSearchUnsubscribe | [Rpc.Object.SearchUnsubscribe.Request](#anytype-Rpc-Object-SearchUnsubscribe-Request) | [Rpc.Object.SearchUnsubscribe.Response](#anytype-Rpc-Object-SearchUnsubscribe-Response) | | +| ObjectSetDetails | [Rpc.Object.SetDetails.Request](#anytype-Rpc-Object-SetDetails-Request) | [Rpc.Object.SetDetails.Response](#anytype-Rpc-Object-SetDetails-Response) | | +| ObjectDuplicate | [Rpc.Object.Duplicate.Request](#anytype-Rpc-Object-Duplicate-Request) | [Rpc.Object.Duplicate.Response](#anytype-Rpc-Object-Duplicate-Response) | | +| ObjectSetObjectType | [Rpc.Object.SetObjectType.Request](#anytype-Rpc-Object-SetObjectType-Request) | [Rpc.Object.SetObjectType.Response](#anytype-Rpc-Object-SetObjectType-Response) | ObjectSetObjectType sets an existing object type to the object so it will appear in sets and suggests relations from this type | +| ObjectSetLayout | [Rpc.Object.SetLayout.Request](#anytype-Rpc-Object-SetLayout-Request) | [Rpc.Object.SetLayout.Response](#anytype-Rpc-Object-SetLayout-Response) | | +| ObjectSetInternalFlags | [Rpc.Object.SetInternalFlags.Request](#anytype-Rpc-Object-SetInternalFlags-Request) | [Rpc.Object.SetInternalFlags.Response](#anytype-Rpc-Object-SetInternalFlags-Response) | | +| ObjectSetIsFavorite | [Rpc.Object.SetIsFavorite.Request](#anytype-Rpc-Object-SetIsFavorite-Request) | [Rpc.Object.SetIsFavorite.Response](#anytype-Rpc-Object-SetIsFavorite-Response) | | +| ObjectSetIsArchived | [Rpc.Object.SetIsArchived.Request](#anytype-Rpc-Object-SetIsArchived-Request) | [Rpc.Object.SetIsArchived.Response](#anytype-Rpc-Object-SetIsArchived-Response) | | +| ObjectSetSource | [Rpc.Object.SetSource.Request](#anytype-Rpc-Object-SetSource-Request) | [Rpc.Object.SetSource.Response](#anytype-Rpc-Object-SetSource-Response) | | +| ObjectWorkspaceSetDashboard | [Rpc.Object.WorkspaceSetDashboard.Request](#anytype-Rpc-Object-WorkspaceSetDashboard-Request) | [Rpc.Object.WorkspaceSetDashboard.Response](#anytype-Rpc-Object-WorkspaceSetDashboard-Response) | | +| ObjectListDuplicate | [Rpc.Object.ListDuplicate.Request](#anytype-Rpc-Object-ListDuplicate-Request) | [Rpc.Object.ListDuplicate.Response](#anytype-Rpc-Object-ListDuplicate-Response) | | +| ObjectListDelete | [Rpc.Object.ListDelete.Request](#anytype-Rpc-Object-ListDelete-Request) | [Rpc.Object.ListDelete.Response](#anytype-Rpc-Object-ListDelete-Response) | | +| ObjectListSetIsArchived | [Rpc.Object.ListSetIsArchived.Request](#anytype-Rpc-Object-ListSetIsArchived-Request) | [Rpc.Object.ListSetIsArchived.Response](#anytype-Rpc-Object-ListSetIsArchived-Response) | | +| ObjectListSetIsFavorite | [Rpc.Object.ListSetIsFavorite.Request](#anytype-Rpc-Object-ListSetIsFavorite-Request) | [Rpc.Object.ListSetIsFavorite.Response](#anytype-Rpc-Object-ListSetIsFavorite-Response) | | +| ObjectApplyTemplate | [Rpc.Object.ApplyTemplate.Request](#anytype-Rpc-Object-ApplyTemplate-Request) | [Rpc.Object.ApplyTemplate.Response](#anytype-Rpc-Object-ApplyTemplate-Response) | | +| ObjectToSet | [Rpc.Object.ToSet.Request](#anytype-Rpc-Object-ToSet-Request) | [Rpc.Object.ToSet.Response](#anytype-Rpc-Object-ToSet-Response) | ObjectToSet creates new set from given object and removes object | +| ObjectToCollection | [Rpc.Object.ToCollection.Request](#anytype-Rpc-Object-ToCollection-Request) | [Rpc.Object.ToCollection.Response](#anytype-Rpc-Object-ToCollection-Response) | | +| ObjectShareByLink | [Rpc.Object.ShareByLink.Request](#anytype-Rpc-Object-ShareByLink-Request) | [Rpc.Object.ShareByLink.Response](#anytype-Rpc-Object-ShareByLink-Response) | | +| ObjectUndo | [Rpc.Object.Undo.Request](#anytype-Rpc-Object-Undo-Request) | [Rpc.Object.Undo.Response](#anytype-Rpc-Object-Undo-Response) | | +| ObjectRedo | [Rpc.Object.Redo.Request](#anytype-Rpc-Object-Redo-Request) | [Rpc.Object.Redo.Response](#anytype-Rpc-Object-Redo-Response) | | +| ObjectListExport | [Rpc.Object.ListExport.Request](#anytype-Rpc-Object-ListExport-Request) | [Rpc.Object.ListExport.Response](#anytype-Rpc-Object-ListExport-Response) | | +| ObjectBookmarkFetch | [Rpc.Object.BookmarkFetch.Request](#anytype-Rpc-Object-BookmarkFetch-Request) | [Rpc.Object.BookmarkFetch.Response](#anytype-Rpc-Object-BookmarkFetch-Response) | | +| ObjectToBookmark | [Rpc.Object.ToBookmark.Request](#anytype-Rpc-Object-ToBookmark-Request) | [Rpc.Object.ToBookmark.Response](#anytype-Rpc-Object-ToBookmark-Response) | | +| ObjectImport | [Rpc.Object.Import.Request](#anytype-Rpc-Object-Import-Request) | [Rpc.Object.Import.Response](#anytype-Rpc-Object-Import-Response) | | +| ObjectImportList | [Rpc.Object.ImportList.Request](#anytype-Rpc-Object-ImportList-Request) | [Rpc.Object.ImportList.Response](#anytype-Rpc-Object-ImportList-Response) | | +| ObjectImportNotionValidateToken | [Rpc.Object.Import.Notion.ValidateToken.Request](#anytype-Rpc-Object-Import-Notion-ValidateToken-Request) | [Rpc.Object.Import.Notion.ValidateToken.Response](#anytype-Rpc-Object-Import-Notion-ValidateToken-Response) | | +| ObjectCollectionAdd | [Rpc.ObjectCollection.Add.Request](#anytype-Rpc-ObjectCollection-Add-Request) | [Rpc.ObjectCollection.Add.Response](#anytype-Rpc-ObjectCollection-Add-Response) | Collections *** | +| ObjectCollectionRemove | [Rpc.ObjectCollection.Remove.Request](#anytype-Rpc-ObjectCollection-Remove-Request) | [Rpc.ObjectCollection.Remove.Response](#anytype-Rpc-ObjectCollection-Remove-Response) | | +| ObjectCollectionSort | [Rpc.ObjectCollection.Sort.Request](#anytype-Rpc-ObjectCollection-Sort-Request) | [Rpc.ObjectCollection.Sort.Response](#anytype-Rpc-ObjectCollection-Sort-Response) | | +| ObjectCreateRelation | [Rpc.Object.CreateRelation.Request](#anytype-Rpc-Object-CreateRelation-Request) | [Rpc.Object.CreateRelation.Response](#anytype-Rpc-Object-CreateRelation-Response) | Relations *** | +| ObjectCreateRelationOption | [Rpc.Object.CreateRelationOption.Request](#anytype-Rpc-Object-CreateRelationOption-Request) | [Rpc.Object.CreateRelationOption.Response](#anytype-Rpc-Object-CreateRelationOption-Response) | | +| RelationListRemoveOption | [Rpc.Relation.ListRemoveOption.Request](#anytype-Rpc-Relation-ListRemoveOption-Request) | [Rpc.Relation.ListRemoveOption.Response](#anytype-Rpc-Relation-ListRemoveOption-Response) | | +| RelationOptions | [Rpc.Relation.Options.Request](#anytype-Rpc-Relation-Options-Request) | [Rpc.Relation.Options.Response](#anytype-Rpc-Relation-Options-Response) | | +| ObjectRelationAdd | [Rpc.ObjectRelation.Add.Request](#anytype-Rpc-ObjectRelation-Add-Request) | [Rpc.ObjectRelation.Add.Response](#anytype-Rpc-ObjectRelation-Add-Response) | Object Relations *** | +| ObjectRelationDelete | [Rpc.ObjectRelation.Delete.Request](#anytype-Rpc-ObjectRelation-Delete-Request) | [Rpc.ObjectRelation.Delete.Response](#anytype-Rpc-ObjectRelation-Delete-Response) | | +| ObjectRelationAddFeatured | [Rpc.ObjectRelation.AddFeatured.Request](#anytype-Rpc-ObjectRelation-AddFeatured-Request) | [Rpc.ObjectRelation.AddFeatured.Response](#anytype-Rpc-ObjectRelation-AddFeatured-Response) | | +| ObjectRelationRemoveFeatured | [Rpc.ObjectRelation.RemoveFeatured.Request](#anytype-Rpc-ObjectRelation-RemoveFeatured-Request) | [Rpc.ObjectRelation.RemoveFeatured.Response](#anytype-Rpc-ObjectRelation-RemoveFeatured-Response) | | +| ObjectRelationListAvailable | [Rpc.ObjectRelation.ListAvailable.Request](#anytype-Rpc-ObjectRelation-ListAvailable-Request) | [Rpc.ObjectRelation.ListAvailable.Response](#anytype-Rpc-ObjectRelation-ListAvailable-Response) | | +| ObjectCreateObjectType | [Rpc.Object.CreateObjectType.Request](#anytype-Rpc-Object-CreateObjectType-Request) | [Rpc.Object.CreateObjectType.Response](#anytype-Rpc-Object-CreateObjectType-Response) | ObjectType commands *** | +| ObjectTypeRelationList | [Rpc.ObjectType.Relation.List.Request](#anytype-Rpc-ObjectType-Relation-List-Request) | [Rpc.ObjectType.Relation.List.Response](#anytype-Rpc-ObjectType-Relation-List-Response) | | +| ObjectTypeRelationAdd | [Rpc.ObjectType.Relation.Add.Request](#anytype-Rpc-ObjectType-Relation-Add-Request) | [Rpc.ObjectType.Relation.Add.Response](#anytype-Rpc-ObjectType-Relation-Add-Response) | | +| ObjectTypeRelationRemove | [Rpc.ObjectType.Relation.Remove.Request](#anytype-Rpc-ObjectType-Relation-Remove-Request) | [Rpc.ObjectType.Relation.Remove.Response](#anytype-Rpc-ObjectType-Relation-Remove-Response) | | +| HistoryShowVersion | [Rpc.History.ShowVersion.Request](#anytype-Rpc-History-ShowVersion-Request) | [Rpc.History.ShowVersion.Response](#anytype-Rpc-History-ShowVersion-Response) | | +| HistoryGetVersions | [Rpc.History.GetVersions.Request](#anytype-Rpc-History-GetVersions-Request) | [Rpc.History.GetVersions.Response](#anytype-Rpc-History-GetVersions-Response) | | +| HistorySetVersion | [Rpc.History.SetVersion.Request](#anytype-Rpc-History-SetVersion-Request) | [Rpc.History.SetVersion.Response](#anytype-Rpc-History-SetVersion-Response) | | +| FileOffload | [Rpc.File.Offload.Request](#anytype-Rpc-File-Offload-Request) | [Rpc.File.Offload.Response](#anytype-Rpc-File-Offload-Response) | Files *** | +| FileListOffload | [Rpc.File.ListOffload.Request](#anytype-Rpc-File-ListOffload-Request) | [Rpc.File.ListOffload.Response](#anytype-Rpc-File-ListOffload-Response) | | +| FileUpload | [Rpc.File.Upload.Request](#anytype-Rpc-File-Upload-Request) | [Rpc.File.Upload.Response](#anytype-Rpc-File-Upload-Response) | | +| FileDownload | [Rpc.File.Download.Request](#anytype-Rpc-File-Download-Request) | [Rpc.File.Download.Response](#anytype-Rpc-File-Download-Response) | | +| FileDrop | [Rpc.File.Drop.Request](#anytype-Rpc-File-Drop-Request) | [Rpc.File.Drop.Response](#anytype-Rpc-File-Drop-Response) | | +| FileSpaceUsage | [Rpc.File.SpaceUsage.Request](#anytype-Rpc-File-SpaceUsage-Request) | [Rpc.File.SpaceUsage.Response](#anytype-Rpc-File-SpaceUsage-Response) | | +| NavigationListObjects | [Rpc.Navigation.ListObjects.Request](#anytype-Rpc-Navigation-ListObjects-Request) | [Rpc.Navigation.ListObjects.Response](#anytype-Rpc-Navigation-ListObjects-Response) | | +| NavigationGetObjectInfoWithLinks | [Rpc.Navigation.GetObjectInfoWithLinks.Request](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Request) | [Rpc.Navigation.GetObjectInfoWithLinks.Response](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Response) | | +| TemplateCreateFromObject | [Rpc.Template.CreateFromObject.Request](#anytype-Rpc-Template-CreateFromObject-Request) | [Rpc.Template.CreateFromObject.Response](#anytype-Rpc-Template-CreateFromObject-Response) | | +| TemplateCreateFromObjectType | [Rpc.Template.CreateFromObjectType.Request](#anytype-Rpc-Template-CreateFromObjectType-Request) | [Rpc.Template.CreateFromObjectType.Response](#anytype-Rpc-Template-CreateFromObjectType-Response) | to be renamed to ObjectCreateTemplate | +| TemplateClone | [Rpc.Template.Clone.Request](#anytype-Rpc-Template-Clone-Request) | [Rpc.Template.Clone.Response](#anytype-Rpc-Template-Clone-Response) | | +| TemplateExportAll | [Rpc.Template.ExportAll.Request](#anytype-Rpc-Template-ExportAll-Request) | [Rpc.Template.ExportAll.Response](#anytype-Rpc-Template-ExportAll-Response) | | +| LinkPreview | [Rpc.LinkPreview.Request](#anytype-Rpc-LinkPreview-Request) | [Rpc.LinkPreview.Response](#anytype-Rpc-LinkPreview-Response) | | +| UnsplashSearch | [Rpc.Unsplash.Search.Request](#anytype-Rpc-Unsplash-Search-Request) | [Rpc.Unsplash.Search.Response](#anytype-Rpc-Unsplash-Search-Response) | | +| UnsplashDownload | [Rpc.Unsplash.Download.Request](#anytype-Rpc-Unsplash-Download-Request) | [Rpc.Unsplash.Download.Response](#anytype-Rpc-Unsplash-Download-Response) | UnsplashDownload downloads picture from unsplash by ID, put it to the IPFS and returns the hash. The artist info is available in the object details | +| BlockUpload | [Rpc.Block.Upload.Request](#anytype-Rpc-Block-Upload-Request) | [Rpc.Block.Upload.Response](#anytype-Rpc-Block-Upload-Response) | General Block commands *** | +| BlockReplace | [Rpc.Block.Replace.Request](#anytype-Rpc-Block-Replace-Request) | [Rpc.Block.Replace.Response](#anytype-Rpc-Block-Replace-Response) | | +| BlockCreate | [Rpc.Block.Create.Request](#anytype-Rpc-Block-Create-Request) | [Rpc.Block.Create.Response](#anytype-Rpc-Block-Create-Response) | | +| BlockSplit | [Rpc.Block.Split.Request](#anytype-Rpc-Block-Split-Request) | [Rpc.Block.Split.Response](#anytype-Rpc-Block-Split-Response) | | +| BlockMerge | [Rpc.Block.Merge.Request](#anytype-Rpc-Block-Merge-Request) | [Rpc.Block.Merge.Response](#anytype-Rpc-Block-Merge-Response) | | +| BlockCopy | [Rpc.Block.Copy.Request](#anytype-Rpc-Block-Copy-Request) | [Rpc.Block.Copy.Response](#anytype-Rpc-Block-Copy-Response) | | +| BlockPaste | [Rpc.Block.Paste.Request](#anytype-Rpc-Block-Paste-Request) | [Rpc.Block.Paste.Response](#anytype-Rpc-Block-Paste-Response) | | +| BlockCut | [Rpc.Block.Cut.Request](#anytype-Rpc-Block-Cut-Request) | [Rpc.Block.Cut.Response](#anytype-Rpc-Block-Cut-Response) | | +| BlockSetFields | [Rpc.Block.SetFields.Request](#anytype-Rpc-Block-SetFields-Request) | [Rpc.Block.SetFields.Response](#anytype-Rpc-Block-SetFields-Response) | | +| BlockExport | [Rpc.Block.Export.Request](#anytype-Rpc-Block-Export-Request) | [Rpc.Block.Export.Response](#anytype-Rpc-Block-Export-Response) | | +| BlockListDelete | [Rpc.Block.ListDelete.Request](#anytype-Rpc-Block-ListDelete-Request) | [Rpc.Block.ListDelete.Response](#anytype-Rpc-Block-ListDelete-Response) | | +| BlockListMoveToExistingObject | [Rpc.Block.ListMoveToExistingObject.Request](#anytype-Rpc-Block-ListMoveToExistingObject-Request) | [Rpc.Block.ListMoveToExistingObject.Response](#anytype-Rpc-Block-ListMoveToExistingObject-Response) | | +| BlockListMoveToNewObject | [Rpc.Block.ListMoveToNewObject.Request](#anytype-Rpc-Block-ListMoveToNewObject-Request) | [Rpc.Block.ListMoveToNewObject.Response](#anytype-Rpc-Block-ListMoveToNewObject-Response) | | +| BlockListConvertToObjects | [Rpc.Block.ListConvertToObjects.Request](#anytype-Rpc-Block-ListConvertToObjects-Request) | [Rpc.Block.ListConvertToObjects.Response](#anytype-Rpc-Block-ListConvertToObjects-Response) | | +| BlockListSetFields | [Rpc.Block.ListSetFields.Request](#anytype-Rpc-Block-ListSetFields-Request) | [Rpc.Block.ListSetFields.Response](#anytype-Rpc-Block-ListSetFields-Response) | | +| BlockListDuplicate | [Rpc.Block.ListDuplicate.Request](#anytype-Rpc-Block-ListDuplicate-Request) | [Rpc.Block.ListDuplicate.Response](#anytype-Rpc-Block-ListDuplicate-Response) | | +| BlockListSetBackgroundColor | [Rpc.Block.ListSetBackgroundColor.Request](#anytype-Rpc-Block-ListSetBackgroundColor-Request) | [Rpc.Block.ListSetBackgroundColor.Response](#anytype-Rpc-Block-ListSetBackgroundColor-Response) | | +| BlockListSetAlign | [Rpc.Block.ListSetAlign.Request](#anytype-Rpc-Block-ListSetAlign-Request) | [Rpc.Block.ListSetAlign.Response](#anytype-Rpc-Block-ListSetAlign-Response) | | +| BlockListSetVerticalAlign | [Rpc.Block.ListSetVerticalAlign.Request](#anytype-Rpc-Block-ListSetVerticalAlign-Request) | [Rpc.Block.ListSetVerticalAlign.Response](#anytype-Rpc-Block-ListSetVerticalAlign-Response) | | +| BlockListTurnInto | [Rpc.Block.ListTurnInto.Request](#anytype-Rpc-Block-ListTurnInto-Request) | [Rpc.Block.ListTurnInto.Response](#anytype-Rpc-Block-ListTurnInto-Response) | | +| BlockTextSetText | [Rpc.BlockText.SetText.Request](#anytype-Rpc-BlockText-SetText-Request) | [Rpc.BlockText.SetText.Response](#anytype-Rpc-BlockText-SetText-Response) | Text Block commands *** | +| BlockTextSetColor | [Rpc.BlockText.SetColor.Request](#anytype-Rpc-BlockText-SetColor-Request) | [Rpc.BlockText.SetColor.Response](#anytype-Rpc-BlockText-SetColor-Response) | | +| BlockTextSetStyle | [Rpc.BlockText.SetStyle.Request](#anytype-Rpc-BlockText-SetStyle-Request) | [Rpc.BlockText.SetStyle.Response](#anytype-Rpc-BlockText-SetStyle-Response) | | +| BlockTextSetChecked | [Rpc.BlockText.SetChecked.Request](#anytype-Rpc-BlockText-SetChecked-Request) | [Rpc.BlockText.SetChecked.Response](#anytype-Rpc-BlockText-SetChecked-Response) | | +| BlockTextSetIcon | [Rpc.BlockText.SetIcon.Request](#anytype-Rpc-BlockText-SetIcon-Request) | [Rpc.BlockText.SetIcon.Response](#anytype-Rpc-BlockText-SetIcon-Response) | | +| BlockTextListSetColor | [Rpc.BlockText.ListSetColor.Request](#anytype-Rpc-BlockText-ListSetColor-Request) | [Rpc.BlockText.ListSetColor.Response](#anytype-Rpc-BlockText-ListSetColor-Response) | | +| BlockTextListSetMark | [Rpc.BlockText.ListSetMark.Request](#anytype-Rpc-BlockText-ListSetMark-Request) | [Rpc.BlockText.ListSetMark.Response](#anytype-Rpc-BlockText-ListSetMark-Response) | | +| BlockTextListSetStyle | [Rpc.BlockText.ListSetStyle.Request](#anytype-Rpc-BlockText-ListSetStyle-Request) | [Rpc.BlockText.ListSetStyle.Response](#anytype-Rpc-BlockText-ListSetStyle-Response) | | +| BlockTextListClearStyle | [Rpc.BlockText.ListClearStyle.Request](#anytype-Rpc-BlockText-ListClearStyle-Request) | [Rpc.BlockText.ListClearStyle.Response](#anytype-Rpc-BlockText-ListClearStyle-Response) | | +| BlockTextListClearContent | [Rpc.BlockText.ListClearContent.Request](#anytype-Rpc-BlockText-ListClearContent-Request) | [Rpc.BlockText.ListClearContent.Response](#anytype-Rpc-BlockText-ListClearContent-Response) | | +| BlockFileSetName | [Rpc.BlockFile.SetName.Request](#anytype-Rpc-BlockFile-SetName-Request) | [Rpc.BlockFile.SetName.Response](#anytype-Rpc-BlockFile-SetName-Response) | File block commands *** | +| BlockImageSetName | [Rpc.BlockImage.SetName.Request](#anytype-Rpc-BlockImage-SetName-Request) | [Rpc.BlockImage.SetName.Response](#anytype-Rpc-BlockImage-SetName-Response) | | +| BlockVideoSetName | [Rpc.BlockVideo.SetName.Request](#anytype-Rpc-BlockVideo-SetName-Request) | [Rpc.BlockVideo.SetName.Response](#anytype-Rpc-BlockVideo-SetName-Response) | | +| BlockFileCreateAndUpload | [Rpc.BlockFile.CreateAndUpload.Request](#anytype-Rpc-BlockFile-CreateAndUpload-Request) | [Rpc.BlockFile.CreateAndUpload.Response](#anytype-Rpc-BlockFile-CreateAndUpload-Response) | | +| BlockFileListSetStyle | [Rpc.BlockFile.ListSetStyle.Request](#anytype-Rpc-BlockFile-ListSetStyle-Request) | [Rpc.BlockFile.ListSetStyle.Response](#anytype-Rpc-BlockFile-ListSetStyle-Response) | | +| BlockDataviewViewCreate | [Rpc.BlockDataview.View.Create.Request](#anytype-Rpc-BlockDataview-View-Create-Request) | [Rpc.BlockDataview.View.Create.Response](#anytype-Rpc-BlockDataview-View-Create-Response) | Dataview block commands *** | +| BlockDataviewViewDelete | [Rpc.BlockDataview.View.Delete.Request](#anytype-Rpc-BlockDataview-View-Delete-Request) | [Rpc.BlockDataview.View.Delete.Response](#anytype-Rpc-BlockDataview-View-Delete-Response) | | +| BlockDataviewViewUpdate | [Rpc.BlockDataview.View.Update.Request](#anytype-Rpc-BlockDataview-View-Update-Request) | [Rpc.BlockDataview.View.Update.Response](#anytype-Rpc-BlockDataview-View-Update-Response) | | +| BlockDataviewViewSetActive | [Rpc.BlockDataview.View.SetActive.Request](#anytype-Rpc-BlockDataview-View-SetActive-Request) | [Rpc.BlockDataview.View.SetActive.Response](#anytype-Rpc-BlockDataview-View-SetActive-Response) | | +| BlockDataviewViewSetPosition | [Rpc.BlockDataview.View.SetPosition.Request](#anytype-Rpc-BlockDataview-View-SetPosition-Request) | [Rpc.BlockDataview.View.SetPosition.Response](#anytype-Rpc-BlockDataview-View-SetPosition-Response) | | +| BlockDataviewSetSource | [Rpc.BlockDataview.SetSource.Request](#anytype-Rpc-BlockDataview-SetSource-Request) | [Rpc.BlockDataview.SetSource.Response](#anytype-Rpc-BlockDataview-SetSource-Response) | | +| BlockDataviewRelationAdd | [Rpc.BlockDataview.Relation.Add.Request](#anytype-Rpc-BlockDataview-Relation-Add-Request) | [Rpc.BlockDataview.Relation.Add.Response](#anytype-Rpc-BlockDataview-Relation-Add-Response) | | +| BlockDataviewRelationDelete | [Rpc.BlockDataview.Relation.Delete.Request](#anytype-Rpc-BlockDataview-Relation-Delete-Request) | [Rpc.BlockDataview.Relation.Delete.Response](#anytype-Rpc-BlockDataview-Relation-Delete-Response) | | +| BlockDataviewRelationListAvailable | [Rpc.BlockDataview.Relation.ListAvailable.Request](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Request) | [Rpc.BlockDataview.Relation.ListAvailable.Response](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Response) | | +| BlockDataviewGroupOrderUpdate | [Rpc.BlockDataview.GroupOrder.Update.Request](#anytype-Rpc-BlockDataview-GroupOrder-Update-Request) | [Rpc.BlockDataview.GroupOrder.Update.Response](#anytype-Rpc-BlockDataview-GroupOrder-Update-Response) | | +| BlockDataviewObjectOrderUpdate | [Rpc.BlockDataview.ObjectOrder.Update.Request](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Request) | [Rpc.BlockDataview.ObjectOrder.Update.Response](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Response) | | +| BlockDataviewObjectOrderMove | [Rpc.BlockDataview.ObjectOrder.Move.Request](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Request) | [Rpc.BlockDataview.ObjectOrder.Move.Response](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Response) | | +| BlockDataviewCreateFromExistingObject | [Rpc.BlockDataview.CreateFromExistingObject.Request](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Request) | [Rpc.BlockDataview.CreateFromExistingObject.Response](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Response) | | +| BlockDataviewFilterAdd | [Rpc.BlockDataview.Filter.Add.Request](#anytype-Rpc-BlockDataview-Filter-Add-Request) | [Rpc.BlockDataview.Filter.Add.Response](#anytype-Rpc-BlockDataview-Filter-Add-Response) | | +| BlockDataviewFilterRemove | [Rpc.BlockDataview.Filter.Remove.Request](#anytype-Rpc-BlockDataview-Filter-Remove-Request) | [Rpc.BlockDataview.Filter.Remove.Response](#anytype-Rpc-BlockDataview-Filter-Remove-Response) | | +| BlockDataviewFilterReplace | [Rpc.BlockDataview.Filter.Replace.Request](#anytype-Rpc-BlockDataview-Filter-Replace-Request) | [Rpc.BlockDataview.Filter.Replace.Response](#anytype-Rpc-BlockDataview-Filter-Replace-Response) | | +| BlockDataviewFilterSort | [Rpc.BlockDataview.Filter.Sort.Request](#anytype-Rpc-BlockDataview-Filter-Sort-Request) | [Rpc.BlockDataview.Filter.Sort.Response](#anytype-Rpc-BlockDataview-Filter-Sort-Response) | | +| BlockDataviewSortAdd | [Rpc.BlockDataview.Sort.Add.Request](#anytype-Rpc-BlockDataview-Sort-Add-Request) | [Rpc.BlockDataview.Sort.Add.Response](#anytype-Rpc-BlockDataview-Sort-Add-Response) | | +| BlockDataviewSortRemove | [Rpc.BlockDataview.Sort.Remove.Request](#anytype-Rpc-BlockDataview-Sort-Remove-Request) | [Rpc.BlockDataview.Sort.Remove.Response](#anytype-Rpc-BlockDataview-Sort-Remove-Response) | | +| BlockDataviewSortReplace | [Rpc.BlockDataview.Sort.Replace.Request](#anytype-Rpc-BlockDataview-Sort-Replace-Request) | [Rpc.BlockDataview.Sort.Replace.Response](#anytype-Rpc-BlockDataview-Sort-Replace-Response) | | +| BlockDataviewSortSort | [Rpc.BlockDataview.Sort.Sort.Request](#anytype-Rpc-BlockDataview-Sort-Sort-Request) | [Rpc.BlockDataview.Sort.Sort.Response](#anytype-Rpc-BlockDataview-Sort-Sort-Response) | | +| BlockDataviewViewRelationAdd | [Rpc.BlockDataview.ViewRelation.Add.Request](#anytype-Rpc-BlockDataview-ViewRelation-Add-Request) | [Rpc.BlockDataview.ViewRelation.Add.Response](#anytype-Rpc-BlockDataview-ViewRelation-Add-Response) | | +| BlockDataviewViewRelationRemove | [Rpc.BlockDataview.ViewRelation.Remove.Request](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Request) | [Rpc.BlockDataview.ViewRelation.Remove.Response](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Response) | | +| BlockDataviewViewRelationReplace | [Rpc.BlockDataview.ViewRelation.Replace.Request](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Request) | [Rpc.BlockDataview.ViewRelation.Replace.Response](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Response) | | +| BlockDataviewViewRelationSort | [Rpc.BlockDataview.ViewRelation.Sort.Request](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Request) | [Rpc.BlockDataview.ViewRelation.Sort.Response](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Response) | | +| BlockTableCreate | [Rpc.BlockTable.Create.Request](#anytype-Rpc-BlockTable-Create-Request) | [Rpc.BlockTable.Create.Response](#anytype-Rpc-BlockTable-Create-Response) | Simple table block commands *** | +| BlockTableExpand | [Rpc.BlockTable.Expand.Request](#anytype-Rpc-BlockTable-Expand-Request) | [Rpc.BlockTable.Expand.Response](#anytype-Rpc-BlockTable-Expand-Response) | | +| BlockTableRowCreate | [Rpc.BlockTable.RowCreate.Request](#anytype-Rpc-BlockTable-RowCreate-Request) | [Rpc.BlockTable.RowCreate.Response](#anytype-Rpc-BlockTable-RowCreate-Response) | | +| BlockTableRowDelete | [Rpc.BlockTable.RowDelete.Request](#anytype-Rpc-BlockTable-RowDelete-Request) | [Rpc.BlockTable.RowDelete.Response](#anytype-Rpc-BlockTable-RowDelete-Response) | | +| BlockTableRowDuplicate | [Rpc.BlockTable.RowDuplicate.Request](#anytype-Rpc-BlockTable-RowDuplicate-Request) | [Rpc.BlockTable.RowDuplicate.Response](#anytype-Rpc-BlockTable-RowDuplicate-Response) | | +| BlockTableRowSetHeader | [Rpc.BlockTable.RowSetHeader.Request](#anytype-Rpc-BlockTable-RowSetHeader-Request) | [Rpc.BlockTable.RowSetHeader.Response](#anytype-Rpc-BlockTable-RowSetHeader-Response) | | +| BlockTableColumnCreate | [Rpc.BlockTable.ColumnCreate.Request](#anytype-Rpc-BlockTable-ColumnCreate-Request) | [Rpc.BlockTable.ColumnCreate.Response](#anytype-Rpc-BlockTable-ColumnCreate-Response) | | +| BlockTableColumnMove | [Rpc.BlockTable.ColumnMove.Request](#anytype-Rpc-BlockTable-ColumnMove-Request) | [Rpc.BlockTable.ColumnMove.Response](#anytype-Rpc-BlockTable-ColumnMove-Response) | | +| BlockTableColumnDelete | [Rpc.BlockTable.ColumnDelete.Request](#anytype-Rpc-BlockTable-ColumnDelete-Request) | [Rpc.BlockTable.ColumnDelete.Response](#anytype-Rpc-BlockTable-ColumnDelete-Response) | | +| BlockTableColumnDuplicate | [Rpc.BlockTable.ColumnDuplicate.Request](#anytype-Rpc-BlockTable-ColumnDuplicate-Request) | [Rpc.BlockTable.ColumnDuplicate.Response](#anytype-Rpc-BlockTable-ColumnDuplicate-Response) | | +| BlockTableRowListFill | [Rpc.BlockTable.RowListFill.Request](#anytype-Rpc-BlockTable-RowListFill-Request) | [Rpc.BlockTable.RowListFill.Response](#anytype-Rpc-BlockTable-RowListFill-Response) | | +| BlockTableRowListClean | [Rpc.BlockTable.RowListClean.Request](#anytype-Rpc-BlockTable-RowListClean-Request) | [Rpc.BlockTable.RowListClean.Response](#anytype-Rpc-BlockTable-RowListClean-Response) | | +| BlockTableColumnListFill | [Rpc.BlockTable.ColumnListFill.Request](#anytype-Rpc-BlockTable-ColumnListFill-Request) | [Rpc.BlockTable.ColumnListFill.Response](#anytype-Rpc-BlockTable-ColumnListFill-Response) | | +| BlockTableSort | [Rpc.BlockTable.Sort.Request](#anytype-Rpc-BlockTable-Sort-Request) | [Rpc.BlockTable.Sort.Response](#anytype-Rpc-BlockTable-Sort-Response) | | +| BlockLinkCreateWithObject | [Rpc.BlockLink.CreateWithObject.Request](#anytype-Rpc-BlockLink-CreateWithObject-Request) | [Rpc.BlockLink.CreateWithObject.Response](#anytype-Rpc-BlockLink-CreateWithObject-Response) | Other specific block commands *** | +| BlockLinkListSetAppearance | [Rpc.BlockLink.ListSetAppearance.Request](#anytype-Rpc-BlockLink-ListSetAppearance-Request) | [Rpc.BlockLink.ListSetAppearance.Response](#anytype-Rpc-BlockLink-ListSetAppearance-Response) | | +| BlockBookmarkFetch | [Rpc.BlockBookmark.Fetch.Request](#anytype-Rpc-BlockBookmark-Fetch-Request) | [Rpc.BlockBookmark.Fetch.Response](#anytype-Rpc-BlockBookmark-Fetch-Response) | | +| BlockBookmarkCreateAndFetch | [Rpc.BlockBookmark.CreateAndFetch.Request](#anytype-Rpc-BlockBookmark-CreateAndFetch-Request) | [Rpc.BlockBookmark.CreateAndFetch.Response](#anytype-Rpc-BlockBookmark-CreateAndFetch-Response) | | +| BlockRelationSetKey | [Rpc.BlockRelation.SetKey.Request](#anytype-Rpc-BlockRelation-SetKey-Request) | [Rpc.BlockRelation.SetKey.Response](#anytype-Rpc-BlockRelation-SetKey-Response) | | +| BlockRelationAdd | [Rpc.BlockRelation.Add.Request](#anytype-Rpc-BlockRelation-Add-Request) | [Rpc.BlockRelation.Add.Response](#anytype-Rpc-BlockRelation-Add-Response) | | +| BlockDivListSetStyle | [Rpc.BlockDiv.ListSetStyle.Request](#anytype-Rpc-BlockDiv-ListSetStyle-Request) | [Rpc.BlockDiv.ListSetStyle.Response](#anytype-Rpc-BlockDiv-ListSetStyle-Response) | | +| BlockLatexSetText | [Rpc.BlockLatex.SetText.Request](#anytype-Rpc-BlockLatex-SetText-Request) | [Rpc.BlockLatex.SetText.Response](#anytype-Rpc-BlockLatex-SetText-Response) | | +| BlockCreateWidget | [Rpc.Block.CreateWidget.Request](#anytype-Rpc-Block-CreateWidget-Request) | [Rpc.Block.CreateWidget.Response](#anytype-Rpc-Block-CreateWidget-Response) | | +| ProcessCancel | [Rpc.Process.Cancel.Request](#anytype-Rpc-Process-Cancel-Request) | [Rpc.Process.Cancel.Response](#anytype-Rpc-Process-Cancel-Response) | | +| LogSend | [Rpc.Log.Send.Request](#anytype-Rpc-Log-Send-Request) | [Rpc.Log.Send.Response](#anytype-Rpc-Log-Send-Response) | | +| DebugTree | [Rpc.Debug.Tree.Request](#anytype-Rpc-Debug-Tree-Request) | [Rpc.Debug.Tree.Response](#anytype-Rpc-Debug-Tree-Response) | | +| DebugTreeHeads | [Rpc.Debug.TreeHeads.Request](#anytype-Rpc-Debug-TreeHeads-Request) | [Rpc.Debug.TreeHeads.Response](#anytype-Rpc-Debug-TreeHeads-Response) | | +| DebugSpaceSummary | [Rpc.Debug.SpaceSummary.Request](#anytype-Rpc-Debug-SpaceSummary-Request) | [Rpc.Debug.SpaceSummary.Response](#anytype-Rpc-Debug-SpaceSummary-Response) | | +| DebugExportLocalstore | [Rpc.Debug.ExportLocalstore.Request](#anytype-Rpc-Debug-ExportLocalstore-Request) | [Rpc.Debug.ExportLocalstore.Response](#anytype-Rpc-Debug-ExportLocalstore-Response) | | +| DebugPing | [Rpc.Debug.Ping.Request](#anytype-Rpc-Debug-Ping-Request) | [Rpc.Debug.Ping.Response](#anytype-Rpc-Debug-Ping-Response) | | +| MetricsSetParameters | [Rpc.Metrics.SetParameters.Request](#anytype-Rpc-Metrics-SetParameters-Request) | [Rpc.Metrics.SetParameters.Response](#anytype-Rpc-Metrics-SetParameters-Response) | | +| ListenSessionEvents | [StreamRequest](#anytype-StreamRequest) | [Event](#anytype-Event) stream | used only for lib-server via grpc | - +

Top

## pb/protos/changes.proto - + ### Change the element of change tree used to store and internal apply smartBlock history @@ -1807,9 +1631,9 @@ the element of change tree used to store and internal apply smartBlock history | previous_ids | [string](#string) | repeated | ids of previous changes | | last_snapshot_id | [string](#string) | | id of the last snapshot | | previous_meta_ids | [string](#string) | repeated | ids of the last changes with details/relations content | -| content | [Change.Content](#anytype.Change.Content) | repeated | set of actions to apply | -| snapshot | [Change.Snapshot](#anytype.Change.Snapshot) | | snapshot - when not null, the Content will be ignored | -| fileKeys | [Change.FileKeys](#anytype.Change.FileKeys) | repeated | file keys related to changes content | +| content | [Change.Content](#anytype-Change-Content) | repeated | set of actions to apply | +| snapshot | [Change.Snapshot](#anytype-Change-Snapshot) | | snapshot - when not null, the Content will be ignored | +| fileKeys | [Change.FileKeys](#anytype-Change-FileKeys) | repeated | file keys related to changes content | | timestamp | [int64](#int64) | | creation timestamp | | version | [uint32](#uint32) | | version of business logic | @@ -1818,7 +1642,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.BlockCreate @@ -1827,15 +1651,15 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | targetId | [string](#string) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | -| blocks | [model.Block](#anytype.model.Block) | repeated | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | +| blocks | [model.Block](#anytype-model-Block) | repeated | | - + ### Change.BlockDuplicate @@ -1844,7 +1668,7 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | targetId | [string](#string) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | | ids | [string](#string) | repeated | | @@ -1852,7 +1676,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.BlockMove @@ -1861,7 +1685,7 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | targetId | [string](#string) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | | ids | [string](#string) | repeated | | @@ -1869,7 +1693,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.BlockRemove @@ -1884,7 +1708,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.BlockUpdate @@ -1892,14 +1716,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| events | [Event.Message](#anytype.Event.Message) | repeated | | +| events | [Event.Message](#anytype-Event-Message) | repeated | | - + ### Change.Content @@ -1907,30 +1731,30 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| blockCreate | [Change.BlockCreate](#anytype.Change.BlockCreate) | | | -| blockUpdate | [Change.BlockUpdate](#anytype.Change.BlockUpdate) | | | -| blockRemove | [Change.BlockRemove](#anytype.Change.BlockRemove) | | | -| blockMove | [Change.BlockMove](#anytype.Change.BlockMove) | | | -| blockDuplicate | [Change.BlockDuplicate](#anytype.Change.BlockDuplicate) | | | -| relationAdd | [Change.RelationAdd](#anytype.Change.RelationAdd) | | | -| relationRemove | [Change.RelationRemove](#anytype.Change.RelationRemove) | | | -| detailsSet | [Change.DetailsSet](#anytype.Change.DetailsSet) | | | -| detailsUnset | [Change.DetailsUnset](#anytype.Change.DetailsUnset) | | | -| old_relationAdd | [Change._RelationAdd](#anytype.Change._RelationAdd) | | deprecated | -| old_relationRemove | [Change._RelationRemove](#anytype.Change._RelationRemove) | | | -| old_relationUpdate | [Change._RelationUpdate](#anytype.Change._RelationUpdate) | | | -| objectTypeAdd | [Change.ObjectTypeAdd](#anytype.Change.ObjectTypeAdd) | | | -| objectTypeRemove | [Change.ObjectTypeRemove](#anytype.Change.ObjectTypeRemove) | | | -| storeKeySet | [Change.StoreKeySet](#anytype.Change.StoreKeySet) | | | -| storeKeyUnset | [Change.StoreKeyUnset](#anytype.Change.StoreKeyUnset) | | | -| storeSliceUpdate | [Change.StoreSliceUpdate](#anytype.Change.StoreSliceUpdate) | | | +| blockCreate | [Change.BlockCreate](#anytype-Change-BlockCreate) | | | +| blockUpdate | [Change.BlockUpdate](#anytype-Change-BlockUpdate) | | | +| blockRemove | [Change.BlockRemove](#anytype-Change-BlockRemove) | | | +| blockMove | [Change.BlockMove](#anytype-Change-BlockMove) | | | +| blockDuplicate | [Change.BlockDuplicate](#anytype-Change-BlockDuplicate) | | | +| relationAdd | [Change.RelationAdd](#anytype-Change-RelationAdd) | | | +| relationRemove | [Change.RelationRemove](#anytype-Change-RelationRemove) | | | +| detailsSet | [Change.DetailsSet](#anytype-Change-DetailsSet) | | | +| detailsUnset | [Change.DetailsUnset](#anytype-Change-DetailsUnset) | | | +| old_relationAdd | [Change._RelationAdd](#anytype-Change-_RelationAdd) | | deprecated | +| old_relationRemove | [Change._RelationRemove](#anytype-Change-_RelationRemove) | | | +| old_relationUpdate | [Change._RelationUpdate](#anytype-Change-_RelationUpdate) | | | +| objectTypeAdd | [Change.ObjectTypeAdd](#anytype-Change-ObjectTypeAdd) | | | +| objectTypeRemove | [Change.ObjectTypeRemove](#anytype-Change-ObjectTypeRemove) | | | +| storeKeySet | [Change.StoreKeySet](#anytype-Change-StoreKeySet) | | | +| storeKeyUnset | [Change.StoreKeyUnset](#anytype-Change-StoreKeyUnset) | | | +| storeSliceUpdate | [Change.StoreSliceUpdate](#anytype-Change-StoreSliceUpdate) | | | - + ### Change.DetailsSet @@ -1939,14 +1763,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | key | [string](#string) | | | -| value | [google.protobuf.Value](#google.protobuf.Value) | | | +| value | [google.protobuf.Value](#google-protobuf-Value) | | | - + ### Change.DetailsUnset @@ -1961,7 +1785,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.FileKeys @@ -1970,14 +1794,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | hash | [string](#string) | | | -| keys | [Change.FileKeys.KeysEntry](#anytype.Change.FileKeys.KeysEntry) | repeated | | +| keys | [Change.FileKeys.KeysEntry](#anytype-Change-FileKeys-KeysEntry) | repeated | | - + ### Change.FileKeys.KeysEntry @@ -1993,7 +1817,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.ObjectTypeAdd @@ -2008,7 +1832,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.ObjectTypeRemove @@ -2023,7 +1847,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.RelationAdd @@ -2031,14 +1855,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| relationLinks | [model.RelationLink](#anytype.model.RelationLink) | repeated | | +| relationLinks | [model.RelationLink](#anytype-model-RelationLink) | repeated | | - + ### Change.RelationRemove @@ -2053,7 +1877,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.Snapshot @@ -2061,16 +1885,16 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| logHeads | [Change.Snapshot.LogHeadsEntry](#anytype.Change.Snapshot.LogHeadsEntry) | repeated | logId -> lastChangeId | -| data | [model.SmartBlockSnapshotBase](#anytype.model.SmartBlockSnapshotBase) | | snapshot data | -| fileKeys | [Change.FileKeys](#anytype.Change.FileKeys) | repeated | all file keys related to doc | +| logHeads | [Change.Snapshot.LogHeadsEntry](#anytype-Change-Snapshot-LogHeadsEntry) | repeated | logId -> lastChangeId | +| data | [model.SmartBlockSnapshotBase](#anytype-model-SmartBlockSnapshotBase) | | snapshot data | +| fileKeys | [Change.FileKeys](#anytype-Change-FileKeys) | repeated | all file keys related to doc | - + ### Change.Snapshot.LogHeadsEntry @@ -2086,7 +1910,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.StoreKeySet @@ -2095,14 +1919,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | path | [string](#string) | repeated | | -| value | [google.protobuf.Value](#google.protobuf.Value) | | | +| value | [google.protobuf.Value](#google-protobuf-Value) | | | - + ### Change.StoreKeyUnset @@ -2117,7 +1941,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.StoreSliceUpdate @@ -2126,16 +1950,16 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | key | [string](#string) | | | -| add | [Change.StoreSliceUpdate.Add](#anytype.Change.StoreSliceUpdate.Add) | | | -| remove | [Change.StoreSliceUpdate.Remove](#anytype.Change.StoreSliceUpdate.Remove) | | | -| move | [Change.StoreSliceUpdate.Move](#anytype.Change.StoreSliceUpdate.Move) | | | +| add | [Change.StoreSliceUpdate.Add](#anytype-Change-StoreSliceUpdate-Add) | | | +| remove | [Change.StoreSliceUpdate.Remove](#anytype-Change-StoreSliceUpdate-Remove) | | | +| move | [Change.StoreSliceUpdate.Move](#anytype-Change-StoreSliceUpdate-Move) | | | - + ### Change.StoreSliceUpdate.Add @@ -2151,7 +1975,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.StoreSliceUpdate.Move @@ -2167,7 +1991,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change.StoreSliceUpdate.Remove @@ -2182,7 +2006,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change._RelationAdd @@ -2190,14 +2014,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| relation | [model.Relation](#anytype.model.Relation) | | | +| relation | [model.Relation](#anytype-model-Relation) | | | - + ### Change._RelationRemove @@ -2212,7 +2036,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Change._RelationUpdate @@ -2221,19 +2045,19 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | key | [string](#string) | | | -| format | [model.RelationFormat](#anytype.model.RelationFormat) | | | +| format | [model.RelationFormat](#anytype-model-RelationFormat) | | | | name | [string](#string) | | | -| defaultValue | [google.protobuf.Value](#google.protobuf.Value) | | | -| objectTypes | [Change._RelationUpdate.ObjectTypes](#anytype.Change._RelationUpdate.ObjectTypes) | | | +| defaultValue | [google.protobuf.Value](#google-protobuf-Value) | | | +| objectTypes | [Change._RelationUpdate.ObjectTypes](#anytype-Change-_RelationUpdate-ObjectTypes) | | | | multi | [bool](#bool) | | | -| selectDict | [Change._RelationUpdate.Dict](#anytype.Change._RelationUpdate.Dict) | | | +| selectDict | [Change._RelationUpdate.Dict](#anytype-Change-_RelationUpdate-Dict) | | | - + ### Change._RelationUpdate.Dict @@ -2241,14 +2065,14 @@ the element of change tree used to store and internal apply smartBlock history | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| dict | [model.Relation.Option](#anytype.model.Relation.Option) | repeated | | +| dict | [model.Relation.Option](#anytype-model-Relation-Option) | repeated | | - + ### Change._RelationUpdate.ObjectTypes @@ -2272,14 +2096,14 @@ the element of change tree used to store and internal apply smartBlock history - +

Top

## pb/protos/commands.proto - + ### Empty @@ -2289,7 +2113,7 @@ the element of change tree used to store and internal apply smartBlock history - + ### Rpc Rpc is a namespace, that agregates all of the service commands between client and middleware. @@ -2302,7 +2126,7 @@ Response – message from a middleware. - + ### Rpc.Account @@ -2312,7 +2136,7 @@ Response – message from a middleware. - + ### Rpc.Account.Config @@ -2324,14 +2148,14 @@ Response – message from a middleware. | enableDebug | [bool](#bool) | | | | enablePrereleaseChannel | [bool](#bool) | | | | enableSpaces | [bool](#bool) | | | -| extra | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| extra | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Account.ConfigUpdate @@ -2341,7 +2165,7 @@ Response – message from a middleware. - + ### Rpc.Account.ConfigUpdate.Request @@ -2357,7 +2181,7 @@ Response – message from a middleware. - + ### Rpc.Account.ConfigUpdate.Response @@ -2365,14 +2189,14 @@ Response – message from a middleware. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.ConfigUpdate.Response.Error](#anytype.Rpc.Account.ConfigUpdate.Response.Error) | | | +| error | [Rpc.Account.ConfigUpdate.Response.Error](#anytype-Rpc-Account-ConfigUpdate-Response-Error) | | | - + ### Rpc.Account.ConfigUpdate.Response.Error @@ -2380,7 +2204,7 @@ Response – message from a middleware. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.ConfigUpdate.Response.Error.Code](#anytype.Rpc.Account.ConfigUpdate.Response.Error.Code) | | | +| code | [Rpc.Account.ConfigUpdate.Response.Error.Code](#anytype-Rpc-Account-ConfigUpdate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2388,7 +2212,7 @@ Response – message from a middleware. - + ### Rpc.Account.Create @@ -2398,7 +2222,7 @@ Response – message from a middleware. - + ### Rpc.Account.Create.Request Front end to middleware request-to-create-an account @@ -2417,7 +2241,7 @@ Front end to middleware request-to-create-an account - + ### Rpc.Account.Create.Response Middleware-to-front-end response for an account creation request, that can contain a NULL error and created account or a non-NULL error and an empty account @@ -2425,16 +2249,16 @@ Middleware-to-front-end response for an account creation request, that can conta | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.Create.Response.Error](#anytype.Rpc.Account.Create.Response.Error) | | Error while trying to create an account | -| account | [model.Account](#anytype.model.Account) | | A newly created account; In case of a failure, i.e. error is non-NULL, the account model should contain empty/default-value fields | -| config | [Rpc.Account.Config](#anytype.Rpc.Account.Config) | | deprecated, use account | +| error | [Rpc.Account.Create.Response.Error](#anytype-Rpc-Account-Create-Response-Error) | | Error while trying to create an account | +| account | [model.Account](#anytype-model-Account) | | A newly created account; In case of a failure, i.e. error is non-NULL, the account model should contain empty/default-value fields | +| config | [Rpc.Account.Config](#anytype-Rpc-Account-Config) | | deprecated, use account | - + ### Rpc.Account.Create.Response.Error @@ -2442,7 +2266,7 @@ Middleware-to-front-end response for an account creation request, that can conta | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.Create.Response.Error.Code](#anytype.Rpc.Account.Create.Response.Error.Code) | | | +| code | [Rpc.Account.Create.Response.Error.Code](#anytype-Rpc-Account-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2450,7 +2274,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.Delete @@ -2460,7 +2284,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.Delete.Request @@ -2475,7 +2299,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.Delete.Response @@ -2483,15 +2307,15 @@ Middleware-to-front-end response for an account creation request, that can conta | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.Delete.Response.Error](#anytype.Rpc.Account.Delete.Response.Error) | | Error while trying to recover an account | -| status | [model.Account.Status](#anytype.model.Account.Status) | | | +| error | [Rpc.Account.Delete.Response.Error](#anytype-Rpc-Account-Delete-Response-Error) | | Error while trying to recover an account | +| status | [model.Account.Status](#anytype-model-Account-Status) | | | - + ### Rpc.Account.Delete.Response.Error @@ -2499,7 +2323,7 @@ Middleware-to-front-end response for an account creation request, that can conta | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.Delete.Response.Error.Code](#anytype.Rpc.Account.Delete.Response.Error.Code) | | | +| code | [Rpc.Account.Delete.Response.Error.Code](#anytype-Rpc-Account-Delete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2507,7 +2331,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.GetConfig @@ -2517,7 +2341,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.GetConfig.Get @@ -2527,7 +2351,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.GetConfig.Get.Request @@ -2537,7 +2361,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.Move @@ -2547,7 +2371,7 @@ Middleware-to-front-end response for an account creation request, that can conta - + ### Rpc.Account.Move.Request Front-end-to-middleware request to move a account to a new disk location @@ -2562,7 +2386,7 @@ Front-end-to-middleware request to move a account to a new disk location - + ### Rpc.Account.Move.Response @@ -2570,14 +2394,14 @@ Front-end-to-middleware request to move a account to a new disk location | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.Move.Response.Error](#anytype.Rpc.Account.Move.Response.Error) | | | +| error | [Rpc.Account.Move.Response.Error](#anytype-Rpc-Account-Move-Response-Error) | | | - + ### Rpc.Account.Move.Response.Error @@ -2585,7 +2409,7 @@ Front-end-to-middleware request to move a account to a new disk location | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.Move.Response.Error.Code](#anytype.Rpc.Account.Move.Response.Error.Code) | | | +| code | [Rpc.Account.Move.Response.Error.Code](#anytype-Rpc-Account-Move-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2593,7 +2417,7 @@ Front-end-to-middleware request to move a account to a new disk location - + ### Rpc.Account.Recover @@ -2603,7 +2427,7 @@ Front-end-to-middleware request to move a account to a new disk location - + ### Rpc.Account.Recover.Request Front end to middleware request-to-start-search of an accounts for a recovered mnemonic. @@ -2614,7 +2438,7 @@ Each of an account that would be found will come with an AccountAdd event - + ### Rpc.Account.Recover.Response Middleware-to-front-end response to an account recover request, that can contain a NULL error and created account or a non-NULL error and an empty account @@ -2622,14 +2446,14 @@ Middleware-to-front-end response to an account recover request, that can contain | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.Recover.Response.Error](#anytype.Rpc.Account.Recover.Response.Error) | | Error while trying to recover an account | +| error | [Rpc.Account.Recover.Response.Error](#anytype-Rpc-Account-Recover-Response-Error) | | Error while trying to recover an account | - + ### Rpc.Account.Recover.Response.Error @@ -2637,7 +2461,7 @@ Middleware-to-front-end response to an account recover request, that can contain | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.Recover.Response.Error.Code](#anytype.Rpc.Account.Recover.Response.Error.Code) | | | +| code | [Rpc.Account.Recover.Response.Error.Code](#anytype-Rpc-Account-Recover-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2645,7 +2469,7 @@ Middleware-to-front-end response to an account recover request, that can contain - + ### Rpc.Account.RecoverFromLegacyExport @@ -2655,7 +2479,7 @@ Middleware-to-front-end response to an account recover request, that can contain - + ### Rpc.Account.RecoverFromLegacyExport.Request @@ -2672,7 +2496,7 @@ Middleware-to-front-end response to an account recover request, that can contain - + ### Rpc.Account.RecoverFromLegacyExport.Response @@ -2681,14 +2505,14 @@ Middleware-to-front-end response to an account recover request, that can contain | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | accountId | [string](#string) | | | -| error | [Rpc.Account.RecoverFromLegacyExport.Response.Error](#anytype.Rpc.Account.RecoverFromLegacyExport.Response.Error) | | | +| error | [Rpc.Account.RecoverFromLegacyExport.Response.Error](#anytype-Rpc-Account-RecoverFromLegacyExport-Response-Error) | | | - + ### Rpc.Account.RecoverFromLegacyExport.Response.Error @@ -2696,7 +2520,7 @@ Middleware-to-front-end response to an account recover request, that can contain | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.RecoverFromLegacyExport.Response.Error.Code](#anytype.Rpc.Account.RecoverFromLegacyExport.Response.Error.Code) | | | +| code | [Rpc.Account.RecoverFromLegacyExport.Response.Error.Code](#anytype-Rpc-Account-RecoverFromLegacyExport-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2704,7 +2528,7 @@ Middleware-to-front-end response to an account recover request, that can contain - + ### Rpc.Account.Select @@ -2714,7 +2538,7 @@ Middleware-to-front-end response to an account recover request, that can contain - + ### Rpc.Account.Select.Request Front end to middleware request-to-launch-a specific account using account id and a root path @@ -2731,7 +2555,7 @@ User can select an account from those, that came with an AccountAdd events - + ### Rpc.Account.Select.Response Middleware-to-front-end response for an account select request, that can contain a NULL error and selected account or a non-NULL error and an empty account @@ -2739,16 +2563,16 @@ Middleware-to-front-end response for an account select request, that can contain | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.Select.Response.Error](#anytype.Rpc.Account.Select.Response.Error) | | Error while trying to launch/select an account | -| account | [model.Account](#anytype.model.Account) | | Selected account | -| config | [Rpc.Account.Config](#anytype.Rpc.Account.Config) | | deprecated, use account | +| error | [Rpc.Account.Select.Response.Error](#anytype-Rpc-Account-Select-Response-Error) | | Error while trying to launch/select an account | +| account | [model.Account](#anytype-model-Account) | | Selected account | +| config | [Rpc.Account.Config](#anytype-Rpc-Account-Config) | | deprecated, use account | - + ### Rpc.Account.Select.Response.Error @@ -2756,7 +2580,7 @@ Middleware-to-front-end response for an account select request, that can contain | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.Select.Response.Error.Code](#anytype.Rpc.Account.Select.Response.Error.Code) | | | +| code | [Rpc.Account.Select.Response.Error.Code](#anytype-Rpc-Account-Select-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2764,7 +2588,7 @@ Middleware-to-front-end response for an account select request, that can contain - + ### Rpc.Account.Stop @@ -2774,7 +2598,7 @@ Middleware-to-front-end response for an account select request, that can contain - + ### Rpc.Account.Stop.Request Front end to middleware request to stop currently running account node and optionally remove the locally stored data @@ -2789,7 +2613,7 @@ Front end to middleware request to stop currently running account node and optio - + ### Rpc.Account.Stop.Response Middleware-to-front-end response for an account stop request @@ -2797,14 +2621,14 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Account.Stop.Response.Error](#anytype.Rpc.Account.Stop.Response.Error) | | Error while trying to launch/select an account | +| error | [Rpc.Account.Stop.Response.Error](#anytype-Rpc-Account-Stop-Response-Error) | | Error while trying to launch/select an account | - + ### Rpc.Account.Stop.Response.Error @@ -2812,7 +2636,7 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Account.Stop.Response.Error.Code](#anytype.Rpc.Account.Stop.Response.Error.Code) | | | +| code | [Rpc.Account.Stop.Response.Error.Code](#anytype-Rpc-Account-Stop-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2820,7 +2644,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App @@ -2830,7 +2654,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.GetVersion @@ -2840,7 +2664,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.GetVersion.Request @@ -2850,7 +2674,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.GetVersion.Response @@ -2858,7 +2682,7 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.App.GetVersion.Response.Error](#anytype.Rpc.App.GetVersion.Response.Error) | | | +| error | [Rpc.App.GetVersion.Response.Error](#anytype-Rpc-App-GetVersion-Response-Error) | | | | version | [string](#string) | | | | details | [string](#string) | | build date, branch and commit | @@ -2867,7 +2691,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.GetVersion.Response.Error @@ -2875,7 +2699,7 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.App.GetVersion.Response.Error.Code](#anytype.Rpc.App.GetVersion.Response.Error.Code) | | | +| code | [Rpc.App.GetVersion.Response.Error.Code](#anytype-Rpc-App-GetVersion-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2883,7 +2707,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.SetDeviceState @@ -2893,7 +2717,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.SetDeviceState.Request @@ -2901,14 +2725,14 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| deviceState | [Rpc.App.SetDeviceState.Request.DeviceState](#anytype.Rpc.App.SetDeviceState.Request.DeviceState) | | | +| deviceState | [Rpc.App.SetDeviceState.Request.DeviceState](#anytype-Rpc-App-SetDeviceState-Request-DeviceState) | | | - + ### Rpc.App.SetDeviceState.Response @@ -2916,14 +2740,14 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.App.SetDeviceState.Response.Error](#anytype.Rpc.App.SetDeviceState.Response.Error) | | | +| error | [Rpc.App.SetDeviceState.Response.Error](#anytype-Rpc-App-SetDeviceState-Response-Error) | | | - + ### Rpc.App.SetDeviceState.Response.Error @@ -2931,7 +2755,7 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.App.SetDeviceState.Response.Error.Code](#anytype.Rpc.App.SetDeviceState.Response.Error.Code) | | | +| code | [Rpc.App.SetDeviceState.Response.Error.Code](#anytype-Rpc-App-SetDeviceState-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2939,7 +2763,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.Shutdown @@ -2949,7 +2773,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.Shutdown.Request @@ -2959,7 +2783,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.App.Shutdown.Response @@ -2967,14 +2791,14 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.App.Shutdown.Response.Error](#anytype.Rpc.App.Shutdown.Response.Error) | | | +| error | [Rpc.App.Shutdown.Response.Error](#anytype-Rpc-App-Shutdown-Response-Error) | | | - + ### Rpc.App.Shutdown.Response.Error @@ -2982,7 +2806,7 @@ Middleware-to-front-end response for an account stop request | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.App.Shutdown.Response.Error.Code](#anytype.Rpc.App.Shutdown.Response.Error.Code) | | | +| code | [Rpc.App.Shutdown.Response.Error.Code](#anytype-Rpc-App-Shutdown-Response-Error-Code) | | | | description | [string](#string) | | | @@ -2990,7 +2814,7 @@ Middleware-to-front-end response for an account stop request - + ### Rpc.Block Block commands @@ -3000,7 +2824,7 @@ Block commands - + ### Rpc.Block.Copy @@ -3010,7 +2834,7 @@ Block commands - + ### Rpc.Block.Copy.Request @@ -3019,15 +2843,15 @@ Block commands | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| blocks | [model.Block](#anytype.model.Block) | repeated | | -| selectedTextRange | [model.Range](#anytype.model.Range) | | | +| blocks | [model.Block](#anytype-model-Block) | repeated | | +| selectedTextRange | [model.Range](#anytype-model-Range) | | | - + ### Rpc.Block.Copy.Response @@ -3035,17 +2859,17 @@ Block commands | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Copy.Response.Error](#anytype.Rpc.Block.Copy.Response.Error) | | | +| error | [Rpc.Block.Copy.Response.Error](#anytype-Rpc-Block-Copy-Response-Error) | | | | textSlot | [string](#string) | | | | htmlSlot | [string](#string) | | | -| anySlot | [model.Block](#anytype.model.Block) | repeated | | +| anySlot | [model.Block](#anytype-model-Block) | repeated | | - + ### Rpc.Block.Copy.Response.Error @@ -3053,7 +2877,7 @@ Block commands | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Copy.Response.Error.Code](#anytype.Rpc.Block.Copy.Response.Error.Code) | | | +| code | [Rpc.Block.Copy.Response.Error.Code](#anytype-Rpc-Block-Copy-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3061,7 +2885,7 @@ Block commands - + ### Rpc.Block.Create Create a Smart/Internal block. Request can contain a block with a content, or it can be an empty block with a specific block.content. @@ -3083,7 +2907,7 @@ Create a Smart/Internal block. Request can contain a block with a content, or it - + ### Rpc.Block.Create.Request common simple block command @@ -3093,15 +2917,15 @@ common simple block command | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | id of the closest block | -| block | [model.Block](#anytype.model.Block) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| block | [model.Block](#anytype-model-Block) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | - + ### Rpc.Block.Create.Response @@ -3109,16 +2933,16 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Create.Response.Error](#anytype.Rpc.Block.Create.Response.Error) | | | +| error | [Rpc.Block.Create.Response.Error](#anytype-Rpc-Block-Create-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Create.Response.Error @@ -3126,7 +2950,7 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Create.Response.Error.Code](#anytype.Rpc.Block.Create.Response.Error.Code) | | | +| code | [Rpc.Block.Create.Response.Error.Code](#anytype-Rpc-Block-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3134,7 +2958,7 @@ common simple block command - + ### Rpc.Block.CreateWidget @@ -3144,7 +2968,7 @@ common simple block command - + ### Rpc.Block.CreateWidget.Request @@ -3154,16 +2978,16 @@ common simple block command | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | id of the closest block | -| block | [model.Block](#anytype.model.Block) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | -| widgetLayout | [model.Block.Content.Widget.Layout](#anytype.model.Block.Content.Widget.Layout) | | | +| block | [model.Block](#anytype-model-Block) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | +| widgetLayout | [model.Block.Content.Widget.Layout](#anytype-model-Block-Content-Widget-Layout) | | | - + ### Rpc.Block.CreateWidget.Response @@ -3171,16 +2995,16 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.CreateWidget.Response.Error](#anytype.Rpc.Block.CreateWidget.Response.Error) | | | +| error | [Rpc.Block.CreateWidget.Response.Error](#anytype-Rpc-Block-CreateWidget-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.CreateWidget.Response.Error @@ -3188,7 +3012,7 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.CreateWidget.Response.Error.Code](#anytype.Rpc.Block.CreateWidget.Response.Error.Code) | | | +| code | [Rpc.Block.CreateWidget.Response.Error.Code](#anytype-Rpc-Block-CreateWidget-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3196,7 +3020,7 @@ common simple block command - + ### Rpc.Block.Cut @@ -3206,7 +3030,7 @@ common simple block command - + ### Rpc.Block.Cut.Request @@ -3215,15 +3039,15 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| blocks | [model.Block](#anytype.model.Block) | repeated | | -| selectedTextRange | [model.Range](#anytype.model.Range) | | | +| blocks | [model.Block](#anytype-model-Block) | repeated | | +| selectedTextRange | [model.Range](#anytype-model-Range) | | | - + ### Rpc.Block.Cut.Response @@ -3231,18 +3055,18 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Cut.Response.Error](#anytype.Rpc.Block.Cut.Response.Error) | | | +| error | [Rpc.Block.Cut.Response.Error](#anytype-Rpc-Block-Cut-Response-Error) | | | | textSlot | [string](#string) | | | | htmlSlot | [string](#string) | | | -| anySlot | [model.Block](#anytype.model.Block) | repeated | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| anySlot | [model.Block](#anytype-model-Block) | repeated | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Cut.Response.Error @@ -3250,7 +3074,7 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Cut.Response.Error.Code](#anytype.Rpc.Block.Cut.Response.Error.Code) | | | +| code | [Rpc.Block.Cut.Response.Error.Code](#anytype-Rpc-Block-Cut-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3258,7 +3082,7 @@ common simple block command - + ### Rpc.Block.Download @@ -3268,7 +3092,7 @@ common simple block command - + ### Rpc.Block.Download.Request @@ -3284,7 +3108,7 @@ common simple block command - + ### Rpc.Block.Download.Response @@ -3292,15 +3116,15 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Download.Response.Error](#anytype.Rpc.Block.Download.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.Download.Response.Error](#anytype-Rpc-Block-Download-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Download.Response.Error @@ -3308,7 +3132,7 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Download.Response.Error.Code](#anytype.Rpc.Block.Download.Response.Error.Code) | | | +| code | [Rpc.Block.Download.Response.Error.Code](#anytype-Rpc-Block-Download-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3316,7 +3140,7 @@ common simple block command - + ### Rpc.Block.Export @@ -3326,7 +3150,7 @@ common simple block command - + ### Rpc.Block.Export.Request @@ -3335,14 +3159,14 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| blocks | [model.Block](#anytype.model.Block) | repeated | | +| blocks | [model.Block](#anytype-model-Block) | repeated | | - + ### Rpc.Block.Export.Response @@ -3350,16 +3174,16 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Export.Response.Error](#anytype.Rpc.Block.Export.Response.Error) | | | +| error | [Rpc.Block.Export.Response.Error](#anytype-Rpc-Block-Export-Response-Error) | | | | path | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Export.Response.Error @@ -3367,7 +3191,7 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Export.Response.Error.Code](#anytype.Rpc.Block.Export.Response.Error.Code) | | | +| code | [Rpc.Block.Export.Response.Error.Code](#anytype-Rpc-Block-Export-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3375,7 +3199,7 @@ common simple block command - + ### Rpc.Block.ListConvertToObjects @@ -3385,7 +3209,7 @@ common simple block command - + ### Rpc.Block.ListConvertToObjects.Request @@ -3402,7 +3226,7 @@ common simple block command - + ### Rpc.Block.ListConvertToObjects.Response @@ -3410,16 +3234,16 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListConvertToObjects.Response.Error](#anytype.Rpc.Block.ListConvertToObjects.Response.Error) | | | +| error | [Rpc.Block.ListConvertToObjects.Response.Error](#anytype-Rpc-Block-ListConvertToObjects-Response-Error) | | | | linkIds | [string](#string) | repeated | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListConvertToObjects.Response.Error @@ -3427,7 +3251,7 @@ common simple block command | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListConvertToObjects.Response.Error.Code](#anytype.Rpc.Block.ListConvertToObjects.Response.Error.Code) | | | +| code | [Rpc.Block.ListConvertToObjects.Response.Error.Code](#anytype-Rpc-Block-ListConvertToObjects-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3435,7 +3259,7 @@ common simple block command - + ### Rpc.Block.ListDelete Remove blocks from the childrenIds of its parents @@ -3445,7 +3269,7 @@ Remove blocks from the childrenIds of its parents - + ### Rpc.Block.ListDelete.Request @@ -3461,7 +3285,7 @@ Remove blocks from the childrenIds of its parents - + ### Rpc.Block.ListDelete.Response @@ -3469,15 +3293,15 @@ Remove blocks from the childrenIds of its parents | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListDelete.Response.Error](#anytype.Rpc.Block.ListDelete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListDelete.Response.Error](#anytype-Rpc-Block-ListDelete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListDelete.Response.Error @@ -3485,7 +3309,7 @@ Remove blocks from the childrenIds of its parents | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListDelete.Response.Error.Code](#anytype.Rpc.Block.ListDelete.Response.Error.Code) | | | +| code | [Rpc.Block.ListDelete.Response.Error.Code](#anytype-Rpc-Block-ListDelete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3493,7 +3317,7 @@ Remove blocks from the childrenIds of its parents - + ### Rpc.Block.ListDuplicate Makes blocks copy by given ids and paste it to shown place @@ -3503,7 +3327,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListDuplicate.Request @@ -3514,7 +3338,7 @@ Makes blocks copy by given ids and paste it to shown place | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | id of the closest block | | blockIds | [string](#string) | repeated | id of block for duplicate | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | | targetContextId | [string](#string) | | | @@ -3522,7 +3346,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListDuplicate.Response @@ -3530,16 +3354,16 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListDuplicate.Response.Error](#anytype.Rpc.Block.ListDuplicate.Response.Error) | | | +| error | [Rpc.Block.ListDuplicate.Response.Error](#anytype-Rpc-Block-ListDuplicate-Response-Error) | | | | blockIds | [string](#string) | repeated | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListDuplicate.Response.Error @@ -3547,7 +3371,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListDuplicate.Response.Error.Code](#anytype.Rpc.Block.ListDuplicate.Response.Error.Code) | | | +| code | [Rpc.Block.ListDuplicate.Response.Error.Code](#anytype-Rpc-Block-ListDuplicate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3555,7 +3379,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListMoveToExistingObject @@ -3565,7 +3389,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListMoveToExistingObject.Request @@ -3577,14 +3401,14 @@ Makes blocks copy by given ids and paste it to shown place | blockIds | [string](#string) | repeated | | | targetContextId | [string](#string) | | | | dropTargetId | [string](#string) | | id of the simple block to insert considering position | -| position | [model.Block.Position](#anytype.model.Block.Position) | | position relatively to the dropTargetId simple block | +| position | [model.Block.Position](#anytype-model-Block-Position) | | position relatively to the dropTargetId simple block | - + ### Rpc.Block.ListMoveToExistingObject.Response @@ -3592,15 +3416,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListMoveToExistingObject.Response.Error](#anytype.Rpc.Block.ListMoveToExistingObject.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListMoveToExistingObject.Response.Error](#anytype-Rpc-Block-ListMoveToExistingObject-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListMoveToExistingObject.Response.Error @@ -3608,7 +3432,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListMoveToExistingObject.Response.Error.Code](#anytype.Rpc.Block.ListMoveToExistingObject.Response.Error.Code) | | | +| code | [Rpc.Block.ListMoveToExistingObject.Response.Error.Code](#anytype-Rpc-Block-ListMoveToExistingObject-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3616,7 +3440,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListMoveToNewObject @@ -3626,7 +3450,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListMoveToNewObject.Request @@ -3636,16 +3460,16 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | new object details | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | new object details | | dropTargetId | [string](#string) | | id of the simple block to insert considering position | -| position | [model.Block.Position](#anytype.model.Block.Position) | | position relatively to the dropTargetId simple block | +| position | [model.Block.Position](#anytype-model-Block-Position) | | position relatively to the dropTargetId simple block | - + ### Rpc.Block.ListMoveToNewObject.Response @@ -3653,16 +3477,16 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListMoveToNewObject.Response.Error](#anytype.Rpc.Block.ListMoveToNewObject.Response.Error) | | | +| error | [Rpc.Block.ListMoveToNewObject.Response.Error](#anytype-Rpc-Block-ListMoveToNewObject-Response-Error) | | | | linkId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListMoveToNewObject.Response.Error @@ -3670,7 +3494,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListMoveToNewObject.Response.Error.Code](#anytype.Rpc.Block.ListMoveToNewObject.Response.Error.Code) | | | +| code | [Rpc.Block.ListMoveToNewObject.Response.Error.Code](#anytype-Rpc-Block-ListMoveToNewObject-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3678,7 +3502,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetAlign @@ -3688,7 +3512,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetAlign.Request @@ -3698,14 +3522,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | when empty - align will be applied as layoutAlign | -| align | [model.Block.Align](#anytype.model.Block.Align) | | | +| align | [model.Block.Align](#anytype-model-Block-Align) | | | - + ### Rpc.Block.ListSetAlign.Response @@ -3713,15 +3537,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListSetAlign.Response.Error](#anytype.Rpc.Block.ListSetAlign.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListSetAlign.Response.Error](#anytype-Rpc-Block-ListSetAlign-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListSetAlign.Response.Error @@ -3729,7 +3553,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListSetAlign.Response.Error.Code](#anytype.Rpc.Block.ListSetAlign.Response.Error.Code) | | | +| code | [Rpc.Block.ListSetAlign.Response.Error.Code](#anytype-Rpc-Block-ListSetAlign-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3737,7 +3561,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetBackgroundColor @@ -3747,7 +3571,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetBackgroundColor.Request @@ -3764,7 +3588,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetBackgroundColor.Response @@ -3772,15 +3596,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListSetBackgroundColor.Response.Error](#anytype.Rpc.Block.ListSetBackgroundColor.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListSetBackgroundColor.Response.Error](#anytype-Rpc-Block-ListSetBackgroundColor-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListSetBackgroundColor.Response.Error @@ -3788,7 +3612,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListSetBackgroundColor.Response.Error.Code](#anytype.Rpc.Block.ListSetBackgroundColor.Response.Error.Code) | | | +| code | [Rpc.Block.ListSetBackgroundColor.Response.Error.Code](#anytype-Rpc-Block-ListSetBackgroundColor-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3796,7 +3620,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetFields @@ -3806,7 +3630,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetFields.Request @@ -3815,14 +3639,14 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| blockFields | [Rpc.Block.ListSetFields.Request.BlockField](#anytype.Rpc.Block.ListSetFields.Request.BlockField) | repeated | | +| blockFields | [Rpc.Block.ListSetFields.Request.BlockField](#anytype-Rpc-Block-ListSetFields-Request-BlockField) | repeated | | - + ### Rpc.Block.ListSetFields.Request.BlockField @@ -3831,14 +3655,14 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | blockId | [string](#string) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Block.ListSetFields.Response @@ -3846,15 +3670,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListSetFields.Response.Error](#anytype.Rpc.Block.ListSetFields.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListSetFields.Response.Error](#anytype-Rpc-Block-ListSetFields-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListSetFields.Response.Error @@ -3862,7 +3686,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListSetFields.Response.Error.Code](#anytype.Rpc.Block.ListSetFields.Response.Error.Code) | | | +| code | [Rpc.Block.ListSetFields.Response.Error.Code](#anytype-Rpc-Block-ListSetFields-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3870,7 +3694,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetVerticalAlign @@ -3880,7 +3704,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListSetVerticalAlign.Request @@ -3890,14 +3714,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | blockIds | [string](#string) | repeated | | -| verticalAlign | [model.Block.VerticalAlign](#anytype.model.Block.VerticalAlign) | | | +| verticalAlign | [model.Block.VerticalAlign](#anytype-model-Block-VerticalAlign) | | | - + ### Rpc.Block.ListSetVerticalAlign.Response @@ -3905,15 +3729,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListSetVerticalAlign.Response.Error](#anytype.Rpc.Block.ListSetVerticalAlign.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListSetVerticalAlign.Response.Error](#anytype-Rpc-Block-ListSetVerticalAlign-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListSetVerticalAlign.Response.Error @@ -3921,7 +3745,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListSetVerticalAlign.Response.Error.Code](#anytype.Rpc.Block.ListSetVerticalAlign.Response.Error.Code) | | | +| code | [Rpc.Block.ListSetVerticalAlign.Response.Error.Code](#anytype-Rpc-Block-ListSetVerticalAlign-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3929,7 +3753,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListTurnInto @@ -3939,7 +3763,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListTurnInto.Request @@ -3949,14 +3773,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| style | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | +| style | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | - + ### Rpc.Block.ListTurnInto.Response @@ -3964,15 +3788,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.ListTurnInto.Response.Error](#anytype.Rpc.Block.ListTurnInto.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.ListTurnInto.Response.Error](#anytype-Rpc-Block-ListTurnInto-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.ListTurnInto.Response.Error @@ -3980,7 +3804,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.ListTurnInto.Response.Error.Code](#anytype.Rpc.Block.ListTurnInto.Response.Error.Code) | | | +| code | [Rpc.Block.ListTurnInto.Response.Error.Code](#anytype-Rpc-Block-ListTurnInto-Response-Error-Code) | | | | description | [string](#string) | | | @@ -3988,7 +3812,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListUpdate @@ -3998,7 +3822,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.ListUpdate.Request @@ -4008,19 +3832,19 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| text | [Rpc.Block.ListUpdate.Request.Text](#anytype.Rpc.Block.ListUpdate.Request.Text) | | | +| text | [Rpc.Block.ListUpdate.Request.Text](#anytype-Rpc-Block-ListUpdate-Request-Text) | | | | backgroundColor | [string](#string) | | | -| align | [model.Block.Align](#anytype.model.Block.Align) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| divStyle | [model.Block.Content.Div.Style](#anytype.model.Block.Content.Div.Style) | | | -| fileStyle | [model.Block.Content.File.Style](#anytype.model.Block.Content.File.Style) | | | +| align | [model.Block.Align](#anytype-model-Block-Align) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| divStyle | [model.Block.Content.Div.Style](#anytype-model-Block-Content-Div-Style) | | | +| fileStyle | [model.Block.Content.File.Style](#anytype-model-Block-Content-File-Style) | | | - + ### Rpc.Block.ListUpdate.Request.Text @@ -4028,16 +3852,16 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| style | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | +| style | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | | color | [string](#string) | | | -| mark | [model.Block.Content.Text.Mark](#anytype.model.Block.Content.Text.Mark) | | | +| mark | [model.Block.Content.Text.Mark](#anytype-model-Block-Content-Text-Mark) | | | - + ### Rpc.Block.Merge @@ -4047,7 +3871,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Merge.Request @@ -4064,7 +3888,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Merge.Response @@ -4072,15 +3896,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Merge.Response.Error](#anytype.Rpc.Block.Merge.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.Merge.Response.Error](#anytype-Rpc-Block-Merge-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Merge.Response.Error @@ -4088,7 +3912,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Merge.Response.Error.Code](#anytype.Rpc.Block.Merge.Response.Error.Code) | | | +| code | [Rpc.Block.Merge.Response.Error.Code](#anytype-Rpc-Block-Merge-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4096,7 +3920,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Paste @@ -4106,7 +3930,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Paste.Request @@ -4116,20 +3940,20 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | focusedBlockId | [string](#string) | | | -| selectedTextRange | [model.Range](#anytype.model.Range) | | | +| selectedTextRange | [model.Range](#anytype-model-Range) | | | | selectedBlockIds | [string](#string) | repeated | | | isPartOfBlock | [bool](#bool) | | | | textSlot | [string](#string) | | | | htmlSlot | [string](#string) | | | -| anySlot | [model.Block](#anytype.model.Block) | repeated | | -| fileSlot | [Rpc.Block.Paste.Request.File](#anytype.Rpc.Block.Paste.Request.File) | repeated | | +| anySlot | [model.Block](#anytype-model-Block) | repeated | | +| fileSlot | [Rpc.Block.Paste.Request.File](#anytype-Rpc-Block-Paste-Request-File) | repeated | | - + ### Rpc.Block.Paste.Request.File @@ -4146,7 +3970,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Paste.Response @@ -4154,18 +3978,18 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Paste.Response.Error](#anytype.Rpc.Block.Paste.Response.Error) | | | +| error | [Rpc.Block.Paste.Response.Error](#anytype-Rpc-Block-Paste-Response-Error) | | | | blockIds | [string](#string) | repeated | | | caretPosition | [int32](#int32) | | | | isSameBlockCaret | [bool](#bool) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Paste.Response.Error @@ -4173,7 +3997,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Paste.Response.Error.Code](#anytype.Rpc.Block.Paste.Response.Error.Code) | | | +| code | [Rpc.Block.Paste.Response.Error.Code](#anytype-Rpc-Block-Paste-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4181,7 +4005,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Replace @@ -4191,7 +4015,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Replace.Request @@ -4201,14 +4025,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| block | [model.Block](#anytype.model.Block) | | | +| block | [model.Block](#anytype-model-Block) | | | - + ### Rpc.Block.Replace.Response @@ -4216,16 +4040,16 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Replace.Response.Error](#anytype.Rpc.Block.Replace.Response.Error) | | | +| error | [Rpc.Block.Replace.Response.Error](#anytype-Rpc-Block-Replace-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Replace.Response.Error @@ -4233,7 +4057,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Replace.Response.Error.Code](#anytype.Rpc.Block.Replace.Response.Error.Code) | | | +| code | [Rpc.Block.Replace.Response.Error.Code](#anytype-Rpc-Block-Replace-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4241,7 +4065,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.SetFields @@ -4251,7 +4075,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.SetFields.Request @@ -4261,14 +4085,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Block.SetFields.Response @@ -4276,15 +4100,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.SetFields.Response.Error](#anytype.Rpc.Block.SetFields.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.SetFields.Response.Error](#anytype-Rpc-Block-SetFields-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.SetFields.Response.Error @@ -4292,7 +4116,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.SetFields.Response.Error.Code](#anytype.Rpc.Block.SetFields.Response.Error.Code) | | | +| code | [Rpc.Block.SetFields.Response.Error.Code](#anytype-Rpc-Block-SetFields-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4300,7 +4124,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Split @@ -4310,7 +4134,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Split.Request @@ -4320,16 +4144,16 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| range | [model.Range](#anytype.model.Range) | | | -| style | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | -| mode | [Rpc.Block.Split.Request.Mode](#anytype.Rpc.Block.Split.Request.Mode) | | | +| range | [model.Range](#anytype-model-Range) | | | +| style | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | +| mode | [Rpc.Block.Split.Request.Mode](#anytype-Rpc-Block-Split-Request-Mode) | | | - + ### Rpc.Block.Split.Response @@ -4337,16 +4161,16 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Split.Response.Error](#anytype.Rpc.Block.Split.Response.Error) | | | +| error | [Rpc.Block.Split.Response.Error](#anytype-Rpc-Block-Split-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Split.Response.Error @@ -4354,7 +4178,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Split.Response.Error.Code](#anytype.Rpc.Block.Split.Response.Error.Code) | | | +| code | [Rpc.Block.Split.Response.Error.Code](#anytype-Rpc-Block-Split-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4362,7 +4186,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Upload @@ -4372,7 +4196,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Upload.Request @@ -4390,7 +4214,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.Block.Upload.Response @@ -4398,15 +4222,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Block.Upload.Response.Error](#anytype.Rpc.Block.Upload.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Block.Upload.Response.Error](#anytype-Rpc-Block-Upload-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Block.Upload.Response.Error @@ -4414,7 +4238,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Block.Upload.Response.Error.Code](#anytype.Rpc.Block.Upload.Response.Error.Code) | | | +| code | [Rpc.Block.Upload.Response.Error.Code](#anytype-Rpc-Block-Upload-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4422,7 +4246,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark @@ -4432,7 +4256,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark.CreateAndFetch @@ -4442,7 +4266,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark.CreateAndFetch.Request @@ -4452,7 +4276,7 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | targetId | [string](#string) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | | url | [string](#string) | | | @@ -4460,7 +4284,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark.CreateAndFetch.Response @@ -4468,16 +4292,16 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockBookmark.CreateAndFetch.Response.Error](#anytype.Rpc.BlockBookmark.CreateAndFetch.Response.Error) | | | +| error | [Rpc.BlockBookmark.CreateAndFetch.Response.Error](#anytype-Rpc-BlockBookmark-CreateAndFetch-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockBookmark.CreateAndFetch.Response.Error @@ -4485,7 +4309,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code](#anytype.Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code) | | | +| code | [Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code](#anytype-Rpc-BlockBookmark-CreateAndFetch-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4493,7 +4317,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark.Fetch @@ -4503,7 +4327,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark.Fetch.Request @@ -4520,7 +4344,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockBookmark.Fetch.Response @@ -4528,15 +4352,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockBookmark.Fetch.Response.Error](#anytype.Rpc.BlockBookmark.Fetch.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockBookmark.Fetch.Response.Error](#anytype-Rpc-BlockBookmark-Fetch-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockBookmark.Fetch.Response.Error @@ -4544,7 +4368,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockBookmark.Fetch.Response.Error.Code](#anytype.Rpc.BlockBookmark.Fetch.Response.Error.Code) | | | +| code | [Rpc.BlockBookmark.Fetch.Response.Error.Code](#anytype-Rpc-BlockBookmark-Fetch-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4552,7 +4376,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview @@ -4562,7 +4386,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateBookmark @@ -4572,7 +4396,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateBookmark.Request @@ -4589,7 +4413,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateBookmark.Response @@ -4597,7 +4421,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.CreateBookmark.Response.Error](#anytype.Rpc.BlockDataview.CreateBookmark.Response.Error) | | | +| error | [Rpc.BlockDataview.CreateBookmark.Response.Error](#anytype-Rpc-BlockDataview-CreateBookmark-Response-Error) | | | | id | [string](#string) | | | @@ -4605,7 +4429,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateBookmark.Response.Error @@ -4613,7 +4437,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.CreateBookmark.Response.Error.Code](#anytype.Rpc.BlockDataview.CreateBookmark.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.CreateBookmark.Response.Error.Code](#anytype-Rpc-BlockDataview-CreateBookmark-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4621,7 +4445,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateFromExistingObject @@ -4631,7 +4455,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateFromExistingObject.Request @@ -4648,7 +4472,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.CreateFromExistingObject.Response @@ -4656,18 +4480,18 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.CreateFromExistingObject.Response.Error](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Response.Error) | | | +| error | [Rpc.BlockDataview.CreateFromExistingObject.Response.Error](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Response-Error) | | | | blockId | [string](#string) | | | | targetObjectId | [string](#string) | | | -| view | [model.Block.Content.Dataview.View](#anytype.model.Block.Content.Dataview.View) | repeated | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| view | [model.Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) | repeated | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.CreateFromExistingObject.Response.Error @@ -4675,7 +4499,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code](#anytype.Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code](#anytype-Rpc-BlockDataview-CreateFromExistingObject-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4683,7 +4507,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter @@ -4693,7 +4517,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Add @@ -4703,7 +4527,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Add.Request @@ -4714,14 +4538,14 @@ Makes blocks copy by given ids and paste it to shown place | contextId | [string](#string) | | | | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | -| filter | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | | | +| filter | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | | | - + ### Rpc.BlockDataview.Filter.Add.Response @@ -4729,15 +4553,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Filter.Add.Response.Error](#anytype.Rpc.BlockDataview.Filter.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Filter.Add.Response.Error](#anytype-Rpc-BlockDataview-Filter-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Filter.Add.Response.Error @@ -4745,7 +4569,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Filter.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Add.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Filter.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4753,7 +4577,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Remove @@ -4763,7 +4587,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Remove.Request @@ -4781,7 +4605,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Remove.Response @@ -4789,15 +4613,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Filter.Remove.Response.Error](#anytype.Rpc.BlockDataview.Filter.Remove.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Filter.Remove.Response.Error](#anytype-Rpc-BlockDataview-Filter-Remove-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Filter.Remove.Response.Error @@ -4805,7 +4629,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Filter.Remove.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Remove.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Filter.Remove.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Remove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4813,7 +4637,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Replace @@ -4823,7 +4647,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Replace.Request @@ -4835,14 +4659,14 @@ Makes blocks copy by given ids and paste it to shown place | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | | id | [string](#string) | | | -| filter | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | | | +| filter | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | | | - + ### Rpc.BlockDataview.Filter.Replace.Response @@ -4850,15 +4674,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Filter.Replace.Response.Error](#anytype.Rpc.BlockDataview.Filter.Replace.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Filter.Replace.Response.Error](#anytype-Rpc-BlockDataview-Filter-Replace-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Filter.Replace.Response.Error @@ -4866,7 +4690,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Filter.Replace.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Replace.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Filter.Replace.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Replace-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4874,7 +4698,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Sort @@ -4884,7 +4708,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Sort.Request @@ -4902,7 +4726,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Filter.Sort.Response @@ -4910,15 +4734,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Filter.Sort.Response.Error](#anytype.Rpc.BlockDataview.Filter.Sort.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Filter.Sort.Response.Error](#anytype-Rpc-BlockDataview-Filter-Sort-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Filter.Sort.Response.Error @@ -4926,7 +4750,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Filter.Sort.Response.Error.Code](#anytype.Rpc.BlockDataview.Filter.Sort.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Filter.Sort.Response.Error.Code](#anytype-Rpc-BlockDataview-Filter-Sort-Response-Error-Code) | | | | description | [string](#string) | | | @@ -4934,7 +4758,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.GroupOrder @@ -4944,7 +4768,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.GroupOrder.Update @@ -4954,7 +4778,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.GroupOrder.Update.Request @@ -4964,14 +4788,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| groupOrder | [model.Block.Content.Dataview.GroupOrder](#anytype.model.Block.Content.Dataview.GroupOrder) | | | +| groupOrder | [model.Block.Content.Dataview.GroupOrder](#anytype-model-Block-Content-Dataview-GroupOrder) | | | - + ### Rpc.BlockDataview.GroupOrder.Update.Response @@ -4979,15 +4803,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.GroupOrder.Update.Response.Error](#anytype.Rpc.BlockDataview.GroupOrder.Update.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.GroupOrder.Update.Response.Error](#anytype-Rpc-BlockDataview-GroupOrder-Update-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.GroupOrder.Update.Response.Error @@ -4995,7 +4819,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code](#anytype.Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code](#anytype-Rpc-BlockDataview-GroupOrder-Update-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5003,7 +4827,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.ObjectOrder @@ -5013,7 +4837,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.ObjectOrder.Move @@ -5023,7 +4847,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.ObjectOrder.Move.Request @@ -5043,7 +4867,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.ObjectOrder.Move.Response @@ -5051,15 +4875,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.ObjectOrder.Move.Response.Error](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.ObjectOrder.Move.Response.Error](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.ObjectOrder.Move.Response.Error @@ -5067,7 +4891,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code](#anytype.Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code](#anytype-Rpc-BlockDataview-ObjectOrder-Move-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5075,7 +4899,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.ObjectOrder.Update @@ -5085,7 +4909,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.ObjectOrder.Update.Request @@ -5095,14 +4919,14 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| objectOrders | [model.Block.Content.Dataview.ObjectOrder](#anytype.model.Block.Content.Dataview.ObjectOrder) | repeated | | +| objectOrders | [model.Block.Content.Dataview.ObjectOrder](#anytype-model-Block-Content-Dataview-ObjectOrder) | repeated | | - + ### Rpc.BlockDataview.ObjectOrder.Update.Response @@ -5110,15 +4934,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.ObjectOrder.Update.Response.Error](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.ObjectOrder.Update.Response.Error](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.ObjectOrder.Update.Response.Error @@ -5126,7 +4950,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code](#anytype.Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code](#anytype-Rpc-BlockDataview-ObjectOrder-Update-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5134,7 +4958,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation @@ -5144,7 +4968,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.Add @@ -5154,7 +4978,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.Add.Request @@ -5171,7 +4995,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.Add.Response @@ -5179,15 +5003,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Relation.Add.Response.Error](#anytype.Rpc.BlockDataview.Relation.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Relation.Add.Response.Error](#anytype-Rpc-BlockDataview-Relation-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Relation.Add.Response.Error @@ -5195,7 +5019,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Relation.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.Relation.Add.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Relation.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-Relation-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5203,7 +5027,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.Delete @@ -5213,7 +5037,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.Delete.Request @@ -5230,7 +5054,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.Delete.Response @@ -5238,15 +5062,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Relation.Delete.Response.Error](#anytype.Rpc.BlockDataview.Relation.Delete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Relation.Delete.Response.Error](#anytype-Rpc-BlockDataview-Relation-Delete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Relation.Delete.Response.Error @@ -5254,7 +5078,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Relation.Delete.Response.Error.Code](#anytype.Rpc.BlockDataview.Relation.Delete.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Relation.Delete.Response.Error.Code](#anytype-Rpc-BlockDataview-Relation-Delete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5262,7 +5086,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.ListAvailable @@ -5272,7 +5096,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.ListAvailable.Request @@ -5288,7 +5112,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Relation.ListAvailable.Response @@ -5296,15 +5120,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Relation.ListAvailable.Response.Error](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Response.Error) | | | -| relations | [model.Relation](#anytype.model.Relation) | repeated | | +| error | [Rpc.BlockDataview.Relation.ListAvailable.Response.Error](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Response-Error) | | | +| relations | [model.Relation](#anytype-model-Relation) | repeated | | - + ### Rpc.BlockDataview.Relation.ListAvailable.Response.Error @@ -5312,7 +5136,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code](#anytype.Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code](#anytype-Rpc-BlockDataview-Relation-ListAvailable-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5320,7 +5144,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.SetSource @@ -5330,7 +5154,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.SetSource.Request @@ -5347,7 +5171,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.SetSource.Response @@ -5355,15 +5179,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.SetSource.Response.Error](#anytype.Rpc.BlockDataview.SetSource.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.SetSource.Response.Error](#anytype-Rpc-BlockDataview-SetSource-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.SetSource.Response.Error @@ -5371,7 +5195,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.SetSource.Response.Error.Code](#anytype.Rpc.BlockDataview.SetSource.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.SetSource.Response.Error.Code](#anytype-Rpc-BlockDataview-SetSource-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5379,7 +5203,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort @@ -5389,7 +5213,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Add @@ -5399,7 +5223,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Add.Request @@ -5410,14 +5234,14 @@ Makes blocks copy by given ids and paste it to shown place | contextId | [string](#string) | | | | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | -| sort | [model.Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | | | +| sort | [model.Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | | | - + ### Rpc.BlockDataview.Sort.Add.Response @@ -5425,15 +5249,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Sort.Add.Response.Error](#anytype.Rpc.BlockDataview.Sort.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Sort.Add.Response.Error](#anytype-Rpc-BlockDataview-Sort-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Sort.Add.Response.Error @@ -5441,7 +5265,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Sort.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Add.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Sort.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5449,7 +5273,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Remove @@ -5459,7 +5283,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Remove.Request @@ -5477,7 +5301,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Remove.Response @@ -5485,15 +5309,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Sort.Remove.Response.Error](#anytype.Rpc.BlockDataview.Sort.Remove.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Sort.Remove.Response.Error](#anytype-Rpc-BlockDataview-Sort-Remove-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Sort.Remove.Response.Error @@ -5501,7 +5325,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Sort.Remove.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Remove.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Sort.Remove.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Remove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5509,7 +5333,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Replace @@ -5519,7 +5343,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Replace.Request @@ -5531,14 +5355,14 @@ Makes blocks copy by given ids and paste it to shown place | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | | id | [string](#string) | | | -| sort | [model.Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | | | +| sort | [model.Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | | | - + ### Rpc.BlockDataview.Sort.Replace.Response @@ -5546,15 +5370,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Sort.Replace.Response.Error](#anytype.Rpc.BlockDataview.Sort.Replace.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Sort.Replace.Response.Error](#anytype-Rpc-BlockDataview-Sort-Replace-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Sort.Replace.Response.Error @@ -5562,7 +5386,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Sort.Replace.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Replace.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Sort.Replace.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Replace-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5570,7 +5394,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Sort @@ -5580,7 +5404,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Sort.Request @@ -5598,7 +5422,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.Sort.Sort.Response @@ -5606,15 +5430,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.Sort.Sort.Response.Error](#anytype.Rpc.BlockDataview.Sort.Sort.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.Sort.Sort.Response.Error](#anytype-Rpc-BlockDataview-Sort-Sort-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.Sort.Sort.Response.Error @@ -5622,7 +5446,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.Sort.Sort.Response.Error.Code](#anytype.Rpc.BlockDataview.Sort.Sort.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.Sort.Sort.Response.Error.Code](#anytype-Rpc-BlockDataview-Sort-Sort-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5630,7 +5454,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View @@ -5640,7 +5464,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Create @@ -5650,7 +5474,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Create.Request @@ -5660,7 +5484,7 @@ Makes blocks copy by given ids and paste it to shown place | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | id of dataview block to insert the new block | -| view | [model.Block.Content.Dataview.View](#anytype.model.Block.Content.Dataview.View) | | | +| view | [model.Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) | | | | source | [string](#string) | repeated | | @@ -5668,7 +5492,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Create.Response @@ -5676,8 +5500,8 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.View.Create.Response.Error](#anytype.Rpc.BlockDataview.View.Create.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.View.Create.Response.Error](#anytype-Rpc-BlockDataview-View-Create-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | | viewId | [string](#string) | | | @@ -5685,7 +5509,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Create.Response.Error @@ -5693,7 +5517,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.View.Create.Response.Error.Code](#anytype.Rpc.BlockDataview.View.Create.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.View.Create.Response.Error.Code](#anytype-Rpc-BlockDataview-View-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5701,7 +5525,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Delete @@ -5711,7 +5535,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Delete.Request @@ -5728,7 +5552,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.Delete.Response @@ -5736,15 +5560,15 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.View.Delete.Response.Error](#anytype.Rpc.BlockDataview.View.Delete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.View.Delete.Response.Error](#anytype-Rpc-BlockDataview-View-Delete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.View.Delete.Response.Error @@ -5752,7 +5576,7 @@ Makes blocks copy by given ids and paste it to shown place | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.View.Delete.Response.Error.Code](#anytype.Rpc.BlockDataview.View.Delete.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.View.Delete.Response.Error.Code](#anytype-Rpc-BlockDataview-View-Delete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5760,7 +5584,7 @@ Makes blocks copy by given ids and paste it to shown place - + ### Rpc.BlockDataview.View.SetActive set the current active view (persisted only within a session) @@ -5770,7 +5594,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.SetActive.Request @@ -5789,7 +5613,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.SetActive.Response @@ -5797,15 +5621,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.View.SetActive.Response.Error](#anytype.Rpc.BlockDataview.View.SetActive.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.View.SetActive.Response.Error](#anytype-Rpc-BlockDataview-View-SetActive-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.View.SetActive.Response.Error @@ -5813,7 +5637,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.View.SetActive.Response.Error.Code](#anytype.Rpc.BlockDataview.View.SetActive.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.View.SetActive.Response.Error.Code](#anytype-Rpc-BlockDataview-View-SetActive-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5821,7 +5645,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.SetPosition @@ -5831,7 +5655,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.SetPosition.Request @@ -5849,7 +5673,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.SetPosition.Response @@ -5857,15 +5681,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.View.SetPosition.Response.Error](#anytype.Rpc.BlockDataview.View.SetPosition.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.View.SetPosition.Response.Error](#anytype-Rpc-BlockDataview-View-SetPosition-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.View.SetPosition.Response.Error @@ -5873,7 +5697,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.View.SetPosition.Response.Error.Code](#anytype.Rpc.BlockDataview.View.SetPosition.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.View.SetPosition.Response.Error.Code](#anytype-Rpc-BlockDataview-View-SetPosition-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5881,7 +5705,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.Update @@ -5891,7 +5715,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.View.Update.Request @@ -5902,14 +5726,14 @@ set the current active view (persisted only within a session) | contextId | [string](#string) | | | | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | -| view | [model.Block.Content.Dataview.View](#anytype.model.Block.Content.Dataview.View) | | | +| view | [model.Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) | | | - + ### Rpc.BlockDataview.View.Update.Response @@ -5917,15 +5741,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.View.Update.Response.Error](#anytype.Rpc.BlockDataview.View.Update.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.View.Update.Response.Error](#anytype-Rpc-BlockDataview-View-Update-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.View.Update.Response.Error @@ -5933,7 +5757,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.View.Update.Response.Error.Code](#anytype.Rpc.BlockDataview.View.Update.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.View.Update.Response.Error.Code](#anytype-Rpc-BlockDataview-View-Update-Response-Error-Code) | | | | description | [string](#string) | | | @@ -5941,7 +5765,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation @@ -5951,7 +5775,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Add @@ -5961,7 +5785,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Add.Request @@ -5972,14 +5796,14 @@ set the current active view (persisted only within a session) | contextId | [string](#string) | | | | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | -| relation | [model.Block.Content.Dataview.Relation](#anytype.model.Block.Content.Dataview.Relation) | | | +| relation | [model.Block.Content.Dataview.Relation](#anytype-model-Block-Content-Dataview-Relation) | | | - + ### Rpc.BlockDataview.ViewRelation.Add.Response @@ -5987,15 +5811,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.ViewRelation.Add.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.ViewRelation.Add.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.ViewRelation.Add.Response.Error @@ -6003,7 +5827,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6011,7 +5835,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Remove @@ -6021,7 +5845,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Remove.Request @@ -6039,7 +5863,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Remove.Response @@ -6047,15 +5871,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.ViewRelation.Remove.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.ViewRelation.Remove.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.ViewRelation.Remove.Response.Error @@ -6063,7 +5887,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Remove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6071,7 +5895,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Replace @@ -6081,7 +5905,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Replace.Request @@ -6093,14 +5917,14 @@ set the current active view (persisted only within a session) | blockId | [string](#string) | | id of dataview block to update | | viewId | [string](#string) | | id of view to update | | relationKey | [string](#string) | | | -| relation | [model.Block.Content.Dataview.Relation](#anytype.model.Block.Content.Dataview.Relation) | | | +| relation | [model.Block.Content.Dataview.Relation](#anytype-model-Block-Content-Dataview-Relation) | | | - + ### Rpc.BlockDataview.ViewRelation.Replace.Response @@ -6108,15 +5932,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.ViewRelation.Replace.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.ViewRelation.Replace.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.ViewRelation.Replace.Response.Error @@ -6124,7 +5948,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Replace-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6132,7 +5956,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Sort @@ -6142,7 +5966,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Sort.Request @@ -6160,7 +5984,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDataview.ViewRelation.Sort.Response @@ -6168,15 +5992,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDataview.ViewRelation.Sort.Response.Error](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDataview.ViewRelation.Sort.Response.Error](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDataview.ViewRelation.Sort.Response.Error @@ -6184,7 +6008,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code](#anytype.Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code) | | | +| code | [Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code](#anytype-Rpc-BlockDataview-ViewRelation-Sort-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6192,7 +6016,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDiv @@ -6202,7 +6026,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDiv.ListSetStyle @@ -6212,7 +6036,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockDiv.ListSetStyle.Request @@ -6222,14 +6046,14 @@ set the current active view (persisted only within a session) | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| style | [model.Block.Content.Div.Style](#anytype.model.Block.Content.Div.Style) | | | +| style | [model.Block.Content.Div.Style](#anytype-model-Block-Content-Div-Style) | | | - + ### Rpc.BlockDiv.ListSetStyle.Response @@ -6237,15 +6061,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockDiv.ListSetStyle.Response.Error](#anytype.Rpc.BlockDiv.ListSetStyle.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockDiv.ListSetStyle.Response.Error](#anytype-Rpc-BlockDiv-ListSetStyle-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockDiv.ListSetStyle.Response.Error @@ -6253,7 +6077,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockDiv.ListSetStyle.Response.Error.Code](#anytype.Rpc.BlockDiv.ListSetStyle.Response.Error.Code) | | | +| code | [Rpc.BlockDiv.ListSetStyle.Response.Error.Code](#anytype-Rpc-BlockDiv-ListSetStyle-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6261,7 +6085,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile @@ -6271,7 +6095,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.CreateAndUpload @@ -6281,7 +6105,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.CreateAndUpload.Request @@ -6291,17 +6115,17 @@ set the current active view (persisted only within a session) | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | targetId | [string](#string) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | | url | [string](#string) | | | | localPath | [string](#string) | | | -| fileType | [model.Block.Content.File.Type](#anytype.model.Block.Content.File.Type) | | | +| fileType | [model.Block.Content.File.Type](#anytype-model-Block-Content-File-Type) | | | - + ### Rpc.BlockFile.CreateAndUpload.Response @@ -6309,16 +6133,16 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockFile.CreateAndUpload.Response.Error](#anytype.Rpc.BlockFile.CreateAndUpload.Response.Error) | | | +| error | [Rpc.BlockFile.CreateAndUpload.Response.Error](#anytype-Rpc-BlockFile-CreateAndUpload-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockFile.CreateAndUpload.Response.Error @@ -6326,7 +6150,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockFile.CreateAndUpload.Response.Error.Code](#anytype.Rpc.BlockFile.CreateAndUpload.Response.Error.Code) | | | +| code | [Rpc.BlockFile.CreateAndUpload.Response.Error.Code](#anytype-Rpc-BlockFile-CreateAndUpload-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6334,7 +6158,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.ListSetStyle @@ -6344,7 +6168,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.ListSetStyle.Request @@ -6354,14 +6178,14 @@ set the current active view (persisted only within a session) | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| style | [model.Block.Content.File.Style](#anytype.model.Block.Content.File.Style) | | | +| style | [model.Block.Content.File.Style](#anytype-model-Block-Content-File-Style) | | | - + ### Rpc.BlockFile.ListSetStyle.Response @@ -6369,15 +6193,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockFile.ListSetStyle.Response.Error](#anytype.Rpc.BlockFile.ListSetStyle.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockFile.ListSetStyle.Response.Error](#anytype-Rpc-BlockFile-ListSetStyle-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockFile.ListSetStyle.Response.Error @@ -6385,7 +6209,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockFile.ListSetStyle.Response.Error.Code](#anytype.Rpc.BlockFile.ListSetStyle.Response.Error.Code) | | | +| code | [Rpc.BlockFile.ListSetStyle.Response.Error.Code](#anytype-Rpc-BlockFile-ListSetStyle-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6393,7 +6217,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.SetName @@ -6403,7 +6227,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.SetName.Request @@ -6420,7 +6244,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockFile.SetName.Response @@ -6428,15 +6252,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockFile.SetName.Response.Error](#anytype.Rpc.BlockFile.SetName.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockFile.SetName.Response.Error](#anytype-Rpc-BlockFile-SetName-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockFile.SetName.Response.Error @@ -6444,7 +6268,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockFile.SetName.Response.Error.Code](#anytype.Rpc.BlockFile.SetName.Response.Error.Code) | | | +| code | [Rpc.BlockFile.SetName.Response.Error.Code](#anytype-Rpc-BlockFile-SetName-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6452,7 +6276,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage @@ -6462,7 +6286,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage.SetName @@ -6472,7 +6296,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage.SetName.Request @@ -6489,7 +6313,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage.SetName.Response @@ -6497,14 +6321,14 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockImage.SetName.Response.Error](#anytype.Rpc.BlockImage.SetName.Response.Error) | | | +| error | [Rpc.BlockImage.SetName.Response.Error](#anytype-Rpc-BlockImage-SetName-Response-Error) | | | - + ### Rpc.BlockImage.SetName.Response.Error @@ -6512,7 +6336,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockImage.SetName.Response.Error.Code](#anytype.Rpc.BlockImage.SetName.Response.Error.Code) | | | +| code | [Rpc.BlockImage.SetName.Response.Error.Code](#anytype-Rpc-BlockImage-SetName-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6520,7 +6344,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage.SetWidth @@ -6530,7 +6354,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage.SetWidth.Request @@ -6547,7 +6371,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockImage.SetWidth.Response @@ -6555,14 +6379,14 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockImage.SetWidth.Response.Error](#anytype.Rpc.BlockImage.SetWidth.Response.Error) | | | +| error | [Rpc.BlockImage.SetWidth.Response.Error](#anytype-Rpc-BlockImage-SetWidth-Response-Error) | | | - + ### Rpc.BlockImage.SetWidth.Response.Error @@ -6570,7 +6394,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockImage.SetWidth.Response.Error.Code](#anytype.Rpc.BlockImage.SetWidth.Response.Error.Code) | | | +| code | [Rpc.BlockImage.SetWidth.Response.Error.Code](#anytype-Rpc-BlockImage-SetWidth-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6578,7 +6402,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLatex @@ -6588,7 +6412,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLatex.SetText @@ -6598,7 +6422,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLatex.SetText.Request @@ -6615,7 +6439,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLatex.SetText.Response @@ -6623,15 +6447,15 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockLatex.SetText.Response.Error](#anytype.Rpc.BlockLatex.SetText.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockLatex.SetText.Response.Error](#anytype-Rpc-BlockLatex-SetText-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockLatex.SetText.Response.Error @@ -6639,7 +6463,7 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockLatex.SetText.Response.Error.Code](#anytype.Rpc.BlockLatex.SetText.Response.Error.Code) | | | +| code | [Rpc.BlockLatex.SetText.Response.Error.Code](#anytype-Rpc-BlockLatex-SetText-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6647,7 +6471,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLink @@ -6657,7 +6481,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLink.CreateWithObject @@ -6667,7 +6491,7 @@ set the current active view (persisted only within a session) - + ### Rpc.BlockLink.CreateWithObject.Request @@ -6676,21 +6500,21 @@ set the current active view (persisted only within a session) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | new object details | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | new object details | | templateId | [string](#string) | | optional template id for creating from template | -| internalFlags | [model.InternalFlag](#anytype.model.InternalFlag) | repeated | | +| internalFlags | [model.InternalFlag](#anytype-model-InternalFlag) | repeated | | | targetId | [string](#string) | | link block params id of the closest simple block | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | link block fields | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | link block fields | - + ### Rpc.BlockLink.CreateWithObject.Response @@ -6698,17 +6522,17 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockLink.CreateWithObject.Response.Error](#anytype.Rpc.BlockLink.CreateWithObject.Response.Error) | | | +| error | [Rpc.BlockLink.CreateWithObject.Response.Error](#anytype-Rpc-BlockLink-CreateWithObject-Response-Error) | | | | blockId | [string](#string) | | | | targetId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockLink.CreateWithObject.Response.Error @@ -6716,7 +6540,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockLink.CreateWithObject.Response.Error.Code](#anytype.Rpc.BlockLink.CreateWithObject.Response.Error.Code) | | | +| code | [Rpc.BlockLink.CreateWithObject.Response.Error.Code](#anytype-Rpc-BlockLink-CreateWithObject-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6724,7 +6548,7 @@ id of the closest simple block | - + ### Rpc.BlockLink.ListSetAppearance @@ -6734,7 +6558,7 @@ id of the closest simple block | - + ### Rpc.BlockLink.ListSetAppearance.Request @@ -6744,9 +6568,9 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| iconSize | [model.Block.Content.Link.IconSize](#anytype.model.Block.Content.Link.IconSize) | | | -| cardStyle | [model.Block.Content.Link.CardStyle](#anytype.model.Block.Content.Link.CardStyle) | | | -| description | [model.Block.Content.Link.Description](#anytype.model.Block.Content.Link.Description) | | | +| iconSize | [model.Block.Content.Link.IconSize](#anytype-model-Block-Content-Link-IconSize) | | | +| cardStyle | [model.Block.Content.Link.CardStyle](#anytype-model-Block-Content-Link-CardStyle) | | | +| description | [model.Block.Content.Link.Description](#anytype-model-Block-Content-Link-Description) | | | | relations | [string](#string) | repeated | | @@ -6754,7 +6578,7 @@ id of the closest simple block | - + ### Rpc.BlockLink.ListSetAppearance.Response @@ -6762,15 +6586,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockLink.ListSetAppearance.Response.Error](#anytype.Rpc.BlockLink.ListSetAppearance.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockLink.ListSetAppearance.Response.Error](#anytype-Rpc-BlockLink-ListSetAppearance-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockLink.ListSetAppearance.Response.Error @@ -6778,7 +6602,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockLink.ListSetAppearance.Response.Error.Code](#anytype.Rpc.BlockLink.ListSetAppearance.Response.Error.Code) | | | +| code | [Rpc.BlockLink.ListSetAppearance.Response.Error.Code](#anytype-Rpc-BlockLink-ListSetAppearance-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6786,7 +6610,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation @@ -6796,7 +6620,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation.Add @@ -6806,7 +6630,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation.Add.Request @@ -6823,7 +6647,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation.Add.Response @@ -6831,15 +6655,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockRelation.Add.Response.Error](#anytype.Rpc.BlockRelation.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockRelation.Add.Response.Error](#anytype-Rpc-BlockRelation-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockRelation.Add.Response.Error @@ -6847,7 +6671,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockRelation.Add.Response.Error.Code](#anytype.Rpc.BlockRelation.Add.Response.Error.Code) | | | +| code | [Rpc.BlockRelation.Add.Response.Error.Code](#anytype-Rpc-BlockRelation-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6855,7 +6679,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation.SetKey @@ -6865,7 +6689,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation.SetKey.Request @@ -6882,7 +6706,7 @@ id of the closest simple block | - + ### Rpc.BlockRelation.SetKey.Response @@ -6890,15 +6714,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockRelation.SetKey.Response.Error](#anytype.Rpc.BlockRelation.SetKey.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockRelation.SetKey.Response.Error](#anytype-Rpc-BlockRelation-SetKey-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockRelation.SetKey.Response.Error @@ -6906,7 +6730,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockRelation.SetKey.Response.Error.Code](#anytype.Rpc.BlockRelation.SetKey.Response.Error.Code) | | | +| code | [Rpc.BlockRelation.SetKey.Response.Error.Code](#anytype-Rpc-BlockRelation-SetKey-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6914,7 +6738,7 @@ id of the closest simple block | - + ### Rpc.BlockTable @@ -6924,7 +6748,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnCreate @@ -6934,7 +6758,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnCreate.Request @@ -6944,14 +6768,14 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | id of the closest column | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | - + ### Rpc.BlockTable.ColumnCreate.Response @@ -6959,15 +6783,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.ColumnCreate.Response.Error](#anytype.Rpc.BlockTable.ColumnCreate.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.ColumnCreate.Response.Error](#anytype-Rpc-BlockTable-ColumnCreate-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.ColumnCreate.Response.Error @@ -6975,7 +6799,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.ColumnCreate.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnCreate.Response.Error.Code) | | | +| code | [Rpc.BlockTable.ColumnCreate.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnCreate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -6983,7 +6807,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnDelete @@ -6993,7 +6817,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnDelete.Request @@ -7009,7 +6833,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnDelete.Response @@ -7017,15 +6841,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.ColumnDelete.Response.Error](#anytype.Rpc.BlockTable.ColumnDelete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.ColumnDelete.Response.Error](#anytype-Rpc-BlockTable-ColumnDelete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.ColumnDelete.Response.Error @@ -7033,7 +6857,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.ColumnDelete.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnDelete.Response.Error.Code) | | | +| code | [Rpc.BlockTable.ColumnDelete.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnDelete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7041,7 +6865,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnDuplicate @@ -7051,7 +6875,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnDuplicate.Request @@ -7062,14 +6886,14 @@ id of the closest simple block | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | | | blockId | [string](#string) | | block to duplicate | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | - + ### Rpc.BlockTable.ColumnDuplicate.Response @@ -7077,16 +6901,16 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.ColumnDuplicate.Response.Error](#anytype.Rpc.BlockTable.ColumnDuplicate.Response.Error) | | | +| error | [Rpc.BlockTable.ColumnDuplicate.Response.Error](#anytype-Rpc-BlockTable-ColumnDuplicate-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.ColumnDuplicate.Response.Error @@ -7094,7 +6918,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.ColumnDuplicate.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnDuplicate.Response.Error.Code) | | | +| code | [Rpc.BlockTable.ColumnDuplicate.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnDuplicate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7102,7 +6926,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnListFill @@ -7112,7 +6936,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnListFill.Request @@ -7128,7 +6952,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnListFill.Response @@ -7136,15 +6960,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.ColumnListFill.Response.Error](#anytype.Rpc.BlockTable.ColumnListFill.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.ColumnListFill.Response.Error](#anytype-Rpc-BlockTable-ColumnListFill-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.ColumnListFill.Response.Error @@ -7152,7 +6976,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.ColumnListFill.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnListFill.Response.Error.Code) | | | +| code | [Rpc.BlockTable.ColumnListFill.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnListFill-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7160,7 +6984,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnMove @@ -7170,7 +6994,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.ColumnMove.Request @@ -7181,14 +7005,14 @@ id of the closest simple block | | contextId | [string](#string) | | | | targetId | [string](#string) | | | | dropTargetId | [string](#string) | | | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | - + ### Rpc.BlockTable.ColumnMove.Response @@ -7196,15 +7020,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.ColumnMove.Response.Error](#anytype.Rpc.BlockTable.ColumnMove.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.ColumnMove.Response.Error](#anytype-Rpc-BlockTable-ColumnMove-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.ColumnMove.Response.Error @@ -7212,7 +7036,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.ColumnMove.Response.Error.Code](#anytype.Rpc.BlockTable.ColumnMove.Response.Error.Code) | | | +| code | [Rpc.BlockTable.ColumnMove.Response.Error.Code](#anytype-Rpc-BlockTable-ColumnMove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7220,7 +7044,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Create @@ -7230,7 +7054,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Create.Request @@ -7240,7 +7064,7 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | id of the closest block | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | | rows | [uint32](#uint32) | | | | columns | [uint32](#uint32) | | | | withHeaderRow | [bool](#bool) | | | @@ -7250,7 +7074,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Create.Response @@ -7258,16 +7082,16 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.Create.Response.Error](#anytype.Rpc.BlockTable.Create.Response.Error) | | | +| error | [Rpc.BlockTable.Create.Response.Error](#anytype-Rpc-BlockTable-Create-Response-Error) | | | | blockId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.Create.Response.Error @@ -7275,7 +7099,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.Create.Response.Error.Code](#anytype.Rpc.BlockTable.Create.Response.Error.Code) | | | +| code | [Rpc.BlockTable.Create.Response.Error.Code](#anytype-Rpc-BlockTable-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7283,7 +7107,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Expand @@ -7293,7 +7117,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Expand.Request @@ -7311,7 +7135,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Expand.Response @@ -7319,15 +7143,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.Expand.Response.Error](#anytype.Rpc.BlockTable.Expand.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.Expand.Response.Error](#anytype-Rpc-BlockTable-Expand-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.Expand.Response.Error @@ -7335,7 +7159,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.Expand.Response.Error.Code](#anytype.Rpc.BlockTable.Expand.Response.Error.Code) | | | +| code | [Rpc.BlockTable.Expand.Response.Error.Code](#anytype-Rpc-BlockTable-Expand-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7343,7 +7167,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowCreate @@ -7353,7 +7177,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowCreate.Request @@ -7363,14 +7187,14 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | id of the closest row | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | - + ### Rpc.BlockTable.RowCreate.Response @@ -7378,15 +7202,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.RowCreate.Response.Error](#anytype.Rpc.BlockTable.RowCreate.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.RowCreate.Response.Error](#anytype-Rpc-BlockTable-RowCreate-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.RowCreate.Response.Error @@ -7394,7 +7218,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.RowCreate.Response.Error.Code](#anytype.Rpc.BlockTable.RowCreate.Response.Error.Code) | | | +| code | [Rpc.BlockTable.RowCreate.Response.Error.Code](#anytype-Rpc-BlockTable-RowCreate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7402,7 +7226,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowDelete @@ -7412,7 +7236,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowDelete.Request @@ -7428,7 +7252,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowDelete.Response @@ -7436,15 +7260,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.RowDelete.Response.Error](#anytype.Rpc.BlockTable.RowDelete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.RowDelete.Response.Error](#anytype-Rpc-BlockTable-RowDelete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.RowDelete.Response.Error @@ -7452,7 +7276,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.RowDelete.Response.Error.Code](#anytype.Rpc.BlockTable.RowDelete.Response.Error.Code) | | | +| code | [Rpc.BlockTable.RowDelete.Response.Error.Code](#anytype-Rpc-BlockTable-RowDelete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7460,7 +7284,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowDuplicate @@ -7470,7 +7294,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowDuplicate.Request @@ -7481,14 +7305,14 @@ id of the closest simple block | | contextId | [string](#string) | | id of the context object | | targetId | [string](#string) | | | | blockId | [string](#string) | | block to duplicate | -| position | [model.Block.Position](#anytype.model.Block.Position) | | | +| position | [model.Block.Position](#anytype-model-Block-Position) | | | - + ### Rpc.BlockTable.RowDuplicate.Response @@ -7496,15 +7320,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.RowDuplicate.Response.Error](#anytype.Rpc.BlockTable.RowDuplicate.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.RowDuplicate.Response.Error](#anytype-Rpc-BlockTable-RowDuplicate-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.RowDuplicate.Response.Error @@ -7512,7 +7336,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.RowDuplicate.Response.Error.Code](#anytype.Rpc.BlockTable.RowDuplicate.Response.Error.Code) | | | +| code | [Rpc.BlockTable.RowDuplicate.Response.Error.Code](#anytype-Rpc-BlockTable-RowDuplicate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7520,7 +7344,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowListClean @@ -7530,7 +7354,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowListClean.Request @@ -7546,7 +7370,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowListClean.Response @@ -7554,15 +7378,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.RowListClean.Response.Error](#anytype.Rpc.BlockTable.RowListClean.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.RowListClean.Response.Error](#anytype-Rpc-BlockTable-RowListClean-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.RowListClean.Response.Error @@ -7570,7 +7394,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.RowListClean.Response.Error.Code](#anytype.Rpc.BlockTable.RowListClean.Response.Error.Code) | | | +| code | [Rpc.BlockTable.RowListClean.Response.Error.Code](#anytype-Rpc-BlockTable-RowListClean-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7578,7 +7402,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowListFill @@ -7588,7 +7412,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowListFill.Request @@ -7604,7 +7428,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowListFill.Response @@ -7612,15 +7436,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.RowListFill.Response.Error](#anytype.Rpc.BlockTable.RowListFill.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.RowListFill.Response.Error](#anytype-Rpc-BlockTable-RowListFill-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.RowListFill.Response.Error @@ -7628,7 +7452,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.RowListFill.Response.Error.Code](#anytype.Rpc.BlockTable.RowListFill.Response.Error.Code) | | | +| code | [Rpc.BlockTable.RowListFill.Response.Error.Code](#anytype-Rpc-BlockTable-RowListFill-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7636,7 +7460,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowSetHeader @@ -7646,7 +7470,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowSetHeader.Request @@ -7663,7 +7487,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.RowSetHeader.Response @@ -7671,15 +7495,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.RowSetHeader.Response.Error](#anytype.Rpc.BlockTable.RowSetHeader.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.RowSetHeader.Response.Error](#anytype-Rpc-BlockTable-RowSetHeader-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.RowSetHeader.Response.Error @@ -7687,7 +7511,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.RowSetHeader.Response.Error.Code](#anytype.Rpc.BlockTable.RowSetHeader.Response.Error.Code) | | | +| code | [Rpc.BlockTable.RowSetHeader.Response.Error.Code](#anytype-Rpc-BlockTable-RowSetHeader-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7695,7 +7519,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Sort @@ -7705,7 +7529,7 @@ id of the closest simple block | - + ### Rpc.BlockTable.Sort.Request @@ -7715,14 +7539,14 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | id of the context object | | columnId | [string](#string) | | | -| type | [model.Block.Content.Dataview.Sort.Type](#anytype.model.Block.Content.Dataview.Sort.Type) | | | +| type | [model.Block.Content.Dataview.Sort.Type](#anytype-model-Block-Content-Dataview-Sort-Type) | | | - + ### Rpc.BlockTable.Sort.Response @@ -7730,15 +7554,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockTable.Sort.Response.Error](#anytype.Rpc.BlockTable.Sort.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockTable.Sort.Response.Error](#anytype-Rpc-BlockTable-Sort-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockTable.Sort.Response.Error @@ -7746,7 +7570,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockTable.Sort.Response.Error.Code](#anytype.Rpc.BlockTable.Sort.Response.Error.Code) | | | +| code | [Rpc.BlockTable.Sort.Response.Error.Code](#anytype-Rpc-BlockTable-Sort-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7754,7 +7578,7 @@ id of the closest simple block | - + ### Rpc.BlockText @@ -7764,7 +7588,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListClearContent @@ -7774,7 +7598,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListClearContent.Request @@ -7790,7 +7614,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListClearContent.Response @@ -7798,15 +7622,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.ListClearContent.Response.Error](#anytype.Rpc.BlockText.ListClearContent.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.ListClearContent.Response.Error](#anytype-Rpc-BlockText-ListClearContent-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.ListClearContent.Response.Error @@ -7814,7 +7638,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.ListClearContent.Response.Error.Code](#anytype.Rpc.BlockText.ListClearContent.Response.Error.Code) | | | +| code | [Rpc.BlockText.ListClearContent.Response.Error.Code](#anytype-Rpc-BlockText-ListClearContent-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7822,7 +7646,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListClearStyle @@ -7832,7 +7656,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListClearStyle.Request @@ -7848,7 +7672,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListClearStyle.Response @@ -7856,15 +7680,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.ListClearStyle.Response.Error](#anytype.Rpc.BlockText.ListClearStyle.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.ListClearStyle.Response.Error](#anytype-Rpc-BlockText-ListClearStyle-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.ListClearStyle.Response.Error @@ -7872,7 +7696,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.ListClearStyle.Response.Error.Code](#anytype.Rpc.BlockText.ListClearStyle.Response.Error.Code) | | | +| code | [Rpc.BlockText.ListClearStyle.Response.Error.Code](#anytype-Rpc-BlockText-ListClearStyle-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7880,7 +7704,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetColor @@ -7890,7 +7714,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetColor.Request @@ -7907,7 +7731,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetColor.Response @@ -7915,15 +7739,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.ListSetColor.Response.Error](#anytype.Rpc.BlockText.ListSetColor.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.ListSetColor.Response.Error](#anytype-Rpc-BlockText-ListSetColor-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.ListSetColor.Response.Error @@ -7931,7 +7755,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.ListSetColor.Response.Error.Code](#anytype.Rpc.BlockText.ListSetColor.Response.Error.Code) | | | +| code | [Rpc.BlockText.ListSetColor.Response.Error.Code](#anytype-Rpc-BlockText-ListSetColor-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7939,7 +7763,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetMark @@ -7949,7 +7773,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetMark.Request @@ -7959,14 +7783,14 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| mark | [model.Block.Content.Text.Mark](#anytype.model.Block.Content.Text.Mark) | | | +| mark | [model.Block.Content.Text.Mark](#anytype-model-Block-Content-Text-Mark) | | | - + ### Rpc.BlockText.ListSetMark.Response @@ -7974,15 +7798,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.ListSetMark.Response.Error](#anytype.Rpc.BlockText.ListSetMark.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.ListSetMark.Response.Error](#anytype-Rpc-BlockText-ListSetMark-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.ListSetMark.Response.Error @@ -7990,7 +7814,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.ListSetMark.Response.Error.Code](#anytype.Rpc.BlockText.ListSetMark.Response.Error.Code) | | | +| code | [Rpc.BlockText.ListSetMark.Response.Error.Code](#anytype-Rpc-BlockText-ListSetMark-Response-Error-Code) | | | | description | [string](#string) | | | @@ -7998,7 +7822,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetStyle @@ -8008,7 +7832,7 @@ id of the closest simple block | - + ### Rpc.BlockText.ListSetStyle.Request @@ -8018,14 +7842,14 @@ id of the closest simple block | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockIds | [string](#string) | repeated | | -| style | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | +| style | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | - + ### Rpc.BlockText.ListSetStyle.Response @@ -8033,15 +7857,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.ListSetStyle.Response.Error](#anytype.Rpc.BlockText.ListSetStyle.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.ListSetStyle.Response.Error](#anytype-Rpc-BlockText-ListSetStyle-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.ListSetStyle.Response.Error @@ -8049,7 +7873,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.ListSetStyle.Response.Error.Code](#anytype.Rpc.BlockText.ListSetStyle.Response.Error.Code) | | | +| code | [Rpc.BlockText.ListSetStyle.Response.Error.Code](#anytype-Rpc-BlockText-ListSetStyle-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8057,7 +7881,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetChecked @@ -8067,7 +7891,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetChecked.Request @@ -8084,7 +7908,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetChecked.Response @@ -8092,15 +7916,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.SetChecked.Response.Error](#anytype.Rpc.BlockText.SetChecked.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.SetChecked.Response.Error](#anytype-Rpc-BlockText-SetChecked-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.SetChecked.Response.Error @@ -8108,7 +7932,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.SetChecked.Response.Error.Code](#anytype.Rpc.BlockText.SetChecked.Response.Error.Code) | | | +| code | [Rpc.BlockText.SetChecked.Response.Error.Code](#anytype-Rpc-BlockText-SetChecked-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8116,7 +7940,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetColor @@ -8126,7 +7950,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetColor.Request @@ -8143,7 +7967,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetColor.Response @@ -8151,15 +7975,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.SetColor.Response.Error](#anytype.Rpc.BlockText.SetColor.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.SetColor.Response.Error](#anytype-Rpc-BlockText-SetColor-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.SetColor.Response.Error @@ -8167,7 +7991,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.SetColor.Response.Error.Code](#anytype.Rpc.BlockText.SetColor.Response.Error.Code) | | | +| code | [Rpc.BlockText.SetColor.Response.Error.Code](#anytype-Rpc-BlockText-SetColor-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8175,7 +7999,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetIcon @@ -8185,7 +8009,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetIcon.Request @@ -8203,7 +8027,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetIcon.Response @@ -8211,15 +8035,15 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.SetIcon.Response.Error](#anytype.Rpc.BlockText.SetIcon.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.SetIcon.Response.Error](#anytype-Rpc-BlockText-SetIcon-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.SetIcon.Response.Error @@ -8227,7 +8051,7 @@ id of the closest simple block | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.SetIcon.Response.Error.Code](#anytype.Rpc.BlockText.SetIcon.Response.Error.Code) | | | +| code | [Rpc.BlockText.SetIcon.Response.Error.Code](#anytype-Rpc-BlockText-SetIcon-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8235,7 +8059,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetMarks @@ -8245,7 +8069,7 @@ id of the closest simple block | - + ### Rpc.BlockText.SetMarks.Get Get marks list in the selected range in text block. @@ -8255,7 +8079,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockText.SetMarks.Get.Request @@ -8265,14 +8089,14 @@ Get marks list in the selected range in text block. | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| range | [model.Range](#anytype.model.Range) | | | +| range | [model.Range](#anytype-model-Range) | | | - + ### Rpc.BlockText.SetMarks.Get.Response @@ -8280,15 +8104,15 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.SetMarks.Get.Response.Error](#anytype.Rpc.BlockText.SetMarks.Get.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.SetMarks.Get.Response.Error](#anytype-Rpc-BlockText-SetMarks-Get-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.SetMarks.Get.Response.Error @@ -8296,7 +8120,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.SetMarks.Get.Response.Error.Code](#anytype.Rpc.BlockText.SetMarks.Get.Response.Error.Code) | | | +| code | [Rpc.BlockText.SetMarks.Get.Response.Error.Code](#anytype-Rpc-BlockText-SetMarks-Get-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8304,7 +8128,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockText.SetStyle @@ -8314,7 +8138,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockText.SetStyle.Request @@ -8324,14 +8148,14 @@ Get marks list in the selected range in text block. | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | blockId | [string](#string) | | | -| style | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | +| style | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | - + ### Rpc.BlockText.SetStyle.Response @@ -8339,15 +8163,15 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.SetStyle.Response.Error](#anytype.Rpc.BlockText.SetStyle.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.SetStyle.Response.Error](#anytype-Rpc-BlockText-SetStyle-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.SetStyle.Response.Error @@ -8355,7 +8179,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.SetStyle.Response.Error.Code](#anytype.Rpc.BlockText.SetStyle.Response.Error.Code) | | | +| code | [Rpc.BlockText.SetStyle.Response.Error.Code](#anytype-Rpc-BlockText-SetStyle-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8363,7 +8187,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockText.SetText @@ -8373,7 +8197,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockText.SetText.Request @@ -8384,14 +8208,14 @@ Get marks list in the selected range in text block. | contextId | [string](#string) | | | | blockId | [string](#string) | | | | text | [string](#string) | | | -| marks | [model.Block.Content.Text.Marks](#anytype.model.Block.Content.Text.Marks) | | | +| marks | [model.Block.Content.Text.Marks](#anytype-model-Block-Content-Text-Marks) | | | - + ### Rpc.BlockText.SetText.Response @@ -8399,15 +8223,15 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockText.SetText.Response.Error](#anytype.Rpc.BlockText.SetText.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.BlockText.SetText.Response.Error](#anytype-Rpc-BlockText-SetText-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.BlockText.SetText.Response.Error @@ -8415,7 +8239,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockText.SetText.Response.Error.Code](#anytype.Rpc.BlockText.SetText.Response.Error.Code) | | | +| code | [Rpc.BlockText.SetText.Response.Error.Code](#anytype-Rpc-BlockText-SetText-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8423,7 +8247,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo @@ -8433,7 +8257,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo.SetName @@ -8443,7 +8267,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo.SetName.Request @@ -8460,7 +8284,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo.SetName.Response @@ -8468,14 +8292,14 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockVideo.SetName.Response.Error](#anytype.Rpc.BlockVideo.SetName.Response.Error) | | | +| error | [Rpc.BlockVideo.SetName.Response.Error](#anytype-Rpc-BlockVideo-SetName-Response-Error) | | | - + ### Rpc.BlockVideo.SetName.Response.Error @@ -8483,7 +8307,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockVideo.SetName.Response.Error.Code](#anytype.Rpc.BlockVideo.SetName.Response.Error.Code) | | | +| code | [Rpc.BlockVideo.SetName.Response.Error.Code](#anytype-Rpc-BlockVideo-SetName-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8491,7 +8315,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo.SetWidth @@ -8501,7 +8325,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo.SetWidth.Request @@ -8518,7 +8342,7 @@ Get marks list in the selected range in text block. - + ### Rpc.BlockVideo.SetWidth.Response @@ -8526,14 +8350,14 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.BlockVideo.SetWidth.Response.Error](#anytype.Rpc.BlockVideo.SetWidth.Response.Error) | | | +| error | [Rpc.BlockVideo.SetWidth.Response.Error](#anytype-Rpc-BlockVideo-SetWidth-Response-Error) | | | - + ### Rpc.BlockVideo.SetWidth.Response.Error @@ -8541,7 +8365,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.BlockVideo.SetWidth.Response.Error.Code](#anytype.Rpc.BlockVideo.SetWidth.Response.Error.Code) | | | +| code | [Rpc.BlockVideo.SetWidth.Response.Error.Code](#anytype-Rpc-BlockVideo-SetWidth-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8549,7 +8373,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug @@ -8559,7 +8383,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.ExportLocalstore @@ -8569,7 +8393,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.ExportLocalstore.Request @@ -8585,7 +8409,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.ExportLocalstore.Response @@ -8593,16 +8417,16 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Debug.ExportLocalstore.Response.Error](#anytype.Rpc.Debug.ExportLocalstore.Response.Error) | | | +| error | [Rpc.Debug.ExportLocalstore.Response.Error](#anytype-Rpc-Debug-ExportLocalstore-Response-Error) | | | | path | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Debug.ExportLocalstore.Response.Error @@ -8610,7 +8434,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Debug.ExportLocalstore.Response.Error.Code](#anytype.Rpc.Debug.ExportLocalstore.Response.Error.Code) | | | +| code | [Rpc.Debug.ExportLocalstore.Response.Error.Code](#anytype-Rpc-Debug-ExportLocalstore-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8618,7 +8442,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Ping @@ -8628,7 +8452,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Ping.Request @@ -8644,7 +8468,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Ping.Response @@ -8652,7 +8476,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Debug.Ping.Response.Error](#anytype.Rpc.Debug.Ping.Response.Error) | | | +| error | [Rpc.Debug.Ping.Response.Error](#anytype-Rpc-Debug-Ping-Response-Error) | | | | index | [int32](#int32) | | | @@ -8660,7 +8484,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Ping.Response.Error @@ -8668,7 +8492,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Debug.Ping.Response.Error.Code](#anytype.Rpc.Debug.Ping.Response.Error.Code) | | | +| code | [Rpc.Debug.Ping.Response.Error.Code](#anytype-Rpc-Debug-Ping-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8676,7 +8500,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.SpaceSummary @@ -8686,7 +8510,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.SpaceSummary.Request @@ -8696,7 +8520,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.SpaceSummary.Response @@ -8704,16 +8528,16 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Debug.SpaceSummary.Response.Error](#anytype.Rpc.Debug.SpaceSummary.Response.Error) | | | +| error | [Rpc.Debug.SpaceSummary.Response.Error](#anytype-Rpc-Debug-SpaceSummary-Response-Error) | | | | spaceId | [string](#string) | | | -| infos | [Rpc.Debug.TreeInfo](#anytype.Rpc.Debug.TreeInfo) | repeated | | +| infos | [Rpc.Debug.TreeInfo](#anytype-Rpc-Debug-TreeInfo) | repeated | | - + ### Rpc.Debug.SpaceSummary.Response.Error @@ -8721,7 +8545,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Debug.SpaceSummary.Response.Error.Code](#anytype.Rpc.Debug.SpaceSummary.Response.Error.Code) | | | +| code | [Rpc.Debug.SpaceSummary.Response.Error.Code](#anytype-Rpc-Debug-SpaceSummary-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8729,7 +8553,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Tree @@ -8739,7 +8563,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Tree.Request @@ -8757,7 +8581,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Tree.Response @@ -8765,7 +8589,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Debug.Tree.Response.Error](#anytype.Rpc.Debug.Tree.Response.Error) | | | +| error | [Rpc.Debug.Tree.Response.Error](#anytype-Rpc-Debug-Tree-Response-Error) | | | | filename | [string](#string) | | | @@ -8773,7 +8597,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.Tree.Response.Error @@ -8781,7 +8605,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Debug.Tree.Response.Error.Code](#anytype.Rpc.Debug.Tree.Response.Error.Code) | | | +| code | [Rpc.Debug.Tree.Response.Error.Code](#anytype-Rpc-Debug-Tree-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8789,7 +8613,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.TreeHeads @@ -8799,7 +8623,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.TreeHeads.Request @@ -8814,7 +8638,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.TreeHeads.Response @@ -8822,16 +8646,16 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Debug.TreeHeads.Response.Error](#anytype.Rpc.Debug.TreeHeads.Response.Error) | | | +| error | [Rpc.Debug.TreeHeads.Response.Error](#anytype-Rpc-Debug-TreeHeads-Response-Error) | | | | spaceId | [string](#string) | | | -| info | [Rpc.Debug.TreeInfo](#anytype.Rpc.Debug.TreeInfo) | | | +| info | [Rpc.Debug.TreeInfo](#anytype-Rpc-Debug-TreeInfo) | | | - + ### Rpc.Debug.TreeHeads.Response.Error @@ -8839,7 +8663,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Debug.TreeHeads.Response.Error.Code](#anytype.Rpc.Debug.TreeHeads.Response.Error.Code) | | | +| code | [Rpc.Debug.TreeHeads.Response.Error.Code](#anytype-Rpc-Debug-TreeHeads-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8847,7 +8671,7 @@ Get marks list in the selected range in text block. - + ### Rpc.Debug.TreeInfo @@ -8863,7 +8687,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File @@ -8873,7 +8697,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Download @@ -8883,7 +8707,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Download.Request @@ -8899,7 +8723,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Download.Response @@ -8907,7 +8731,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.File.Download.Response.Error](#anytype.Rpc.File.Download.Response.Error) | | | +| error | [Rpc.File.Download.Response.Error](#anytype-Rpc-File-Download-Response-Error) | | | | localPath | [string](#string) | | | @@ -8915,7 +8739,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Download.Response.Error @@ -8923,7 +8747,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.File.Download.Response.Error.Code](#anytype.Rpc.File.Download.Response.Error.Code) | | | +| code | [Rpc.File.Download.Response.Error.Code](#anytype-Rpc-File-Download-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8931,7 +8755,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Drop @@ -8941,7 +8765,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Drop.Request @@ -8951,7 +8775,7 @@ Get marks list in the selected range in text block. | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | | dropTargetId | [string](#string) | | id of the simple block to insert considering position | -| position | [model.Block.Position](#anytype.model.Block.Position) | | position relatively to the dropTargetId simple block | +| position | [model.Block.Position](#anytype-model-Block-Position) | | position relatively to the dropTargetId simple block | | localFilePaths | [string](#string) | repeated | | @@ -8959,7 +8783,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Drop.Response @@ -8967,15 +8791,15 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.File.Drop.Response.Error](#anytype.Rpc.File.Drop.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.File.Drop.Response.Error](#anytype-Rpc-File-Drop-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.File.Drop.Response.Error @@ -8983,7 +8807,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.File.Drop.Response.Error.Code](#anytype.Rpc.File.Drop.Response.Error.Code) | | | +| code | [Rpc.File.Drop.Response.Error.Code](#anytype-Rpc-File-Drop-Response-Error-Code) | | | | description | [string](#string) | | | @@ -8991,7 +8815,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.ListOffload @@ -9001,7 +8825,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.ListOffload.Request @@ -9017,7 +8841,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.ListOffload.Response @@ -9025,7 +8849,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.File.ListOffload.Response.Error](#anytype.Rpc.File.ListOffload.Response.Error) | | | +| error | [Rpc.File.ListOffload.Response.Error](#anytype-Rpc-File-ListOffload-Response-Error) | | | | filesOffloaded | [int32](#int32) | | | | bytesOffloaded | [uint64](#uint64) | | | @@ -9034,7 +8858,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.ListOffload.Response.Error @@ -9042,7 +8866,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.File.ListOffload.Response.Error.Code](#anytype.Rpc.File.ListOffload.Response.Error.Code) | | | +| code | [Rpc.File.ListOffload.Response.Error.Code](#anytype-Rpc-File-ListOffload-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9050,7 +8874,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Offload @@ -9060,7 +8884,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Offload.Request @@ -9076,7 +8900,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Offload.Response @@ -9084,7 +8908,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.File.Offload.Response.Error](#anytype.Rpc.File.Offload.Response.Error) | | | +| error | [Rpc.File.Offload.Response.Error](#anytype-Rpc-File-Offload-Response-Error) | | | | bytesOffloaded | [uint64](#uint64) | | | @@ -9092,7 +8916,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Offload.Response.Error @@ -9100,7 +8924,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.File.Offload.Response.Error.Code](#anytype.Rpc.File.Offload.Response.Error.Code) | | | +| code | [Rpc.File.Offload.Response.Error.Code](#anytype-Rpc-File-Offload-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9108,7 +8932,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.SpaceUsage @@ -9118,7 +8942,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.SpaceUsage.Request @@ -9128,7 +8952,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.SpaceUsage.Response @@ -9136,15 +8960,15 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.File.SpaceUsage.Response.Error](#anytype.Rpc.File.SpaceUsage.Response.Error) | | | -| usage | [Rpc.File.SpaceUsage.Response.Usage](#anytype.Rpc.File.SpaceUsage.Response.Usage) | | | +| error | [Rpc.File.SpaceUsage.Response.Error](#anytype-Rpc-File-SpaceUsage-Response-Error) | | | +| usage | [Rpc.File.SpaceUsage.Response.Usage](#anytype-Rpc-File-SpaceUsage-Response-Usage) | | | - + ### Rpc.File.SpaceUsage.Response.Error @@ -9152,7 +8976,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.File.SpaceUsage.Response.Error.Code](#anytype.Rpc.File.SpaceUsage.Response.Error.Code) | | | +| code | [Rpc.File.SpaceUsage.Response.Error.Code](#anytype-Rpc-File-SpaceUsage-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9160,7 +8984,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.SpaceUsage.Response.Usage @@ -9180,7 +9004,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Upload @@ -9190,7 +9014,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Upload.Request @@ -9200,16 +9024,16 @@ Get marks list in the selected range in text block. | ----- | ---- | ----- | ----------- | | url | [string](#string) | | | | localPath | [string](#string) | | | -| type | [model.Block.Content.File.Type](#anytype.model.Block.Content.File.Type) | | | +| type | [model.Block.Content.File.Type](#anytype-model-Block-Content-File-Type) | | | | disableEncryption | [bool](#bool) | | deprecated, has no affect | -| style | [model.Block.Content.File.Style](#anytype.model.Block.Content.File.Style) | | | +| style | [model.Block.Content.File.Style](#anytype-model-Block-Content-File-Style) | | | - + ### Rpc.File.Upload.Response @@ -9217,7 +9041,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.File.Upload.Response.Error](#anytype.Rpc.File.Upload.Response.Error) | | | +| error | [Rpc.File.Upload.Response.Error](#anytype-Rpc-File-Upload-Response-Error) | | | | hash | [string](#string) | | | @@ -9225,7 +9049,7 @@ Get marks list in the selected range in text block. - + ### Rpc.File.Upload.Response.Error @@ -9233,7 +9057,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.File.Upload.Response.Error.Code](#anytype.Rpc.File.Upload.Response.Error.Code) | | | +| code | [Rpc.File.Upload.Response.Error.Code](#anytype-Rpc-File-Upload-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9241,7 +9065,7 @@ Get marks list in the selected range in text block. - + ### Rpc.GenericErrorResponse @@ -9249,14 +9073,14 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.GenericErrorResponse.Error](#anytype.Rpc.GenericErrorResponse.Error) | | | +| error | [Rpc.GenericErrorResponse.Error](#anytype-Rpc-GenericErrorResponse-Error) | | | - + ### Rpc.GenericErrorResponse.Error @@ -9264,7 +9088,7 @@ Get marks list in the selected range in text block. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.GenericErrorResponse.Error.Code](#anytype.Rpc.GenericErrorResponse.Error.Code) | | | +| code | [Rpc.GenericErrorResponse.Error.Code](#anytype-Rpc-GenericErrorResponse-Error-Code) | | | | description | [string](#string) | | | @@ -9272,7 +9096,7 @@ Get marks list in the selected range in text block. - + ### Rpc.History @@ -9282,7 +9106,7 @@ Get marks list in the selected range in text block. - + ### Rpc.History.GetVersions returns list of versions (changes) @@ -9292,7 +9116,7 @@ returns list of versions (changes) - + ### Rpc.History.GetVersions.Request @@ -9309,7 +9133,7 @@ returns list of versions (changes) - + ### Rpc.History.GetVersions.Response @@ -9317,15 +9141,15 @@ returns list of versions (changes) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.History.GetVersions.Response.Error](#anytype.Rpc.History.GetVersions.Response.Error) | | | -| versions | [Rpc.History.Version](#anytype.Rpc.History.Version) | repeated | | +| error | [Rpc.History.GetVersions.Response.Error](#anytype-Rpc-History-GetVersions-Response-Error) | | | +| versions | [Rpc.History.Version](#anytype-Rpc-History-Version) | repeated | | - + ### Rpc.History.GetVersions.Response.Error @@ -9333,7 +9157,7 @@ returns list of versions (changes) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.History.GetVersions.Response.Error.Code](#anytype.Rpc.History.GetVersions.Response.Error.Code) | | | +| code | [Rpc.History.GetVersions.Response.Error.Code](#anytype-Rpc-History-GetVersions-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9341,7 +9165,7 @@ returns list of versions (changes) - + ### Rpc.History.SetVersion @@ -9351,7 +9175,7 @@ returns list of versions (changes) - + ### Rpc.History.SetVersion.Request @@ -9367,7 +9191,7 @@ returns list of versions (changes) - + ### Rpc.History.SetVersion.Response @@ -9375,14 +9199,14 @@ returns list of versions (changes) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.History.SetVersion.Response.Error](#anytype.Rpc.History.SetVersion.Response.Error) | | | +| error | [Rpc.History.SetVersion.Response.Error](#anytype-Rpc-History-SetVersion-Response-Error) | | | - + ### Rpc.History.SetVersion.Response.Error @@ -9390,7 +9214,7 @@ returns list of versions (changes) | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.History.SetVersion.Response.Error.Code](#anytype.Rpc.History.SetVersion.Response.Error.Code) | | | +| code | [Rpc.History.SetVersion.Response.Error.Code](#anytype-Rpc-History-SetVersion-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9398,7 +9222,7 @@ returns list of versions (changes) - + ### Rpc.History.ShowVersion returns blockShow event for given version @@ -9408,7 +9232,7 @@ returns blockShow event for given version - + ### Rpc.History.ShowVersion.Request @@ -9425,7 +9249,7 @@ returns blockShow event for given version - + ### Rpc.History.ShowVersion.Response @@ -9433,9 +9257,9 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.History.ShowVersion.Response.Error](#anytype.Rpc.History.ShowVersion.Response.Error) | | | -| objectView | [model.ObjectView](#anytype.model.ObjectView) | | | -| version | [Rpc.History.Version](#anytype.Rpc.History.Version) | | | +| error | [Rpc.History.ShowVersion.Response.Error](#anytype-Rpc-History-ShowVersion-Response-Error) | | | +| objectView | [model.ObjectView](#anytype-model-ObjectView) | | | +| version | [Rpc.History.Version](#anytype-Rpc-History-Version) | | | | traceId | [string](#string) | | | @@ -9443,7 +9267,7 @@ returns blockShow event for given version - + ### Rpc.History.ShowVersion.Response.Error @@ -9451,7 +9275,7 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.History.ShowVersion.Response.Error.Code](#anytype.Rpc.History.ShowVersion.Response.Error.Code) | | | +| code | [Rpc.History.ShowVersion.Response.Error.Code](#anytype-Rpc-History-ShowVersion-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9459,7 +9283,7 @@ returns blockShow event for given version - + ### Rpc.History.Version @@ -9479,7 +9303,7 @@ returns blockShow event for given version - + ### Rpc.LinkPreview @@ -9489,7 +9313,7 @@ returns blockShow event for given version - + ### Rpc.LinkPreview.Request @@ -9504,7 +9328,7 @@ returns blockShow event for given version - + ### Rpc.LinkPreview.Response @@ -9512,15 +9336,15 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.LinkPreview.Response.Error](#anytype.Rpc.LinkPreview.Response.Error) | | | -| linkPreview | [model.LinkPreview](#anytype.model.LinkPreview) | | | +| error | [Rpc.LinkPreview.Response.Error](#anytype-Rpc-LinkPreview-Response-Error) | | | +| linkPreview | [model.LinkPreview](#anytype-model-LinkPreview) | | | - + ### Rpc.LinkPreview.Response.Error @@ -9528,7 +9352,7 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.LinkPreview.Response.Error.Code](#anytype.Rpc.LinkPreview.Response.Error.Code) | | | +| code | [Rpc.LinkPreview.Response.Error.Code](#anytype-Rpc-LinkPreview-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9536,7 +9360,7 @@ returns blockShow event for given version - + ### Rpc.Log @@ -9546,7 +9370,7 @@ returns blockShow event for given version - + ### Rpc.Log.Send @@ -9556,7 +9380,7 @@ returns blockShow event for given version - + ### Rpc.Log.Send.Request @@ -9565,14 +9389,14 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | message | [string](#string) | | | -| level | [Rpc.Log.Send.Request.Level](#anytype.Rpc.Log.Send.Request.Level) | | | +| level | [Rpc.Log.Send.Request.Level](#anytype-Rpc-Log-Send-Request-Level) | | | - + ### Rpc.Log.Send.Response @@ -9580,14 +9404,14 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Log.Send.Response.Error](#anytype.Rpc.Log.Send.Response.Error) | | | +| error | [Rpc.Log.Send.Response.Error](#anytype-Rpc-Log-Send-Response-Error) | | | - + ### Rpc.Log.Send.Response.Error @@ -9595,7 +9419,7 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Log.Send.Response.Error.Code](#anytype.Rpc.Log.Send.Response.Error.Code) | | | +| code | [Rpc.Log.Send.Response.Error.Code](#anytype-Rpc-Log-Send-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9603,7 +9427,7 @@ returns blockShow event for given version - + ### Rpc.Metrics @@ -9613,7 +9437,7 @@ returns blockShow event for given version - + ### Rpc.Metrics.SetParameters @@ -9623,7 +9447,7 @@ returns blockShow event for given version - + ### Rpc.Metrics.SetParameters.Request @@ -9638,7 +9462,7 @@ returns blockShow event for given version - + ### Rpc.Metrics.SetParameters.Response @@ -9646,14 +9470,14 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Metrics.SetParameters.Response.Error](#anytype.Rpc.Metrics.SetParameters.Response.Error) | | | +| error | [Rpc.Metrics.SetParameters.Response.Error](#anytype-Rpc-Metrics-SetParameters-Response-Error) | | | - + ### Rpc.Metrics.SetParameters.Response.Error @@ -9661,7 +9485,7 @@ returns blockShow event for given version | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Metrics.SetParameters.Response.Error.Code](#anytype.Rpc.Metrics.SetParameters.Response.Error.Code) | | | +| code | [Rpc.Metrics.SetParameters.Response.Error.Code](#anytype-Rpc-Metrics-SetParameters-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9669,7 +9493,7 @@ returns blockShow event for given version - + ### Rpc.Navigation @@ -9679,7 +9503,7 @@ returns blockShow event for given version - + ### Rpc.Navigation.GetObjectInfoWithLinks Get the info for page alongside with info for all inbound and outbound links from/to this page @@ -9689,7 +9513,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Navigation.GetObjectInfoWithLinks.Request @@ -9698,14 +9522,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | objectId | [string](#string) | | | -| context | [Rpc.Navigation.Context](#anytype.Rpc.Navigation.Context) | | | +| context | [Rpc.Navigation.Context](#anytype-Rpc-Navigation-Context) | | | - + ### Rpc.Navigation.GetObjectInfoWithLinks.Response @@ -9713,15 +9537,15 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Response.Error) | | | -| object | [model.ObjectInfoWithLinks](#anytype.model.ObjectInfoWithLinks) | | | +| error | [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Response-Error) | | | +| object | [model.ObjectInfoWithLinks](#anytype-model-ObjectInfoWithLinks) | | | - + ### Rpc.Navigation.GetObjectInfoWithLinks.Response.Error @@ -9729,7 +9553,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code](#anytype.Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code) | | | +| code | [Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code](#anytype-Rpc-Navigation-GetObjectInfoWithLinks-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9737,7 +9561,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Navigation.ListObjects @@ -9747,7 +9571,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Navigation.ListObjects.Request @@ -9755,7 +9579,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| context | [Rpc.Navigation.Context](#anytype.Rpc.Navigation.Context) | | | +| context | [Rpc.Navigation.Context](#anytype-Rpc-Navigation-Context) | | | | fullText | [string](#string) | | | | limit | [int32](#int32) | | | | offset | [int32](#int32) | | | @@ -9765,7 +9589,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Navigation.ListObjects.Response @@ -9773,15 +9597,15 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Navigation.ListObjects.Response.Error](#anytype.Rpc.Navigation.ListObjects.Response.Error) | | | -| objects | [model.ObjectInfo](#anytype.model.ObjectInfo) | repeated | | +| error | [Rpc.Navigation.ListObjects.Response.Error](#anytype-Rpc-Navigation-ListObjects-Response-Error) | | | +| objects | [model.ObjectInfo](#anytype-model-ObjectInfo) | repeated | | - + ### Rpc.Navigation.ListObjects.Response.Error @@ -9789,7 +9613,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Navigation.ListObjects.Response.Error.Code](#anytype.Rpc.Navigation.ListObjects.Response.Error.Code) | | | +| code | [Rpc.Navigation.ListObjects.Response.Error.Code](#anytype-Rpc-Navigation-ListObjects-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9797,7 +9621,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object @@ -9807,7 +9631,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ApplyTemplate @@ -9817,7 +9641,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ApplyTemplate.Request @@ -9833,7 +9657,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ApplyTemplate.Response @@ -9841,14 +9665,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ApplyTemplate.Response.Error](#anytype.Rpc.Object.ApplyTemplate.Response.Error) | | | +| error | [Rpc.Object.ApplyTemplate.Response.Error](#anytype-Rpc-Object-ApplyTemplate-Response-Error) | | | - + ### Rpc.Object.ApplyTemplate.Response.Error @@ -9856,7 +9680,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ApplyTemplate.Response.Error.Code](#anytype.Rpc.Object.ApplyTemplate.Response.Error.Code) | | | +| code | [Rpc.Object.ApplyTemplate.Response.Error.Code](#anytype-Rpc-Object-ApplyTemplate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9864,7 +9688,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.BookmarkFetch @@ -9874,7 +9698,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.BookmarkFetch.Request @@ -9890,7 +9714,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.BookmarkFetch.Response @@ -9898,14 +9722,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.BookmarkFetch.Response.Error](#anytype.Rpc.Object.BookmarkFetch.Response.Error) | | | +| error | [Rpc.Object.BookmarkFetch.Response.Error](#anytype-Rpc-Object-BookmarkFetch-Response-Error) | | | - + ### Rpc.Object.BookmarkFetch.Response.Error @@ -9913,7 +9737,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.BookmarkFetch.Response.Error.Code](#anytype.Rpc.Object.BookmarkFetch.Response.Error.Code) | | | +| code | [Rpc.Object.BookmarkFetch.Response.Error.Code](#anytype-Rpc-Object-BookmarkFetch-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9921,7 +9745,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Close @@ -9931,7 +9755,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Close.Request @@ -9947,7 +9771,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Close.Response @@ -9955,14 +9779,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Close.Response.Error](#anytype.Rpc.Object.Close.Response.Error) | | | +| error | [Rpc.Object.Close.Response.Error](#anytype-Rpc-Object-Close-Response-Error) | | | - + ### Rpc.Object.Close.Response.Error @@ -9970,7 +9794,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Close.Response.Error.Code](#anytype.Rpc.Object.Close.Response.Error.Code) | | | +| code | [Rpc.Object.Close.Response.Error.Code](#anytype-Rpc-Object-Close-Response-Error-Code) | | | | description | [string](#string) | | | @@ -9978,7 +9802,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Create @@ -9988,7 +9812,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Create.Request @@ -9996,8 +9820,8 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | object details | -| internalFlags | [model.InternalFlag](#anytype.model.InternalFlag) | repeated | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | object details | +| internalFlags | [model.InternalFlag](#anytype-model-InternalFlag) | repeated | | | templateId | [string](#string) | | | @@ -10005,7 +9829,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Create.Response @@ -10013,17 +9837,17 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Create.Response.Error](#anytype.Rpc.Object.Create.Response.Error) | | | +| error | [Rpc.Object.Create.Response.Error](#anytype-Rpc-Object-Create-Response-Error) | | | | objectId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.Create.Response.Error @@ -10031,7 +9855,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Create.Response.Error.Code](#anytype.Rpc.Object.Create.Response.Error.Code) | | | +| code | [Rpc.Object.Create.Response.Error.Code](#anytype-Rpc-Object-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10039,7 +9863,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateBookmark @@ -10049,7 +9873,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateBookmark.Request @@ -10057,14 +9881,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateBookmark.Response @@ -10072,16 +9896,16 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.CreateBookmark.Response.Error](#anytype.Rpc.Object.CreateBookmark.Response.Error) | | | +| error | [Rpc.Object.CreateBookmark.Response.Error](#anytype-Rpc-Object-CreateBookmark-Response-Error) | | | | objectId | [string](#string) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateBookmark.Response.Error @@ -10089,7 +9913,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.CreateBookmark.Response.Error.Code](#anytype.Rpc.Object.CreateBookmark.Response.Error.Code) | | | +| code | [Rpc.Object.CreateBookmark.Response.Error.Code](#anytype-Rpc-Object-CreateBookmark-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10097,7 +9921,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateObjectType @@ -10107,7 +9931,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateObjectType.Request @@ -10115,15 +9939,15 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| internalFlags | [model.InternalFlag](#anytype.model.InternalFlag) | repeated | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| internalFlags | [model.InternalFlag](#anytype-model-InternalFlag) | repeated | | - + ### Rpc.Object.CreateObjectType.Response @@ -10131,8 +9955,8 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.CreateObjectType.Response.Error](#anytype.Rpc.Object.CreateObjectType.Response.Error) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| error | [Rpc.Object.CreateObjectType.Response.Error](#anytype-Rpc-Object-CreateObjectType-Response-Error) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | | objectId | [string](#string) | | | @@ -10140,7 +9964,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateObjectType.Response.Error @@ -10148,7 +9972,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.CreateObjectType.Response.Error.Code](#anytype.Rpc.Object.CreateObjectType.Response.Error.Code) | | | +| code | [Rpc.Object.CreateObjectType.Response.Error.Code](#anytype-Rpc-Object-CreateObjectType-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10156,7 +9980,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateRelation @@ -10166,7 +9990,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateRelation.Request @@ -10174,14 +9998,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateRelation.Response @@ -10189,17 +10013,17 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.CreateRelation.Response.Error](#anytype.Rpc.Object.CreateRelation.Response.Error) | | | +| error | [Rpc.Object.CreateRelation.Response.Error](#anytype-Rpc-Object-CreateRelation-Response-Error) | | | | objectId | [string](#string) | | | | key | [string](#string) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateRelation.Response.Error @@ -10207,7 +10031,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.CreateRelation.Response.Error.Code](#anytype.Rpc.Object.CreateRelation.Response.Error.Code) | | | +| code | [Rpc.Object.CreateRelation.Response.Error.Code](#anytype-Rpc-Object-CreateRelation-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10215,7 +10039,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateRelationOption @@ -10225,7 +10049,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateRelationOption.Request @@ -10233,14 +10057,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateRelationOption.Response @@ -10248,16 +10072,16 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.CreateRelationOption.Response.Error](#anytype.Rpc.Object.CreateRelationOption.Response.Error) | | | +| error | [Rpc.Object.CreateRelationOption.Response.Error](#anytype-Rpc-Object-CreateRelationOption-Response-Error) | | | | objectId | [string](#string) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateRelationOption.Response.Error @@ -10265,7 +10089,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.CreateRelationOption.Response.Error.Code](#anytype.Rpc.Object.CreateRelationOption.Response.Error.Code) | | | +| code | [Rpc.Object.CreateRelationOption.Response.Error.Code](#anytype-Rpc-Object-CreateRelationOption-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10273,7 +10097,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateSet @@ -10283,7 +10107,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.CreateSet.Request @@ -10292,16 +10116,16 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | source | [string](#string) | repeated | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | if omitted the name of page will be the same with object type | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | if omitted the name of page will be the same with object type | | templateId | [string](#string) | | optional template id for creating from template | -| internalFlags | [model.InternalFlag](#anytype.model.InternalFlag) | repeated | | +| internalFlags | [model.InternalFlag](#anytype-model-InternalFlag) | repeated | | - + ### Rpc.Object.CreateSet.Response @@ -10309,17 +10133,17 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.CreateSet.Response.Error](#anytype.Rpc.Object.CreateSet.Response.Error) | | | +| error | [Rpc.Object.CreateSet.Response.Error](#anytype-Rpc-Object-CreateSet-Response-Error) | | | | objectId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Object.CreateSet.Response.Error @@ -10327,7 +10151,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.CreateSet.Response.Error.Code](#anytype.Rpc.Object.CreateSet.Response.Error.Code) | | | +| code | [Rpc.Object.CreateSet.Response.Error.Code](#anytype-Rpc-Object-CreateSet-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10335,7 +10159,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Duplicate @@ -10345,7 +10169,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Duplicate.Request @@ -10360,7 +10184,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Duplicate.Response @@ -10368,7 +10192,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Duplicate.Response.Error](#anytype.Rpc.Object.Duplicate.Response.Error) | | | +| error | [Rpc.Object.Duplicate.Response.Error](#anytype-Rpc-Object-Duplicate-Response-Error) | | | | id | [string](#string) | | created template id | @@ -10376,7 +10200,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Duplicate.Response.Error @@ -10384,7 +10208,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Duplicate.Response.Error.Code](#anytype.Rpc.Object.Duplicate.Response.Error.Code) | | | +| code | [Rpc.Object.Duplicate.Response.Error.Code](#anytype-Rpc-Object-Duplicate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10392,7 +10216,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Graph @@ -10402,7 +10226,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Graph.Edge @@ -10413,7 +10237,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | source | [string](#string) | | | | target | [string](#string) | | | | name | [string](#string) | | | -| type | [Rpc.Object.Graph.Edge.Type](#anytype.Rpc.Object.Graph.Edge.Type) | | | +| type | [Rpc.Object.Graph.Edge.Type](#anytype-Rpc-Object-Graph-Edge-Type) | | | | description | [string](#string) | | | | iconImage | [string](#string) | | | | iconEmoji | [string](#string) | | | @@ -10424,7 +10248,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Graph.Request @@ -10432,7 +10256,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| filters | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | repeated | | +| filters | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | repeated | | | limit | [int32](#int32) | | | | objectTypeFilter | [string](#string) | repeated | additional filter by objectTypes | | keys | [string](#string) | repeated | | @@ -10442,7 +10266,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Graph.Response @@ -10450,16 +10274,16 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Graph.Response.Error](#anytype.Rpc.Object.Graph.Response.Error) | | | -| nodes | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | -| edges | [Rpc.Object.Graph.Edge](#anytype.Rpc.Object.Graph.Edge) | repeated | | +| error | [Rpc.Object.Graph.Response.Error](#anytype-Rpc-Object-Graph-Response-Error) | | | +| nodes | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | +| edges | [Rpc.Object.Graph.Edge](#anytype-Rpc-Object-Graph-Edge) | repeated | | - + ### Rpc.Object.Graph.Response.Error @@ -10467,7 +10291,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Graph.Response.Error.Code](#anytype.Rpc.Object.Graph.Response.Error.Code) | | | +| code | [Rpc.Object.Graph.Response.Error.Code](#anytype-Rpc-Object-Graph-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10475,7 +10299,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.GroupsSubscribe @@ -10485,7 +10309,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.GroupsSubscribe.Request @@ -10495,7 +10319,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | ----- | ---- | ----- | ----------- | | subId | [string](#string) | | | | relationKey | [string](#string) | | | -| filters | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | repeated | | +| filters | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | repeated | | | source | [string](#string) | repeated | | | collectionId | [string](#string) | | | @@ -10504,7 +10328,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.GroupsSubscribe.Response @@ -10512,8 +10336,8 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.GroupsSubscribe.Response.Error](#anytype.Rpc.Object.GroupsSubscribe.Response.Error) | | | -| groups | [model.Block.Content.Dataview.Group](#anytype.model.Block.Content.Dataview.Group) | repeated | | +| error | [Rpc.Object.GroupsSubscribe.Response.Error](#anytype-Rpc-Object-GroupsSubscribe-Response-Error) | | | +| groups | [model.Block.Content.Dataview.Group](#anytype-model-Block-Content-Dataview-Group) | repeated | | | subId | [string](#string) | | | @@ -10521,7 +10345,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.GroupsSubscribe.Response.Error @@ -10529,7 +10353,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.GroupsSubscribe.Response.Error.Code](#anytype.Rpc.Object.GroupsSubscribe.Response.Error.Code) | | | +| code | [Rpc.Object.GroupsSubscribe.Response.Error.Code](#anytype-Rpc-Object-GroupsSubscribe-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10537,7 +10361,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import @@ -10547,7 +10371,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Notion @@ -10557,7 +10381,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Notion.ValidateToken @@ -10567,7 +10391,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Notion.ValidateToken.Request @@ -10582,7 +10406,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Notion.ValidateToken.Response @@ -10590,14 +10414,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Import.Notion.ValidateToken.Response.Error](#anytype.Rpc.Object.Import.Notion.ValidateToken.Response.Error) | | | +| error | [Rpc.Object.Import.Notion.ValidateToken.Response.Error](#anytype-Rpc-Object-Import-Notion-ValidateToken-Response-Error) | | | - + ### Rpc.Object.Import.Notion.ValidateToken.Response.Error @@ -10605,7 +10429,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code](#anytype.Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code) | | | +| code | [Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code](#anytype-Rpc-Object-Import-Notion-ValidateToken-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10613,7 +10437,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request @@ -10621,17 +10445,17 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| notionParams | [Rpc.Object.Import.Request.NotionParams](#anytype.Rpc.Object.Import.Request.NotionParams) | | | -| bookmarksParams | [Rpc.Object.Import.Request.BookmarksParams](#anytype.Rpc.Object.Import.Request.BookmarksParams) | | for internal use | -| markdownParams | [Rpc.Object.Import.Request.MarkdownParams](#anytype.Rpc.Object.Import.Request.MarkdownParams) | | | -| htmlParams | [Rpc.Object.Import.Request.HtmlParams](#anytype.Rpc.Object.Import.Request.HtmlParams) | | | -| txtParams | [Rpc.Object.Import.Request.TxtParams](#anytype.Rpc.Object.Import.Request.TxtParams) | | | -| pbParams | [Rpc.Object.Import.Request.PbParams](#anytype.Rpc.Object.Import.Request.PbParams) | | | -| csvParams | [Rpc.Object.Import.Request.CsvParams](#anytype.Rpc.Object.Import.Request.CsvParams) | | | -| snapshots | [Rpc.Object.Import.Request.Snapshot](#anytype.Rpc.Object.Import.Request.Snapshot) | repeated | optional, for external developers usage | +| notionParams | [Rpc.Object.Import.Request.NotionParams](#anytype-Rpc-Object-Import-Request-NotionParams) | | | +| bookmarksParams | [Rpc.Object.Import.Request.BookmarksParams](#anytype-Rpc-Object-Import-Request-BookmarksParams) | | for internal use | +| markdownParams | [Rpc.Object.Import.Request.MarkdownParams](#anytype-Rpc-Object-Import-Request-MarkdownParams) | | | +| htmlParams | [Rpc.Object.Import.Request.HtmlParams](#anytype-Rpc-Object-Import-Request-HtmlParams) | | | +| txtParams | [Rpc.Object.Import.Request.TxtParams](#anytype-Rpc-Object-Import-Request-TxtParams) | | | +| pbParams | [Rpc.Object.Import.Request.PbParams](#anytype-Rpc-Object-Import-Request-PbParams) | | | +| csvParams | [Rpc.Object.Import.Request.CsvParams](#anytype-Rpc-Object-Import-Request-CsvParams) | | | +| snapshots | [Rpc.Object.Import.Request.Snapshot](#anytype-Rpc-Object-Import-Request-Snapshot) | repeated | optional, for external developers usage | | updateExistingObjects | [bool](#bool) | | | -| type | [Rpc.Object.Import.Request.Type](#anytype.Rpc.Object.Import.Request.Type) | | | -| mode | [Rpc.Object.Import.Request.Mode](#anytype.Rpc.Object.Import.Request.Mode) | | | +| type | [Rpc.Object.Import.Request.Type](#anytype-Rpc-Object-Import-Request-Type) | | | +| mode | [Rpc.Object.Import.Request.Mode](#anytype-Rpc-Object-Import-Request-Mode) | | | | noProgress | [bool](#bool) | | | | isMigration | [bool](#bool) | | | @@ -10640,7 +10464,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request.BookmarksParams @@ -10655,7 +10479,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request.CsvParams @@ -10664,7 +10488,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | path | [string](#string) | repeated | | -| mode | [Rpc.Object.Import.Request.CsvParams.Mode](#anytype.Rpc.Object.Import.Request.CsvParams.Mode) | | | +| mode | [Rpc.Object.Import.Request.CsvParams.Mode](#anytype-Rpc-Object-Import-Request-CsvParams-Mode) | | | | useFirstRowForRelations | [bool](#bool) | | | | delimiter | [string](#string) | | | | transposeRowsAndColumns | [bool](#bool) | | | @@ -10674,7 +10498,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request.HtmlParams @@ -10689,7 +10513,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request.MarkdownParams @@ -10697,14 +10521,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| path | [string](#string) | | | +| path | [string](#string) | repeated | | - + ### Rpc.Object.Import.Request.NotionParams @@ -10719,7 +10543,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request.PbParams @@ -10735,7 +10559,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Request.Snapshot @@ -10744,14 +10568,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| snapshot | [model.SmartBlockSnapshotBase](#anytype.model.SmartBlockSnapshotBase) | | | +| snapshot | [model.SmartBlockSnapshotBase](#anytype-model-SmartBlockSnapshotBase) | | | - + ### Rpc.Object.Import.Request.TxtParams @@ -10766,7 +10590,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.Import.Response @@ -10774,14 +10598,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Import.Response.Error](#anytype.Rpc.Object.Import.Response.Error) | | | +| error | [Rpc.Object.Import.Response.Error](#anytype-Rpc-Object-Import-Response-Error) | | | - + ### Rpc.Object.Import.Response.Error @@ -10789,7 +10613,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Import.Response.Error.Code](#anytype.Rpc.Object.Import.Response.Error.Code) | | | +| code | [Rpc.Object.Import.Response.Error.Code](#anytype-Rpc-Object-Import-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10797,7 +10621,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ImportList @@ -10807,7 +10631,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ImportList.ImportResponse @@ -10815,14 +10639,14 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| type | [Rpc.Object.ImportList.ImportResponse.Type](#anytype.Rpc.Object.ImportList.ImportResponse.Type) | | | +| type | [Rpc.Object.ImportList.ImportResponse.Type](#anytype-Rpc-Object-ImportList-ImportResponse-Type) | | | - + ### Rpc.Object.ImportList.Request @@ -10832,7 +10656,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ImportList.Response @@ -10840,15 +10664,15 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ImportList.Response.Error](#anytype.Rpc.Object.ImportList.Response.Error) | | | -| response | [Rpc.Object.ImportList.ImportResponse](#anytype.Rpc.Object.ImportList.ImportResponse) | repeated | | +| error | [Rpc.Object.ImportList.Response.Error](#anytype-Rpc-Object-ImportList-Response-Error) | | | +| response | [Rpc.Object.ImportList.ImportResponse](#anytype-Rpc-Object-ImportList-ImportResponse) | repeated | | - + ### Rpc.Object.ImportList.Response.Error @@ -10856,7 +10680,7 @@ Get the info for page alongside with info for all inbound and outbound links fro | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ImportList.Response.Error.Code](#anytype.Rpc.Object.ImportList.Response.Error.Code) | | | +| code | [Rpc.Object.ImportList.Response.Error.Code](#anytype-Rpc-Object-ImportList-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10864,7 +10688,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ListDelete @@ -10874,7 +10698,7 @@ Get the info for page alongside with info for all inbound and outbound links fro - + ### Rpc.Object.ListDelete.Request Deletes the object, keys from the local store and unsubscribe from remote changes. Also offloads all orphan files @@ -10889,7 +10713,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListDelete.Response @@ -10897,15 +10721,15 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ListDelete.Response.Error](#anytype.Rpc.Object.ListDelete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.ListDelete.Response.Error](#anytype-Rpc-Object-ListDelete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.ListDelete.Response.Error @@ -10913,7 +10737,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ListDelete.Response.Error.Code](#anytype.Rpc.Object.ListDelete.Response.Error.Code) | | | +| code | [Rpc.Object.ListDelete.Response.Error.Code](#anytype-Rpc-Object-ListDelete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10921,7 +10745,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListDuplicate @@ -10931,7 +10755,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListDuplicate.Request @@ -10946,7 +10770,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListDuplicate.Response @@ -10954,7 +10778,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ListDuplicate.Response.Error](#anytype.Rpc.Object.ListDuplicate.Response.Error) | | | +| error | [Rpc.Object.ListDuplicate.Response.Error](#anytype-Rpc-Object-ListDuplicate-Response-Error) | | | | ids | [string](#string) | repeated | | @@ -10962,7 +10786,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListDuplicate.Response.Error @@ -10970,7 +10794,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ListDuplicate.Response.Error.Code](#anytype.Rpc.Object.ListDuplicate.Response.Error.Code) | | | +| code | [Rpc.Object.ListDuplicate.Response.Error.Code](#anytype-Rpc-Object-ListDuplicate-Response-Error-Code) | | | | description | [string](#string) | | | @@ -10978,7 +10802,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListExport @@ -10988,7 +10812,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListExport.Request @@ -10998,7 +10822,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | ----- | ---- | ----- | ----------- | | path | [string](#string) | | the path where export files will place | | objectIds | [string](#string) | repeated | ids of documents for export, when empty - will export all available docs | -| format | [Rpc.Object.ListExport.Format](#anytype.Rpc.Object.ListExport.Format) | | export format | +| format | [Rpc.Object.ListExport.Format](#anytype-Rpc-Object-ListExport-Format) | | export format | | zip | [bool](#bool) | | save as zip file | | includeNested | [bool](#bool) | | include all nested | | includeFiles | [bool](#bool) | | include all files | @@ -11010,7 +10834,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListExport.Response @@ -11018,17 +10842,17 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ListExport.Response.Error](#anytype.Rpc.Object.ListExport.Response.Error) | | | +| error | [Rpc.Object.ListExport.Response.Error](#anytype-Rpc-Object-ListExport-Response-Error) | | | | path | [string](#string) | | | | succeed | [int32](#int32) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.ListExport.Response.Error @@ -11036,7 +10860,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ListExport.Response.Error.Code](#anytype.Rpc.Object.ListExport.Response.Error.Code) | | | +| code | [Rpc.Object.ListExport.Response.Error.Code](#anytype-Rpc-Object-ListExport-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11044,7 +10868,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListSetIsArchived @@ -11054,7 +10878,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListSetIsArchived.Request @@ -11070,7 +10894,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListSetIsArchived.Response @@ -11078,14 +10902,14 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ListSetIsArchived.Response.Error](#anytype.Rpc.Object.ListSetIsArchived.Response.Error) | | | +| error | [Rpc.Object.ListSetIsArchived.Response.Error](#anytype-Rpc-Object-ListSetIsArchived-Response-Error) | | | - + ### Rpc.Object.ListSetIsArchived.Response.Error @@ -11093,7 +10917,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ListSetIsArchived.Response.Error.Code](#anytype.Rpc.Object.ListSetIsArchived.Response.Error.Code) | | | +| code | [Rpc.Object.ListSetIsArchived.Response.Error.Code](#anytype-Rpc-Object-ListSetIsArchived-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11101,7 +10925,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListSetIsFavorite @@ -11111,7 +10935,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListSetIsFavorite.Request @@ -11127,7 +10951,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.ListSetIsFavorite.Response @@ -11135,14 +10959,14 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ListSetIsFavorite.Response.Error](#anytype.Rpc.Object.ListSetIsFavorite.Response.Error) | | | +| error | [Rpc.Object.ListSetIsFavorite.Response.Error](#anytype-Rpc-Object-ListSetIsFavorite-Response-Error) | | | - + ### Rpc.Object.ListSetIsFavorite.Response.Error @@ -11150,7 +10974,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ListSetIsFavorite.Response.Error.Code](#anytype.Rpc.Object.ListSetIsFavorite.Response.Error.Code) | | | +| code | [Rpc.Object.ListSetIsFavorite.Response.Error.Code](#anytype-Rpc-Object-ListSetIsFavorite-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11158,7 +10982,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Open @@ -11168,7 +10992,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Open.Request @@ -11186,7 +11010,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Open.Response @@ -11194,15 +11018,15 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Open.Response.Error](#anytype.Rpc.Object.Open.Response.Error) | | | -| objectView | [model.ObjectView](#anytype.model.ObjectView) | | | +| error | [Rpc.Object.Open.Response.Error](#anytype-Rpc-Object-Open-Response-Error) | | | +| objectView | [model.ObjectView](#anytype-model-ObjectView) | | | - + ### Rpc.Object.Open.Response.Error @@ -11210,7 +11034,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Open.Response.Error.Code](#anytype.Rpc.Object.Open.Response.Error.Code) | | | +| code | [Rpc.Object.Open.Response.Error.Code](#anytype-Rpc-Object-Open-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11218,7 +11042,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.OpenBreadcrumbs @@ -11228,7 +11052,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.OpenBreadcrumbs.Request @@ -11244,7 +11068,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.OpenBreadcrumbs.Response @@ -11252,17 +11076,17 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.OpenBreadcrumbs.Response.Error](#anytype.Rpc.Object.OpenBreadcrumbs.Response.Error) | | | +| error | [Rpc.Object.OpenBreadcrumbs.Response.Error](#anytype-Rpc-Object-OpenBreadcrumbs-Response-Error) | | | | objectId | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | -| objectView | [model.ObjectView](#anytype.model.ObjectView) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | +| objectView | [model.ObjectView](#anytype-model-ObjectView) | | | - + ### Rpc.Object.OpenBreadcrumbs.Response.Error @@ -11270,7 +11094,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.OpenBreadcrumbs.Response.Error.Code](#anytype.Rpc.Object.OpenBreadcrumbs.Response.Error.Code) | | | +| code | [Rpc.Object.OpenBreadcrumbs.Response.Error.Code](#anytype-Rpc-Object-OpenBreadcrumbs-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11278,7 +11102,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Redo @@ -11288,7 +11112,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Redo.Request @@ -11303,7 +11127,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Redo.Response @@ -11311,16 +11135,16 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Redo.Response.Error](#anytype.Rpc.Object.Redo.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | -| counters | [Rpc.Object.UndoRedoCounter](#anytype.Rpc.Object.UndoRedoCounter) | | | +| error | [Rpc.Object.Redo.Response.Error](#anytype-Rpc-Object-Redo-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | +| counters | [Rpc.Object.UndoRedoCounter](#anytype-Rpc-Object-UndoRedoCounter) | | | - + ### Rpc.Object.Redo.Response.Error @@ -11328,7 +11152,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Redo.Response.Error.Code](#anytype.Rpc.Object.Redo.Response.Error.Code) | | | +| code | [Rpc.Object.Redo.Response.Error.Code](#anytype-Rpc-Object-Redo-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11336,7 +11160,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Search @@ -11346,7 +11170,7 @@ Deletes the object, keys from the local store and unsubscribe from remote change - + ### Rpc.Object.Search.Request @@ -11354,8 +11178,8 @@ Deletes the object, keys from the local store and unsubscribe from remote change | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| filters | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | repeated | | -| sorts | [model.Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | repeated | | +| filters | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | repeated | | +| sorts | [model.Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | repeated | | | fullText | [string](#string) | | | | offset | [int32](#int32) | | | | limit | [int32](#int32) | | | @@ -11369,7 +11193,7 @@ deprecated, to be removed | - + ### Rpc.Object.Search.Response @@ -11377,15 +11201,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Search.Response.Error](#anytype.Rpc.Object.Search.Response.Error) | | | -| records | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | +| error | [Rpc.Object.Search.Response.Error](#anytype-Rpc-Object-Search-Response-Error) | | | +| records | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | - + ### Rpc.Object.Search.Response.Error @@ -11393,7 +11217,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Search.Response.Error.Code](#anytype.Rpc.Object.Search.Response.Error.Code) | | | +| code | [Rpc.Object.Search.Response.Error.Code](#anytype-Rpc-Object-Search-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11401,7 +11225,7 @@ deprecated, to be removed | - + ### Rpc.Object.SearchSubscribe @@ -11411,7 +11235,7 @@ deprecated, to be removed | - + ### Rpc.Object.SearchSubscribe.Request @@ -11420,8 +11244,8 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | subId | [string](#string) | | (optional) subscription identifier client can provide some string or middleware will generate it automatically if subId is already registered on middleware, the new query will replace previous subscription | -| filters | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | repeated | filters | -| sorts | [model.Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | repeated | sorts | +| filters | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | repeated | filters | +| sorts | [model.Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | repeated | sorts | | limit | [int64](#int64) | | results limit | | offset | [int64](#int64) | | initial offset; middleware will find afterId | | keys | [string](#string) | repeated | (required) needed keys in details for return, for object fields mw will return (and subscribe) objects as dependent | @@ -11437,7 +11261,7 @@ deprecated, to be removed | - + ### Rpc.Object.SearchSubscribe.Response @@ -11445,18 +11269,18 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SearchSubscribe.Response.Error](#anytype.Rpc.Object.SearchSubscribe.Response.Error) | | | -| records | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | -| dependencies | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | +| error | [Rpc.Object.SearchSubscribe.Response.Error](#anytype-Rpc-Object-SearchSubscribe-Response-Error) | | | +| records | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | +| dependencies | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | | subId | [string](#string) | | | -| counters | [Event.Object.Subscription.Counters](#anytype.Event.Object.Subscription.Counters) | | | +| counters | [Event.Object.Subscription.Counters](#anytype-Event-Object-Subscription-Counters) | | | - + ### Rpc.Object.SearchSubscribe.Response.Error @@ -11464,7 +11288,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SearchSubscribe.Response.Error.Code](#anytype.Rpc.Object.SearchSubscribe.Response.Error.Code) | | | +| code | [Rpc.Object.SearchSubscribe.Response.Error.Code](#anytype-Rpc-Object-SearchSubscribe-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11472,7 +11296,7 @@ deprecated, to be removed | - + ### Rpc.Object.SearchUnsubscribe @@ -11482,7 +11306,7 @@ deprecated, to be removed | - + ### Rpc.Object.SearchUnsubscribe.Request @@ -11497,7 +11321,7 @@ deprecated, to be removed | - + ### Rpc.Object.SearchUnsubscribe.Response @@ -11505,14 +11329,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SearchUnsubscribe.Response.Error](#anytype.Rpc.Object.SearchUnsubscribe.Response.Error) | | | +| error | [Rpc.Object.SearchUnsubscribe.Response.Error](#anytype-Rpc-Object-SearchUnsubscribe-Response-Error) | | | - + ### Rpc.Object.SearchUnsubscribe.Response.Error @@ -11520,7 +11344,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SearchUnsubscribe.Response.Error.Code](#anytype.Rpc.Object.SearchUnsubscribe.Response.Error.Code) | | | +| code | [Rpc.Object.SearchUnsubscribe.Response.Error.Code](#anytype-Rpc-Object-SearchUnsubscribe-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11528,7 +11352,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetBreadcrumbs @@ -11538,7 +11362,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetBreadcrumbs.Request @@ -11554,7 +11378,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetBreadcrumbs.Response @@ -11562,15 +11386,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetBreadcrumbs.Response.Error](#anytype.Rpc.Object.SetBreadcrumbs.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetBreadcrumbs.Response.Error](#anytype-Rpc-Object-SetBreadcrumbs-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetBreadcrumbs.Response.Error @@ -11578,7 +11402,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetBreadcrumbs.Response.Error.Code](#anytype.Rpc.Object.SetBreadcrumbs.Response.Error.Code) | | | +| code | [Rpc.Object.SetBreadcrumbs.Response.Error.Code](#anytype-Rpc-Object-SetBreadcrumbs-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11586,7 +11410,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetDetails @@ -11596,7 +11420,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetDetails.Detail @@ -11605,14 +11429,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | key | [string](#string) | | | -| value | [google.protobuf.Value](#google.protobuf.Value) | | NUll - removes key | +| value | [google.protobuf.Value](#google-protobuf-Value) | | NUll - removes key | - + ### Rpc.Object.SetDetails.Request @@ -11621,14 +11445,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| details | [Rpc.Object.SetDetails.Detail](#anytype.Rpc.Object.SetDetails.Detail) | repeated | | +| details | [Rpc.Object.SetDetails.Detail](#anytype-Rpc-Object-SetDetails-Detail) | repeated | | - + ### Rpc.Object.SetDetails.Response @@ -11636,15 +11460,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetDetails.Response.Error](#anytype.Rpc.Object.SetDetails.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetDetails.Response.Error](#anytype-Rpc-Object-SetDetails-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetDetails.Response.Error @@ -11652,7 +11476,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetDetails.Response.Error.Code](#anytype.Rpc.Object.SetDetails.Response.Error.Code) | | | +| code | [Rpc.Object.SetDetails.Response.Error.Code](#anytype-Rpc-Object-SetDetails-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11660,7 +11484,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetInternalFlags @@ -11670,7 +11494,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetInternalFlags.Request @@ -11679,14 +11503,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| internalFlags | [model.InternalFlag](#anytype.model.InternalFlag) | repeated | | +| internalFlags | [model.InternalFlag](#anytype-model-InternalFlag) | repeated | | - + ### Rpc.Object.SetInternalFlags.Response @@ -11694,15 +11518,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetInternalFlags.Response.Error](#anytype.Rpc.Object.SetInternalFlags.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetInternalFlags.Response.Error](#anytype-Rpc-Object-SetInternalFlags-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetInternalFlags.Response.Error @@ -11710,7 +11534,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetInternalFlags.Response.Error.Code](#anytype.Rpc.Object.SetInternalFlags.Response.Error.Code) | | | +| code | [Rpc.Object.SetInternalFlags.Response.Error.Code](#anytype-Rpc-Object-SetInternalFlags-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11718,7 +11542,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetIsArchived @@ -11728,7 +11552,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetIsArchived.Request @@ -11744,7 +11568,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetIsArchived.Response @@ -11752,15 +11576,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetIsArchived.Response.Error](#anytype.Rpc.Object.SetIsArchived.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetIsArchived.Response.Error](#anytype-Rpc-Object-SetIsArchived-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetIsArchived.Response.Error @@ -11768,7 +11592,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetIsArchived.Response.Error.Code](#anytype.Rpc.Object.SetIsArchived.Response.Error.Code) | | | +| code | [Rpc.Object.SetIsArchived.Response.Error.Code](#anytype-Rpc-Object-SetIsArchived-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11776,7 +11600,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetIsFavorite @@ -11786,7 +11610,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetIsFavorite.Request @@ -11802,7 +11626,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetIsFavorite.Response @@ -11810,15 +11634,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetIsFavorite.Response.Error](#anytype.Rpc.Object.SetIsFavorite.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetIsFavorite.Response.Error](#anytype-Rpc-Object-SetIsFavorite-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetIsFavorite.Response.Error @@ -11826,7 +11650,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetIsFavorite.Response.Error.Code](#anytype.Rpc.Object.SetIsFavorite.Response.Error.Code) | | | +| code | [Rpc.Object.SetIsFavorite.Response.Error.Code](#anytype-Rpc-Object-SetIsFavorite-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11834,7 +11658,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetLayout @@ -11844,7 +11668,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetLayout.Request @@ -11853,14 +11677,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | contextId | [string](#string) | | | -| layout | [model.ObjectType.Layout](#anytype.model.ObjectType.Layout) | | | +| layout | [model.ObjectType.Layout](#anytype-model-ObjectType-Layout) | | | - + ### Rpc.Object.SetLayout.Response @@ -11868,15 +11692,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetLayout.Response.Error](#anytype.Rpc.Object.SetLayout.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetLayout.Response.Error](#anytype-Rpc-Object-SetLayout-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetLayout.Response.Error @@ -11884,7 +11708,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetLayout.Response.Error.Code](#anytype.Rpc.Object.SetLayout.Response.Error.Code) | | | +| code | [Rpc.Object.SetLayout.Response.Error.Code](#anytype-Rpc-Object-SetLayout-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11892,7 +11716,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetObjectType @@ -11902,7 +11726,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetObjectType.Request @@ -11918,7 +11742,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetObjectType.Response @@ -11926,15 +11750,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetObjectType.Response.Error](#anytype.Rpc.Object.SetObjectType.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetObjectType.Response.Error](#anytype-Rpc-Object-SetObjectType-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetObjectType.Response.Error @@ -11942,7 +11766,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetObjectType.Response.Error.Code](#anytype.Rpc.Object.SetObjectType.Response.Error.Code) | | | +| code | [Rpc.Object.SetObjectType.Response.Error.Code](#anytype-Rpc-Object-SetObjectType-Response-Error-Code) | | | | description | [string](#string) | | | @@ -11950,7 +11774,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetSource @@ -11960,7 +11784,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetSource.Request @@ -11976,7 +11800,7 @@ deprecated, to be removed | - + ### Rpc.Object.SetSource.Response @@ -11984,15 +11808,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SetSource.Response.Error](#anytype.Rpc.Object.SetSource.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.SetSource.Response.Error](#anytype-Rpc-Object-SetSource-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Object.SetSource.Response.Error @@ -12000,7 +11824,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SetSource.Response.Error.Code](#anytype.Rpc.Object.SetSource.Response.Error.Code) | | | +| code | [Rpc.Object.SetSource.Response.Error.Code](#anytype-Rpc-Object-SetSource-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12008,7 +11832,7 @@ deprecated, to be removed | - + ### Rpc.Object.ShareByLink @@ -12018,7 +11842,7 @@ deprecated, to be removed | - + ### Rpc.Object.ShareByLink.Request @@ -12033,7 +11857,7 @@ deprecated, to be removed | - + ### Rpc.Object.ShareByLink.Response @@ -12042,14 +11866,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | link | [string](#string) | | | -| error | [Rpc.Object.ShareByLink.Response.Error](#anytype.Rpc.Object.ShareByLink.Response.Error) | | | +| error | [Rpc.Object.ShareByLink.Response.Error](#anytype-Rpc-Object-ShareByLink-Response-Error) | | | - + ### Rpc.Object.ShareByLink.Response.Error @@ -12057,7 +11881,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ShareByLink.Response.Error.Code](#anytype.Rpc.Object.ShareByLink.Response.Error.Code) | | | +| code | [Rpc.Object.ShareByLink.Response.Error.Code](#anytype-Rpc-Object-ShareByLink-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12065,7 +11889,7 @@ deprecated, to be removed | - + ### Rpc.Object.Show @@ -12075,7 +11899,7 @@ deprecated, to be removed | - + ### Rpc.Object.Show.Request @@ -12093,7 +11917,7 @@ deprecated, to be removed | - + ### Rpc.Object.Show.Response @@ -12101,15 +11925,15 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Show.Response.Error](#anytype.Rpc.Object.Show.Response.Error) | | | -| objectView | [model.ObjectView](#anytype.model.ObjectView) | | | +| error | [Rpc.Object.Show.Response.Error](#anytype-Rpc-Object-Show-Response-Error) | | | +| objectView | [model.ObjectView](#anytype-model-ObjectView) | | | - + ### Rpc.Object.Show.Response.Error @@ -12117,7 +11941,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Show.Response.Error.Code](#anytype.Rpc.Object.Show.Response.Error.Code) | | | +| code | [Rpc.Object.Show.Response.Error.Code](#anytype-Rpc-Object-Show-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12125,7 +11949,7 @@ deprecated, to be removed | - + ### Rpc.Object.SubscribeIds @@ -12135,7 +11959,7 @@ deprecated, to be removed | - + ### Rpc.Object.SubscribeIds.Request @@ -12154,7 +11978,7 @@ deprecated, to be removed | - + ### Rpc.Object.SubscribeIds.Response @@ -12162,9 +11986,9 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.SubscribeIds.Response.Error](#anytype.Rpc.Object.SubscribeIds.Response.Error) | | | -| records | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | -| dependencies | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | +| error | [Rpc.Object.SubscribeIds.Response.Error](#anytype-Rpc-Object-SubscribeIds-Response-Error) | | | +| records | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | +| dependencies | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | | subId | [string](#string) | | | @@ -12172,7 +11996,7 @@ deprecated, to be removed | - + ### Rpc.Object.SubscribeIds.Response.Error @@ -12180,7 +12004,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.SubscribeIds.Response.Error.Code](#anytype.Rpc.Object.SubscribeIds.Response.Error.Code) | | | +| code | [Rpc.Object.SubscribeIds.Response.Error.Code](#anytype-Rpc-Object-SubscribeIds-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12188,7 +12012,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToBookmark @@ -12198,7 +12022,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToBookmark.Request @@ -12214,7 +12038,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToBookmark.Response @@ -12222,7 +12046,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ToBookmark.Response.Error](#anytype.Rpc.Object.ToBookmark.Response.Error) | | | +| error | [Rpc.Object.ToBookmark.Response.Error](#anytype-Rpc-Object-ToBookmark-Response-Error) | | | | objectId | [string](#string) | | | @@ -12230,7 +12054,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToBookmark.Response.Error @@ -12238,7 +12062,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ToBookmark.Response.Error.Code](#anytype.Rpc.Object.ToBookmark.Response.Error.Code) | | | +| code | [Rpc.Object.ToBookmark.Response.Error.Code](#anytype-Rpc-Object-ToBookmark-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12246,7 +12070,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToCollection @@ -12256,7 +12080,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToCollection.Request @@ -12271,7 +12095,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToCollection.Response @@ -12279,14 +12103,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ToCollection.Response.Error](#anytype.Rpc.Object.ToCollection.Response.Error) | | | +| error | [Rpc.Object.ToCollection.Response.Error](#anytype-Rpc-Object-ToCollection-Response-Error) | | | - + ### Rpc.Object.ToCollection.Response.Error @@ -12294,7 +12118,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ToCollection.Response.Error.Code](#anytype.Rpc.Object.ToCollection.Response.Error.Code) | | | +| code | [Rpc.Object.ToCollection.Response.Error.Code](#anytype-Rpc-Object-ToCollection-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12302,7 +12126,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToSet @@ -12312,7 +12136,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToSet.Request @@ -12328,7 +12152,7 @@ deprecated, to be removed | - + ### Rpc.Object.ToSet.Response @@ -12336,14 +12160,14 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.ToSet.Response.Error](#anytype.Rpc.Object.ToSet.Response.Error) | | | +| error | [Rpc.Object.ToSet.Response.Error](#anytype-Rpc-Object-ToSet-Response-Error) | | | - + ### Rpc.Object.ToSet.Response.Error @@ -12351,7 +12175,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.ToSet.Response.Error.Code](#anytype.Rpc.Object.ToSet.Response.Error.Code) | | | +| code | [Rpc.Object.ToSet.Response.Error.Code](#anytype-Rpc-Object-ToSet-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12359,7 +12183,7 @@ deprecated, to be removed | - + ### Rpc.Object.Undo @@ -12369,7 +12193,7 @@ deprecated, to be removed | - + ### Rpc.Object.Undo.Request @@ -12384,7 +12208,7 @@ deprecated, to be removed | - + ### Rpc.Object.Undo.Response @@ -12392,16 +12216,16 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.Undo.Response.Error](#anytype.Rpc.Object.Undo.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | -| counters | [Rpc.Object.UndoRedoCounter](#anytype.Rpc.Object.UndoRedoCounter) | | | +| error | [Rpc.Object.Undo.Response.Error](#anytype-Rpc-Object-Undo-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | +| counters | [Rpc.Object.UndoRedoCounter](#anytype-Rpc-Object-UndoRedoCounter) | | | - + ### Rpc.Object.Undo.Response.Error @@ -12409,7 +12233,7 @@ deprecated, to be removed | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.Undo.Response.Error.Code](#anytype.Rpc.Object.Undo.Response.Error.Code) | | | +| code | [Rpc.Object.Undo.Response.Error.Code](#anytype-Rpc-Object-Undo-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12417,7 +12241,7 @@ deprecated, to be removed | - + ### Rpc.Object.UndoRedoCounter Available undo/redo operations @@ -12433,7 +12257,7 @@ Available undo/redo operations - + ### Rpc.Object.WorkspaceSetDashboard @@ -12443,7 +12267,7 @@ Available undo/redo operations - + ### Rpc.Object.WorkspaceSetDashboard.Request @@ -12459,7 +12283,7 @@ Available undo/redo operations - + ### Rpc.Object.WorkspaceSetDashboard.Response @@ -12467,8 +12291,8 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Object.WorkspaceSetDashboard.Response.Error](#anytype.Rpc.Object.WorkspaceSetDashboard.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.Object.WorkspaceSetDashboard.Response.Error](#anytype-Rpc-Object-WorkspaceSetDashboard-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | | objectId | [string](#string) | | | @@ -12476,7 +12300,7 @@ Available undo/redo operations - + ### Rpc.Object.WorkspaceSetDashboard.Response.Error @@ -12484,7 +12308,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Object.WorkspaceSetDashboard.Response.Error.Code](#anytype.Rpc.Object.WorkspaceSetDashboard.Response.Error.Code) | | | +| code | [Rpc.Object.WorkspaceSetDashboard.Response.Error.Code](#anytype-Rpc-Object-WorkspaceSetDashboard-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12492,7 +12316,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection @@ -12502,7 +12326,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Add @@ -12512,7 +12336,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Add.Request @@ -12529,7 +12353,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Add.Response @@ -12537,15 +12361,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectCollection.Add.Response.Error](#anytype.Rpc.ObjectCollection.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectCollection.Add.Response.Error](#anytype-Rpc-ObjectCollection-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectCollection.Add.Response.Error @@ -12553,7 +12377,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectCollection.Add.Response.Error.Code](#anytype.Rpc.ObjectCollection.Add.Response.Error.Code) | | | +| code | [Rpc.ObjectCollection.Add.Response.Error.Code](#anytype-Rpc-ObjectCollection-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12561,7 +12385,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Remove @@ -12571,7 +12395,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Remove.Request @@ -12587,7 +12411,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Remove.Response @@ -12595,15 +12419,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectCollection.Remove.Response.Error](#anytype.Rpc.ObjectCollection.Remove.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectCollection.Remove.Response.Error](#anytype-Rpc-ObjectCollection-Remove-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectCollection.Remove.Response.Error @@ -12611,7 +12435,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectCollection.Remove.Response.Error.Code](#anytype.Rpc.ObjectCollection.Remove.Response.Error.Code) | | | +| code | [Rpc.ObjectCollection.Remove.Response.Error.Code](#anytype-Rpc-ObjectCollection-Remove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12619,7 +12443,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Sort @@ -12629,7 +12453,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Sort.Request @@ -12645,7 +12469,7 @@ Available undo/redo operations - + ### Rpc.ObjectCollection.Sort.Response @@ -12653,15 +12477,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectCollection.Sort.Response.Error](#anytype.Rpc.ObjectCollection.Sort.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectCollection.Sort.Response.Error](#anytype-Rpc-ObjectCollection-Sort-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectCollection.Sort.Response.Error @@ -12669,7 +12493,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectCollection.Sort.Response.Error.Code](#anytype.Rpc.ObjectCollection.Sort.Response.Error.Code) | | | +| code | [Rpc.ObjectCollection.Sort.Response.Error.Code](#anytype-Rpc-ObjectCollection-Sort-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12677,7 +12501,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation @@ -12687,7 +12511,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.Add @@ -12697,7 +12521,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.Add.Request @@ -12713,7 +12537,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.Add.Response @@ -12721,15 +12545,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectRelation.Add.Response.Error](#anytype.Rpc.ObjectRelation.Add.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectRelation.Add.Response.Error](#anytype-Rpc-ObjectRelation-Add-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectRelation.Add.Response.Error @@ -12737,7 +12561,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectRelation.Add.Response.Error.Code](#anytype.Rpc.ObjectRelation.Add.Response.Error.Code) | | | +| code | [Rpc.ObjectRelation.Add.Response.Error.Code](#anytype-Rpc-ObjectRelation-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12745,7 +12569,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.AddFeatured @@ -12755,7 +12579,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.AddFeatured.Request @@ -12771,7 +12595,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.AddFeatured.Response @@ -12779,15 +12603,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectRelation.AddFeatured.Response.Error](#anytype.Rpc.ObjectRelation.AddFeatured.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectRelation.AddFeatured.Response.Error](#anytype-Rpc-ObjectRelation-AddFeatured-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectRelation.AddFeatured.Response.Error @@ -12795,7 +12619,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectRelation.AddFeatured.Response.Error.Code](#anytype.Rpc.ObjectRelation.AddFeatured.Response.Error.Code) | | | +| code | [Rpc.ObjectRelation.AddFeatured.Response.Error.Code](#anytype-Rpc-ObjectRelation-AddFeatured-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12803,7 +12627,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.Delete @@ -12813,7 +12637,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.Delete.Request @@ -12829,7 +12653,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.Delete.Response @@ -12837,15 +12661,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectRelation.Delete.Response.Error](#anytype.Rpc.ObjectRelation.Delete.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectRelation.Delete.Response.Error](#anytype-Rpc-ObjectRelation-Delete-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectRelation.Delete.Response.Error @@ -12853,7 +12677,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectRelation.Delete.Response.Error.Code](#anytype.Rpc.ObjectRelation.Delete.Response.Error.Code) | | | +| code | [Rpc.ObjectRelation.Delete.Response.Error.Code](#anytype-Rpc-ObjectRelation-Delete-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12861,7 +12685,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.ListAvailable @@ -12871,7 +12695,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.ListAvailable.Request @@ -12886,7 +12710,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.ListAvailable.Response @@ -12894,15 +12718,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectRelation.ListAvailable.Response.Error](#anytype.Rpc.ObjectRelation.ListAvailable.Response.Error) | | | -| relations | [model.Relation](#anytype.model.Relation) | repeated | | +| error | [Rpc.ObjectRelation.ListAvailable.Response.Error](#anytype-Rpc-ObjectRelation-ListAvailable-Response-Error) | | | +| relations | [model.Relation](#anytype-model-Relation) | repeated | | - + ### Rpc.ObjectRelation.ListAvailable.Response.Error @@ -12910,7 +12734,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectRelation.ListAvailable.Response.Error.Code](#anytype.Rpc.ObjectRelation.ListAvailable.Response.Error.Code) | | | +| code | [Rpc.ObjectRelation.ListAvailable.Response.Error.Code](#anytype-Rpc-ObjectRelation-ListAvailable-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12918,7 +12742,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.RemoveFeatured @@ -12928,7 +12752,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.RemoveFeatured.Request @@ -12944,7 +12768,7 @@ Available undo/redo operations - + ### Rpc.ObjectRelation.RemoveFeatured.Response @@ -12952,15 +12776,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectRelation.RemoveFeatured.Response.Error](#anytype.Rpc.ObjectRelation.RemoveFeatured.Response.Error) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| error | [Rpc.ObjectRelation.RemoveFeatured.Response.Error](#anytype-Rpc-ObjectRelation-RemoveFeatured-Response-Error) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.ObjectRelation.RemoveFeatured.Response.Error @@ -12968,7 +12792,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code](#anytype.Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code) | | | +| code | [Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code](#anytype-Rpc-ObjectRelation-RemoveFeatured-Response-Error-Code) | | | | description | [string](#string) | | | @@ -12976,7 +12800,7 @@ Available undo/redo operations - + ### Rpc.ObjectType @@ -12986,7 +12810,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation @@ -12996,7 +12820,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.Add @@ -13006,7 +12830,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.Add.Request @@ -13022,7 +12846,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.Add.Response @@ -13030,15 +12854,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectType.Relation.Add.Response.Error](#anytype.Rpc.ObjectType.Relation.Add.Response.Error) | | | -| relations | [model.Relation](#anytype.model.Relation) | repeated | | +| error | [Rpc.ObjectType.Relation.Add.Response.Error](#anytype-Rpc-ObjectType-Relation-Add-Response-Error) | | | +| relations | [model.Relation](#anytype-model-Relation) | repeated | | - + ### Rpc.ObjectType.Relation.Add.Response.Error @@ -13046,7 +12870,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectType.Relation.Add.Response.Error.Code](#anytype.Rpc.ObjectType.Relation.Add.Response.Error.Code) | | | +| code | [Rpc.ObjectType.Relation.Add.Response.Error.Code](#anytype-Rpc-ObjectType-Relation-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13054,7 +12878,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.List @@ -13064,7 +12888,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.List.Request @@ -13080,7 +12904,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.List.Response @@ -13088,15 +12912,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectType.Relation.List.Response.Error](#anytype.Rpc.ObjectType.Relation.List.Response.Error) | | | -| relations | [model.RelationLink](#anytype.model.RelationLink) | repeated | | +| error | [Rpc.ObjectType.Relation.List.Response.Error](#anytype-Rpc-ObjectType-Relation-List-Response-Error) | | | +| relations | [model.RelationLink](#anytype-model-RelationLink) | repeated | | - + ### Rpc.ObjectType.Relation.List.Response.Error @@ -13104,7 +12928,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectType.Relation.List.Response.Error.Code](#anytype.Rpc.ObjectType.Relation.List.Response.Error.Code) | | | +| code | [Rpc.ObjectType.Relation.List.Response.Error.Code](#anytype-Rpc-ObjectType-Relation-List-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13112,7 +12936,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.Remove @@ -13122,7 +12946,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.Remove.Request @@ -13138,7 +12962,7 @@ Available undo/redo operations - + ### Rpc.ObjectType.Relation.Remove.Response @@ -13146,14 +12970,14 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.ObjectType.Relation.Remove.Response.Error](#anytype.Rpc.ObjectType.Relation.Remove.Response.Error) | | | +| error | [Rpc.ObjectType.Relation.Remove.Response.Error](#anytype-Rpc-ObjectType-Relation-Remove-Response-Error) | | | - + ### Rpc.ObjectType.Relation.Remove.Response.Error @@ -13161,7 +12985,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.ObjectType.Relation.Remove.Response.Error.Code](#anytype.Rpc.ObjectType.Relation.Remove.Response.Error.Code) | | | +| code | [Rpc.ObjectType.Relation.Remove.Response.Error.Code](#anytype-Rpc-ObjectType-Relation-Remove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13169,7 +12993,7 @@ Available undo/redo operations - + ### Rpc.Process @@ -13179,7 +13003,7 @@ Available undo/redo operations - + ### Rpc.Process.Cancel @@ -13189,7 +13013,7 @@ Available undo/redo operations - + ### Rpc.Process.Cancel.Request @@ -13204,7 +13028,7 @@ Available undo/redo operations - + ### Rpc.Process.Cancel.Response @@ -13212,14 +13036,14 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Process.Cancel.Response.Error](#anytype.Rpc.Process.Cancel.Response.Error) | | | +| error | [Rpc.Process.Cancel.Response.Error](#anytype-Rpc-Process-Cancel-Response-Error) | | | - + ### Rpc.Process.Cancel.Response.Error @@ -13227,7 +13051,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Process.Cancel.Response.Error.Code](#anytype.Rpc.Process.Cancel.Response.Error.Code) | | | +| code | [Rpc.Process.Cancel.Response.Error.Code](#anytype-Rpc-Process-Cancel-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13235,7 +13059,7 @@ Available undo/redo operations - + ### Rpc.Relation @@ -13245,7 +13069,7 @@ Available undo/redo operations - + ### Rpc.Relation.ListRemoveOption @@ -13255,7 +13079,7 @@ Available undo/redo operations - + ### Rpc.Relation.ListRemoveOption.Request @@ -13271,7 +13095,7 @@ Available undo/redo operations - + ### Rpc.Relation.ListRemoveOption.Response @@ -13279,14 +13103,14 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Relation.ListRemoveOption.Response.Error](#anytype.Rpc.Relation.ListRemoveOption.Response.Error) | | | +| error | [Rpc.Relation.ListRemoveOption.Response.Error](#anytype-Rpc-Relation-ListRemoveOption-Response-Error) | | | - + ### Rpc.Relation.ListRemoveOption.Response.Error @@ -13294,7 +13118,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Relation.ListRemoveOption.Response.Error.Code](#anytype.Rpc.Relation.ListRemoveOption.Response.Error.Code) | | | +| code | [Rpc.Relation.ListRemoveOption.Response.Error.Code](#anytype-Rpc-Relation-ListRemoveOption-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13302,7 +13126,7 @@ Available undo/redo operations - + ### Rpc.Relation.Options @@ -13312,7 +13136,7 @@ Available undo/redo operations - + ### Rpc.Relation.Options.Request @@ -13327,7 +13151,7 @@ Available undo/redo operations - + ### Rpc.Relation.Options.Response @@ -13335,15 +13159,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Relation.Options.Response.Error](#anytype.Rpc.Relation.Options.Response.Error) | | | -| options | [model.RelationOptions](#anytype.model.RelationOptions) | | | +| error | [Rpc.Relation.Options.Response.Error](#anytype-Rpc-Relation-Options-Response-Error) | | | +| options | [model.RelationOptions](#anytype-model-RelationOptions) | | | - + ### Rpc.Relation.Options.Response.Error @@ -13351,7 +13175,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Relation.Options.Response.Error.Code](#anytype.Rpc.Relation.Options.Response.Error.Code) | | | +| code | [Rpc.Relation.Options.Response.Error.Code](#anytype-Rpc-Relation-Options-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13359,7 +13183,7 @@ Available undo/redo operations - + ### Rpc.Template @@ -13369,7 +13193,7 @@ Available undo/redo operations - + ### Rpc.Template.Clone @@ -13379,7 +13203,7 @@ Available undo/redo operations - + ### Rpc.Template.Clone.Request @@ -13394,7 +13218,7 @@ Available undo/redo operations - + ### Rpc.Template.Clone.Response @@ -13402,7 +13226,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Template.Clone.Response.Error](#anytype.Rpc.Template.Clone.Response.Error) | | | +| error | [Rpc.Template.Clone.Response.Error](#anytype-Rpc-Template-Clone-Response-Error) | | | | id | [string](#string) | | created template id | @@ -13410,7 +13234,7 @@ Available undo/redo operations - + ### Rpc.Template.Clone.Response.Error @@ -13418,7 +13242,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Template.Clone.Response.Error.Code](#anytype.Rpc.Template.Clone.Response.Error.Code) | | | +| code | [Rpc.Template.Clone.Response.Error.Code](#anytype-Rpc-Template-Clone-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13426,7 +13250,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObject @@ -13436,7 +13260,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObject.Request @@ -13451,7 +13275,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObject.Response @@ -13459,7 +13283,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Template.CreateFromObject.Response.Error](#anytype.Rpc.Template.CreateFromObject.Response.Error) | | | +| error | [Rpc.Template.CreateFromObject.Response.Error](#anytype-Rpc-Template-CreateFromObject-Response-Error) | | | | id | [string](#string) | | created template id | @@ -13467,7 +13291,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObject.Response.Error @@ -13475,7 +13299,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Template.CreateFromObject.Response.Error.Code](#anytype.Rpc.Template.CreateFromObject.Response.Error.Code) | | | +| code | [Rpc.Template.CreateFromObject.Response.Error.Code](#anytype-Rpc-Template-CreateFromObject-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13483,7 +13307,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObjectType @@ -13493,7 +13317,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObjectType.Request @@ -13508,7 +13332,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObjectType.Response @@ -13516,7 +13340,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Template.CreateFromObjectType.Response.Error](#anytype.Rpc.Template.CreateFromObjectType.Response.Error) | | | +| error | [Rpc.Template.CreateFromObjectType.Response.Error](#anytype-Rpc-Template-CreateFromObjectType-Response-Error) | | | | id | [string](#string) | | created template id | @@ -13524,7 +13348,7 @@ Available undo/redo operations - + ### Rpc.Template.CreateFromObjectType.Response.Error @@ -13532,7 +13356,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Template.CreateFromObjectType.Response.Error.Code](#anytype.Rpc.Template.CreateFromObjectType.Response.Error.Code) | | | +| code | [Rpc.Template.CreateFromObjectType.Response.Error.Code](#anytype-Rpc-Template-CreateFromObjectType-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13540,7 +13364,7 @@ Available undo/redo operations - + ### Rpc.Template.ExportAll @@ -13550,7 +13374,7 @@ Available undo/redo operations - + ### Rpc.Template.ExportAll.Request @@ -13565,7 +13389,7 @@ Available undo/redo operations - + ### Rpc.Template.ExportAll.Response @@ -13573,16 +13397,16 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Template.ExportAll.Response.Error](#anytype.Rpc.Template.ExportAll.Response.Error) | | | +| error | [Rpc.Template.ExportAll.Response.Error](#anytype-Rpc-Template-ExportAll-Response-Error) | | | | path | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Template.ExportAll.Response.Error @@ -13590,7 +13414,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Template.ExportAll.Response.Error.Code](#anytype.Rpc.Template.ExportAll.Response.Error.Code) | | | +| code | [Rpc.Template.ExportAll.Response.Error.Code](#anytype-Rpc-Template-ExportAll-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13598,7 +13422,7 @@ Available undo/redo operations - + ### Rpc.Unsplash @@ -13608,7 +13432,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Download @@ -13618,7 +13442,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Download.Request @@ -13633,7 +13457,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Download.Response @@ -13641,7 +13465,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Unsplash.Download.Response.Error](#anytype.Rpc.Unsplash.Download.Response.Error) | | | +| error | [Rpc.Unsplash.Download.Response.Error](#anytype-Rpc-Unsplash-Download-Response-Error) | | | | hash | [string](#string) | | | @@ -13649,7 +13473,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Download.Response.Error @@ -13657,7 +13481,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Unsplash.Download.Response.Error.Code](#anytype.Rpc.Unsplash.Download.Response.Error.Code) | | | +| code | [Rpc.Unsplash.Download.Response.Error.Code](#anytype-Rpc-Unsplash-Download-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13665,7 +13489,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Search @@ -13675,7 +13499,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Search.Request @@ -13691,7 +13515,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Search.Response @@ -13699,15 +13523,15 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Unsplash.Search.Response.Error](#anytype.Rpc.Unsplash.Search.Response.Error) | | | -| pictures | [Rpc.Unsplash.Search.Response.Picture](#anytype.Rpc.Unsplash.Search.Response.Picture) | repeated | | +| error | [Rpc.Unsplash.Search.Response.Error](#anytype-Rpc-Unsplash-Search-Response-Error) | | | +| pictures | [Rpc.Unsplash.Search.Response.Picture](#anytype-Rpc-Unsplash-Search-Response-Picture) | repeated | | - + ### Rpc.Unsplash.Search.Response.Error @@ -13715,7 +13539,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Unsplash.Search.Response.Error.Code](#anytype.Rpc.Unsplash.Search.Response.Error.Code) | | | +| code | [Rpc.Unsplash.Search.Response.Error.Code](#anytype-Rpc-Unsplash-Search-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13723,7 +13547,7 @@ Available undo/redo operations - + ### Rpc.Unsplash.Search.Response.Picture @@ -13741,7 +13565,7 @@ Available undo/redo operations - + ### Rpc.UserData @@ -13751,7 +13575,7 @@ Available undo/redo operations - + ### Rpc.UserData.Dump @@ -13761,7 +13585,7 @@ Available undo/redo operations - + ### Rpc.UserData.Dump.Request @@ -13776,7 +13600,7 @@ Available undo/redo operations - + ### Rpc.UserData.Dump.Response @@ -13784,14 +13608,14 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.UserData.Dump.Response.Error](#anytype.Rpc.UserData.Dump.Response.Error) | | | +| error | [Rpc.UserData.Dump.Response.Error](#anytype-Rpc-UserData-Dump-Response-Error) | | | - + ### Rpc.UserData.Dump.Response.Error @@ -13799,7 +13623,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.UserData.Dump.Response.Error.Code](#anytype.Rpc.UserData.Dump.Response.Error.Code) | | | +| code | [Rpc.UserData.Dump.Response.Error.Code](#anytype-Rpc-UserData-Dump-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13807,7 +13631,7 @@ Available undo/redo operations - + ### Rpc.Wallet @@ -13817,7 +13641,7 @@ Available undo/redo operations - + ### Rpc.Wallet.CloseSession @@ -13827,7 +13651,7 @@ Available undo/redo operations - + ### Rpc.Wallet.CloseSession.Request @@ -13842,7 +13666,7 @@ Available undo/redo operations - + ### Rpc.Wallet.CloseSession.Response @@ -13850,14 +13674,14 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Wallet.CloseSession.Response.Error](#anytype.Rpc.Wallet.CloseSession.Response.Error) | | | +| error | [Rpc.Wallet.CloseSession.Response.Error](#anytype-Rpc-Wallet-CloseSession-Response-Error) | | | - + ### Rpc.Wallet.CloseSession.Response.Error @@ -13865,7 +13689,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Wallet.CloseSession.Response.Error.Code](#anytype.Rpc.Wallet.CloseSession.Response.Error.Code) | | | +| code | [Rpc.Wallet.CloseSession.Response.Error.Code](#anytype-Rpc-Wallet-CloseSession-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13873,7 +13697,7 @@ Available undo/redo operations - + ### Rpc.Wallet.Convert @@ -13883,7 +13707,7 @@ Available undo/redo operations - + ### Rpc.Wallet.Convert.Request @@ -13899,7 +13723,7 @@ Available undo/redo operations - + ### Rpc.Wallet.Convert.Response @@ -13907,7 +13731,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Wallet.Convert.Response.Error](#anytype.Rpc.Wallet.Convert.Response.Error) | | Error while trying to recover a wallet | +| error | [Rpc.Wallet.Convert.Response.Error](#anytype-Rpc-Wallet-Convert-Response-Error) | | Error while trying to recover a wallet | | entropy | [string](#string) | | | | mnemonic | [string](#string) | | | @@ -13916,7 +13740,7 @@ Available undo/redo operations - + ### Rpc.Wallet.Convert.Response.Error @@ -13924,7 +13748,7 @@ Available undo/redo operations | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Wallet.Convert.Response.Error.Code](#anytype.Rpc.Wallet.Convert.Response.Error.Code) | | | +| code | [Rpc.Wallet.Convert.Response.Error.Code](#anytype-Rpc-Wallet-Convert-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13932,7 +13756,7 @@ Available undo/redo operations - + ### Rpc.Wallet.Create @@ -13942,7 +13766,7 @@ Available undo/redo operations - + ### Rpc.Wallet.Create.Request Front-end-to-middleware request to create a new wallet @@ -13957,7 +13781,7 @@ Front-end-to-middleware request to create a new wallet - + ### Rpc.Wallet.Create.Response Middleware-to-front-end response, that can contain mnemonic of a created account and a NULL error or an empty mnemonic and a non-NULL error @@ -13965,7 +13789,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Wallet.Create.Response.Error](#anytype.Rpc.Wallet.Create.Response.Error) | | | +| error | [Rpc.Wallet.Create.Response.Error](#anytype-Rpc-Wallet-Create-Response-Error) | | | | mnemonic | [string](#string) | | Mnemonic of a new account (sequence of words, divided by spaces) | @@ -13973,7 +13797,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.Create.Response.Error @@ -13981,7 +13805,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Wallet.Create.Response.Error.Code](#anytype.Rpc.Wallet.Create.Response.Error.Code) | | | +| code | [Rpc.Wallet.Create.Response.Error.Code](#anytype-Rpc-Wallet-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -13989,7 +13813,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.CreateSession @@ -13999,7 +13823,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.CreateSession.Request @@ -14014,7 +13838,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.CreateSession.Response @@ -14022,7 +13846,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Wallet.CreateSession.Response.Error](#anytype.Rpc.Wallet.CreateSession.Response.Error) | | | +| error | [Rpc.Wallet.CreateSession.Response.Error](#anytype-Rpc-Wallet-CreateSession-Response-Error) | | | | token | [string](#string) | | | @@ -14030,7 +13854,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.CreateSession.Response.Error @@ -14038,7 +13862,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Wallet.CreateSession.Response.Error.Code](#anytype.Rpc.Wallet.CreateSession.Response.Error.Code) | | | +| code | [Rpc.Wallet.CreateSession.Response.Error.Code](#anytype-Rpc-Wallet-CreateSession-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14046,7 +13870,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.Recover @@ -14056,7 +13880,7 @@ Middleware-to-front-end response, that can contain mnemonic of a created account - + ### Rpc.Wallet.Recover.Request Front end to middleware request-to-recover-a wallet with this mnemonic and a rootPath @@ -14072,7 +13896,7 @@ Front end to middleware request-to-recover-a wallet with this mnemonic and a roo - + ### Rpc.Wallet.Recover.Response Middleware-to-front-end response, that can contain a NULL error or a non-NULL error @@ -14080,14 +13904,14 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Wallet.Recover.Response.Error](#anytype.Rpc.Wallet.Recover.Response.Error) | | Error while trying to recover a wallet | +| error | [Rpc.Wallet.Recover.Response.Error](#anytype-Rpc-Wallet-Recover-Response-Error) | | Error while trying to recover a wallet | - + ### Rpc.Wallet.Recover.Response.Error @@ -14095,7 +13919,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Wallet.Recover.Response.Error.Code](#anytype.Rpc.Wallet.Recover.Response.Error.Code) | | | +| code | [Rpc.Wallet.Recover.Response.Error.Code](#anytype-Rpc-Wallet-Recover-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14103,7 +13927,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace @@ -14113,7 +13937,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Create @@ -14123,7 +13947,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Create.Request @@ -14138,7 +13962,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Create.Response @@ -14146,7 +13970,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.Create.Response.Error](#anytype.Rpc.Workspace.Create.Response.Error) | | | +| error | [Rpc.Workspace.Create.Response.Error](#anytype-Rpc-Workspace-Create-Response-Error) | | | | workspaceId | [string](#string) | | | @@ -14154,7 +13978,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Create.Response.Error @@ -14162,7 +13986,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.Create.Response.Error.Code](#anytype.Rpc.Workspace.Create.Response.Error.Code) | | | +| code | [Rpc.Workspace.Create.Response.Error.Code](#anytype-Rpc-Workspace-Create-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14170,7 +13994,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Export @@ -14180,7 +14004,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Export.Request @@ -14196,7 +14020,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Export.Response @@ -14204,16 +14028,16 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.Export.Response.Error](#anytype.Rpc.Workspace.Export.Response.Error) | | | +| error | [Rpc.Workspace.Export.Response.Error](#anytype-Rpc-Workspace-Export-Response-Error) | | | | path | [string](#string) | | | -| event | [ResponseEvent](#anytype.ResponseEvent) | | | +| event | [ResponseEvent](#anytype-ResponseEvent) | | | - + ### Rpc.Workspace.Export.Response.Error @@ -14221,7 +14045,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.Export.Response.Error.Code](#anytype.Rpc.Workspace.Export.Response.Error.Code) | | | +| code | [Rpc.Workspace.Export.Response.Error.Code](#anytype-Rpc-Workspace-Export-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14229,7 +14053,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetAll @@ -14239,7 +14063,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetAll.Request @@ -14249,7 +14073,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetAll.Response @@ -14257,7 +14081,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.GetAll.Response.Error](#anytype.Rpc.Workspace.GetAll.Response.Error) | | | +| error | [Rpc.Workspace.GetAll.Response.Error](#anytype-Rpc-Workspace-GetAll-Response-Error) | | | | workspaceIds | [string](#string) | repeated | | @@ -14265,7 +14089,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetAll.Response.Error @@ -14273,7 +14097,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.GetAll.Response.Error.Code](#anytype.Rpc.Workspace.GetAll.Response.Error.Code) | | | +| code | [Rpc.Workspace.GetAll.Response.Error.Code](#anytype-Rpc-Workspace-GetAll-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14281,7 +14105,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetCurrent @@ -14291,7 +14115,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetCurrent.Request @@ -14301,7 +14125,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetCurrent.Response @@ -14309,7 +14133,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.GetCurrent.Response.Error](#anytype.Rpc.Workspace.GetCurrent.Response.Error) | | | +| error | [Rpc.Workspace.GetCurrent.Response.Error](#anytype-Rpc-Workspace-GetCurrent-Response-Error) | | | | workspaceId | [string](#string) | | | @@ -14317,7 +14141,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetCurrent.Response.Error @@ -14325,7 +14149,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.GetCurrent.Response.Error.Code](#anytype.Rpc.Workspace.GetCurrent.Response.Error.Code) | | | +| code | [Rpc.Workspace.GetCurrent.Response.Error.Code](#anytype-Rpc-Workspace-GetCurrent-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14333,7 +14157,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object @@ -14343,7 +14167,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.Add @@ -14353,7 +14177,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.Add.Request @@ -14368,7 +14192,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.Add.Response @@ -14376,16 +14200,16 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.Object.Add.Response.Error](#anytype.Rpc.Workspace.Object.Add.Response.Error) | | | +| error | [Rpc.Workspace.Object.Add.Response.Error](#anytype-Rpc-Workspace-Object-Add-Response-Error) | | | | objectId | [string](#string) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Rpc.Workspace.Object.Add.Response.Error @@ -14393,7 +14217,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.Object.Add.Response.Error.Code](#anytype.Rpc.Workspace.Object.Add.Response.Error.Code) | | | +| code | [Rpc.Workspace.Object.Add.Response.Error.Code](#anytype-Rpc-Workspace-Object-Add-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14401,7 +14225,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListAdd @@ -14411,7 +14235,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListAdd.Request @@ -14426,7 +14250,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListAdd.Response @@ -14434,7 +14258,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.Object.ListAdd.Response.Error](#anytype.Rpc.Workspace.Object.ListAdd.Response.Error) | | | +| error | [Rpc.Workspace.Object.ListAdd.Response.Error](#anytype-Rpc-Workspace-Object-ListAdd-Response-Error) | | | | objectIds | [string](#string) | repeated | | @@ -14442,7 +14266,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListAdd.Response.Error @@ -14450,7 +14274,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.Object.ListAdd.Response.Error.Code](#anytype.Rpc.Workspace.Object.ListAdd.Response.Error.Code) | | | +| code | [Rpc.Workspace.Object.ListAdd.Response.Error.Code](#anytype-Rpc-Workspace-Object-ListAdd-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14458,7 +14282,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListRemove @@ -14468,7 +14292,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListRemove.Request @@ -14483,7 +14307,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListRemove.Response @@ -14491,7 +14315,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.Object.ListRemove.Response.Error](#anytype.Rpc.Workspace.Object.ListRemove.Response.Error) | | | +| error | [Rpc.Workspace.Object.ListRemove.Response.Error](#anytype-Rpc-Workspace-Object-ListRemove-Response-Error) | | | | ids | [string](#string) | repeated | | @@ -14499,7 +14323,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListRemove.Response.Error @@ -14507,7 +14331,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.Object.ListRemove.Response.Error.Code](#anytype.Rpc.Workspace.Object.ListRemove.Response.Error.Code) | | | +| code | [Rpc.Workspace.Object.ListRemove.Response.Error.Code](#anytype-Rpc-Workspace-Object-ListRemove-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14515,7 +14339,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Select @@ -14525,7 +14349,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Select.Request @@ -14540,7 +14364,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Select.Response @@ -14548,14 +14372,14 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.Select.Response.Error](#anytype.Rpc.Workspace.Select.Response.Error) | | | +| error | [Rpc.Workspace.Select.Response.Error](#anytype-Rpc-Workspace-Select-Response-Error) | | | - + ### Rpc.Workspace.Select.Response.Error @@ -14563,7 +14387,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.Select.Response.Error.Code](#anytype.Rpc.Workspace.Select.Response.Error.Code) | | | +| code | [Rpc.Workspace.Select.Response.Error.Code](#anytype-Rpc-Workspace-Select-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14571,7 +14395,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.SetIsHighlighted @@ -14581,7 +14405,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.SetIsHighlighted.Request @@ -14597,7 +14421,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.SetIsHighlighted.Response @@ -14605,14 +14429,14 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| error | [Rpc.Workspace.SetIsHighlighted.Response.Error](#anytype.Rpc.Workspace.SetIsHighlighted.Response.Error) | | | +| error | [Rpc.Workspace.SetIsHighlighted.Response.Error](#anytype-Rpc-Workspace-SetIsHighlighted-Response-Error) | | | - + ### Rpc.Workspace.SetIsHighlighted.Response.Error @@ -14620,7 +14444,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| code | [Rpc.Workspace.SetIsHighlighted.Response.Error.Code](#anytype.Rpc.Workspace.SetIsHighlighted.Response.Error.Code) | | | +| code | [Rpc.Workspace.SetIsHighlighted.Response.Error.Code](#anytype-Rpc-Workspace-SetIsHighlighted-Response-Error-Code) | | | | description | [string](#string) | | | @@ -14628,7 +14452,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### StreamRequest @@ -14645,7 +14469,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.ConfigUpdate.Response.Error.Code @@ -14661,7 +14485,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.ConfigUpdate.Timezones @@ -14699,7 +14523,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.Create.Response.Error.Code @@ -14722,7 +14546,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.Delete.Response.Error.Code @@ -14737,7 +14561,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.Move.Response.Error.Code @@ -14756,7 +14580,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.Recover.Response.Error.Code @@ -14778,7 +14602,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.RecoverFromLegacyExport.Response.Error.Code @@ -14792,7 +14616,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.Select.Response.Error.Code @@ -14813,7 +14637,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Account.Stop.Response.Error.Code @@ -14829,7 +14653,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.App.GetVersion.Response.Error.Code @@ -14845,7 +14669,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.App.SetDeviceState.Request.DeviceState @@ -14857,7 +14681,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.App.SetDeviceState.Response.Error.Code @@ -14871,7 +14695,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.App.Shutdown.Response.Error.Code @@ -14885,7 +14709,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Copy.Response.Error.Code @@ -14898,7 +14722,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Create.Response.Error.Code @@ -14911,7 +14735,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.CreateWidget.Response.Error.Code @@ -14924,7 +14748,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Cut.Response.Error.Code @@ -14937,7 +14761,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Download.Response.Error.Code @@ -14950,7 +14774,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Export.Response.Error.Code @@ -14963,7 +14787,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListConvertToObjects.Response.Error.Code @@ -14976,7 +14800,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListDelete.Response.Error.Code @@ -14989,7 +14813,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListDuplicate.Response.Error.Code @@ -15002,7 +14826,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListMoveToExistingObject.Response.Error.Code @@ -15015,7 +14839,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListMoveToNewObject.Response.Error.Code @@ -15028,7 +14852,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListSetAlign.Response.Error.Code @@ -15041,7 +14865,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListSetBackgroundColor.Response.Error.Code @@ -15054,7 +14878,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListSetFields.Response.Error.Code @@ -15067,7 +14891,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListSetVerticalAlign.Response.Error.Code @@ -15080,7 +14904,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.ListTurnInto.Response.Error.Code @@ -15093,7 +14917,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Merge.Response.Error.Code @@ -15106,7 +14930,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Paste.Response.Error.Code @@ -15119,7 +14943,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Replace.Response.Error.Code @@ -15132,7 +14956,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.SetFields.Response.Error.Code @@ -15145,7 +14969,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Split.Request.Mode @@ -15159,7 +14983,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Split.Response.Error.Code @@ -15172,7 +14996,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Block.Upload.Response.Error.Code @@ -15185,7 +15009,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockBookmark.CreateAndFetch.Response.Error.Code @@ -15198,7 +15022,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockBookmark.Fetch.Response.Error.Code @@ -15211,7 +15035,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.CreateBookmark.Response.Error.Code @@ -15224,7 +15048,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.CreateFromExistingObject.Response.Error.Code @@ -15237,7 +15061,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Filter.Add.Response.Error.Code @@ -15250,7 +15074,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Filter.Remove.Response.Error.Code @@ -15263,7 +15087,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Filter.Replace.Response.Error.Code @@ -15276,7 +15100,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Filter.Sort.Response.Error.Code @@ -15289,7 +15113,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.GroupOrder.Update.Response.Error.Code @@ -15302,7 +15126,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.ObjectOrder.Move.Response.Error.Code @@ -15315,7 +15139,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.ObjectOrder.Update.Response.Error.Code @@ -15328,7 +15152,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Relation.Add.Response.Error.Code @@ -15341,7 +15165,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Relation.Delete.Response.Error.Code @@ -15354,7 +15178,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Relation.ListAvailable.Response.Error.Code @@ -15368,7 +15192,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.SetSource.Response.Error.Code @@ -15381,7 +15205,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Sort.Add.Response.Error.Code @@ -15394,7 +15218,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Sort.Remove.Response.Error.Code @@ -15407,7 +15231,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Sort.Replace.Response.Error.Code @@ -15420,7 +15244,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.Sort.Sort.Response.Error.Code @@ -15433,7 +15257,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.View.Create.Response.Error.Code @@ -15446,7 +15270,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.View.Delete.Response.Error.Code @@ -15459,7 +15283,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.View.SetActive.Response.Error.Code @@ -15472,7 +15296,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.View.SetPosition.Response.Error.Code @@ -15485,7 +15309,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.View.Update.Response.Error.Code @@ -15498,7 +15322,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.ViewRelation.Add.Response.Error.Code @@ -15511,7 +15335,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.ViewRelation.Remove.Response.Error.Code @@ -15524,7 +15348,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.ViewRelation.Replace.Response.Error.Code @@ -15537,7 +15361,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDataview.ViewRelation.Sort.Response.Error.Code @@ -15550,7 +15374,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockDiv.ListSetStyle.Response.Error.Code @@ -15563,7 +15387,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockFile.CreateAndUpload.Response.Error.Code @@ -15576,7 +15400,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockFile.ListSetStyle.Response.Error.Code @@ -15589,7 +15413,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockFile.SetName.Response.Error.Code @@ -15602,7 +15426,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockImage.SetName.Response.Error.Code @@ -15615,7 +15439,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockImage.SetWidth.Response.Error.Code @@ -15628,7 +15452,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockLatex.SetText.Response.Error.Code @@ -15641,7 +15465,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockLink.CreateWithObject.Response.Error.Code @@ -15654,7 +15478,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockLink.ListSetAppearance.Response.Error.Code @@ -15667,7 +15491,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockRelation.Add.Response.Error.Code @@ -15680,7 +15504,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockRelation.SetKey.Response.Error.Code @@ -15693,7 +15517,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.ColumnCreate.Response.Error.Code @@ -15706,7 +15530,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.ColumnDelete.Response.Error.Code @@ -15719,7 +15543,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.ColumnDuplicate.Response.Error.Code @@ -15732,7 +15556,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.ColumnListFill.Response.Error.Code @@ -15745,7 +15569,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.ColumnMove.Response.Error.Code @@ -15758,7 +15582,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.Create.Response.Error.Code @@ -15771,7 +15595,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.Expand.Response.Error.Code @@ -15784,7 +15608,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.RowCreate.Response.Error.Code @@ -15797,7 +15621,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.RowDelete.Response.Error.Code @@ -15810,7 +15634,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.RowDuplicate.Response.Error.Code @@ -15823,7 +15647,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.RowListClean.Response.Error.Code @@ -15836,7 +15660,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.RowListFill.Response.Error.Code @@ -15849,7 +15673,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.RowSetHeader.Response.Error.Code @@ -15862,7 +15686,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockTable.Sort.Response.Error.Code @@ -15875,7 +15699,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.ListClearContent.Response.Error.Code @@ -15888,7 +15712,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.ListClearStyle.Response.Error.Code @@ -15901,7 +15725,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.ListSetColor.Response.Error.Code @@ -15914,7 +15738,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.ListSetMark.Response.Error.Code @@ -15927,7 +15751,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.ListSetStyle.Response.Error.Code @@ -15940,7 +15764,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.SetChecked.Response.Error.Code @@ -15953,7 +15777,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.SetColor.Response.Error.Code @@ -15966,7 +15790,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.SetIcon.Response.Error.Code @@ -15979,7 +15803,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.SetMarks.Get.Response.Error.Code @@ -15992,7 +15816,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.SetStyle.Response.Error.Code @@ -16005,7 +15829,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockText.SetText.Response.Error.Code @@ -16018,7 +15842,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockVideo.SetName.Response.Error.Code @@ -16031,7 +15855,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.BlockVideo.SetWidth.Response.Error.Code @@ -16044,7 +15868,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Debug.ExportLocalstore.Response.Error.Code @@ -16057,7 +15881,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Debug.Ping.Response.Error.Code @@ -16070,7 +15894,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Debug.SpaceSummary.Response.Error.Code @@ -16083,7 +15907,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Debug.Tree.Response.Error.Code @@ -16096,7 +15920,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Debug.TreeHeads.Response.Error.Code @@ -16109,7 +15933,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.File.Download.Response.Error.Code @@ -16123,7 +15947,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.File.Drop.Response.Error.Code @@ -16136,7 +15960,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.File.ListOffload.Response.Error.Code @@ -16150,7 +15974,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.File.Offload.Response.Error.Code @@ -16165,7 +15989,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.File.SpaceUsage.Response.Error.Code @@ -16178,7 +16002,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.File.Upload.Response.Error.Code @@ -16191,7 +16015,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.GenericErrorResponse.Error.Code @@ -16204,7 +16028,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.History.GetVersions.Response.Error.Code @@ -16217,7 +16041,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.History.SetVersion.Response.Error.Code @@ -16230,7 +16054,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.History.ShowVersion.Response.Error.Code @@ -16243,7 +16067,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.LinkPreview.Response.Error.Code @@ -16256,7 +16080,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Log.Send.Request.Level @@ -16272,7 +16096,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Log.Send.Response.Error.Code @@ -16287,7 +16111,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Metrics.SetParameters.Response.Error.Code @@ -16300,7 +16124,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Navigation.Context @@ -16313,7 +16137,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Navigation.GetObjectInfoWithLinks.Response.Error.Code @@ -16326,7 +16150,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Navigation.ListObjects.Response.Error.Code @@ -16339,7 +16163,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ApplyTemplate.Response.Error.Code @@ -16352,7 +16176,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.BookmarkFetch.Response.Error.Code @@ -16365,7 +16189,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Close.Response.Error.Code @@ -16378,7 +16202,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Create.Response.Error.Code @@ -16391,7 +16215,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.CreateBookmark.Response.Error.Code @@ -16404,7 +16228,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.CreateObjectType.Response.Error.Code @@ -16418,7 +16242,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.CreateRelation.Response.Error.Code @@ -16431,7 +16255,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.CreateRelationOption.Response.Error.Code @@ -16444,7 +16268,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.CreateSet.Response.Error.Code @@ -16458,7 +16282,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Duplicate.Response.Error.Code @@ -16471,7 +16295,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Graph.Edge.Type @@ -16483,7 +16307,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Graph.Response.Error.Code @@ -16496,7 +16320,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.GroupsSubscribe.Response.Error.Code @@ -16509,7 +16333,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Import.Notion.ValidateToken.Response.Error.Code @@ -16527,7 +16351,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Import.Request.CsvParams.Mode @@ -16539,7 +16363,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Import.Request.Mode @@ -16551,7 +16375,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Import.Request.Type @@ -16568,7 +16392,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Import.Response.Error.Code @@ -16583,7 +16407,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ImportList.ImportResponse.Type @@ -16597,7 +16421,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ImportList.Response.Error.Code @@ -16611,7 +16435,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ListDelete.Response.Error.Code @@ -16624,7 +16448,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ListDuplicate.Response.Error.Code @@ -16637,7 +16461,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ListExport.Format @@ -16653,7 +16477,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ListExport.Response.Error.Code @@ -16666,7 +16490,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ListSetIsArchived.Response.Error.Code @@ -16679,7 +16503,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ListSetIsFavorite.Response.Error.Code @@ -16692,7 +16516,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Open.Response.Error.Code @@ -16707,7 +16531,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.OpenBreadcrumbs.Response.Error.Code @@ -16720,7 +16544,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Redo.Response.Error.Code @@ -16734,7 +16558,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Search.Response.Error.Code @@ -16747,7 +16571,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SearchSubscribe.Response.Error.Code @@ -16760,7 +16584,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SearchUnsubscribe.Response.Error.Code @@ -16773,7 +16597,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetBreadcrumbs.Response.Error.Code @@ -16786,7 +16610,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetDetails.Response.Error.Code @@ -16799,7 +16623,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetInternalFlags.Response.Error.Code @@ -16813,7 +16637,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetIsArchived.Response.Error.Code @@ -16826,7 +16650,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetIsFavorite.Response.Error.Code @@ -16839,7 +16663,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetLayout.Response.Error.Code @@ -16852,7 +16676,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetObjectType.Response.Error.Code @@ -16866,7 +16690,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SetSource.Response.Error.Code @@ -16879,7 +16703,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ShareByLink.Response.Error.Code @@ -16892,7 +16716,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Show.Response.Error.Code @@ -16907,7 +16731,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.SubscribeIds.Response.Error.Code @@ -16920,7 +16744,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ToBookmark.Response.Error.Code @@ -16933,7 +16757,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ToCollection.Response.Error.Code @@ -16946,7 +16770,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.ToSet.Response.Error.Code @@ -16959,7 +16783,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.Undo.Response.Error.Code @@ -16973,7 +16797,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Object.WorkspaceSetDashboard.Response.Error.Code @@ -16986,7 +16810,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectCollection.Add.Response.Error.Code @@ -16999,7 +16823,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectCollection.Remove.Response.Error.Code @@ -17012,7 +16836,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectCollection.Sort.Response.Error.Code @@ -17025,7 +16849,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectRelation.Add.Response.Error.Code @@ -17038,7 +16862,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectRelation.AddFeatured.Response.Error.Code @@ -17051,7 +16875,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectRelation.Delete.Response.Error.Code @@ -17064,7 +16888,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectRelation.ListAvailable.Response.Error.Code @@ -17077,7 +16901,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectRelation.RemoveFeatured.Response.Error.Code @@ -17090,7 +16914,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectType.Relation.Add.Response.Error.Code @@ -17105,7 +16929,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectType.Relation.List.Response.Error.Code @@ -17119,7 +16943,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.ObjectType.Relation.Remove.Response.Error.Code @@ -17134,7 +16958,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Process.Cancel.Response.Error.Code @@ -17147,7 +16971,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Relation.ListRemoveOption.Response.Error.Code @@ -17161,7 +16985,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Relation.Options.Response.Error.Code @@ -17174,7 +16998,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Template.Clone.Response.Error.Code @@ -17187,7 +17011,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Template.CreateFromObject.Response.Error.Code @@ -17200,7 +17024,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Template.CreateFromObjectType.Response.Error.Code @@ -17213,7 +17037,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Template.ExportAll.Response.Error.Code @@ -17226,7 +17050,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Unsplash.Download.Response.Error.Code @@ -17240,7 +17064,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Unsplash.Search.Response.Error.Code @@ -17254,7 +17078,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.UserData.Dump.Response.Error.Code @@ -17267,7 +17091,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Wallet.CloseSession.Response.Error.Code @@ -17280,7 +17104,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Wallet.Convert.Response.Error.Code @@ -17293,7 +17117,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Wallet.Create.Response.Error.Code @@ -17307,7 +17131,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Wallet.CreateSession.Response.Error.Code @@ -17320,7 +17144,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Wallet.Recover.Response.Error.Code @@ -17334,7 +17158,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Create.Response.Error.Code @@ -17347,7 +17171,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Export.Response.Error.Code @@ -17360,7 +17184,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetAll.Response.Error.Code @@ -17373,7 +17197,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.GetCurrent.Response.Error.Code @@ -17386,7 +17210,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.Add.Response.Error.Code @@ -17399,7 +17223,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListAdd.Response.Error.Code @@ -17412,7 +17236,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Object.ListRemove.Response.Error.Code @@ -17425,7 +17249,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.Select.Response.Error.Code @@ -17438,7 +17262,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### Rpc.Workspace.SetIsHighlighted.Response.Error.Code @@ -17453,7 +17277,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - + ### File-level Extensions | Extension | Type | Base | Number | Description | @@ -17466,14 +17290,14 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er - +

Top

## pb/protos/events.proto - + ### Event Event – type of message, that could be sent from a middleware to the corresponding front-end. @@ -17481,9 +17305,9 @@ Event – type of message, that could be sent from a middleware to the correspon | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| messages | [Event.Message](#anytype.Event.Message) | repeated | | +| messages | [Event.Message](#anytype-Event-Message) | repeated | | | contextId | [string](#string) | | | -| initiator | [model.Account](#anytype.model.Account) | | | +| initiator | [model.Account](#anytype-model-Account) | | | | traceId | [string](#string) | | | @@ -17491,7 +17315,7 @@ Event – type of message, that could be sent from a middleware to the correspon - + ### Event.Account @@ -17501,7 +17325,7 @@ Event – type of message, that could be sent from a middleware to the correspon - + ### Event.Account.Config @@ -17511,7 +17335,7 @@ Event – type of message, that could be sent from a middleware to the correspon - + ### Event.Account.Config.Update @@ -17519,15 +17343,15 @@ Event – type of message, that could be sent from a middleware to the correspon | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| config | [model.Account.Config](#anytype.model.Account.Config) | | | -| status | [model.Account.Status](#anytype.model.Account.Status) | | | +| config | [model.Account.Config](#anytype-model-Account-Config) | | | +| status | [model.Account.Status](#anytype-model-Account-Status) | | | - + ### Event.Account.Details @@ -17536,14 +17360,14 @@ Event – type of message, that could be sent from a middleware to the correspon | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | profileId | [string](#string) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Event.Account.Show Message, that will be sent to the front on each account found after an AccountRecoverRequest @@ -17552,14 +17376,14 @@ Message, that will be sent to the front on each account found after an AccountRe | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | index | [int32](#int32) | | Number of an account in an all found accounts list | -| account | [model.Account](#anytype.model.Account) | | An Account, that has been found for the mnemonic | +| account | [model.Account](#anytype-model-Account) | | An Account, that has been found for the mnemonic | - + ### Event.Account.Update @@ -17567,15 +17391,15 @@ Message, that will be sent to the front on each account found after an AccountRe | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| config | [model.Account.Config](#anytype.model.Account.Config) | | | -| status | [model.Account.Status](#anytype.model.Account.Status) | | | +| config | [model.Account.Config](#anytype-model-Account-Config) | | | +| status | [model.Account.Status](#anytype-model-Account-Status) | | | - + ### Event.Block @@ -17585,7 +17409,7 @@ Message, that will be sent to the front on each account found after an AccountRe - + ### Event.Block.Add Event to show internal blocks on a client. @@ -17602,14 +17426,14 @@ B. Partial block load | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| blocks | [model.Block](#anytype.model.Block) | repeated | id -> block | +| blocks | [model.Block](#anytype-model-Block) | repeated | id -> block | - + ### Event.Block.Dataview @@ -17619,7 +17443,7 @@ B. Partial block load - + ### Event.Block.Dataview.GroupOrderUpdate @@ -17628,14 +17452,14 @@ B. Partial block load | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | dataview block's id | -| groupOrder | [model.Block.Content.Dataview.GroupOrder](#anytype.model.Block.Content.Dataview.GroupOrder) | | | +| groupOrder | [model.Block.Content.Dataview.GroupOrder](#anytype-model-Block-Content-Dataview-GroupOrder) | | | - + ### Event.Block.Dataview.IsCollectionSet @@ -17651,7 +17475,7 @@ B. Partial block load - + ### Event.Block.Dataview.ObjectOrderUpdate @@ -17662,14 +17486,14 @@ B. Partial block load | id | [string](#string) | | dataview block's id | | viewId | [string](#string) | | | | groupId | [string](#string) | | | -| sliceChanges | [Event.Block.Dataview.SliceChange](#anytype.Event.Block.Dataview.SliceChange) | repeated | | +| sliceChanges | [Event.Block.Dataview.SliceChange](#anytype-Event-Block-Dataview-SliceChange) | repeated | | - + ### Event.Block.Dataview.OldRelationDelete @@ -17685,7 +17509,7 @@ B. Partial block load - + ### Event.Block.Dataview.OldRelationSet sent when the dataview relation has been changed or added @@ -17695,14 +17519,14 @@ sent when the dataview relation has been changed or added | ----- | ---- | ----- | ----------- | | id | [string](#string) | | dataview block's id | | relationKey | [string](#string) | | relation key to update | -| relation | [model.Relation](#anytype.model.Relation) | | | +| relation | [model.Relation](#anytype-model-Relation) | | | - + ### Event.Block.Dataview.RelationDelete @@ -17718,7 +17542,7 @@ sent when the dataview relation has been changed or added - + ### Event.Block.Dataview.RelationSet sent when the dataview relation has been changed or added @@ -17727,14 +17551,14 @@ sent when the dataview relation has been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | dataview block's id | -| relationLinks | [model.RelationLink](#anytype.model.RelationLink) | repeated | relation id to update | +| relationLinks | [model.RelationLink](#anytype-model-RelationLink) | repeated | relation id to update | - + ### Event.Block.Dataview.SliceChange @@ -17742,7 +17566,7 @@ sent when the dataview relation has been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| op | [Event.Block.Dataview.SliceOperation](#anytype.Event.Block.Dataview.SliceOperation) | | | +| op | [Event.Block.Dataview.SliceOperation](#anytype-Event-Block-Dataview-SliceOperation) | | | | ids | [string](#string) | repeated | | | afterId | [string](#string) | | | @@ -17751,7 +17575,7 @@ sent when the dataview relation has been changed or added - + ### Event.Block.Dataview.SourceSet @@ -17767,7 +17591,7 @@ sent when the dataview relation has been changed or added - + ### Event.Block.Dataview.TargetObjectIdSet @@ -17783,7 +17607,7 @@ sent when the dataview relation has been changed or added - + ### Event.Block.Dataview.ViewDelete @@ -17799,7 +17623,7 @@ sent when the dataview relation has been changed or added - + ### Event.Block.Dataview.ViewOrder @@ -17815,7 +17639,7 @@ sent when the dataview relation has been changed or added - + ### Event.Block.Dataview.ViewSet sent when the view have been changed or added @@ -17825,14 +17649,14 @@ sent when the view have been changed or added | ----- | ---- | ----- | ----------- | | id | [string](#string) | | dataview block's id | | viewId | [string](#string) | | view id, client should double check this to make sure client doesn't switch the active view in the middle | -| view | [model.Block.Content.Dataview.View](#anytype.model.Block.Content.Dataview.View) | | | +| view | [model.Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) | | | - + ### Event.Block.Dataview.ViewUpdate @@ -17842,17 +17666,17 @@ sent when the view have been changed or added | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | | viewId | [string](#string) | | | -| filter | [Event.Block.Dataview.ViewUpdate.Filter](#anytype.Event.Block.Dataview.ViewUpdate.Filter) | repeated | | -| relation | [Event.Block.Dataview.ViewUpdate.Relation](#anytype.Event.Block.Dataview.ViewUpdate.Relation) | repeated | | -| sort | [Event.Block.Dataview.ViewUpdate.Sort](#anytype.Event.Block.Dataview.ViewUpdate.Sort) | repeated | | -| fields | [Event.Block.Dataview.ViewUpdate.Fields](#anytype.Event.Block.Dataview.ViewUpdate.Fields) | | | +| filter | [Event.Block.Dataview.ViewUpdate.Filter](#anytype-Event-Block-Dataview-ViewUpdate-Filter) | repeated | | +| relation | [Event.Block.Dataview.ViewUpdate.Relation](#anytype-Event-Block-Dataview-ViewUpdate-Relation) | repeated | | +| sort | [Event.Block.Dataview.ViewUpdate.Sort](#anytype-Event-Block-Dataview-ViewUpdate-Sort) | repeated | | +| fields | [Event.Block.Dataview.ViewUpdate.Fields](#anytype-Event-Block-Dataview-ViewUpdate-Fields) | | | - + ### Event.Block.Dataview.ViewUpdate.Fields @@ -17860,11 +17684,11 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| type | [model.Block.Content.Dataview.View.Type](#anytype.model.Block.Content.Dataview.View.Type) | | | +| type | [model.Block.Content.Dataview.View.Type](#anytype-model-Block-Content-Dataview-View-Type) | | | | name | [string](#string) | | | | coverRelationKey | [string](#string) | | Relation used for cover in gallery | | hideIcon | [bool](#bool) | | Hide icon near name | -| cardSize | [model.Block.Content.Dataview.View.Size](#anytype.model.Block.Content.Dataview.View.Size) | | Gallery card size | +| cardSize | [model.Block.Content.Dataview.View.Size](#anytype-model-Block-Content-Dataview-View-Size) | | Gallery card size | | coverFit | [bool](#bool) | | Image fits container | | groupRelationKey | [string](#string) | | Group view by this relationKey | | groupBackgroundColors | [bool](#bool) | | Enable backgrounds in groups | @@ -17875,7 +17699,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Filter @@ -17883,17 +17707,17 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| add | [Event.Block.Dataview.ViewUpdate.Filter.Add](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Add) | | | -| remove | [Event.Block.Dataview.ViewUpdate.Filter.Remove](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Remove) | | | -| update | [Event.Block.Dataview.ViewUpdate.Filter.Update](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Update) | | | -| move | [Event.Block.Dataview.ViewUpdate.Filter.Move](#anytype.Event.Block.Dataview.ViewUpdate.Filter.Move) | | | +| add | [Event.Block.Dataview.ViewUpdate.Filter.Add](#anytype-Event-Block-Dataview-ViewUpdate-Filter-Add) | | | +| remove | [Event.Block.Dataview.ViewUpdate.Filter.Remove](#anytype-Event-Block-Dataview-ViewUpdate-Filter-Remove) | | | +| update | [Event.Block.Dataview.ViewUpdate.Filter.Update](#anytype-Event-Block-Dataview-ViewUpdate-Filter-Update) | | | +| move | [Event.Block.Dataview.ViewUpdate.Filter.Move](#anytype-Event-Block-Dataview-ViewUpdate-Filter-Move) | | | - + ### Event.Block.Dataview.ViewUpdate.Filter.Add @@ -17902,14 +17726,14 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | afterId | [string](#string) | | | -| items | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | repeated | | +| items | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | repeated | | - + ### Event.Block.Dataview.ViewUpdate.Filter.Move @@ -17925,7 +17749,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Filter.Remove @@ -17940,7 +17764,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Filter.Update @@ -17949,14 +17773,14 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| item | [model.Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | | | +| item | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | | | - + ### Event.Block.Dataview.ViewUpdate.Relation @@ -17964,17 +17788,17 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| add | [Event.Block.Dataview.ViewUpdate.Relation.Add](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Add) | | | -| remove | [Event.Block.Dataview.ViewUpdate.Relation.Remove](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Remove) | | | -| update | [Event.Block.Dataview.ViewUpdate.Relation.Update](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Update) | | | -| move | [Event.Block.Dataview.ViewUpdate.Relation.Move](#anytype.Event.Block.Dataview.ViewUpdate.Relation.Move) | | | +| add | [Event.Block.Dataview.ViewUpdate.Relation.Add](#anytype-Event-Block-Dataview-ViewUpdate-Relation-Add) | | | +| remove | [Event.Block.Dataview.ViewUpdate.Relation.Remove](#anytype-Event-Block-Dataview-ViewUpdate-Relation-Remove) | | | +| update | [Event.Block.Dataview.ViewUpdate.Relation.Update](#anytype-Event-Block-Dataview-ViewUpdate-Relation-Update) | | | +| move | [Event.Block.Dataview.ViewUpdate.Relation.Move](#anytype-Event-Block-Dataview-ViewUpdate-Relation-Move) | | | - + ### Event.Block.Dataview.ViewUpdate.Relation.Add @@ -17983,14 +17807,14 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | afterId | [string](#string) | | | -| items | [model.Block.Content.Dataview.Relation](#anytype.model.Block.Content.Dataview.Relation) | repeated | | +| items | [model.Block.Content.Dataview.Relation](#anytype-model-Block-Content-Dataview-Relation) | repeated | | - + ### Event.Block.Dataview.ViewUpdate.Relation.Move @@ -18006,7 +17830,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Relation.Remove @@ -18021,7 +17845,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Relation.Update @@ -18030,14 +17854,14 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| item | [model.Block.Content.Dataview.Relation](#anytype.model.Block.Content.Dataview.Relation) | | | +| item | [model.Block.Content.Dataview.Relation](#anytype-model-Block-Content-Dataview-Relation) | | | - + ### Event.Block.Dataview.ViewUpdate.Sort @@ -18045,17 +17869,17 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| add | [Event.Block.Dataview.ViewUpdate.Sort.Add](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Add) | | | -| remove | [Event.Block.Dataview.ViewUpdate.Sort.Remove](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Remove) | | | -| update | [Event.Block.Dataview.ViewUpdate.Sort.Update](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Update) | | | -| move | [Event.Block.Dataview.ViewUpdate.Sort.Move](#anytype.Event.Block.Dataview.ViewUpdate.Sort.Move) | | | +| add | [Event.Block.Dataview.ViewUpdate.Sort.Add](#anytype-Event-Block-Dataview-ViewUpdate-Sort-Add) | | | +| remove | [Event.Block.Dataview.ViewUpdate.Sort.Remove](#anytype-Event-Block-Dataview-ViewUpdate-Sort-Remove) | | | +| update | [Event.Block.Dataview.ViewUpdate.Sort.Update](#anytype-Event-Block-Dataview-ViewUpdate-Sort-Update) | | | +| move | [Event.Block.Dataview.ViewUpdate.Sort.Move](#anytype-Event-Block-Dataview-ViewUpdate-Sort-Move) | | | - + ### Event.Block.Dataview.ViewUpdate.Sort.Add @@ -18064,14 +17888,14 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | afterId | [string](#string) | | | -| items | [model.Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | repeated | | +| items | [model.Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | repeated | | - + ### Event.Block.Dataview.ViewUpdate.Sort.Move @@ -18087,7 +17911,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Sort.Remove @@ -18102,7 +17926,7 @@ sent when the view have been changed or added - + ### Event.Block.Dataview.ViewUpdate.Sort.Update @@ -18111,14 +17935,14 @@ sent when the view have been changed or added | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| item | [model.Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | | | +| item | [model.Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | | | - + ### Event.Block.Delete @@ -18133,7 +17957,7 @@ sent when the view have been changed or added - + ### Event.Block.FilesUpload Middleware to front end event message, that will be sent on one of this scenarios: @@ -18152,7 +17976,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill @@ -18162,7 +17986,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Align @@ -18171,14 +17995,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| align | [model.Block.Align](#anytype.model.Block.Align) | | | +| align | [model.Block.Align](#anytype-model-Block-Align) | | | - + ### Event.Block.Fill.BackgroundColor @@ -18194,7 +18018,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Bookmark @@ -18203,20 +18027,20 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| url | [Event.Block.Fill.Bookmark.Url](#anytype.Event.Block.Fill.Bookmark.Url) | | | -| title | [Event.Block.Fill.Bookmark.Title](#anytype.Event.Block.Fill.Bookmark.Title) | | | -| description | [Event.Block.Fill.Bookmark.Description](#anytype.Event.Block.Fill.Bookmark.Description) | | | -| imageHash | [Event.Block.Fill.Bookmark.ImageHash](#anytype.Event.Block.Fill.Bookmark.ImageHash) | | | -| faviconHash | [Event.Block.Fill.Bookmark.FaviconHash](#anytype.Event.Block.Fill.Bookmark.FaviconHash) | | | -| type | [Event.Block.Fill.Bookmark.Type](#anytype.Event.Block.Fill.Bookmark.Type) | | | -| targetObjectId | [Event.Block.Fill.Bookmark.TargetObjectId](#anytype.Event.Block.Fill.Bookmark.TargetObjectId) | | | +| url | [Event.Block.Fill.Bookmark.Url](#anytype-Event-Block-Fill-Bookmark-Url) | | | +| title | [Event.Block.Fill.Bookmark.Title](#anytype-Event-Block-Fill-Bookmark-Title) | | | +| description | [Event.Block.Fill.Bookmark.Description](#anytype-Event-Block-Fill-Bookmark-Description) | | | +| imageHash | [Event.Block.Fill.Bookmark.ImageHash](#anytype-Event-Block-Fill-Bookmark-ImageHash) | | | +| faviconHash | [Event.Block.Fill.Bookmark.FaviconHash](#anytype-Event-Block-Fill-Bookmark-FaviconHash) | | | +| type | [Event.Block.Fill.Bookmark.Type](#anytype-Event-Block-Fill-Bookmark-Type) | | | +| targetObjectId | [Event.Block.Fill.Bookmark.TargetObjectId](#anytype-Event-Block-Fill-Bookmark-TargetObjectId) | | | - + ### Event.Block.Fill.Bookmark.Description @@ -18231,7 +18055,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Bookmark.FaviconHash @@ -18246,7 +18070,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Bookmark.ImageHash @@ -18261,7 +18085,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Bookmark.TargetObjectId @@ -18276,7 +18100,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Bookmark.Title @@ -18291,7 +18115,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Bookmark.Type @@ -18299,14 +18123,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.LinkPreview.Type](#anytype.model.LinkPreview.Type) | | | +| value | [model.LinkPreview.Type](#anytype-model-LinkPreview-Type) | | | - + ### Event.Block.Fill.Bookmark.Url @@ -18321,7 +18145,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.ChildrenIds @@ -18337,7 +18161,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.DatabaseRecords @@ -18346,14 +18170,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| records | [google.protobuf.Struct](#google.protobuf.Struct) | repeated | | +| records | [google.protobuf.Struct](#google-protobuf-Struct) | repeated | | - + ### Event.Block.Fill.Details @@ -18362,14 +18186,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Event.Block.Fill.Div @@ -18378,14 +18202,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| style | [Event.Block.Fill.Div.Style](#anytype.Event.Block.Fill.Div.Style) | | | +| style | [Event.Block.Fill.Div.Style](#anytype-Event-Block-Fill-Div-Style) | | | - + ### Event.Block.Fill.Div.Style @@ -18393,14 +18217,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Div.Style](#anytype.model.Block.Content.Div.Style) | | | +| value | [model.Block.Content.Div.Style](#anytype-model-Block-Content-Div-Style) | | | - + ### Event.Block.Fill.Fields @@ -18409,14 +18233,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Event.Block.Fill.File @@ -18425,20 +18249,20 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| type | [Event.Block.Fill.File.Type](#anytype.Event.Block.Fill.File.Type) | | | -| state | [Event.Block.Fill.File.State](#anytype.Event.Block.Fill.File.State) | | | -| mime | [Event.Block.Fill.File.Mime](#anytype.Event.Block.Fill.File.Mime) | | | -| hash | [Event.Block.Fill.File.Hash](#anytype.Event.Block.Fill.File.Hash) | | | -| name | [Event.Block.Fill.File.Name](#anytype.Event.Block.Fill.File.Name) | | | -| size | [Event.Block.Fill.File.Size](#anytype.Event.Block.Fill.File.Size) | | | -| style | [Event.Block.Fill.File.Style](#anytype.Event.Block.Fill.File.Style) | | | +| type | [Event.Block.Fill.File.Type](#anytype-Event-Block-Fill-File-Type) | | | +| state | [Event.Block.Fill.File.State](#anytype-Event-Block-Fill-File-State) | | | +| mime | [Event.Block.Fill.File.Mime](#anytype-Event-Block-Fill-File-Mime) | | | +| hash | [Event.Block.Fill.File.Hash](#anytype-Event-Block-Fill-File-Hash) | | | +| name | [Event.Block.Fill.File.Name](#anytype-Event-Block-Fill-File-Name) | | | +| size | [Event.Block.Fill.File.Size](#anytype-Event-Block-Fill-File-Size) | | | +| style | [Event.Block.Fill.File.Style](#anytype-Event-Block-Fill-File-Style) | | | - + ### Event.Block.Fill.File.Hash @@ -18453,7 +18277,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.File.Mime @@ -18468,7 +18292,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.File.Name @@ -18483,7 +18307,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.File.Size @@ -18498,7 +18322,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.File.State @@ -18506,14 +18330,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.File.State](#anytype.model.Block.Content.File.State) | | | +| value | [model.Block.Content.File.State](#anytype-model-Block-Content-File-State) | | | - + ### Event.Block.Fill.File.Style @@ -18521,14 +18345,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.File.Style](#anytype.model.Block.Content.File.Style) | | | +| value | [model.Block.Content.File.Style](#anytype-model-Block-Content-File-Style) | | | - + ### Event.Block.Fill.File.Type @@ -18536,14 +18360,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.File.Type](#anytype.model.Block.Content.File.Type) | | | +| value | [model.Block.Content.File.Type](#anytype-model-Block-Content-File-Type) | | | - + ### Event.Block.Fill.File.Width @@ -18558,7 +18382,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Link @@ -18567,16 +18391,16 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| targetBlockId | [Event.Block.Fill.Link.TargetBlockId](#anytype.Event.Block.Fill.Link.TargetBlockId) | | | -| style | [Event.Block.Fill.Link.Style](#anytype.Event.Block.Fill.Link.Style) | | | -| fields | [Event.Block.Fill.Link.Fields](#anytype.Event.Block.Fill.Link.Fields) | | | +| targetBlockId | [Event.Block.Fill.Link.TargetBlockId](#anytype-Event-Block-Fill-Link-TargetBlockId) | | | +| style | [Event.Block.Fill.Link.Style](#anytype-Event-Block-Fill-Link-Style) | | | +| fields | [Event.Block.Fill.Link.Fields](#anytype-Event-Block-Fill-Link-Fields) | | | - + ### Event.Block.Fill.Link.Fields @@ -18584,14 +18408,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| value | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Event.Block.Fill.Link.Style @@ -18599,14 +18423,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Link.Style](#anytype.model.Block.Content.Link.Style) | | | +| value | [model.Block.Content.Link.Style](#anytype-model-Block-Content-Link-Style) | | | - + ### Event.Block.Fill.Link.TargetBlockId @@ -18621,7 +18445,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Restrictions @@ -18630,14 +18454,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| restrictions | [model.Block.Restrictions](#anytype.model.Block.Restrictions) | | | +| restrictions | [model.Block.Restrictions](#anytype-model-Block-Restrictions) | | | - + ### Event.Block.Fill.Text @@ -18646,18 +18470,18 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| text | [Event.Block.Fill.Text.Text](#anytype.Event.Block.Fill.Text.Text) | | | -| style | [Event.Block.Fill.Text.Style](#anytype.Event.Block.Fill.Text.Style) | | | -| marks | [Event.Block.Fill.Text.Marks](#anytype.Event.Block.Fill.Text.Marks) | | | -| checked | [Event.Block.Fill.Text.Checked](#anytype.Event.Block.Fill.Text.Checked) | | | -| color | [Event.Block.Fill.Text.Color](#anytype.Event.Block.Fill.Text.Color) | | | +| text | [Event.Block.Fill.Text.Text](#anytype-Event-Block-Fill-Text-Text) | | | +| style | [Event.Block.Fill.Text.Style](#anytype-Event-Block-Fill-Text-Style) | | | +| marks | [Event.Block.Fill.Text.Marks](#anytype-Event-Block-Fill-Text-Marks) | | | +| checked | [Event.Block.Fill.Text.Checked](#anytype-Event-Block-Fill-Text-Checked) | | | +| color | [Event.Block.Fill.Text.Color](#anytype-Event-Block-Fill-Text-Color) | | | - + ### Event.Block.Fill.Text.Checked @@ -18672,7 +18496,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Text.Color @@ -18687,7 +18511,7 @@ Precondition: user A opened a block - + ### Event.Block.Fill.Text.Marks @@ -18695,14 +18519,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Text.Marks](#anytype.model.Block.Content.Text.Marks) | | | +| value | [model.Block.Content.Text.Marks](#anytype-model-Block-Content-Text-Marks) | | | - + ### Event.Block.Fill.Text.Style @@ -18710,14 +18534,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | +| value | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | - + ### Event.Block.Fill.Text.Text @@ -18732,7 +18556,7 @@ Precondition: user A opened a block - + ### Event.Block.MarksInfo @@ -18740,14 +18564,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| marksInRange | [model.Block.Content.Text.Mark.Type](#anytype.model.Block.Content.Text.Mark.Type) | repeated | | +| marksInRange | [model.Block.Content.Text.Mark.Type](#anytype-model-Block-Content-Text-Mark-Type) | repeated | | - + ### Event.Block.Set @@ -18757,7 +18581,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Align @@ -18766,14 +18590,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| align | [model.Block.Align](#anytype.model.Block.Align) | | | +| align | [model.Block.Align](#anytype-model-Block-Align) | | | - + ### Event.Block.Set.BackgroundColor @@ -18789,7 +18613,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Bookmark @@ -18798,21 +18622,21 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| url | [Event.Block.Set.Bookmark.Url](#anytype.Event.Block.Set.Bookmark.Url) | | | -| title | [Event.Block.Set.Bookmark.Title](#anytype.Event.Block.Set.Bookmark.Title) | | | -| description | [Event.Block.Set.Bookmark.Description](#anytype.Event.Block.Set.Bookmark.Description) | | | -| imageHash | [Event.Block.Set.Bookmark.ImageHash](#anytype.Event.Block.Set.Bookmark.ImageHash) | | | -| faviconHash | [Event.Block.Set.Bookmark.FaviconHash](#anytype.Event.Block.Set.Bookmark.FaviconHash) | | | -| type | [Event.Block.Set.Bookmark.Type](#anytype.Event.Block.Set.Bookmark.Type) | | | -| targetObjectId | [Event.Block.Set.Bookmark.TargetObjectId](#anytype.Event.Block.Set.Bookmark.TargetObjectId) | | | -| state | [Event.Block.Set.Bookmark.State](#anytype.Event.Block.Set.Bookmark.State) | | | +| url | [Event.Block.Set.Bookmark.Url](#anytype-Event-Block-Set-Bookmark-Url) | | | +| title | [Event.Block.Set.Bookmark.Title](#anytype-Event-Block-Set-Bookmark-Title) | | | +| description | [Event.Block.Set.Bookmark.Description](#anytype-Event-Block-Set-Bookmark-Description) | | | +| imageHash | [Event.Block.Set.Bookmark.ImageHash](#anytype-Event-Block-Set-Bookmark-ImageHash) | | | +| faviconHash | [Event.Block.Set.Bookmark.FaviconHash](#anytype-Event-Block-Set-Bookmark-FaviconHash) | | | +| type | [Event.Block.Set.Bookmark.Type](#anytype-Event-Block-Set-Bookmark-Type) | | | +| targetObjectId | [Event.Block.Set.Bookmark.TargetObjectId](#anytype-Event-Block-Set-Bookmark-TargetObjectId) | | | +| state | [Event.Block.Set.Bookmark.State](#anytype-Event-Block-Set-Bookmark-State) | | | - + ### Event.Block.Set.Bookmark.Description @@ -18827,7 +18651,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Bookmark.FaviconHash @@ -18842,7 +18666,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Bookmark.ImageHash @@ -18857,7 +18681,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Bookmark.State @@ -18865,14 +18689,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Bookmark.State](#anytype.model.Block.Content.Bookmark.State) | | | +| value | [model.Block.Content.Bookmark.State](#anytype-model-Block-Content-Bookmark-State) | | | - + ### Event.Block.Set.Bookmark.TargetObjectId @@ -18887,7 +18711,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Bookmark.Title @@ -18902,7 +18726,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Bookmark.Type @@ -18910,14 +18734,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.LinkPreview.Type](#anytype.model.LinkPreview.Type) | | | +| value | [model.LinkPreview.Type](#anytype-model-LinkPreview-Type) | | | - + ### Event.Block.Set.Bookmark.Url @@ -18932,7 +18756,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.ChildrenIds @@ -18948,7 +18772,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Div @@ -18957,14 +18781,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| style | [Event.Block.Set.Div.Style](#anytype.Event.Block.Set.Div.Style) | | | +| style | [Event.Block.Set.Div.Style](#anytype-Event-Block-Set-Div-Style) | | | - + ### Event.Block.Set.Div.Style @@ -18972,14 +18796,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Div.Style](#anytype.model.Block.Content.Div.Style) | | | +| value | [model.Block.Content.Div.Style](#anytype-model-Block-Content-Div-Style) | | | - + ### Event.Block.Set.Fields @@ -18988,14 +18812,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Event.Block.Set.File @@ -19004,20 +18828,20 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| type | [Event.Block.Set.File.Type](#anytype.Event.Block.Set.File.Type) | | | -| state | [Event.Block.Set.File.State](#anytype.Event.Block.Set.File.State) | | | -| mime | [Event.Block.Set.File.Mime](#anytype.Event.Block.Set.File.Mime) | | | -| hash | [Event.Block.Set.File.Hash](#anytype.Event.Block.Set.File.Hash) | | | -| name | [Event.Block.Set.File.Name](#anytype.Event.Block.Set.File.Name) | | | -| size | [Event.Block.Set.File.Size](#anytype.Event.Block.Set.File.Size) | | | -| style | [Event.Block.Set.File.Style](#anytype.Event.Block.Set.File.Style) | | | +| type | [Event.Block.Set.File.Type](#anytype-Event-Block-Set-File-Type) | | | +| state | [Event.Block.Set.File.State](#anytype-Event-Block-Set-File-State) | | | +| mime | [Event.Block.Set.File.Mime](#anytype-Event-Block-Set-File-Mime) | | | +| hash | [Event.Block.Set.File.Hash](#anytype-Event-Block-Set-File-Hash) | | | +| name | [Event.Block.Set.File.Name](#anytype-Event-Block-Set-File-Name) | | | +| size | [Event.Block.Set.File.Size](#anytype-Event-Block-Set-File-Size) | | | +| style | [Event.Block.Set.File.Style](#anytype-Event-Block-Set-File-Style) | | | - + ### Event.Block.Set.File.Hash @@ -19032,7 +18856,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.File.Mime @@ -19047,7 +18871,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.File.Name @@ -19062,7 +18886,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.File.Size @@ -19077,7 +18901,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.File.State @@ -19085,14 +18909,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.File.State](#anytype.model.Block.Content.File.State) | | | +| value | [model.Block.Content.File.State](#anytype-model-Block-Content-File-State) | | | - + ### Event.Block.Set.File.Style @@ -19100,14 +18924,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.File.Style](#anytype.model.Block.Content.File.Style) | | | +| value | [model.Block.Content.File.Style](#anytype-model-Block-Content-File-Style) | | | - + ### Event.Block.Set.File.Type @@ -19115,14 +18939,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.File.Type](#anytype.model.Block.Content.File.Type) | | | +| value | [model.Block.Content.File.Type](#anytype-model-Block-Content-File-Type) | | | - + ### Event.Block.Set.File.Width @@ -19137,7 +18961,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Latex @@ -19146,14 +18970,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| text | [Event.Block.Set.Latex.Text](#anytype.Event.Block.Set.Latex.Text) | | | +| text | [Event.Block.Set.Latex.Text](#anytype-Event-Block-Set-Latex-Text) | | | - + ### Event.Block.Set.Latex.Text @@ -19168,7 +18992,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Link @@ -19177,20 +19001,20 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| targetBlockId | [Event.Block.Set.Link.TargetBlockId](#anytype.Event.Block.Set.Link.TargetBlockId) | | | -| style | [Event.Block.Set.Link.Style](#anytype.Event.Block.Set.Link.Style) | | | -| fields | [Event.Block.Set.Link.Fields](#anytype.Event.Block.Set.Link.Fields) | | | -| iconSize | [Event.Block.Set.Link.IconSize](#anytype.Event.Block.Set.Link.IconSize) | | | -| cardStyle | [Event.Block.Set.Link.CardStyle](#anytype.Event.Block.Set.Link.CardStyle) | | | -| description | [Event.Block.Set.Link.Description](#anytype.Event.Block.Set.Link.Description) | | | -| relations | [Event.Block.Set.Link.Relations](#anytype.Event.Block.Set.Link.Relations) | | | +| targetBlockId | [Event.Block.Set.Link.TargetBlockId](#anytype-Event-Block-Set-Link-TargetBlockId) | | | +| style | [Event.Block.Set.Link.Style](#anytype-Event-Block-Set-Link-Style) | | | +| fields | [Event.Block.Set.Link.Fields](#anytype-Event-Block-Set-Link-Fields) | | | +| iconSize | [Event.Block.Set.Link.IconSize](#anytype-Event-Block-Set-Link-IconSize) | | | +| cardStyle | [Event.Block.Set.Link.CardStyle](#anytype-Event-Block-Set-Link-CardStyle) | | | +| description | [Event.Block.Set.Link.Description](#anytype-Event-Block-Set-Link-Description) | | | +| relations | [Event.Block.Set.Link.Relations](#anytype-Event-Block-Set-Link-Relations) | | | - + ### Event.Block.Set.Link.CardStyle @@ -19198,14 +19022,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Link.CardStyle](#anytype.model.Block.Content.Link.CardStyle) | | | +| value | [model.Block.Content.Link.CardStyle](#anytype-model-Block-Content-Link-CardStyle) | | | - + ### Event.Block.Set.Link.Description @@ -19213,14 +19037,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Link.Description](#anytype.model.Block.Content.Link.Description) | | | +| value | [model.Block.Content.Link.Description](#anytype-model-Block-Content-Link-Description) | | | - + ### Event.Block.Set.Link.Fields @@ -19228,14 +19052,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| value | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Event.Block.Set.Link.IconSize @@ -19243,14 +19067,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Link.IconSize](#anytype.model.Block.Content.Link.IconSize) | | | +| value | [model.Block.Content.Link.IconSize](#anytype-model-Block-Content-Link-IconSize) | | | - + ### Event.Block.Set.Link.Relations @@ -19265,7 +19089,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Link.Style @@ -19273,14 +19097,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Link.Style](#anytype.model.Block.Content.Link.Style) | | | +| value | [model.Block.Content.Link.Style](#anytype-model-Block-Content-Link-Style) | | | - + ### Event.Block.Set.Link.TargetBlockId @@ -19295,7 +19119,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Relation @@ -19304,14 +19128,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| key | [Event.Block.Set.Relation.Key](#anytype.Event.Block.Set.Relation.Key) | | | +| key | [Event.Block.Set.Relation.Key](#anytype-Event-Block-Set-Relation-Key) | | | - + ### Event.Block.Set.Relation.Key @@ -19326,7 +19150,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Restrictions @@ -19335,14 +19159,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| restrictions | [model.Block.Restrictions](#anytype.model.Block.Restrictions) | | | +| restrictions | [model.Block.Restrictions](#anytype-model-Block-Restrictions) | | | - + ### Event.Block.Set.TableRow @@ -19351,14 +19175,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| isHeader | [Event.Block.Set.TableRow.IsHeader](#anytype.Event.Block.Set.TableRow.IsHeader) | | | +| isHeader | [Event.Block.Set.TableRow.IsHeader](#anytype-Event-Block-Set-TableRow-IsHeader) | | | - + ### Event.Block.Set.TableRow.IsHeader @@ -19373,7 +19197,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Text @@ -19382,20 +19206,20 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| text | [Event.Block.Set.Text.Text](#anytype.Event.Block.Set.Text.Text) | | | -| style | [Event.Block.Set.Text.Style](#anytype.Event.Block.Set.Text.Style) | | | -| marks | [Event.Block.Set.Text.Marks](#anytype.Event.Block.Set.Text.Marks) | | | -| checked | [Event.Block.Set.Text.Checked](#anytype.Event.Block.Set.Text.Checked) | | | -| color | [Event.Block.Set.Text.Color](#anytype.Event.Block.Set.Text.Color) | | | -| iconEmoji | [Event.Block.Set.Text.IconEmoji](#anytype.Event.Block.Set.Text.IconEmoji) | | | -| iconImage | [Event.Block.Set.Text.IconImage](#anytype.Event.Block.Set.Text.IconImage) | | | +| text | [Event.Block.Set.Text.Text](#anytype-Event-Block-Set-Text-Text) | | | +| style | [Event.Block.Set.Text.Style](#anytype-Event-Block-Set-Text-Style) | | | +| marks | [Event.Block.Set.Text.Marks](#anytype-Event-Block-Set-Text-Marks) | | | +| checked | [Event.Block.Set.Text.Checked](#anytype-Event-Block-Set-Text-Checked) | | | +| color | [Event.Block.Set.Text.Color](#anytype-Event-Block-Set-Text-Color) | | | +| iconEmoji | [Event.Block.Set.Text.IconEmoji](#anytype-Event-Block-Set-Text-IconEmoji) | | | +| iconImage | [Event.Block.Set.Text.IconImage](#anytype-Event-Block-Set-Text-IconImage) | | | - + ### Event.Block.Set.Text.Checked @@ -19410,7 +19234,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Text.Color @@ -19425,7 +19249,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Text.IconEmoji @@ -19440,7 +19264,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Text.IconImage @@ -19455,7 +19279,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.Text.Marks @@ -19463,14 +19287,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Text.Marks](#anytype.model.Block.Content.Text.Marks) | | | +| value | [model.Block.Content.Text.Marks](#anytype-model-Block-Content-Text-Marks) | | | - + ### Event.Block.Set.Text.Style @@ -19478,14 +19302,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | +| value | [model.Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | - + ### Event.Block.Set.Text.Text @@ -19500,7 +19324,7 @@ Precondition: user A opened a block - + ### Event.Block.Set.VerticalAlign @@ -19509,14 +19333,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| verticalAlign | [model.Block.VerticalAlign](#anytype.model.Block.VerticalAlign) | | | +| verticalAlign | [model.Block.VerticalAlign](#anytype-model-Block-VerticalAlign) | | | - + ### Event.Block.Set.Widget @@ -19525,14 +19349,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| layout | [Event.Block.Set.Widget.Layout](#anytype.Event.Block.Set.Widget.Layout) | | | +| layout | [Event.Block.Set.Widget.Layout](#anytype-Event-Block-Set-Widget-Layout) | | | - + ### Event.Block.Set.Widget.Layout @@ -19540,14 +19364,13 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [model.Block.Content.Widget.Layout](#anytype.model.Block.Content.Widget.Layout) | | | +| value | [model.Block.Content.Widget.Layout](#anytype-model-Block-Content-Widget-Layout) | | | -<<<<<<< HEAD ### Event.File @@ -19605,9 +19428,6 @@ Precondition: user A opened a block -======= - ->>>>>>> 57148db9cdb4618a60439789b4a8ef391a06f23b ### Event.Message @@ -19615,7 +19435,6 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -<<<<<<< HEAD | accountShow | [Event.Account.Show](#anytype-Event-Account-Show) | | | | accountDetails | [Event.Account.Details](#anytype-Event-Account-Details) | | | | accountConfigUpdate | [Event.Account.Config.Update](#anytype-Event-Account-Config-Update) | | | @@ -19676,72 +19495,13 @@ Precondition: user A opened a block | fileLimitReached | [Event.File.LimitReached](#anytype-Event-File-LimitReached) | | | | fileSpaceUsage | [Event.File.SpaceUsage](#anytype-Event-File-SpaceUsage) | | | | fileLocalUsage | [Event.File.LocalUsage](#anytype-Event-File-LocalUsage) | | | -======= -| accountShow | [Event.Account.Show](#anytype.Event.Account.Show) | | | -| accountDetails | [Event.Account.Details](#anytype.Event.Account.Details) | | | -| accountConfigUpdate | [Event.Account.Config.Update](#anytype.Event.Account.Config.Update) | | | -| accountUpdate | [Event.Account.Update](#anytype.Event.Account.Update) | | | -| objectDetailsSet | [Event.Object.Details.Set](#anytype.Event.Object.Details.Set) | | | -| objectDetailsAmend | [Event.Object.Details.Amend](#anytype.Event.Object.Details.Amend) | | | -| objectDetailsUnset | [Event.Object.Details.Unset](#anytype.Event.Object.Details.Unset) | | | -| objectRelationsAmend | [Event.Object.Relations.Amend](#anytype.Event.Object.Relations.Amend) | | | -| objectRelationsRemove | [Event.Object.Relations.Remove](#anytype.Event.Object.Relations.Remove) | | | -| objectRemove | [Event.Object.Remove](#anytype.Event.Object.Remove) | | | -| objectRestrictionsSet | [Event.Object.Restrictions.Set](#anytype.Event.Object.Restrictions.Set) | | | -| subscriptionAdd | [Event.Object.Subscription.Add](#anytype.Event.Object.Subscription.Add) | | | -| subscriptionRemove | [Event.Object.Subscription.Remove](#anytype.Event.Object.Subscription.Remove) | | | -| subscriptionPosition | [Event.Object.Subscription.Position](#anytype.Event.Object.Subscription.Position) | | | -| subscriptionCounters | [Event.Object.Subscription.Counters](#anytype.Event.Object.Subscription.Counters) | | | -| subscriptionGroups | [Event.Object.Subscription.Groups](#anytype.Event.Object.Subscription.Groups) | | | -| blockAdd | [Event.Block.Add](#anytype.Event.Block.Add) | | | -| blockDelete | [Event.Block.Delete](#anytype.Event.Block.Delete) | | | -| filesUpload | [Event.Block.FilesUpload](#anytype.Event.Block.FilesUpload) | | | -| marksInfo | [Event.Block.MarksInfo](#anytype.Event.Block.MarksInfo) | | | -| blockSetFields | [Event.Block.Set.Fields](#anytype.Event.Block.Set.Fields) | | | -| blockSetChildrenIds | [Event.Block.Set.ChildrenIds](#anytype.Event.Block.Set.ChildrenIds) | | | -| blockSetRestrictions | [Event.Block.Set.Restrictions](#anytype.Event.Block.Set.Restrictions) | | | -| blockSetBackgroundColor | [Event.Block.Set.BackgroundColor](#anytype.Event.Block.Set.BackgroundColor) | | | -| blockSetText | [Event.Block.Set.Text](#anytype.Event.Block.Set.Text) | | | -| blockSetFile | [Event.Block.Set.File](#anytype.Event.Block.Set.File) | | | -| blockSetLink | [Event.Block.Set.Link](#anytype.Event.Block.Set.Link) | | | -| blockSetBookmark | [Event.Block.Set.Bookmark](#anytype.Event.Block.Set.Bookmark) | | | -| blockSetAlign | [Event.Block.Set.Align](#anytype.Event.Block.Set.Align) | | | -| blockSetDiv | [Event.Block.Set.Div](#anytype.Event.Block.Set.Div) | | | -| blockSetRelation | [Event.Block.Set.Relation](#anytype.Event.Block.Set.Relation) | | | -| blockSetLatex | [Event.Block.Set.Latex](#anytype.Event.Block.Set.Latex) | | | -| blockSetVerticalAlign | [Event.Block.Set.VerticalAlign](#anytype.Event.Block.Set.VerticalAlign) | | | -| blockSetTableRow | [Event.Block.Set.TableRow](#anytype.Event.Block.Set.TableRow) | | | -| blockSetWidget | [Event.Block.Set.Widget](#anytype.Event.Block.Set.Widget) | | | -| blockDataviewViewSet | [Event.Block.Dataview.ViewSet](#anytype.Event.Block.Dataview.ViewSet) | | | -| blockDataviewViewDelete | [Event.Block.Dataview.ViewDelete](#anytype.Event.Block.Dataview.ViewDelete) | | | -| blockDataviewViewOrder | [Event.Block.Dataview.ViewOrder](#anytype.Event.Block.Dataview.ViewOrder) | | | -| blockDataviewSourceSet | [Event.Block.Dataview.SourceSet](#anytype.Event.Block.Dataview.SourceSet) | | | -| blockDataViewGroupOrderUpdate | [Event.Block.Dataview.GroupOrderUpdate](#anytype.Event.Block.Dataview.GroupOrderUpdate) | | | -| blockDataViewObjectOrderUpdate | [Event.Block.Dataview.ObjectOrderUpdate](#anytype.Event.Block.Dataview.ObjectOrderUpdate) | | | -| blockDataviewRelationDelete | [Event.Block.Dataview.RelationDelete](#anytype.Event.Block.Dataview.RelationDelete) | | | -| blockDataviewRelationSet | [Event.Block.Dataview.RelationSet](#anytype.Event.Block.Dataview.RelationSet) | | | -| blockDataviewViewUpdate | [Event.Block.Dataview.ViewUpdate](#anytype.Event.Block.Dataview.ViewUpdate) | | | -| blockDataviewTargetObjectIdSet | [Event.Block.Dataview.TargetObjectIdSet](#anytype.Event.Block.Dataview.TargetObjectIdSet) | | | -| blockDataviewIsCollectionSet | [Event.Block.Dataview.IsCollectionSet](#anytype.Event.Block.Dataview.IsCollectionSet) | | | -| blockDataviewOldRelationDelete | [Event.Block.Dataview.OldRelationDelete](#anytype.Event.Block.Dataview.OldRelationDelete) | | deprecated | -| blockDataviewOldRelationSet | [Event.Block.Dataview.OldRelationSet](#anytype.Event.Block.Dataview.OldRelationSet) | | deprecated | -| userBlockJoin | [Event.User.Block.Join](#anytype.Event.User.Block.Join) | | | -| userBlockLeft | [Event.User.Block.Left](#anytype.Event.User.Block.Left) | | | -| userBlockSelectRange | [Event.User.Block.SelectRange](#anytype.Event.User.Block.SelectRange) | | | -| userBlockTextRange | [Event.User.Block.TextRange](#anytype.Event.User.Block.TextRange) | | | -| ping | [Event.Ping](#anytype.Event.Ping) | | | -| processNew | [Event.Process.New](#anytype.Event.Process.New) | | | -| processUpdate | [Event.Process.Update](#anytype.Event.Process.Update) | | | -| processDone | [Event.Process.Done](#anytype.Event.Process.Done) | | | -| threadStatus | [Event.Status.Thread](#anytype.Event.Status.Thread) | | | ->>>>>>> 57148db9cdb4618a60439789b4a8ef391a06f23b - + ### Event.Object @@ -19751,7 +19511,7 @@ Precondition: user A opened a block - + ### Event.Object.Details @@ -19761,7 +19521,7 @@ Precondition: user A opened a block - + ### Event.Object.Details.Amend Amend (i.e. add a new key-value pair or update an existing key-value pair) existing state @@ -19770,7 +19530,7 @@ Amend (i.e. add a new key-value pair or update an existing key-value pair) exist | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | context objectId | -| details | [Event.Object.Details.Amend.KeyValue](#anytype.Event.Object.Details.Amend.KeyValue) | repeated | slice of changed key-values | +| details | [Event.Object.Details.Amend.KeyValue](#anytype-Event-Object-Details-Amend-KeyValue) | repeated | slice of changed key-values | | subIds | [string](#string) | repeated | | @@ -19778,7 +19538,7 @@ Amend (i.e. add a new key-value pair or update an existing key-value pair) exist - + ### Event.Object.Details.Amend.KeyValue @@ -19787,14 +19547,14 @@ Amend (i.e. add a new key-value pair or update an existing key-value pair) exist | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | key | [string](#string) | | | -| value | [google.protobuf.Value](#google.protobuf.Value) | | should not be null | +| value | [google.protobuf.Value](#google-protobuf-Value) | | should not be null | - + ### Event.Object.Details.Set Overwrite current state @@ -19803,7 +19563,7 @@ Overwrite current state | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | context objectId | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | can not be a partial state. Should replace client details state | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | can not be a partial state. Should replace client details state | | subIds | [string](#string) | repeated | | @@ -19811,7 +19571,7 @@ Overwrite current state - + ### Event.Object.Details.Unset Unset existing detail keys @@ -19828,7 +19588,7 @@ Unset existing detail keys - + ### Event.Object.Relations @@ -19838,7 +19598,7 @@ Unset existing detail keys - + ### Event.Object.Relations.Amend @@ -19847,14 +19607,14 @@ Unset existing detail keys | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | context objectId | -| relationLinks | [model.RelationLink](#anytype.model.RelationLink) | repeated | | +| relationLinks | [model.RelationLink](#anytype-model-RelationLink) | repeated | | - + ### Event.Object.Relations.Remove @@ -19870,7 +19630,7 @@ Unset existing detail keys - + ### Event.Object.Remove @@ -19885,7 +19645,7 @@ Unset existing detail keys - + ### Event.Object.Restrictions @@ -19895,7 +19655,7 @@ Unset existing detail keys - + ### Event.Object.Restrictions.Set @@ -19904,14 +19664,14 @@ Unset existing detail keys | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| restrictions | [model.Restrictions](#anytype.model.Restrictions) | | | +| restrictions | [model.Restrictions](#anytype-model-Restrictions) | | | - + ### Event.Object.Subscription @@ -19921,7 +19681,7 @@ Unset existing detail keys - + ### Event.Object.Subscription.Add Adds new document to subscriptions @@ -19938,7 +19698,7 @@ Adds new document to subscriptions - + ### Event.Object.Subscription.Counters @@ -19956,7 +19716,7 @@ Adds new document to subscriptions - + ### Event.Object.Subscription.Groups @@ -19965,7 +19725,7 @@ Adds new document to subscriptions | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | subId | [string](#string) | | | -| group | [model.Block.Content.Dataview.Group](#anytype.model.Block.Content.Dataview.Group) | | | +| group | [model.Block.Content.Dataview.Group](#anytype-model-Block-Content-Dataview-Group) | | | | remove | [bool](#bool) | | | @@ -19973,7 +19733,7 @@ Adds new document to subscriptions - + ### Event.Object.Subscription.Position Indicates new position of document @@ -19990,7 +19750,7 @@ Indicates new position of document - + ### Event.Object.Subscription.Remove Removes document from subscription @@ -20006,7 +19766,7 @@ Removes document from subscription - + ### Event.Ping @@ -20021,7 +19781,7 @@ Removes document from subscription - + ### Event.Process @@ -20031,7 +19791,7 @@ Removes document from subscription - + ### Event.Process.Done @@ -20039,14 +19799,14 @@ Removes document from subscription | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| process | [Model.Process](#anytype.Model.Process) | | | +| process | [Model.Process](#anytype-Model-Process) | | | - + ### Event.Process.New @@ -20054,14 +19814,14 @@ Removes document from subscription | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| process | [Model.Process](#anytype.Model.Process) | | | +| process | [Model.Process](#anytype-Model-Process) | | | - + ### Event.Process.Update @@ -20069,14 +19829,14 @@ Removes document from subscription | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| process | [Model.Process](#anytype.Model.Process) | | | +| process | [Model.Process](#anytype-Model-Process) | | | - + ### Event.Status @@ -20086,7 +19846,7 @@ Removes document from subscription - + ### Event.Status.Thread @@ -20094,16 +19854,16 @@ Removes document from subscription | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| summary | [Event.Status.Thread.Summary](#anytype.Event.Status.Thread.Summary) | | | -| cafe | [Event.Status.Thread.Cafe](#anytype.Event.Status.Thread.Cafe) | | | -| accounts | [Event.Status.Thread.Account](#anytype.Event.Status.Thread.Account) | repeated | | +| summary | [Event.Status.Thread.Summary](#anytype-Event-Status-Thread-Summary) | | | +| cafe | [Event.Status.Thread.Cafe](#anytype-Event-Status-Thread-Cafe) | | | +| accounts | [Event.Status.Thread.Account](#anytype-Event-Status-Thread-Account) | repeated | | - + ### Event.Status.Thread.Account @@ -20117,14 +19877,14 @@ Removes document from subscription | online | [bool](#bool) | | | | lastPulled | [int64](#int64) | | | | lastEdited | [int64](#int64) | | | -| devices | [Event.Status.Thread.Device](#anytype.Event.Status.Thread.Device) | repeated | | +| devices | [Event.Status.Thread.Device](#anytype-Event-Status-Thread-Device) | repeated | | - + ### Event.Status.Thread.Cafe @@ -20132,17 +19892,17 @@ Removes document from subscription | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| status | [Event.Status.Thread.SyncStatus](#anytype.Event.Status.Thread.SyncStatus) | | | +| status | [Event.Status.Thread.SyncStatus](#anytype-Event-Status-Thread-SyncStatus) | | | | lastPulled | [int64](#int64) | | | | lastPushSucceed | [bool](#bool) | | | -| files | [Event.Status.Thread.Cafe.PinStatus](#anytype.Event.Status.Thread.Cafe.PinStatus) | | | +| files | [Event.Status.Thread.Cafe.PinStatus](#anytype-Event-Status-Thread-Cafe-PinStatus) | | | - + ### Event.Status.Thread.Cafe.PinStatus @@ -20160,7 +19920,7 @@ Removes document from subscription - + ### Event.Status.Thread.Device @@ -20178,7 +19938,7 @@ Removes document from subscription - + ### Event.Status.Thread.Summary @@ -20186,14 +19946,14 @@ Removes document from subscription | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| status | [Event.Status.Thread.SyncStatus](#anytype.Event.Status.Thread.SyncStatus) | | | +| status | [Event.Status.Thread.SyncStatus](#anytype-Event-Status-Thread-SyncStatus) | | | - + ### Event.User @@ -20203,7 +19963,7 @@ Removes document from subscription - + ### Event.User.Block @@ -20213,7 +19973,7 @@ Removes document from subscription - + ### Event.User.Block.Join Middleware to front end event message, that will be sent in this scenario: @@ -20224,14 +19984,14 @@ Precondition: user A opened a block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| account | [Event.Account](#anytype.Event.Account) | | Account of the user, that opened a block | +| account | [Event.Account](#anytype-Event-Account) | | Account of the user, that opened a block | - + ### Event.User.Block.Left Middleware to front end event message, that will be sent in this scenario: @@ -20242,14 +20002,14 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| account | [Event.Account](#anytype.Event.Account) | | Account of the user, that left the block | +| account | [Event.Account](#anytype-Event-Account) | | Account of the user, that left the block | - + ### Event.User.Block.SelectRange Middleware to front end event message, that will be sent in this scenario: @@ -20260,7 +20020,7 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| account | [Event.Account](#anytype.Event.Account) | | Account of the user, that selected blocks | +| account | [Event.Account](#anytype-Event-Account) | | Account of the user, that selected blocks | | blockIdsArray | [string](#string) | repeated | Ids of selected blocks. | @@ -20268,7 +20028,7 @@ Precondition: user A and user B opened the same block - + ### Event.User.Block.TextRange Middleware to front end event message, that will be sent in this scenario: @@ -20279,16 +20039,16 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| account | [Event.Account](#anytype.Event.Account) | | Account of the user, that selected a text | +| account | [Event.Account](#anytype-Event-Account) | | Account of the user, that selected a text | | blockId | [string](#string) | | Id of the text block, that have a selection | -| range | [model.Range](#anytype.model.Range) | | Range of the selection | +| range | [model.Range](#anytype-model-Range) | | Range of the selection | - + ### Model @@ -20298,7 +20058,7 @@ Precondition: user A and user B opened the same block - + ### Model.Process @@ -20307,16 +20067,16 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| type | [Model.Process.Type](#anytype.Model.Process.Type) | | | -| state | [Model.Process.State](#anytype.Model.Process.State) | | | -| progress | [Model.Process.Progress](#anytype.Model.Process.Progress) | | | +| type | [Model.Process.Type](#anytype-Model-Process-Type) | | | +| state | [Model.Process.State](#anytype-Model-Process-State) | | | +| progress | [Model.Process.Progress](#anytype-Model-Process-Progress) | | | - + ### Model.Process.Progress @@ -20333,7 +20093,7 @@ Precondition: user A and user B opened the same block - + ### ResponseEvent @@ -20341,7 +20101,7 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| messages | [Event.Message](#anytype.Event.Message) | repeated | | +| messages | [Event.Message](#anytype-Event-Message) | repeated | | | contextId | [string](#string) | | | | traceId | [string](#string) | | | @@ -20352,7 +20112,7 @@ Precondition: user A and user B opened the same block - + ### Event.Block.Dataview.SliceOperation @@ -20367,7 +20127,7 @@ Precondition: user A and user B opened the same block - + ### Event.Status.Thread.SyncStatus @@ -20382,7 +20142,7 @@ Precondition: user A and user B opened the same block - + ### Model.Process.State @@ -20397,7 +20157,7 @@ Precondition: user A and user B opened the same block - + ### Model.Process.Type @@ -20420,14 +20180,14 @@ Precondition: user A and user B opened the same block - +

Top

## pb/protos/snapshot.proto - + ### Profile @@ -20447,7 +20207,7 @@ Precondition: user A and user B opened the same block - + ### SnapshotWithType @@ -20455,8 +20215,8 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| sbType | [model.SmartBlockType](#anytype.model.SmartBlockType) | | | -| snapshot | [Change.Snapshot](#anytype.Change.Snapshot) | | | +| sbType | [model.SmartBlockType](#anytype-model-SmartBlockType) | | | +| snapshot | [Change.Snapshot](#anytype-Change-Snapshot) | | | @@ -20472,14 +20232,14 @@ Precondition: user A and user B opened the same block - +

Top

## pkg/lib/pb/model/protos/localstore.proto - + ### ObjectDetails @@ -20487,14 +20247,14 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### ObjectInfo @@ -20504,18 +20264,18 @@ Precondition: user A and user B opened the same block | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | | objectTypeUrls | [string](#string) | repeated | deprecated | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| relations | [Relation](#anytype.model.Relation) | repeated | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| relations | [Relation](#anytype-model-Relation) | repeated | | | snippet | [string](#string) | | | | hasInboundLinks | [bool](#bool) | | | -| objectType | [SmartBlockType](#anytype.model.SmartBlockType) | | | +| objectType | [SmartBlockType](#anytype-model-SmartBlockType) | | | - + ### ObjectInfoWithLinks @@ -20524,15 +20284,15 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| info | [ObjectInfo](#anytype.model.ObjectInfo) | | | -| links | [ObjectLinksInfo](#anytype.model.ObjectLinksInfo) | | | +| info | [ObjectInfo](#anytype-model-ObjectInfo) | | | +| links | [ObjectLinksInfo](#anytype-model-ObjectLinksInfo) | | | - + ### ObjectInfoWithOutboundLinks @@ -20541,15 +20301,15 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| info | [ObjectInfo](#anytype.model.ObjectInfo) | | | -| outboundLinks | [ObjectInfo](#anytype.model.ObjectInfo) | repeated | | +| info | [ObjectInfo](#anytype-model-ObjectInfo) | | | +| outboundLinks | [ObjectInfo](#anytype-model-ObjectInfo) | repeated | | - + ### ObjectInfoWithOutboundLinksIDs @@ -20558,7 +20318,7 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| info | [ObjectInfo](#anytype.model.ObjectInfo) | | | +| info | [ObjectInfo](#anytype-model-ObjectInfo) | | | | outboundLinks | [string](#string) | repeated | | @@ -20566,7 +20326,7 @@ Precondition: user A and user B opened the same block - + ### ObjectLinks @@ -20582,7 +20342,7 @@ Precondition: user A and user B opened the same block - + ### ObjectLinksInfo @@ -20590,15 +20350,15 @@ Precondition: user A and user B opened the same block | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| inbound | [ObjectInfo](#anytype.model.ObjectInfo) | repeated | | -| outbound | [ObjectInfo](#anytype.model.ObjectInfo) | repeated | | +| inbound | [ObjectInfo](#anytype-model-ObjectInfo) | repeated | | +| outbound | [ObjectInfo](#anytype-model-ObjectInfo) | repeated | | - + ### ObjectStoreChecksums @@ -20631,14 +20391,14 @@ Precondition: user A and user B opened the same block - +

Top

## pkg/lib/pb/model/protos/models.proto - + ### Account Contains basic information about a user account @@ -20648,17 +20408,17 @@ Contains basic information about a user account | ----- | ---- | ----- | ----------- | | id | [string](#string) | | User's thread id | | name | [string](#string) | | User name, that associated with this account | -| avatar | [Account.Avatar](#anytype.model.Account.Avatar) | | Avatar of a user's account | -| config | [Account.Config](#anytype.model.Account.Config) | | | -| status | [Account.Status](#anytype.model.Account.Status) | | | -| info | [Account.Info](#anytype.model.Account.Info) | | | +| avatar | [Account.Avatar](#anytype-model-Account-Avatar) | | Avatar of a user's account | +| config | [Account.Config](#anytype-model-Account-Config) | | | +| status | [Account.Status](#anytype-model-Account-Status) | | | +| info | [Account.Info](#anytype-model-Account-Info) | | | - + ### Account.Avatar Avatar of a user's account. It could be an image or color @@ -20666,7 +20426,7 @@ Avatar of a user's account. It could be an image or color | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| image | [Block.Content.File](#anytype.model.Block.Content.File) | | Image of the avatar. Contains the hash to retrieve the image. | +| image | [Block.Content.File](#anytype-model-Block-Content-File) | | Image of the avatar. Contains the hash to retrieve the image. | | color | [string](#string) | | Color of the avatar, used if image not set. | @@ -20674,7 +20434,7 @@ Avatar of a user's account. It could be an image or color - + ### Account.Config @@ -20686,14 +20446,14 @@ Avatar of a user's account. It could be an image or color | enableDebug | [bool](#bool) | | | | enablePrereleaseChannel | [bool](#bool) | | | | enableSpaces | [bool](#bool) | | | -| extra | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| extra | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### Account.Info @@ -20718,7 +20478,7 @@ Avatar of a user's account. It could be an image or color - + ### Account.Status @@ -20726,7 +20486,7 @@ Avatar of a user's account. It could be an image or color | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| statusType | [Account.StatusType](#anytype.model.Account.StatusType) | | | +| statusType | [Account.StatusType](#anytype-model-Account-StatusType) | | | | deletionDate | [int64](#int64) | | | @@ -20734,7 +20494,7 @@ Avatar of a user's account. It could be an image or color - + ### Block @@ -20743,36 +20503,36 @@ Avatar of a user's account. It could be an image or color | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| restrictions | [Block.Restrictions](#anytype.model.Block.Restrictions) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| restrictions | [Block.Restrictions](#anytype-model-Block-Restrictions) | | | | childrenIds | [string](#string) | repeated | | | backgroundColor | [string](#string) | | | -| align | [Block.Align](#anytype.model.Block.Align) | | | -| verticalAlign | [Block.VerticalAlign](#anytype.model.Block.VerticalAlign) | | | -| smartblock | [Block.Content.Smartblock](#anytype.model.Block.Content.Smartblock) | | | -| text | [Block.Content.Text](#anytype.model.Block.Content.Text) | | | -| file | [Block.Content.File](#anytype.model.Block.Content.File) | | | -| layout | [Block.Content.Layout](#anytype.model.Block.Content.Layout) | | | -| div | [Block.Content.Div](#anytype.model.Block.Content.Div) | | | -| bookmark | [Block.Content.Bookmark](#anytype.model.Block.Content.Bookmark) | | | -| icon | [Block.Content.Icon](#anytype.model.Block.Content.Icon) | | | -| link | [Block.Content.Link](#anytype.model.Block.Content.Link) | | | -| dataview | [Block.Content.Dataview](#anytype.model.Block.Content.Dataview) | | | -| relation | [Block.Content.Relation](#anytype.model.Block.Content.Relation) | | | -| featuredRelations | [Block.Content.FeaturedRelations](#anytype.model.Block.Content.FeaturedRelations) | | | -| latex | [Block.Content.Latex](#anytype.model.Block.Content.Latex) | | | -| tableOfContents | [Block.Content.TableOfContents](#anytype.model.Block.Content.TableOfContents) | | | -| table | [Block.Content.Table](#anytype.model.Block.Content.Table) | | | -| tableColumn | [Block.Content.TableColumn](#anytype.model.Block.Content.TableColumn) | | | -| tableRow | [Block.Content.TableRow](#anytype.model.Block.Content.TableRow) | | | -| widget | [Block.Content.Widget](#anytype.model.Block.Content.Widget) | | | +| align | [Block.Align](#anytype-model-Block-Align) | | | +| verticalAlign | [Block.VerticalAlign](#anytype-model-Block-VerticalAlign) | | | +| smartblock | [Block.Content.Smartblock](#anytype-model-Block-Content-Smartblock) | | | +| text | [Block.Content.Text](#anytype-model-Block-Content-Text) | | | +| file | [Block.Content.File](#anytype-model-Block-Content-File) | | | +| layout | [Block.Content.Layout](#anytype-model-Block-Content-Layout) | | | +| div | [Block.Content.Div](#anytype-model-Block-Content-Div) | | | +| bookmark | [Block.Content.Bookmark](#anytype-model-Block-Content-Bookmark) | | | +| icon | [Block.Content.Icon](#anytype-model-Block-Content-Icon) | | | +| link | [Block.Content.Link](#anytype-model-Block-Content-Link) | | | +| dataview | [Block.Content.Dataview](#anytype-model-Block-Content-Dataview) | | | +| relation | [Block.Content.Relation](#anytype-model-Block-Content-Relation) | | | +| featuredRelations | [Block.Content.FeaturedRelations](#anytype-model-Block-Content-FeaturedRelations) | | | +| latex | [Block.Content.Latex](#anytype-model-Block-Content-Latex) | | | +| tableOfContents | [Block.Content.TableOfContents](#anytype-model-Block-Content-TableOfContents) | | | +| table | [Block.Content.Table](#anytype-model-Block-Content-Table) | | | +| tableColumn | [Block.Content.TableColumn](#anytype-model-Block-Content-TableColumn) | | | +| tableRow | [Block.Content.TableRow](#anytype-model-Block-Content-TableRow) | | | +| widget | [Block.Content.Widget](#anytype-model-Block-Content-Widget) | | | - + ### Block.Content @@ -20782,7 +20542,7 @@ Avatar of a user's account. It could be an image or color - + ### Block.Content.Bookmark Bookmark is to keep a web-link and to preview a content. @@ -20795,16 +20555,16 @@ Bookmark is to keep a web-link and to preview a content. | description | [string](#string) | | Deprecated. Get this data from the target object. | | imageHash | [string](#string) | | Deprecated. Get this data from the target object. | | faviconHash | [string](#string) | | Deprecated. Get this data from the target object. | -| type | [LinkPreview.Type](#anytype.model.LinkPreview.Type) | | | +| type | [LinkPreview.Type](#anytype-model-LinkPreview-Type) | | | | targetObjectId | [string](#string) | | | -| state | [Block.Content.Bookmark.State](#anytype.model.Block.Content.Bookmark.State) | | | +| state | [Block.Content.Bookmark.State](#anytype-model-Block-Content-Bookmark-State) | | | - + ### Block.Content.Dataview @@ -20813,12 +20573,12 @@ Bookmark is to keep a web-link and to preview a content. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | source | [string](#string) | repeated | | -| views | [Block.Content.Dataview.View](#anytype.model.Block.Content.Dataview.View) | repeated | | -| relations | [Relation](#anytype.model.Relation) | repeated | deprecated | +| views | [Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) | repeated | | +| relations | [Relation](#anytype-model-Relation) | repeated | deprecated | | activeView | [string](#string) | | saved within a session | -| groupOrders | [Block.Content.Dataview.GroupOrder](#anytype.model.Block.Content.Dataview.GroupOrder) | repeated | | -| objectOrders | [Block.Content.Dataview.ObjectOrder](#anytype.model.Block.Content.Dataview.ObjectOrder) | repeated | | -| relationLinks | [RelationLink](#anytype.model.RelationLink) | repeated | | +| groupOrders | [Block.Content.Dataview.GroupOrder](#anytype-model-Block-Content-Dataview-GroupOrder) | repeated | | +| objectOrders | [Block.Content.Dataview.ObjectOrder](#anytype-model-Block-Content-Dataview-ObjectOrder) | repeated | | +| relationLinks | [RelationLink](#anytype-model-RelationLink) | repeated | | | TargetObjectId | [string](#string) | | | | isCollection | [bool](#bool) | | | @@ -20827,7 +20587,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Checkbox @@ -20842,7 +20602,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Date @@ -20852,7 +20612,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Filter @@ -20861,13 +20621,13 @@ Bookmark is to keep a web-link and to preview a content. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| operator | [Block.Content.Dataview.Filter.Operator](#anytype.model.Block.Content.Dataview.Filter.Operator) | | looks not applicable? | +| operator | [Block.Content.Dataview.Filter.Operator](#anytype-model-Block-Content-Dataview-Filter-Operator) | | looks not applicable? | | RelationKey | [string](#string) | | | | relationProperty | [string](#string) | | | -| condition | [Block.Content.Dataview.Filter.Condition](#anytype.model.Block.Content.Dataview.Filter.Condition) | | | -| value | [google.protobuf.Value](#google.protobuf.Value) | | | -| quickOption | [Block.Content.Dataview.Filter.QuickOption](#anytype.model.Block.Content.Dataview.Filter.QuickOption) | | | -| format | [RelationFormat](#anytype.model.RelationFormat) | | | +| condition | [Block.Content.Dataview.Filter.Condition](#anytype-model-Block-Content-Dataview-Filter-Condition) | | | +| value | [google.protobuf.Value](#google-protobuf-Value) | | | +| quickOption | [Block.Content.Dataview.Filter.QuickOption](#anytype-model-Block-Content-Dataview-Filter-QuickOption) | | | +| format | [RelationFormat](#anytype-model-RelationFormat) | | | | includeTime | [bool](#bool) | | | @@ -20875,7 +20635,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Group @@ -20884,17 +20644,17 @@ Bookmark is to keep a web-link and to preview a content. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| status | [Block.Content.Dataview.Status](#anytype.model.Block.Content.Dataview.Status) | | | -| tag | [Block.Content.Dataview.Tag](#anytype.model.Block.Content.Dataview.Tag) | | | -| checkbox | [Block.Content.Dataview.Checkbox](#anytype.model.Block.Content.Dataview.Checkbox) | | | -| date | [Block.Content.Dataview.Date](#anytype.model.Block.Content.Dataview.Date) | | | +| status | [Block.Content.Dataview.Status](#anytype-model-Block-Content-Dataview-Status) | | | +| tag | [Block.Content.Dataview.Tag](#anytype-model-Block-Content-Dataview-Tag) | | | +| checkbox | [Block.Content.Dataview.Checkbox](#anytype-model-Block-Content-Dataview-Checkbox) | | | +| date | [Block.Content.Dataview.Date](#anytype-model-Block-Content-Dataview-Date) | | | - + ### Block.Content.Dataview.GroupOrder @@ -20903,14 +20663,14 @@ Bookmark is to keep a web-link and to preview a content. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | viewId | [string](#string) | | | -| viewGroups | [Block.Content.Dataview.ViewGroup](#anytype.model.Block.Content.Dataview.ViewGroup) | repeated | | +| viewGroups | [Block.Content.Dataview.ViewGroup](#anytype-model-Block-Content-Dataview-ViewGroup) | repeated | | - + ### Block.Content.Dataview.ObjectOrder @@ -20927,7 +20687,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Relation @@ -20939,15 +20699,15 @@ Bookmark is to keep a web-link and to preview a content. | isVisible | [bool](#bool) | | | | width | [int32](#int32) | | the displayed column % calculated based on other visible relations | | dateIncludeTime | [bool](#bool) | | | -| timeFormat | [Block.Content.Dataview.Relation.TimeFormat](#anytype.model.Block.Content.Dataview.Relation.TimeFormat) | | | -| dateFormat | [Block.Content.Dataview.Relation.DateFormat](#anytype.model.Block.Content.Dataview.Relation.DateFormat) | | | +| timeFormat | [Block.Content.Dataview.Relation.TimeFormat](#anytype-model-Block-Content-Dataview-Relation-TimeFormat) | | | +| dateFormat | [Block.Content.Dataview.Relation.DateFormat](#anytype-model-Block-Content-Dataview-Relation-DateFormat) | | | - + ### Block.Content.Dataview.Sort @@ -20957,9 +20717,9 @@ Bookmark is to keep a web-link and to preview a content. | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | | RelationKey | [string](#string) | | | -| type | [Block.Content.Dataview.Sort.Type](#anytype.model.Block.Content.Dataview.Sort.Type) | | | -| customOrder | [google.protobuf.Value](#google.protobuf.Value) | repeated | | -| format | [RelationFormat](#anytype.model.RelationFormat) | | | +| type | [Block.Content.Dataview.Sort.Type](#anytype-model-Block-Content-Dataview-Sort-Type) | | | +| customOrder | [google.protobuf.Value](#google-protobuf-Value) | repeated | | +| format | [RelationFormat](#anytype-model-RelationFormat) | | | | includeTime | [bool](#bool) | | | @@ -20967,7 +20727,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Status @@ -20982,7 +20742,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.Tag @@ -20997,7 +20757,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.View @@ -21006,14 +20766,14 @@ Bookmark is to keep a web-link and to preview a content. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| type | [Block.Content.Dataview.View.Type](#anytype.model.Block.Content.Dataview.View.Type) | | | +| type | [Block.Content.Dataview.View.Type](#anytype-model-Block-Content-Dataview-View-Type) | | | | name | [string](#string) | | | -| sorts | [Block.Content.Dataview.Sort](#anytype.model.Block.Content.Dataview.Sort) | repeated | | -| filters | [Block.Content.Dataview.Filter](#anytype.model.Block.Content.Dataview.Filter) | repeated | | -| relations | [Block.Content.Dataview.Relation](#anytype.model.Block.Content.Dataview.Relation) | repeated | relations fields/columns options, also used to provide the order | +| sorts | [Block.Content.Dataview.Sort](#anytype-model-Block-Content-Dataview-Sort) | repeated | | +| filters | [Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | repeated | | +| relations | [Block.Content.Dataview.Relation](#anytype-model-Block-Content-Dataview-Relation) | repeated | relations fields/columns options, also used to provide the order | | coverRelationKey | [string](#string) | | Relation used for cover in gallery | | hideIcon | [bool](#bool) | | Hide icon near name | -| cardSize | [Block.Content.Dataview.View.Size](#anytype.model.Block.Content.Dataview.View.Size) | | Gallery card size | +| cardSize | [Block.Content.Dataview.View.Size](#anytype-model-Block-Content-Dataview-View-Size) | | Gallery card size | | coverFit | [bool](#bool) | | Image fits container | | groupRelationKey | [string](#string) | | Group view by this relationKey | | groupBackgroundColors | [bool](#bool) | | Enable backgrounds in groups | @@ -21024,7 +20784,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Dataview.ViewGroup @@ -21042,7 +20802,7 @@ Bookmark is to keep a web-link and to preview a content. - + ### Block.Content.Div Divider: block, that contains only one horizontal thin line @@ -21050,14 +20810,14 @@ Divider: block, that contains only one horizontal thin line | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| style | [Block.Content.Div.Style](#anytype.model.Block.Content.Div.Style) | | | +| style | [Block.Content.Div.Style](#anytype-model-Block-Content-Div-Style) | | | - + ### Block.Content.FeaturedRelations @@ -21067,7 +20827,7 @@ Divider: block, that contains only one horizontal thin line - + ### Block.Content.File @@ -21077,19 +20837,19 @@ Divider: block, that contains only one horizontal thin line | ----- | ---- | ----- | ----------- | | hash | [string](#string) | | | | name | [string](#string) | | | -| type | [Block.Content.File.Type](#anytype.model.Block.Content.File.Type) | | | +| type | [Block.Content.File.Type](#anytype-model-Block-Content-File-Type) | | | | mime | [string](#string) | | | | size | [int64](#int64) | | | | addedAt | [int64](#int64) | | | -| state | [Block.Content.File.State](#anytype.model.Block.Content.File.State) | | | -| style | [Block.Content.File.Style](#anytype.model.Block.Content.File.Style) | | | +| state | [Block.Content.File.State](#anytype-model-Block-Content-File-State) | | | +| style | [Block.Content.File.Style](#anytype-model-Block-Content-File-Style) | | | - + ### Block.Content.Icon @@ -21104,7 +20864,7 @@ Divider: block, that contains only one horizontal thin line - + ### Block.Content.Latex @@ -21119,7 +20879,7 @@ Divider: block, that contains only one horizontal thin line - + ### Block.Content.Layout Layout have no visual representation, but affects on blocks, that it contains. @@ -21128,14 +20888,14 @@ Row/Column layout blocks creates only automatically, after some of a D&D ope | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| style | [Block.Content.Layout.Style](#anytype.model.Block.Content.Layout.Style) | | | +| style | [Block.Content.Layout.Style](#anytype-model-Block-Content-Layout-Style) | | | - + ### Block.Content.Link Link: block to link some content from an external sources. @@ -21144,11 +20904,11 @@ Link: block to link some content from an external sources. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | targetBlockId | [string](#string) | | id of the target block | -| style | [Block.Content.Link.Style](#anytype.model.Block.Content.Link.Style) | | deprecated | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| iconSize | [Block.Content.Link.IconSize](#anytype.model.Block.Content.Link.IconSize) | | | -| cardStyle | [Block.Content.Link.CardStyle](#anytype.model.Block.Content.Link.CardStyle) | | | -| description | [Block.Content.Link.Description](#anytype.model.Block.Content.Link.Description) | | | +| style | [Block.Content.Link.Style](#anytype-model-Block-Content-Link-Style) | | deprecated | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| iconSize | [Block.Content.Link.IconSize](#anytype-model-Block-Content-Link-IconSize) | | | +| cardStyle | [Block.Content.Link.CardStyle](#anytype-model-Block-Content-Link-CardStyle) | | | +| description | [Block.Content.Link.Description](#anytype-model-Block-Content-Link-Description) | | | | relations | [string](#string) | repeated | | @@ -21156,7 +20916,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.Relation @@ -21171,7 +20931,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.Smartblock @@ -21181,7 +20941,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.Table @@ -21191,7 +20951,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.TableColumn @@ -21201,7 +20961,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.TableOfContents @@ -21211,7 +20971,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.TableRow @@ -21226,7 +20986,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.Text @@ -21235,8 +20995,8 @@ Link: block to link some content from an external sources. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | text | [string](#string) | | | -| style | [Block.Content.Text.Style](#anytype.model.Block.Content.Text.Style) | | | -| marks | [Block.Content.Text.Marks](#anytype.model.Block.Content.Text.Marks) | | list of marks to apply to the text | +| style | [Block.Content.Text.Style](#anytype-model-Block-Content-Text-Style) | | | +| marks | [Block.Content.Text.Marks](#anytype-model-Block-Content-Text-Marks) | | list of marks to apply to the text | | checked | [bool](#bool) | | | | color | [string](#string) | | | | iconEmoji | [string](#string) | | used with style Callout | @@ -21247,7 +21007,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.Text.Mark @@ -21255,8 +21015,8 @@ Link: block to link some content from an external sources. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| range | [Range](#anytype.model.Range) | | range of symbols to apply this mark. From(symbol) To(symbol) | -| type | [Block.Content.Text.Mark.Type](#anytype.model.Block.Content.Text.Mark.Type) | | | +| range | [Range](#anytype-model-Range) | | range of symbols to apply this mark. From(symbol) To(symbol) | +| type | [Block.Content.Text.Mark.Type](#anytype-model-Block-Content-Text-Mark-Type) | | | | param | [string](#string) | | link, color, etc | @@ -21264,7 +21024,7 @@ Link: block to link some content from an external sources. - + ### Block.Content.Text.Marks @@ -21272,14 +21032,14 @@ Link: block to link some content from an external sources. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| marks | [Block.Content.Text.Mark](#anytype.model.Block.Content.Text.Mark) | repeated | | +| marks | [Block.Content.Text.Mark](#anytype-model-Block-Content-Text-Mark) | repeated | | - + ### Block.Content.Widget @@ -21287,14 +21047,14 @@ Link: block to link some content from an external sources. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| layout | [Block.Content.Widget.Layout](#anytype.model.Block.Content.Widget.Layout) | | | +| layout | [Block.Content.Widget.Layout](#anytype-model-Block-Content-Widget-Layout) | | | - + ### Block.Restrictions @@ -21313,7 +21073,7 @@ Link: block to link some content from an external sources. - + ### BlockMetaOnly Used to decode block meta only, without the content itself @@ -21322,14 +21082,14 @@ Used to decode block meta only, without the content itself | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | -| fields | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| fields | [google.protobuf.Struct](#google-protobuf-Struct) | | | - + ### InternalFlag @@ -21337,14 +21097,14 @@ Used to decode block meta only, without the content itself | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| value | [InternalFlag.Value](#anytype.model.InternalFlag.Value) | | | +| value | [InternalFlag.Value](#anytype-model-InternalFlag-Value) | | | - + ### Layout @@ -21352,16 +21112,16 @@ Used to decode block meta only, without the content itself | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| id | [ObjectType.Layout](#anytype.model.ObjectType.Layout) | | | +| id | [ObjectType.Layout](#anytype-model-ObjectType-Layout) | | | | name | [string](#string) | | | -| requiredRelations | [Relation](#anytype.model.Relation) | repeated | relations required for this object type | +| requiredRelations | [Relation](#anytype-model-Relation) | repeated | relations required for this object type | - + ### LinkPreview @@ -21374,14 +21134,14 @@ Used to decode block meta only, without the content itself | description | [string](#string) | | | | imageUrl | [string](#string) | | | | faviconUrl | [string](#string) | | | -| type | [LinkPreview.Type](#anytype.model.LinkPreview.Type) | | | +| type | [LinkPreview.Type](#anytype-model-LinkPreview-Type) | | | - + ### Object @@ -21391,7 +21151,7 @@ Used to decode block meta only, without the content itself - + ### Object.ChangePayload @@ -21399,14 +21159,14 @@ Used to decode block meta only, without the content itself | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| smartBlockType | [SmartBlockType](#anytype.model.SmartBlockType) | | | +| smartBlockType | [SmartBlockType](#anytype-model-SmartBlockType) | | | - + ### ObjectType @@ -21416,13 +21176,13 @@ Used to decode block meta only, without the content itself | ----- | ---- | ----- | ----------- | | url | [string](#string) | | leave empty in case you want to create the new one | | name | [string](#string) | | name of objectType (can be localized for bundled types) | -| relationLinks | [RelationLink](#anytype.model.RelationLink) | repeated | cannot contain more than one Relation with the same RelationType | -| layout | [ObjectType.Layout](#anytype.model.ObjectType.Layout) | | | +| relationLinks | [RelationLink](#anytype-model-RelationLink) | repeated | cannot contain more than one Relation with the same RelationType | +| layout | [ObjectType.Layout](#anytype-model-ObjectType-Layout) | | | | iconEmoji | [string](#string) | | emoji symbol | | description | [string](#string) | | | | hidden | [bool](#bool) | | | | readonly | [bool](#bool) | | | -| types | [SmartBlockType](#anytype.model.SmartBlockType) | repeated | | +| types | [SmartBlockType](#anytype-model-SmartBlockType) | repeated | | | isArchived | [bool](#bool) | | sets locally to hide object type from set and some other places | | installedByDefault | [bool](#bool) | | | @@ -21431,7 +21191,7 @@ Used to decode block meta only, without the content itself - + ### ObjectView Works with a smart blocks: Page, Dashboard @@ -21441,20 +21201,20 @@ Dashboard opened, click on a page, Rpc.Block.open, Block.ShowFullscreen(PageBloc | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | rootId | [string](#string) | | Root block id | -| blocks | [Block](#anytype.model.Block) | repeated | dependent simple blocks (descendants) | -| details | [ObjectView.DetailsSet](#anytype.model.ObjectView.DetailsSet) | repeated | details for the current and dependent objects | -| type | [SmartBlockType](#anytype.model.SmartBlockType) | | | -| relations | [Relation](#anytype.model.Relation) | repeated | DEPRECATED, use relationLinks instead | -| relationLinks | [RelationLink](#anytype.model.RelationLink) | repeated | | -| restrictions | [Restrictions](#anytype.model.Restrictions) | | object restrictions | -| history | [ObjectView.HistorySize](#anytype.model.ObjectView.HistorySize) | | | +| blocks | [Block](#anytype-model-Block) | repeated | dependent simple blocks (descendants) | +| details | [ObjectView.DetailsSet](#anytype-model-ObjectView-DetailsSet) | repeated | details for the current and dependent objects | +| type | [SmartBlockType](#anytype-model-SmartBlockType) | | | +| relations | [Relation](#anytype-model-Relation) | repeated | DEPRECATED, use relationLinks instead | +| relationLinks | [RelationLink](#anytype-model-RelationLink) | repeated | | +| restrictions | [Restrictions](#anytype-model-Restrictions) | | object restrictions | +| history | [ObjectView.HistorySize](#anytype-model-ObjectView-HistorySize) | | | - + ### ObjectView.DetailsSet @@ -21463,7 +21223,7 @@ Dashboard opened, click on a page, Rpc.Block.open, Block.ShowFullscreen(PageBloc | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | id | [string](#string) | | context objectId | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | can not be a partial state. Should replace client details state | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | can not be a partial state. Should replace client details state | | subIds | [string](#string) | repeated | | @@ -21471,7 +21231,7 @@ Dashboard opened, click on a page, Rpc.Block.open, Block.ShowFullscreen(PageBloc - + ### ObjectView.HistorySize @@ -21487,7 +21247,7 @@ Dashboard opened, click on a page, Rpc.Block.open, Block.ShowFullscreen(PageBloc - + ### ObjectView.RelationWithValuePerObject @@ -21496,14 +21256,14 @@ Dashboard opened, click on a page, Rpc.Block.open, Block.ShowFullscreen(PageBloc | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | objectId | [string](#string) | | | -| relations | [RelationWithValue](#anytype.model.RelationWithValue) | repeated | | +| relations | [RelationWithValue](#anytype-model-RelationWithValue) | repeated | | - + ### Range General purpose structure, uses in Mark. @@ -21519,7 +21279,7 @@ General purpose structure, uses in Mark. - + ### Relation Relation describe the human-interpreted relation type. It may be something like "Date of creation, format=date" or "Assignee, format=objectId, objectType=person" @@ -21529,21 +21289,21 @@ Relation describe the human-interpreted relation type. It may be something like | ----- | ---- | ----- | ----------- | | id | [string](#string) | | | | key | [string](#string) | | Key under which the value is stored in the map. Must be unique for the object type. It usually auto-generated bsonid, but also may be something human-readable in case of prebuilt types. | -| format | [RelationFormat](#anytype.model.RelationFormat) | | format of the underlying data | +| format | [RelationFormat](#anytype-model-RelationFormat) | | format of the underlying data | | name | [string](#string) | | name to show (can be localized for bundled types) | -| defaultValue | [google.protobuf.Value](#google.protobuf.Value) | | | -| dataSource | [Relation.DataSource](#anytype.model.Relation.DataSource) | | where the data is stored | +| defaultValue | [google.protobuf.Value](#google-protobuf-Value) | | | +| dataSource | [Relation.DataSource](#anytype-model-Relation-DataSource) | | where the data is stored | | hidden | [bool](#bool) | | internal, not displayed to user (e.g. coverX, coverY) | | readOnly | [bool](#bool) | | value not editable by user tobe renamed to readonlyValue | | readOnlyRelation | [bool](#bool) | | relation metadata, eg name and format is not editable by user | | multi | [bool](#bool) | | allow multiple values (stored in pb list) | | objectTypes | [string](#string) | repeated | URL of object type, empty to allow link to any object | -| selectDict | [Relation.Option](#anytype.model.Relation.Option) | repeated | index 10, 11 was used in internal-only builds. Can be reused, but may break some test accounts +| selectDict | [Relation.Option](#anytype-model-Relation-Option) | repeated | index 10, 11 was used in internal-only builds. Can be reused, but may break some test accounts default dictionary with unique values to choose for select/multiSelect format | | maxCount | [int32](#int32) | | max number of values can be set for this relation. 0 means no limit. 1 means the value can be stored in non-repeated field | | description | [string](#string) | | | -| scope | [Relation.Scope](#anytype.model.Relation.Scope) | | on-store fields, injected only locally +| scope | [Relation.Scope](#anytype-model-Relation-Scope) | | on-store fields, injected only locally scope from which this relation have been aggregated | | creator | [string](#string) | | creator profile id | @@ -21553,7 +21313,7 @@ scope from which this relation have been aggregated | - + ### Relation.Option @@ -21573,7 +21333,7 @@ stored | - + ### RelationLink @@ -21582,14 +21342,14 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | key | [string](#string) | | | -| format | [RelationFormat](#anytype.model.RelationFormat) | | | +| format | [RelationFormat](#anytype-model-RelationFormat) | | | - + ### RelationOptions @@ -21597,14 +21357,14 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| options | [Relation.Option](#anytype.model.Relation.Option) | repeated | | +| options | [Relation.Option](#anytype-model-Relation-Option) | repeated | | - + ### RelationWithValue @@ -21612,15 +21372,15 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| relation | [Relation](#anytype.model.Relation) | | | -| value | [google.protobuf.Value](#google.protobuf.Value) | | | +| relation | [Relation](#anytype-model-Relation) | | | +| value | [google.protobuf.Value](#google-protobuf-Value) | | | - + ### Relations @@ -21628,14 +21388,14 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| relations | [Relation](#anytype.model.Relation) | repeated | | +| relations | [Relation](#anytype-model-Relation) | repeated | | - + ### Restrictions @@ -21643,15 +21403,15 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| object | [Restrictions.ObjectRestriction](#anytype.model.Restrictions.ObjectRestriction) | repeated | | -| dataview | [Restrictions.DataviewRestrictions](#anytype.model.Restrictions.DataviewRestrictions) | repeated | | +| object | [Restrictions.ObjectRestriction](#anytype-model-Restrictions-ObjectRestriction) | repeated | | +| dataview | [Restrictions.DataviewRestrictions](#anytype-model-Restrictions-DataviewRestrictions) | repeated | | - + ### Restrictions.DataviewRestrictions @@ -21660,14 +21420,14 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | | blockId | [string](#string) | | | -| restrictions | [Restrictions.DataviewRestriction](#anytype.model.Restrictions.DataviewRestriction) | repeated | | +| restrictions | [Restrictions.DataviewRestriction](#anytype-model-Restrictions-DataviewRestriction) | repeated | | - + ### SmartBlockSnapshotBase @@ -21675,21 +21435,21 @@ stored | | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| blocks | [Block](#anytype.model.Block) | repeated | | -| details | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| fileKeys | [google.protobuf.Struct](#google.protobuf.Struct) | | | -| extraRelations | [Relation](#anytype.model.Relation) | repeated | deprecated | +| blocks | [Block](#anytype-model-Block) | repeated | | +| details | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| fileKeys | [google.protobuf.Struct](#google-protobuf-Struct) | | | +| extraRelations | [Relation](#anytype-model-Relation) | repeated | deprecated | | objectTypes | [string](#string) | repeated | | -| collections | [google.protobuf.Struct](#google.protobuf.Struct) | | | +| collections | [google.protobuf.Struct](#google-protobuf-Struct) | | | | removedCollectionKeys | [string](#string) | repeated | | -| relationLinks | [RelationLink](#anytype.model.RelationLink) | repeated | | +| relationLinks | [RelationLink](#anytype-model-RelationLink) | repeated | | - + ### ThreadCreateQueueEntry @@ -21705,7 +21465,7 @@ stored | - + ### ThreadDeeplinkPayload @@ -21723,7 +21483,7 @@ stored | - + ### Account.StatusType @@ -21737,7 +21497,7 @@ stored | - + ### Block.Align @@ -21750,7 +21510,7 @@ stored | - + ### Block.Content.Bookmark.State @@ -21764,7 +21524,7 @@ stored | - + ### Block.Content.Dataview.Filter.Condition @@ -21792,7 +21552,7 @@ stored | - + ### Block.Content.Dataview.Filter.Operator @@ -21804,7 +21564,7 @@ stored | - + ### Block.Content.Dataview.Filter.QuickOption @@ -21826,7 +21586,7 @@ stored | - + ### Block.Content.Dataview.Relation.DateFormat @@ -21841,7 +21601,7 @@ stored | - + ### Block.Content.Dataview.Relation.TimeFormat @@ -21853,7 +21613,7 @@ stored | - + ### Block.Content.Dataview.Sort.Type @@ -21866,7 +21626,7 @@ stored | - + ### Block.Content.Dataview.View.Size @@ -21879,7 +21639,7 @@ stored | - + ### Block.Content.Dataview.View.Type @@ -21893,7 +21653,7 @@ stored | - + ### Block.Content.Div.Style @@ -21905,7 +21665,7 @@ stored | - + ### Block.Content.File.State @@ -21919,7 +21679,7 @@ stored | - + ### Block.Content.File.Style @@ -21932,7 +21692,7 @@ stored | - + ### Block.Content.File.Type @@ -21948,7 +21708,7 @@ stored | - + ### Block.Content.Layout.Style @@ -21964,7 +21724,7 @@ stored | - + ### Block.Content.Link.CardStyle @@ -21977,7 +21737,7 @@ stored | - + ### Block.Content.Link.Description @@ -21990,7 +21750,7 @@ stored | - + ### Block.Content.Link.IconSize @@ -22003,7 +21763,7 @@ stored | - + ### Block.Content.Link.Style @@ -22017,7 +21777,7 @@ stored | - + ### Block.Content.Text.Mark.Type @@ -22038,7 +21798,7 @@ stored | - + ### Block.Content.Text.Style @@ -22062,7 +21822,7 @@ stored | - + ### Block.Content.Widget.Layout @@ -22076,7 +21836,7 @@ stored | - + ### Block.Position @@ -22094,7 +21854,7 @@ stored | - + ### Block.VerticalAlign @@ -22107,7 +21867,7 @@ stored | - + ### InternalFlag.Value Use such a weird construction due to the issue with imported repeated enum type @@ -22122,7 +21882,7 @@ Look https://github.com/golang/protobuf/issues/1135 for more information. - + ### LinkPreview.Type @@ -22136,7 +21896,7 @@ Look https://github.com/golang/protobuf/issues/1135 for more information. - + ### ObjectType.Layout @@ -22162,7 +21922,7 @@ Look https://github.com/golang/protobuf/issues/1135 for more information. - + ### Relation.DataSource @@ -22176,7 +21936,7 @@ Look https://github.com/golang/protobuf/issues/1135 for more information. - + ### Relation.Scope @@ -22191,7 +21951,7 @@ Look https://github.com/golang/protobuf/issues/1135 for more information. - + ### RelationFormat RelationFormat describes how the underlying data is stored in the google.protobuf.Value and how it should be validated/sanitized @@ -22215,7 +21975,7 @@ RelationFormat describes how the underlying data is stored in the google.protobu - + ### Restrictions.DataviewRestriction @@ -22229,7 +21989,7 @@ RelationFormat describes how the underlying data is stored in the google.protobu - + ### Restrictions.ObjectRestriction @@ -22248,7 +22008,7 @@ RelationFormat describes how the underlying data is stored in the google.protobu - + ### SmartBlockType diff --git a/go.mod b/go.mod index 38166db70..4de26de6b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/anytypeio/go-anytype-middleware +module github.com/anyproto/anytype-heart go 1.19 @@ -7,8 +7,8 @@ require ( github.com/PuerkitoBio/goquery v1.8.1 github.com/VividCortex/ewma v1.2.0 github.com/adrium/goheif v0.0.0-20230113233934-ca402e77a786 - github.com/anytypeio/any-sync v0.0.49 - github.com/anytypeio/go-naturaldate/v2 v2.0.1 + github.com/anyproto/any-sync v0.1.1 + github.com/anyproto/go-naturaldate/v2 v2.0.2-0.20230524105841-9829cfd13438 github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de github.com/blevesearch/bleve/v2 v2.3.6 github.com/chai2010/webp v1.1.1 @@ -40,6 +40,7 @@ require ( github.com/hbagdi/go-unsplash v0.0.0-20230414214043-474fc02c9119 github.com/huandu/skiplist v1.2.0 github.com/improbable-eng/grpc-web v0.14.1 + github.com/ipfs/go-block-format v0.1.2 github.com/ipfs/go-cid v0.4.1 github.com/ipfs/go-datastore v0.6.0 github.com/ipfs/go-ds-badger v0.3.1-0.20211203181443-9205b3779632 @@ -108,9 +109,9 @@ require ( github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect github.com/andybalholm/cascadia v1.3.1 // indirect - github.com/anytypeio/go-chash v0.1.0 // indirect - github.com/anytypeio/go-slip10 v0.0.0-20200330112030-a352ca8495e4 // indirect - github.com/anytypeio/go-slip21 v0.0.0-20200218204727-e2e51e20ab51 // indirect + github.com/anyproto/go-chash v0.1.0 // indirect + github.com/anyproto/go-slip10 v1.0.0 // indirect + github.com/anyproto/go-slip21 v1.0.0 // indirect github.com/aokoli/goutils v1.0.1 // indirect github.com/benbjohnson/clock v1.3.5 // indirect github.com/beorn7/perks v1.0.1 // indirect @@ -167,7 +168,6 @@ require ( github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect github.com/huandu/xstrings v1.0.0 // indirect - github.com/huin/goupnp v1.2.0 // indirect github.com/imdario/mergo v0.3.4 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/ipfs/bbloom v0.0.4 // indirect @@ -175,12 +175,11 @@ require ( github.com/ipfs/go-blockservice v0.5.1 // indirect github.com/ipfs/go-ipfs-chunker v0.0.5 // indirect github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect - github.com/ipfs/go-ipfs-files v0.3.0 // indirect + github.com/ipfs/go-ipfs-files v0.2.0 // indirect github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect github.com/ipfs/go-ipfs-util v0.0.2 // indirect github.com/ipfs/go-ipld-cbor v0.0.6 // indirect github.com/ipfs/go-ipld-legacy v0.1.1 // indirect - github.com/ipfs/go-libipfs v0.7.0 // indirect github.com/ipfs/go-log/v2 v2.5.1 // indirect github.com/ipfs/go-metrics-interface v0.0.1 // indirect github.com/ipfs/go-verifcid v0.0.2 // indirect @@ -209,7 +208,7 @@ require ( github.com/onsi/ginkgo/v2 v2.9.5 // indirect github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/polydawn/refmt v0.89.0 // indirect + github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect github.com/prometheus/client_model v0.4.0 // indirect github.com/prometheus/common v0.44.0 // indirect @@ -218,7 +217,6 @@ require ( github.com/quic-go/qtls-go1-19 v0.3.2 // indirect github.com/quic-go/qtls-go1-20 v0.2.2 // indirect github.com/quic-go/quic-go v0.34.0 // indirect - github.com/quic-go/webtransport-go v0.5.3 // indirect github.com/rs/cors v1.7.0 // indirect github.com/shoenig/go-m1cpu v0.1.4 // indirect github.com/sirupsen/logrus v1.8.1 // indirect @@ -229,22 +227,22 @@ require ( github.com/tklauser/numcpus v0.6.0 // indirect github.com/tyler-smith/go-bip39 v1.1.0 // indirect github.com/uber/jaeger-lib v2.4.1+incompatible // indirect - github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa // indirect + github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2 // indirect github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect github.com/yusufpapurcu/wmi v1.2.2 // indirect github.com/zeebo/blake3 v0.2.3 // indirect github.com/zeebo/errs v1.3.0 // indirect go.etcd.io/bbolt v1.3.5 // indirect go.opencensus.io v0.24.0 // indirect - go.opentelemetry.io/otel v1.11.2 // indirect - go.opentelemetry.io/otel/trace v1.11.2 // indirect + go.opentelemetry.io/otel v1.7.0 // indirect + go.opentelemetry.io/otel/trace v1.7.0 // indirect go.uber.org/atomic v1.11.0 // indirect golang.org/x/crypto v0.9.0 // indirect golang.org/x/mod v0.10.0 // indirect golang.org/x/sync v0.2.0 // indirect golang.org/x/sys v0.8.0 // indirect golang.org/x/tools v0.9.1 // indirect - golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect + golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect google.golang.org/protobuf v1.30.0 // indirect @@ -261,9 +259,9 @@ replace github.com/textileio/go-ds-badger3 => github.com/anyproto/go-ds-badger3 replace github.com/dgraph-io/ristretto => github.com/dgraph-io/ristretto v0.1.1-0.20220403145359-8e850b710d6d -replace github.com/JohannesKaufmann/html-to-markdown => github.com/anyproto/html-to-markdown v0.0.0-20230314114314-79ca02e55cc2 +replace github.com/JohannesKaufmann/html-to-markdown => github.com/anyproto/html-to-markdown v0.0.0-20200617145221-2afd2a14bae1 -replace github.com/textileio/go-threads => github.com/anyproto/go-threads v1.1.6-0.20230524104647-379f25cdec2c +replace github.com/textileio/go-threads => github.com/anyproto/go-threads v1.1.6-0.20221213174125-89c8cdb03fe8 replace github.com/hsanjuan/ipfs-lite => github.com/anyproto/ipfs-lite v1.4.3-0.20221213154513-adb3ebf9381c @@ -279,4 +277,4 @@ replace github.com/araddon/dateparse => github.com/mehanizm/dateparse v0.0.0-202 replace github.com/multiformats/go-multiaddr => github.com/anyproto/go-multiaddr v0.8.1-0.20221213144344-0b6b93adaec4 -replace github.com/gogo/protobuf => github.com/anyproto/protobuf v1.3.3-0.20220812130913-4790a673c288 +replace github.com/gogo/protobuf => github.com/anyproto/protobuf v1.3.3-0.20230114170705-8e2cb769640b diff --git a/go.sum b/go.sum index 27d91d6e0..e24a2b588 100644 --- a/go.sum +++ b/go.sum @@ -16,6 +16,7 @@ github.com/Masterminds/sprig v2.15.0+incompatible h1:0gSxPGWS9PAr7U2NsQ2YQg6juRD github.com/Masterminds/sprig v2.15.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc= github.com/PuerkitoBio/goquery v1.8.1 h1:uQxhNlArOIdbrH1tr0UXwdVFgDcZDrZVdcpygAcwmWM= github.com/PuerkitoBio/goquery v1.8.1/go.mod h1:Q8ICL1kNUJ2sXGoAhPGUdYDJvgQgHzJsnnd3H7Ho5jQ= github.com/RoaringBitmap/roaring v0.9.4 h1:ckvZSX5gwCRaJYBNe7syNawCU5oruY9gQmjXlp4riwo= @@ -38,10 +39,15 @@ github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 h1:s6gZFSlWYmbqAu github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 h1:iW0a5ljuFxkLGPNem5Ui+KBjFJzKg4Fv2fnxe4dvzpM= github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5/go.mod h1:Y2QMoi1vgtOIfc+6DhrMOGkLoGzqSV2rKp4Sm+opsyA= +github.com/andybalholm/cascadia v1.1.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y= github.com/andybalholm/cascadia v1.2.0/go.mod h1:YCyR8vOZT9aZ1CHEd8ap0gMVm2aFgxBp0T0eFw1RUQY= github.com/andybalholm/cascadia v1.3.1 h1:nhxRkql1kdYCc8Snf7D5/D3spOX+dBgjA6u8x004T2c= github.com/andybalholm/cascadia v1.3.1/go.mod h1:R4bJ1UQfqADjvDa4P6HZHLh/3OxWWEqc0Sk8XGwHqvA= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/anyproto/any-sync v0.1.1 h1:fZ6SfiSf4tX3Ab+76cZAxAm/3uY60lnndyBgeqenT8w= +github.com/anyproto/any-sync v0.1.1/go.mod h1:N56AZy/MmqabgNPWc4+Ta6Tbkk0Ob7sYLfNpzK4Hv7M= +github.com/anyproto/go-chash v0.1.0 h1:I9meTPjXFRfXZHRJzjOHC/XF7Q5vzysKkiT/grsogXY= +github.com/anyproto/go-chash v0.1.0/go.mod h1:0UjNQi3PDazP0fINpFYu6VKhuna+W/V+1vpXHAfNgLY= github.com/anyproto/go-ds-badger3 v0.3.1-0.20230524095230-434cf6346d9b h1:SMizb43hfILk2bpMgpTd30n6yQQdxW0ZbDti0wqfsBw= github.com/anyproto/go-ds-badger3 v0.3.1-0.20230524095230-434cf6346d9b/go.mod h1:zQ0epD1XNskMHiW7XTtHN7UJFP9JQBkYtqAs1ee5CuA= github.com/anyproto/go-gelf v0.0.0-20210418191311-774bd5b016e7 h1:SyEu5uxZ5nKHEJ6TPKQqjM+T00SYi0MW1VaLzqZtZ9E= @@ -50,24 +56,20 @@ github.com/anyproto/go-log/v2 v2.1.2-0.20220721095711-bcf09ff293b2 h1:X8xiwPlNiS github.com/anyproto/go-log/v2 v2.1.2-0.20220721095711-bcf09ff293b2/go.mod h1:TMD+iYDL/QBjspKUN0Ypxpr2IMAz3uGUAsbCeClDQ+4= github.com/anyproto/go-multiaddr v0.8.1-0.20221213144344-0b6b93adaec4 h1:ZUvfKh0DCmmY1wjMtBPS3ggvCvQA0+spKFsAuSSeCsU= github.com/anyproto/go-multiaddr v0.8.1-0.20221213144344-0b6b93adaec4/go.mod h1:Fs50eBDWvZu+l3/9S6xAE7ZYj6yhxlvaVZjakWN7xRs= -github.com/anyproto/go-threads v1.1.6-0.20230524104647-379f25cdec2c h1:kokYq9+igBmDmdzKPdrTHG3cECVGXiw51DnXbyGOGwc= -github.com/anyproto/go-threads v1.1.6-0.20230524104647-379f25cdec2c/go.mod h1:8PooaaHEbsSqNrXVqkqDib2sZLxfJ3fLNJVmUyziPtw= -github.com/anyproto/html-to-markdown v0.0.0-20230314114314-79ca02e55cc2 h1:alXDhcDJtrvQQfsk6QjAEbnVZy2ZWX0RWfWUDBpAZrE= -github.com/anyproto/html-to-markdown v0.0.0-20230314114314-79ca02e55cc2/go.mod h1:BzWBqKEgKeVFX4EHEF98koY2ZnAfUM6ahWmXSWAAq9o= -github.com/anyproto/protobuf v1.3.3-0.20220812130913-4790a673c288 h1:PddGZOmPEB2fCCo0krLl1TnjoN8aqh3tYI7L8VR4glA= -github.com/anyproto/protobuf v1.3.3-0.20220812130913-4790a673c288/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= +github.com/anyproto/go-naturaldate/v2 v2.0.2-0.20230524105841-9829cfd13438 h1:flfZXdcXB2iVHrTZDwSMlJ7RCRS/ydiPw63xWr+waSU= +github.com/anyproto/go-naturaldate/v2 v2.0.2-0.20230524105841-9829cfd13438/go.mod h1:cmdcU4pcVTftMlM89z+d8dLBJc02HtY5tI12yQucUxM= +github.com/anyproto/go-slip10 v1.0.0 h1:uAEtSuudR3jJBOfkOXf3bErxVoxbuKwdoJN55M1i6IA= +github.com/anyproto/go-slip10 v1.0.0/go.mod h1:BCmIlM1KB8wX6K4/8pOvxPl9oVKfEvZ5vsmO5rkK6vg= +github.com/anyproto/go-slip21 v1.0.0 h1:CI7lUqTIwmPOEGVAj4jyNLoICvueh++0U2HoAi3m2ZY= +github.com/anyproto/go-slip21 v1.0.0/go.mod h1:gbIJt7HAdr5DuT4f2pFTKCBSUWYsm/fysHBNqgsuxT0= +github.com/anyproto/go-threads v1.1.6-0.20221213174125-89c8cdb03fe8 h1:oi1T4QWt3jZa4jTPT7H4ecxEzDuuBJgfx4wE9LGL2HQ= +github.com/anyproto/go-threads v1.1.6-0.20221213174125-89c8cdb03fe8/go.mod h1:NEauq6UltosfQF8vw2eJfSdGmb6F5trjl0Om/hxn5I8= +github.com/anyproto/html-to-markdown v0.0.0-20200617145221-2afd2a14bae1 h1:EI1wJdobPojb0Zl2rd8pUskkBwij7yAOoHP/7zCP5XA= +github.com/anyproto/html-to-markdown v0.0.0-20200617145221-2afd2a14bae1/go.mod h1:Qnhxlb4mi8T2624UtHX8EgDyYZXWbjQfLGuciFHZ+Go= +github.com/anyproto/protobuf v1.3.3-0.20230114170705-8e2cb769640b h1:aRyhmcoIQ7jFHxFPHEAhihoDA5/7GtvAvvrlUW1K0aY= +github.com/anyproto/protobuf v1.3.3-0.20230114170705-8e2cb769640b/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/anyproto/zeroconf/v2 v2.2.1-0.20230303151330-fa3ab41a4941 h1:sXnKo0P45QWddNR4Gfh9CgbgdQXiKjry+KJjU8evoyw= github.com/anyproto/zeroconf/v2 v2.2.1-0.20230303151330-fa3ab41a4941/go.mod h1:fuJqLnUwZTshS3U/bMRJ3+ow/v9oid1n0DmyYyNO1Xs= -github.com/anytypeio/any-sync v0.0.49 h1:ZOJ85lH4I/m2pMFjqttDb/mtYEhrqYe4+9G5hiiB8XU= -github.com/anytypeio/any-sync v0.0.49/go.mod h1:HsYoAm0HLQkXX+TamMVe3fUbOUpgW9+bQvuQzqms2Jk= -github.com/anytypeio/go-chash v0.1.0 h1:nYCMh13SEai/7cXRUoKfU27uASj7XEF6NhvY6hFMKY8= -github.com/anytypeio/go-chash v0.1.0/go.mod h1:Q7XiggkMrThRFAwYSItzLOT9OPC8a497SLZtgmJtC/I= -github.com/anytypeio/go-naturaldate/v2 v2.0.1 h1:SKNvhAKF8jNHqmEvXnz0mihpZh0nZ4UExcJ7scZSgbA= -github.com/anytypeio/go-naturaldate/v2 v2.0.1/go.mod h1:PmO4sswyLL04RA4BHg44+yu5pIvL/dmnqk09yuuKqTo= -github.com/anytypeio/go-slip10 v0.0.0-20200330112030-a352ca8495e4 h1:jB5Ke7NVoW52i65PtLFBr5Q5k6RskIY8L70pgnBcnWo= -github.com/anytypeio/go-slip10 v0.0.0-20200330112030-a352ca8495e4/go.mod h1:/8GIEJBE5wmdgcE49JPdupnHNUf7bEn6C+aArfWqvw8= -github.com/anytypeio/go-slip21 v0.0.0-20200218204727-e2e51e20ab51 h1:3Y+18zBC8LZgcL3l2dgoTEIzIUzCZa/kN0UV3ZWpbuA= -github.com/anytypeio/go-slip21 v0.0.0-20200218204727-e2e51e20ab51/go.mod h1:SoKy+W8Mf6v7XBV30xFWkIFMs7UnXwsNGrGV12yVkEs= github.com/aokoli/goutils v1.0.1 h1:7fpzNGoJ3VA8qcrm++XEE1QUe0mIwNeLa02Nwq7RDkg= github.com/aokoli/goutils v1.0.1/go.mod h1:SijmP0QR8LtwsmDs8Yii5Z/S4trXFGFC2oO5g9DP+DQ= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= @@ -260,6 +262,7 @@ github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9 github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ= github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= @@ -283,7 +286,6 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEe github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b h1:khEcpUM4yFcxg4/FHQWkvVRmgijNXRfzkIDHh23ggEo= github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= -github.com/go-yaml/yaml v2.1.0+incompatible/go.mod h1:w2MrLa16VYP0jy6N7M5kHaCkaLENm+P+Tv+MfurjSw0= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee h1:s+21KNqlpePfkah2I+gwHF8xmJWRjooY+5248k6m4A0= @@ -356,6 +358,7 @@ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= @@ -438,7 +441,6 @@ github.com/huandu/xstrings v1.0.0 h1:pO2K/gKgKaat5LdpAhxhluX2GPQMaI3W5FUz/I/UnWk github.com/huandu/xstrings v1.0.0/go.mod h1:4qWG/gcEcfX4z/mBDHJ++3ReCw9ibxbsNJbcucJdbSo= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= github.com/huin/goupnp v1.2.0 h1:uOKW26NG1hsSSbXIZ1IR7XP9Gjd1U8pnLaCMgntmkmY= -github.com/huin/goupnp v1.2.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8= github.com/imdario/mergo v0.3.4 h1:mKkfHkZWD8dC7WxKx3N9WCF0Y+dLau45704YQmY6H94= github.com/imdario/mergo v0.3.4/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/improbable-eng/grpc-web v0.14.1 h1:NrN4PY71A6tAz2sKDvC5JCauENWp0ykG8Oq1H3cpFvw= @@ -487,11 +489,11 @@ github.com/ipfs/go-ipfs-ds-help v1.1.0/go.mod h1:YR5+6EaebOhfcqVCyqemItCLthrpVNo github.com/ipfs/go-ipfs-exchange-interface v0.2.1 h1:jMzo2VhLKSHbVe+mHNzYgs95n0+t0Q69GQ5WhRDZV/s= github.com/ipfs/go-ipfs-exchange-interface v0.2.1/go.mod h1:MUsYn6rKbG6CTtsDp+lKJPmVt3ZrCViNyH3rfPGsZ2E= github.com/ipfs/go-ipfs-exchange-offline v0.3.0 h1:c/Dg8GDPzixGd0MC8Jh6mjOwU57uYokgWRFidfvEkuA= -github.com/ipfs/go-ipfs-files v0.3.0 h1:fallckyc5PYjuMEitPNrjRfpwl7YFt69heCOUhsbGxQ= -github.com/ipfs/go-ipfs-files v0.3.0/go.mod h1:xAUtYMwB+iu/dtf6+muHNSFQCJG2dSiStR2P6sn9tIM= +github.com/ipfs/go-ipfs-files v0.2.0 h1:z6MCYHQSZpDWpUSK59Kf0ajP1fi4gLCf6fIulVsp8A8= +github.com/ipfs/go-ipfs-files v0.2.0/go.mod h1:vT7uaQfIsprKktzbTPLnIsd+NGw9ZbYwSq0g3N74u0M= github.com/ipfs/go-ipfs-posinfo v0.0.1 h1:Esoxj+1JgSjX0+ylc0hUmJCOv6V2vFoZiETLR6OtpRs= github.com/ipfs/go-ipfs-posinfo v0.0.1/go.mod h1:SwyeVP+jCwiDu0C313l/8jg6ZxM0qqtlt2a0vILTc1A= -github.com/ipfs/go-ipfs-pq v0.0.3 h1:YpoHVJB+jzK15mr/xsWC574tyDLkezVrDNeaalQBsTE= +github.com/ipfs/go-ipfs-pq v0.0.2 h1:e1vOOW6MuOwG2lqxcLA+wEn93i/9laCY8sXAw76jFOY= github.com/ipfs/go-ipfs-routing v0.3.0 h1:9W/W3N+g+y4ZDeffSgqhgo7BsBSJwPMcyssET9OWevc= github.com/ipfs/go-ipfs-util v0.0.1/go.mod h1:spsl5z8KUnrve+73pOhSVZND1SIxPW5RyBCNzQxlJBc= github.com/ipfs/go-ipfs-util v0.0.2 h1:59Sswnk1MFaiq+VcaknX7aYEyGyGDAA73ilhEK2POp8= @@ -504,8 +506,6 @@ github.com/ipfs/go-ipld-format v0.4.0 h1:yqJSaJftjmjc9jEOFYlpkwOLVKv68OD27jFLlSg github.com/ipfs/go-ipld-format v0.4.0/go.mod h1:co/SdBE8h99968X0hViiw1MNlh6fvxxnHpvVLnH7jSM= github.com/ipfs/go-ipld-legacy v0.1.1 h1:BvD8PEuqwBHLTKqlGFTHSwrwFOMkVESEvwIYwR2cdcc= github.com/ipfs/go-ipld-legacy v0.1.1/go.mod h1:8AyKFCjgRPsQFf15ZQgDB8Din4DML/fOmKZkkFkrIEg= -github.com/ipfs/go-libipfs v0.7.0 h1:Mi54WJTODaOL2/ZSm5loi3SwI3jI2OuFWUrQIkJ5cpM= -github.com/ipfs/go-libipfs v0.7.0/go.mod h1:KsIf/03CqhICzyRGyGo68tooiBE2iFbI/rXW7FhAYr0= github.com/ipfs/go-log v0.0.1/go.mod h1:kL1d2/hzSpI0thNYjiKfjanbVNU+IIGA/WnNESY9leM= github.com/ipfs/go-log v1.0.3/go.mod h1:OsLySYkwIbiSUR/yBTdv1qPtcE4FW3WPWk/ewz9Ru+A= github.com/ipfs/go-log v1.0.5 h1:2dOuUCB1Z7uoczMWgAyDck5JLb72zHzrMnGnCNNbvY8= @@ -516,7 +516,7 @@ github.com/ipfs/go-metrics-interface v0.0.1 h1:j+cpbjYvu4R8zbleSs36gvB7jR+wsL2fG github.com/ipfs/go-metrics-interface v0.0.1/go.mod h1:6s6euYU4zowdslK0GKHmqaIZ3j/b/tL7HTWtJ4VPgWY= github.com/ipfs/go-path v0.3.1 h1:wkeaCWE/NTuuPGlEkLTsED5UkzfKYZpxaFFPgk8ZVLE= github.com/ipfs/go-path v0.3.1/go.mod h1:eNLsxJEEMxn/CDzUJ6wuNl+6No6tEUhOZcPKsZsYX0E= -github.com/ipfs/go-peertaskqueue v0.8.1 h1:YhxAs1+wxb5jk7RvS0LHdyiILpNmRIRnZVztekOF0pg= +github.com/ipfs/go-peertaskqueue v0.8.0 h1:JyNO144tfu9bx6Hpo119zvbEL9iQ760FHOiJYsUjqaU= github.com/ipfs/go-unixfs v0.4.5 h1:wj8JhxvV1G6CD7swACwSKYa+NgtdWC1RUit+gFnymDU= github.com/ipfs/go-unixfs v0.4.5/go.mod h1:BIznJNvt/gEx/ooRMI4Us9K8+qeGO7vx1ohnbk8gjFg= github.com/ipfs/go-verifcid v0.0.2 h1:XPnUv0XmdH+ZIhLGKg6U2vaPaRDXb9urMyNVCE7uvTs= @@ -762,8 +762,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/polydawn/refmt v0.0.0-20190221155625-df39d6c2d992/go.mod h1:uIp+gprXxxrWSjjklXD+mN4wed/tMfjMMmN/9+JsA9o= github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1/go.mod h1:uIp+gprXxxrWSjjklXD+mN4wed/tMfjMMmN/9+JsA9o= -github.com/polydawn/refmt v0.89.0 h1:ADJTApkvkeBZsN0tBTx8QjpD9JkmxbKp0cxfr9qszm4= -github.com/polydawn/refmt v0.89.0/go.mod h1:/zvteZs/GwLtCgZ4BL6CBsk9IKIlexP43ObX9AxTqTw= +github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e h1:ZOcivgkkFRnjfoTcGsDq3UQYiBmekwLA+qg0OjyB/ls= +github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e/go.mod h1:uIp+gprXxxrWSjjklXD+mN4wed/tMfjMMmN/9+JsA9o= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw= github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE= @@ -814,7 +814,6 @@ github.com/quic-go/qtls-go1-20 v0.2.2/go.mod h1:JKtK6mjbAVcUTN/9jZpvLbGxvdWIKS8u github.com/quic-go/quic-go v0.34.0 h1:OvOJ9LFjTySgwOTYUZmNoq0FzVicP8YujpV0kB7m2lU= github.com/quic-go/quic-go v0.34.0/go.mod h1:+4CVgVppm0FNjpG3UcX8Joi/frKOH7/ciD5yGcwOO1g= github.com/quic-go/webtransport-go v0.5.3 h1:5XMlzemqB4qmOlgIus5zB45AcZ2kCgCy2EptUrfOPWU= -github.com/quic-go/webtransport-go v0.5.3/go.mod h1:OhmmgJIzTTqXK5xvtuX0oBpLV2GkLWNDA+UeTGJXErU= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= @@ -836,12 +835,8 @@ github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71e github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM= github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4/go.mod h1:C1a7PQSMz9NShzorzCiG2fk9+xuCgLkPeCvMHYR2OWg= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/sebdah/goldie/v2 v2.5.3 h1:9ES/mNN+HNUbNWpVAlrzuZ7jE+Nrczbj8uFRjM7624Y= -github.com/sebdah/goldie/v2 v2.5.3/go.mod h1:oZ9fp0+se1eapSRjfYbsV/0Hqhbuu3bJVvKI/NNtssI= -github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= +github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= -github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= -github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/shirou/gopsutil/v3 v3.23.3 h1:Syt5vVZXUDXPEXpIBt5ziWsJ4LdSAAxF4l/xZeQgSEE= github.com/shirou/gopsutil/v3 v3.23.3/go.mod h1:lSBNN6t3+D6W5e5nXTxc8KIMMVxAcS+6IJlffjRRlMU= github.com/shoenig/go-m1cpu v0.1.4 h1:SZPIgRM2sEF9NJy50mRHu9PKGwxyyTTJIWvCtgVbozs= @@ -856,13 +851,11 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs= -github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo= github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa/go.mod h1:2RVY1rIf+2J2o/IM9+vPq9RzmHDSseB7FoXiSNIUsoU= +github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg= -github.com/smartystreets/goconvey v1.7.2/go.mod h1:Vw0tHAZW6lzCRk3xgdin6fKYcG+G3Pg9vgXWeJpQFMM= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= @@ -927,15 +920,13 @@ github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/urfave/cli v1.22.10/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/warpfork/go-testmark v0.11.0 h1:J6LnV8KpceDvo7spaNU4+DauH2n1x+6RaO2rJrmpQ9U= github.com/warpfork/go-wish v0.0.0-20180510122957-5ad1f5abf436/go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw= +github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a h1:G++j5e0OC488te356JvdhaM8YS6nMsjLAYF7JxCv07w= github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a/go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw= -github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0 h1:GDDkbFiaK8jsSDJfjId/PEGEShv6ugrt4kYsC5UIDaQ= -github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0/go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw= github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158/go.mod h1:Xj/M2wWU+QdTdRbu/L/1dIZY8/Wb2K9pAhtroQuxJJI= -github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa h1:EyA027ZAkuaCLoxVX4r1TZMPy1d31fM6hbfQ4OU4I5o= -github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa/go.mod h1:fgkXqYy7bV2cFeIEOkVTZS/WjXARfBqSH6Q2qHL33hQ= +github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2 h1:bsUlNhdmbtlfdLVXAVfuvKQ01RnWAM09TVrJkI7NZs4= +github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2/go.mod h1:fgkXqYy7bV2cFeIEOkVTZS/WjXARfBqSH6Q2qHL33hQ= github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f h1:jQa4QT2UP9WYv2nzyawpKMOCl+Z/jW7djv2/J50lj9E= github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f/go.mod h1:p9UJB6dDgdPgMJZs7UjUOdulKyRr9fqkS+6JKAInPy8= github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc/go.mod h1:bopw91TMyo8J3tvftk8xmU2kPmlrt4nScJQZU2hE5EM= @@ -968,10 +959,10 @@ go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0= go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo= -go.opentelemetry.io/otel v1.11.2 h1:YBZcQlsVekzFsFbjygXMOXSs6pialIZxcjfO/mBDmR0= -go.opentelemetry.io/otel v1.11.2/go.mod h1:7p4EUV+AqgdlNV9gL97IgUZiVR3yrFXYo53f9BM3tRI= -go.opentelemetry.io/otel/trace v1.11.2 h1:Xf7hWSF2Glv0DE3MH7fBHvtpSBsjcBUe5MYAmZM/+y0= -go.opentelemetry.io/otel/trace v1.11.2/go.mod h1:4N+yC7QEz7TTsG9BSRLNAa63eg5E06ObSbKPmxQ/pKA= +go.opentelemetry.io/otel v1.7.0 h1:Z2lA3Tdch0iDcrhJXDIlC94XE+bxok1F9B+4Lz/lGsM= +go.opentelemetry.io/otel v1.7.0/go.mod h1:5BdUoMIz5WEs0vt0CUEMtSSaTSHBBVwrhnz7+nrD5xk= +go.opentelemetry.io/otel/trace v1.7.0 h1:O37Iogk1lEkMRXewVtZ1BBTVn5JEp8GrJvP92bJqC6o= +go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= @@ -1063,6 +1054,7 @@ golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200320220750-118fecf932d8/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200421231249-e086a090c8fd/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= @@ -1083,7 +1075,6 @@ golang.org/x/net v0.0.0-20210916014120-12bc252f5db8/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -1163,7 +1154,6 @@ golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXR golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= @@ -1206,8 +1196,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk= -golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= +golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0= +golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= @@ -1275,7 +1265,6 @@ gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qS gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= -gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 h1:VpOs+IwYnYBaFnrNAeB8UUWtL3vEUnzSCL1nVjPhqrw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= diff --git a/metrics/client.go b/metrics/client.go index a60e78228..b09bda8f0 100644 --- a/metrics/client.go +++ b/metrics/client.go @@ -7,8 +7,8 @@ import ( "github.com/cheggaaa/mb" - "github.com/anytypeio/go-anytype-middleware/metrics/amplitude" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/metrics/amplitude" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var ( diff --git a/metrics/metrics.go b/metrics/metrics.go index 3887b97b9..f88d0f8bb 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -12,8 +12,8 @@ import ( "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/textileio/go-threads/metrics" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config/loadenv" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/anytype/config/loadenv" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var log = logging.Logger("anytype-logger") diff --git a/net/addrs/common.go b/net/addrs/common.go index 1e5d0f8e7..3ff31f389 100644 --- a/net/addrs/common.go +++ b/net/addrs/common.go @@ -7,7 +7,7 @@ import ( "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/util/slice" ) type Interface struct { diff --git a/net/addrs/interface.go b/net/addrs/interface.go index 723f45628..8afdbc7cb 100644 --- a/net/addrs/interface.go +++ b/net/addrs/interface.go @@ -6,7 +6,7 @@ package addrs import ( "net" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/util/slice" ) func SetInterfaceAddrsGetter(getter InterfaceAddrsGetter) {} diff --git a/package.json b/package.json index f3994cfe6..86e0698d4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "protobuf TS bindings for Anytype middleware library", "scripts": { - "build:ts": "pbjs -t static-module -w commonjs -o build/ts/commands-native.js ./pb/protos/*.proto ./pb/protos/service/*.proto /service/*.proto ./vendor/github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model/protos/*.proto && ./node_modules/.bin/pbts -o build/ts/commands.d.ts build/ts/commands.js ./vendor/github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model/protos/*.proto", + "build:ts": "pbjs -t static-module -w commonjs -o build/ts/commands-native.js ./pb/protos/*.proto ./pb/protos/service/*.proto /service/*.proto ./vendor/github.com/anyproto/anytype-heart/pkg/lib/pb/model/protos/*.proto && ./node_modules/.bin/pbts -o build/ts/commands.d.ts build/ts/commands.js ./vendor/github.com/anyproto/anytype-heart/pkg/lib/pb/model/protos/*.proto", "build:protos": "webpack -o ./build/web/commands-web.js ./build/web/pb/protos/service/service_grpc_web_pb.js" }, "dependencies": { diff --git a/pb/changes.pb.go b/pb/changes.pb.go index df7d8e0e7..e7cf39b87 100644 --- a/pb/changes.pb.go +++ b/pb/changes.pb.go @@ -5,7 +5,7 @@ package pb import ( fmt "fmt" - model "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + model "github.com/anyproto/anytype-heart/pkg/lib/pb/model" proto "github.com/gogo/protobuf/proto" types "github.com/gogo/protobuf/types" io "io" diff --git a/pb/commands.pb.go b/pb/commands.pb.go index 487166956..a3bfa4572 100644 --- a/pb/commands.pb.go +++ b/pb/commands.pb.go @@ -5,7 +5,7 @@ package pb import ( fmt "fmt" - model "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + model "github.com/anyproto/anytype-heart/pkg/lib/pb/model" proto "github.com/gogo/protobuf/proto" descriptor "github.com/gogo/protobuf/protoc-gen-gogo/descriptor" types "github.com/gogo/protobuf/types" @@ -19416,6 +19416,7 @@ var xxx_messageInfo_RpcObjectImport proto.InternalMessageInfo type RpcObjectImportRequest struct { // Types that are valid to be assigned to Params: + // // *RpcObjectImportRequestParamsOfNotionParams // *RpcObjectImportRequestParamsOfBookmarksParams // *RpcObjectImportRequestParamsOfMarkdownParams @@ -30772,6 +30773,7 @@ type RpcBlockListUpdateRequest struct { ContextId string `protobuf:"bytes,1,opt,name=contextId,proto3" json:"contextId,omitempty"` BlockIds []string `protobuf:"bytes,2,rep,name=blockIds,proto3" json:"blockIds,omitempty"` // Types that are valid to be assigned to Field: + // // *RpcBlockListUpdateRequestFieldOfText // *RpcBlockListUpdateRequestFieldOfBackgroundColor // *RpcBlockListUpdateRequestFieldOfAlign @@ -30923,6 +30925,7 @@ func (*RpcBlockListUpdateRequest) XXX_OneofWrappers() []interface{} { type RpcBlockListUpdateRequestText struct { // Types that are valid to be assigned to Field: + // // *RpcBlockListUpdateRequestTextFieldOfStyle // *RpcBlockListUpdateRequestTextFieldOfColor // *RpcBlockListUpdateRequestTextFieldOfMark diff --git a/pb/events.pb.go b/pb/events.pb.go index d2fd71224..62120864d 100644 --- a/pb/events.pb.go +++ b/pb/events.pb.go @@ -5,7 +5,7 @@ package pb import ( fmt "fmt" - model "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + model "github.com/anyproto/anytype-heart/pkg/lib/pb/model" proto "github.com/gogo/protobuf/proto" types "github.com/gogo/protobuf/types" io "io" diff --git a/pb/service/service.pb.go b/pb/service/service.pb.go index a0245950b..f594e2c7f 100644 --- a/pb/service/service.pb.go +++ b/pb/service/service.pb.go @@ -6,7 +6,7 @@ package service import ( context "context" fmt "fmt" - pb "github.com/anytypeio/go-anytype-middleware/pb" + pb "github.com/anyproto/anytype-heart/pb" proto "github.com/gogo/protobuf/proto" grpc "google.golang.org/grpc" math "math" diff --git a/pb/snapshot.pb.go b/pb/snapshot.pb.go index c1f603f43..68eb46309 100644 --- a/pb/snapshot.pb.go +++ b/pb/snapshot.pb.go @@ -5,7 +5,7 @@ package pb import ( fmt "fmt" - model "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + model "github.com/anyproto/anytype-heart/pkg/lib/pb/model" proto "github.com/gogo/protobuf/proto" io "io" math "math" diff --git a/pkg/lib/bundle/generator/main.go b/pkg/lib/bundle/generator/main.go index 59b4c86f2..e0f3a6bab 100644 --- a/pkg/lib/bundle/generator/main.go +++ b/pkg/lib/bundle/generator/main.go @@ -12,16 +12,16 @@ import ( "github.com/samber/lo" "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/util/strutil" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/util/strutil" . "github.com/dave/jennifer/jen" ) const ( - relPbPkg = "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - addrPkg = "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" + relPbPkg = "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + addrPkg = "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" pkgPrefix = "pkg/lib/bundle/" jsonExt = ".json" diff --git a/pkg/lib/bundle/init.go b/pkg/lib/bundle/init.go index 6332faef9..a17a30bb7 100644 --- a/pkg/lib/bundle/init.go +++ b/pkg/lib/bundle/init.go @@ -6,10 +6,10 @@ import ( types2 "github.com/gogo/protobuf/types" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func makeSystemRelationsMap() map[RelationKey]struct{} { diff --git a/pkg/lib/bundle/layout.gen.go b/pkg/lib/bundle/layout.gen.go index cc667e6af..e1b1850d6 100644 --- a/pkg/lib/bundle/layout.gen.go +++ b/pkg/lib/bundle/layout.gen.go @@ -4,7 +4,7 @@ source: pkg/lib/bundle/layouts.json */ package bundle -import "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" +import "github.com/anyproto/anytype-heart/pkg/lib/pb/model" const LayoutChecksum = "b68551da17a246d49e1ec23433d7879a5cdeacad7ca3dba0a7eccda3e13ef4eb" diff --git a/pkg/lib/bundle/relation.gen.go b/pkg/lib/bundle/relation.gen.go index 891458143..415e11f43 100644 --- a/pkg/lib/bundle/relation.gen.go +++ b/pkg/lib/bundle/relation.gen.go @@ -5,8 +5,8 @@ source: pkg/lib/bundle/relations.json package bundle import ( - addr "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + addr "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const RelationChecksum = "d70a343f0d99ab1216c0b0383197054635ed30184092de714cedc0ef258dd9f8" diff --git a/pkg/lib/bundle/types.gen.go b/pkg/lib/bundle/types.gen.go index 422907217..b24cb99fe 100644 --- a/pkg/lib/bundle/types.gen.go +++ b/pkg/lib/bundle/types.gen.go @@ -5,8 +5,8 @@ source: pkg/lib/bundle/types.json package bundle import ( - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const TypeChecksum = "95f4f96dbb1537fa332ee00bb4d46061ccd3e3f2e1c1b50693e4f539e2a7406b" diff --git a/pkg/lib/core/core.go b/pkg/lib/core/core.go index c2daa6776..69fa1b35d 100644 --- a/pkg/lib/core/core.go +++ b/pkg/lib/core/core.go @@ -6,21 +6,21 @@ import ( "strings" "sync" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonfile/fileservice" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" - "github.com/anytypeio/any-sync/commonspace/object/treemanager" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/treemanager" "github.com/libp2p/go-libp2p/core/peer" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/metrics" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/threads" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/metrics" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/threads" ) var log = logging.Logger("anytype-core") @@ -31,7 +31,7 @@ const ( CName = "anytype" ) -//go:generate mockgen -package mock_core -destination ./mock_core/service_mock.go github.com/anytypeio/go-anytype-middleware/pkg/lib/core Service +//go:generate mockgen -package mock_core -destination ./mock_core/service_mock.go github.com/anyproto/anytype-heart/pkg/lib/core Service type Service interface { Stop() error IsStarted() bool diff --git a/pkg/lib/core/smartblock/smartblock.go b/pkg/lib/core/smartblock/smartblock.go index a46269f90..58a9a8d98 100644 --- a/pkg/lib/core/smartblock/smartblock.go +++ b/pkg/lib/core/smartblock/smartblock.go @@ -7,7 +7,7 @@ import ( "github.com/textileio/go-threads/core/thread" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) type SmartBlockType uint64 diff --git a/pkg/lib/core/tmp_dir.go b/pkg/lib/core/tmp_dir.go index ae58730b4..20b0cae52 100644 --- a/pkg/lib/core/tmp_dir.go +++ b/pkg/lib/core/tmp_dir.go @@ -5,7 +5,7 @@ import ( "path/filepath" "sync" - "github.com/anytypeio/go-anytype-middleware/core/wallet" + "github.com/anyproto/anytype-heart/core/wallet" ) const tmpDir = "tmp" diff --git a/pkg/lib/core/wallet.go b/pkg/lib/core/wallet.go index c7ff3693a..ea96aa725 100644 --- a/pkg/lib/core/wallet.go +++ b/pkg/lib/core/wallet.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "github.com/anytypeio/any-sync/util/crypto" + "github.com/anyproto/any-sync/util/crypto" ) var ErrRepoExists = fmt.Errorf("repo not empty, reinitializing would overwrite your account") diff --git a/pkg/lib/crypto/symmetric/cfb/cfb.go b/pkg/lib/crypto/symmetric/cfb/cfb.go index 5b6785cbd..038a8fb8f 100644 --- a/pkg/lib/crypto/symmetric/cfb/cfb.go +++ b/pkg/lib/crypto/symmetric/cfb/cfb.go @@ -7,7 +7,7 @@ import ( "io" "io/ioutil" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric" ) type Sizable interface { diff --git a/pkg/lib/crypto/symmetric/cfb/cfb_test.go b/pkg/lib/crypto/symmetric/cfb/cfb_test.go index 62c2b5ae5..57b2a0f1f 100644 --- a/pkg/lib/crypto/symmetric/cfb/cfb_test.go +++ b/pkg/lib/crypto/symmetric/cfb/cfb_test.go @@ -8,7 +8,7 @@ import ( "io/ioutil" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric" "github.com/stretchr/testify/require" ) diff --git a/pkg/lib/crypto/symmetric/gcm/gcm.go b/pkg/lib/crypto/symmetric/gcm/gcm.go index e7a702106..f41792a5d 100644 --- a/pkg/lib/crypto/symmetric/gcm/gcm.go +++ b/pkg/lib/crypto/symmetric/gcm/gcm.go @@ -9,7 +9,7 @@ import ( "io" "io/ioutil" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric" ) const ( diff --git a/pkg/lib/crypto/symmetric/gcm/gcm_test.go b/pkg/lib/crypto/symmetric/gcm/gcm_test.go index 3a2df362c..3f4434f03 100644 --- a/pkg/lib/crypto/symmetric/gcm/gcm_test.go +++ b/pkg/lib/crypto/symmetric/gcm/gcm_test.go @@ -7,7 +7,7 @@ import ( "io/ioutil" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric" "github.com/stretchr/testify/require" ) diff --git a/pkg/lib/database/database.go b/pkg/lib/database/database.go index 5e4378aec..22ddbc64f 100644 --- a/pkg/lib/database/database.go +++ b/pkg/lib/database/database.go @@ -9,13 +9,13 @@ import ( "github.com/gogo/protobuf/types" "github.com/ipfs/go-datastore/query" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/schema" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/schema" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var log = logging.Logger("anytype-database") diff --git a/pkg/lib/database/filter/filter.go b/pkg/lib/database/filter/filter.go index 38b5b9642..f785a4732 100644 --- a/pkg/lib/database/filter/filter.go +++ b/pkg/lib/database/filter/filter.go @@ -7,9 +7,9 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var ( diff --git a/pkg/lib/database/filter/filter_test.go b/pkg/lib/database/filter/filter_test.go index 5d389738a..1090d2aa7 100644 --- a/pkg/lib/database/filter/filter_test.go +++ b/pkg/lib/database/filter/filter_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type testGetter map[string]*types.Value diff --git a/pkg/lib/database/filter/order.go b/pkg/lib/database/filter/order.go index 934476a86..d25f5d79f 100644 --- a/pkg/lib/database/filter/order.go +++ b/pkg/lib/database/filter/order.go @@ -5,11 +5,11 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - time_util "github.com/anytypeio/go-anytype-middleware/util/time" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + time_util "github.com/anyproto/anytype-heart/util/time" ) var log = logging.Logger("anytype-order") diff --git a/pkg/lib/database/filter/order_test.go b/pkg/lib/database/filter/order_test.go index 419333823..ed2b0e47f 100644 --- a/pkg/lib/database/filter/order_test.go +++ b/pkg/lib/database/filter/order_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/stretchr/testify/assert" ) diff --git a/pkg/lib/database/filter/quickoptions.go b/pkg/lib/database/filter/quickoptions.go index 331440acc..80dd7fdf3 100644 --- a/pkg/lib/database/filter/quickoptions.go +++ b/pkg/lib/database/filter/quickoptions.go @@ -3,9 +3,9 @@ package filter import ( "time" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - timeutil "github.com/anytypeio/go-anytype-middleware/util/time" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + timeutil "github.com/anyproto/anytype-heart/util/time" ) func TransformQuickOption(protoFilters []*model.BlockContentDataviewFilter, loc *time.Location) []*model.BlockContentDataviewFilter { diff --git a/pkg/lib/datastore/clientds/clientds.go b/pkg/lib/datastore/clientds/clientds.go index 368e061e1..55c6e854b 100644 --- a/pkg/lib/datastore/clientds/clientds.go +++ b/pkg/lib/datastore/clientds/clientds.go @@ -6,15 +6,15 @@ import ( "os" "path/filepath" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/dgraph-io/badger/v3" "github.com/hashicorp/go-multierror" ds "github.com/ipfs/go-datastore" dsbadgerv3 "github.com/textileio/go-ds-badger3" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) const ( diff --git a/pkg/lib/datastore/datastore.go b/pkg/lib/datastore/datastore.go index fdf3981bf..9f5475f3d 100644 --- a/pkg/lib/datastore/datastore.go +++ b/pkg/lib/datastore/datastore.go @@ -3,7 +3,7 @@ package datastore import ( "context" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/dgraph-io/badger/v3" ds "github.com/ipfs/go-datastore" ) diff --git a/pkg/lib/datastore/noctxds/ds.go b/pkg/lib/datastore/noctxds/ds.go index 4ff945872..0f05d08a2 100644 --- a/pkg/lib/datastore/noctxds/ds.go +++ b/pkg/lib/datastore/noctxds/ds.go @@ -2,7 +2,7 @@ package noctxds import ( "context" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" ds "github.com/ipfs/go-datastore" "github.com/ipfs/go-datastore/query" "io" diff --git a/pkg/lib/gateway/gateway.go b/pkg/lib/gateway/gateway.go index 900fadc3e..f236bcd78 100644 --- a/pkg/lib/gateway/gateway.go +++ b/pkg/lib/gateway/gateway.go @@ -12,12 +12,12 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/files" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/util/netutil" + "github.com/anyproto/anytype-heart/core/files" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/util/netutil" ) const CName = "gateway" diff --git a/pkg/lib/ipfs/helpers/helpers.go b/pkg/lib/ipfs/helpers/helpers.go index e1d1050e7..48724c785 100644 --- a/pkg/lib/ipfs/helpers/helpers.go +++ b/pkg/lib/ipfs/helpers/helpers.go @@ -7,7 +7,7 @@ import ( gopath "path" "time" - "github.com/anytypeio/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/commonfile/fileservice" "github.com/ipfs/go-cid" "github.com/libp2p/go-libp2p/core/host" "github.com/libp2p/go-libp2p/core/network" @@ -15,8 +15,8 @@ import ( "github.com/libp2p/go-libp2p/p2p/net/swarm" ma "github.com/multiformats/go-multiaddr" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/ipfs/helpers/resolver" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/ipfs/helpers/resolver" ipld "github.com/ipfs/go-ipld-format" ipfspath "github.com/ipfs/go-path" @@ -24,9 +24,9 @@ import ( "github.com/ipfs/interface-go-ipfs-core/path" mh "github.com/multiformats/go-multihash" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/crypto/symmetric" + "github.com/anyproto/anytype-heart/pkg/lib/crypto/symmetric" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var log = logging.Logger("anytype-ipfs") diff --git a/pkg/lib/ipfs/ipfs.go b/pkg/lib/ipfs/ipfs.go index 6fe58b65f..40d9828c3 100644 --- a/pkg/lib/ipfs/ipfs.go +++ b/pkg/lib/ipfs/ipfs.go @@ -2,8 +2,8 @@ package ipfs import ( "context" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/anytype-heart/pkg/lib/logging" cid "github.com/ipfs/go-cid" blockstore "github.com/ipfs/go-ipfs-blockstore" ipld "github.com/ipfs/go-ipld-format" diff --git a/pkg/lib/localstore/addr/addr.go b/pkg/lib/localstore/addr/addr.go index 664f1cc92..055794d25 100644 --- a/pkg/lib/localstore/addr/addr.go +++ b/pkg/lib/localstore/addr/addr.go @@ -5,7 +5,7 @@ import ( "strings" "time" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const ( diff --git a/pkg/lib/localstore/filestore/files.go b/pkg/lib/localstore/filestore/files.go index c37a343ae..03a67eb00 100644 --- a/pkg/lib/localstore/filestore/files.go +++ b/pkg/lib/localstore/filestore/files.go @@ -6,17 +6,17 @@ import ( "fmt" "sync" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/proto" dsCtx "github.com/ipfs/go-datastore" "github.com/samber/lo" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - ds "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/noctxds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + ds "github.com/anyproto/anytype-heart/pkg/lib/datastore/noctxds" + "github.com/anyproto/anytype-heart/pkg/lib/localstore" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/util/slice" ) var ( diff --git a/pkg/lib/localstore/ftsearch/ftsearch.go b/pkg/lib/localstore/ftsearch/ftsearch.go index 262f8a356..d80e1f2f0 100644 --- a/pkg/lib/localstore/ftsearch/ftsearch.go +++ b/pkg/lib/localstore/ftsearch/ftsearch.go @@ -13,12 +13,12 @@ import ( "github.com/blevesearch/bleve/v2/search/query" "github.com/samber/lo" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch/analyzers" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch/analyzers" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) const ( diff --git a/pkg/lib/localstore/ftsearch/ftsearch_test.go b/pkg/lib/localstore/ftsearch/ftsearch_test.go index 332cf339b..3481dcbea 100644 --- a/pkg/lib/localstore/ftsearch/ftsearch_test.go +++ b/pkg/lib/localstore/ftsearch/ftsearch_test.go @@ -9,8 +9,8 @@ import ( "github.com/blevesearch/bleve/v2" "github.com/golang/mock/gomock" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/wallet" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/wallet" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/pkg/lib/localstore/objectstore/objects.go b/pkg/lib/localstore/objectstore/objects.go index 136a5bd9b..a84065c27 100644 --- a/pkg/lib/localstore/objectstore/objects.go +++ b/pkg/lib/localstore/objectstore/objects.go @@ -10,30 +10,30 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/coordinator/coordinatorproto" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/coordinator/coordinatorproto" "github.com/dgraph-io/badger/v3" "github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/types" ds "github.com/ipfs/go-datastore" "github.com/ipfs/go-datastore/query" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/metrics" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/noctxds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/schema" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/metrics" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/noctxds" + "github.com/anyproto/anytype-heart/pkg/lib/localstore" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/schema" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) var log = logging.Logger("anytype-localstore") diff --git a/pkg/lib/localstore/objectstore/objects_test.go b/pkg/lib/localstore/objectstore/objects_test.go index 65befeb40..1ff2fcc7e 100644 --- a/pkg/lib/localstore/objectstore/objects_test.go +++ b/pkg/lib/localstore/objectstore/objects_test.go @@ -17,19 +17,19 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/clientds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/ftsearch" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/schema" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/database" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/clientds" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/ftsearch" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/schema" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/slice" ) func TestDsObjectStore_UpdateLocalDetails(t *testing.T) { diff --git a/pkg/lib/localstore/stores.go b/pkg/lib/localstore/stores.go index f921a2a90..fd0e0bcfd 100644 --- a/pkg/lib/localstore/stores.go +++ b/pkg/lib/localstore/stores.go @@ -5,9 +5,9 @@ import ( "fmt" "strings" - ds "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/noctxds" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/util/slice" + ds "github.com/anyproto/anytype-heart/pkg/lib/datastore/noctxds" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/util/slice" "github.com/dgtony/collections/polymorph" "github.com/dgtony/collections/slices" diff --git a/pkg/lib/localstore/stores_test.go b/pkg/lib/localstore/stores_test.go index ad3fc1e59..9a60f8d6c 100644 --- a/pkg/lib/localstore/stores_test.go +++ b/pkg/lib/localstore/stores_test.go @@ -2,7 +2,7 @@ package localstore import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore/noctxds" + "github.com/anyproto/anytype-heart/pkg/lib/datastore/noctxds" "io/ioutil" "os" "path/filepath" diff --git a/pkg/lib/logging/gelf.go b/pkg/lib/logging/gelf.go index af4878747..18129ddae 100644 --- a/pkg/lib/logging/gelf.go +++ b/pkg/lib/logging/gelf.go @@ -7,7 +7,7 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app/logger" + "github.com/anyproto/any-sync/app/logger" "github.com/cheggaaa/mb" "go.uber.org/zap" "gopkg.in/Graylog2/go-gelf.v2/gelf" diff --git a/pkg/lib/logging/logging.go b/pkg/lib/logging/logging.go index 44deeeadc..116b23880 100644 --- a/pkg/lib/logging/logging.go +++ b/pkg/lib/logging/logging.go @@ -5,10 +5,10 @@ import ( "os" "strings" - "github.com/anytypeio/any-sync/app/logger" + "github.com/anyproto/any-sync/app/logger" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/util/vcs" + "github.com/anyproto/anytype-heart/util/vcs" ) var defaultCfg = logger.Config{ diff --git a/pkg/lib/mill/image_exif.go b/pkg/lib/mill/image_exif.go index e887472f0..453393c3c 100644 --- a/pkg/lib/mill/image_exif.go +++ b/pkg/lib/mill/image_exif.go @@ -10,7 +10,7 @@ import ( "github.com/rwcarlsen/goexif/exif" - "github.com/anytypeio/go-anytype-middleware/util/jsonutil" + "github.com/anyproto/anytype-heart/util/jsonutil" ) type ImageExifSchema struct { diff --git a/pkg/lib/mill/image_exif_test.go b/pkg/lib/mill/image_exif_test.go index 41e85deee..94e0764f6 100644 --- a/pkg/lib/mill/image_exif_test.go +++ b/pkg/lib/mill/image_exif_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill/testdata" + "github.com/anyproto/anytype-heart/pkg/lib/mill/testdata" ) func TestImageExif_Mill(t *testing.T) { diff --git a/pkg/lib/mill/image_resize.go b/pkg/lib/mill/image_resize.go index 17e02f122..1cccddb7e 100644 --- a/pkg/lib/mill/image_resize.go +++ b/pkg/lib/mill/image_resize.go @@ -17,7 +17,7 @@ import ( "github.com/dsoprea/go-exif/v3" jpegstructure "github.com/dsoprea/go-jpeg-image-structure/v2" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill/ico" + "github.com/anyproto/anytype-heart/pkg/lib/mill/ico" // Import for image.DecodeConfig to support .webp format _ "golang.org/x/image/webp" diff --git a/pkg/lib/mill/image_resize_test.go b/pkg/lib/mill/image_resize_test.go index c56faeaae..1bf4f6e3c 100644 --- a/pkg/lib/mill/image_resize_test.go +++ b/pkg/lib/mill/image_resize_test.go @@ -15,7 +15,7 @@ import ( "github.com/rwcarlsen/goexif/exif" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill/testdata" + "github.com/anyproto/anytype-heart/pkg/lib/mill/testdata" ) var errFailedToFindExifMarker = fmt.Errorf("exif: failed to find exif intro marker") diff --git a/pkg/lib/mill/mill.go b/pkg/lib/mill/mill.go index bd6b7f509..749bf2437 100644 --- a/pkg/lib/mill/mill.go +++ b/pkg/lib/mill/mill.go @@ -8,7 +8,7 @@ import ( "github.com/mr-tron/base58/base58" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/logging" ) var log = logging.Logger("tex-mill") diff --git a/pkg/lib/mill/schema/anytype/mill.go b/pkg/lib/mill/schema/anytype/mill.go index 7817e91b1..b13e1852b 100644 --- a/pkg/lib/mill/schema/anytype/mill.go +++ b/pkg/lib/mill/schema/anytype/mill.go @@ -6,9 +6,9 @@ import ( "github.com/gogo/protobuf/jsonpb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/mill" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/mill" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" ) var log = logging.Logger("anytype-core-mill") diff --git a/pkg/lib/mill/schema/schema.go b/pkg/lib/mill/schema/schema.go index 23b5b2110..e89e7090a 100644 --- a/pkg/lib/mill/schema/schema.go +++ b/pkg/lib/mill/schema/schema.go @@ -5,7 +5,7 @@ import ( ipld "github.com/ipfs/go-ipld-format" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/storage" + "github.com/anyproto/anytype-heart/pkg/lib/pb/storage" ) // ErrEmptySchema indicates a schema is empty diff --git a/pkg/lib/schema/schema.go b/pkg/lib/schema/schema.go index d60a209cc..d86fc986f 100644 --- a/pkg/lib/schema/schema.go +++ b/pkg/lib/schema/schema.go @@ -2,10 +2,10 @@ package schema import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/database/filter" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/database/filter" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "strings" ) diff --git a/pkg/lib/threads/derived.go b/pkg/lib/threads/derived.go index eca5e35c8..fd22c9a24 100644 --- a/pkg/lib/threads/derived.go +++ b/pkg/lib/threads/derived.go @@ -3,7 +3,7 @@ package threads import ( "fmt" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" ) type threadDerivedIndex uint32 diff --git a/space/clientserver/clientserver.go b/space/clientserver/clientserver.go index cce87ddf3..9f0791097 100644 --- a/space/clientserver/clientserver.go +++ b/space/clientserver/clientserver.go @@ -10,16 +10,16 @@ import ( "strings" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/net" - "github.com/anytypeio/any-sync/net/rpc/server" - "github.com/anytypeio/any-sync/net/secureservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/net" + "github.com/anyproto/any-sync/net/rpc/server" + "github.com/anyproto/any-sync/net/secureservice" "github.com/dgraph-io/badger/v3" "github.com/libp2p/go-libp2p/core/sec" "storj.io/drpc" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" ) const CName = server.CName diff --git a/space/credentialprovider/credentialprovider.go b/space/credentialprovider/credentialprovider.go index 0391fdbce..5610728f0 100644 --- a/space/credentialprovider/credentialprovider.go +++ b/space/credentialprovider/credentialprovider.go @@ -3,13 +3,13 @@ package credentialprovider import ( "context" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/credentialprovider" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/coordinator/coordinatorclient" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/credentialprovider" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/coordinator/coordinatorclient" "github.com/gogo/protobuf/proto" - "github.com/anytypeio/go-anytype-middleware/core/wallet" + "github.com/anyproto/anytype-heart/core/wallet" ) func New() app.Component { diff --git a/space/debug/clientdebugrpc/clientdebugrpc.go b/space/debug/clientdebugrpc/clientdebugrpc.go index 6fe30d8c5..80e30c06f 100644 --- a/space/debug/clientdebugrpc/clientdebugrpc.go +++ b/space/debug/clientdebugrpc/clientdebugrpc.go @@ -3,19 +3,19 @@ package clientdebugrpc import ( "context" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/commonfile/fileservice" - "github.com/anytypeio/any-sync/commonspace/spacestorage" - "github.com/anytypeio/any-sync/net/rpc/server" - "github.com/anytypeio/any-sync/net/secureservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/commonspace/spacestorage" + "github.com/anyproto/any-sync/net/rpc/server" + "github.com/anyproto/any-sync/net/secureservice" "storj.io/drpc" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/debug/clientdebugrpc/clientdebugrpcproto" - "github.com/anytypeio/go-anytype-middleware/space/storage" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/debug/clientdebugrpc/clientdebugrpcproto" + "github.com/anyproto/anytype-heart/space/storage" ) const CName = "common.debug.clientdebugrpc" diff --git a/space/debug/clientdebugrpc/rpchandler.go b/space/debug/clientdebugrpc/rpchandler.go index b0bf517db..a23be51cd 100644 --- a/space/debug/clientdebugrpc/rpchandler.go +++ b/space/debug/clientdebugrpc/rpchandler.go @@ -5,17 +5,17 @@ import ( "io" "os" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/commonfile/fileservice" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/commonfile/fileservice" + "github.com/anyproto/any-sync/commonspace/syncstatus" "github.com/ipfs/go-cid" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/block" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/debug/clientdebugrpc/clientdebugrpcproto" - "github.com/anytypeio/go-anytype-middleware/space/storage" + "github.com/anyproto/anytype-heart/core/block" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/debug/clientdebugrpc/clientdebugrpcproto" + "github.com/anyproto/anytype-heart/space/storage" ) type rpcHandler struct { diff --git a/space/localdiscovery/common.go b/space/localdiscovery/common.go index a3cab8dc6..3b28ed99b 100644 --- a/space/localdiscovery/common.go +++ b/space/localdiscovery/common.go @@ -5,8 +5,8 @@ import ( "strconv" "strings" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" ) const ( diff --git a/space/localdiscovery/localdiscovery.go b/space/localdiscovery/localdiscovery.go index fd35ffac3..24eda93c7 100644 --- a/space/localdiscovery/localdiscovery.go +++ b/space/localdiscovery/localdiscovery.go @@ -11,14 +11,14 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/util/periodicsync" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/util/periodicsync" "github.com/libp2p/zeroconf/v2" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/net/addrs" - "github.com/anytypeio/go-anytype-middleware/space/clientserver" + "github.com/anyproto/anytype-heart/net/addrs" + "github.com/anyproto/anytype-heart/space/clientserver" ) var interfacesSortPriority = []string{"en", "wlan", "wl", "eth", "lo"} diff --git a/space/localdiscovery/localdiscovery_android.go b/space/localdiscovery/localdiscovery_android.go index f1402aebe..73ce38781 100644 --- a/space/localdiscovery/localdiscovery_android.go +++ b/space/localdiscovery/localdiscovery_android.go @@ -6,12 +6,12 @@ import ( "strings" "sync" - "github.com/anytypeio/any-sync/accountservice" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/accountservice" + "github.com/anyproto/any-sync/app" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/net/addrs" - "github.com/anytypeio/go-anytype-middleware/space/clientserver" + "github.com/anyproto/anytype-heart/net/addrs" + "github.com/anyproto/anytype-heart/space/clientserver" ) var notifierProvider NotifierProvider diff --git a/space/peermanager/manager.go b/space/peermanager/manager.go index 83b1d4511..c4447debb 100644 --- a/space/peermanager/manager.go +++ b/space/peermanager/manager.go @@ -3,11 +3,11 @@ package peermanager import ( "context" "fmt" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/net/peer" - "github.com/anytypeio/any-sync/net/streampool" - "github.com/anytypeio/go-anytype-middleware/space/peerstore" + "github.com/anyproto/anytype-heart/space/peerstore" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/net/peer" + "github.com/anyproto/any-sync/net/streampool" "go.uber.org/zap" "golang.org/x/exp/slices" "storj.io/drpc" diff --git a/space/peermanager/provider.go b/space/peermanager/provider.go index 3d2235b49..2e2fbd1cd 100644 --- a/space/peermanager/provider.go +++ b/space/peermanager/provider.go @@ -3,14 +3,14 @@ package peermanager import ( "context" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/commonspace/peermanager" - "github.com/anytypeio/any-sync/net/pool" - "github.com/anytypeio/any-sync/net/streampool" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/commonspace/peermanager" + "github.com/anyproto/any-sync/net/pool" + "github.com/anyproto/any-sync/net/streampool" - "github.com/anytypeio/go-anytype-middleware/space" - "github.com/anytypeio/go-anytype-middleware/space/peerstore" + "github.com/anyproto/anytype-heart/space" + "github.com/anyproto/anytype-heart/space/peerstore" ) func New() peermanager.PeerManagerProvider { diff --git a/space/peerstore/peerstore.go b/space/peerstore/peerstore.go index e22234328..4458323af 100644 --- a/space/peerstore/peerstore.go +++ b/space/peerstore/peerstore.go @@ -3,12 +3,12 @@ package peerstore import ( "sync" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/nodeconf" - libslice "github.com/anytypeio/any-sync/util/slice" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/nodeconf" + libslice "github.com/anyproto/any-sync/util/slice" "golang.org/x/exp/slices" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/util/slice" ) const CName = "client.space.peerstore" diff --git a/space/rpchandler.go b/space/rpchandler.go index 2bc6f178e..3d5df95b3 100644 --- a/space/rpchandler.go +++ b/space/rpchandler.go @@ -4,12 +4,12 @@ import ( "context" "fmt" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/net/peer" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/net/peer" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/space/clientspaceproto" + "github.com/anyproto/anytype-heart/space/clientspaceproto" ) type rpcHandler struct { diff --git a/space/service.go b/space/service.go index e2222eeb8..53a431739 100644 --- a/space/service.go +++ b/space/service.go @@ -5,31 +5,31 @@ import ( "errors" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/logger" - "github.com/anytypeio/any-sync/app/ocache" - "github.com/anytypeio/any-sync/commonspace" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/logger" + "github.com/anyproto/any-sync/app/ocache" + "github.com/anyproto/any-sync/commonspace" // nolint: misspell - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/peermanager" - "github.com/anytypeio/any-sync/commonspace/spacestorage" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/commonspace/syncstatus" - "github.com/anytypeio/any-sync/coordinator/coordinatorclient" - "github.com/anytypeio/any-sync/coordinator/coordinatorproto" - "github.com/anytypeio/any-sync/net/dialer" - "github.com/anytypeio/any-sync/net/pool" - "github.com/anytypeio/any-sync/net/rpc/server" - "github.com/anytypeio/any-sync/net/streampool" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/peermanager" + "github.com/anyproto/any-sync/commonspace/spacestorage" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/coordinator/coordinatorclient" + "github.com/anyproto/any-sync/coordinator/coordinatorproto" + "github.com/anyproto/any-sync/net/dialer" + "github.com/anyproto/any-sync/net/pool" + "github.com/anyproto/any-sync/net/rpc/server" + "github.com/anyproto/any-sync/net/streampool" "github.com/gogo/protobuf/proto" "go.uber.org/zap" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/wallet" - "github.com/anytypeio/go-anytype-middleware/space/clientspaceproto" - "github.com/anytypeio/go-anytype-middleware/space/localdiscovery" - "github.com/anytypeio/go-anytype-middleware/space/peerstore" - "github.com/anytypeio/go-anytype-middleware/space/storage" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/wallet" + "github.com/anyproto/anytype-heart/space/clientspaceproto" + "github.com/anyproto/anytype-heart/space/localdiscovery" + "github.com/anyproto/anytype-heart/space/peerstore" + "github.com/anyproto/anytype-heart/space/storage" ) const ( @@ -51,8 +51,8 @@ type PoolManager interface { StreamPeerPool() pool.Pool } -//go:generate mockgen -package mock_space -destination ./mock_space/service_mock.go github.com/anytypeio/go-anytype-middleware/space Service -//go:generate mockgen -package mock_space -destination ./mock_space/commonspace_space_mock.go github.com/anytypeio/any-sync/commonspace Space +//go:generate mockgen -package mock_space -destination ./mock_space/service_mock.go github.com/anyproto/anytype-heart/space Service +//go:generate mockgen -package mock_space -destination ./mock_space/commonspace_space_mock.go github.com/anyproto/any-sync/commonspace Space type Service interface { AccountSpace(ctx context.Context) (commonspace.Space, error) AccountId() string diff --git a/space/space.go b/space/space.go index e266a40d9..5b5e424c5 100644 --- a/space/space.go +++ b/space/space.go @@ -3,7 +3,7 @@ package space import ( "context" - "github.com/anytypeio/any-sync/commonspace" + "github.com/anyproto/any-sync/commonspace" ) func newClientSpace(cc commonspace.Space) (commonspace.Space, error) { diff --git a/space/spacestatus.go b/space/spacestatus.go index f19605545..a4e35b982 100644 --- a/space/spacestatus.go +++ b/space/spacestatus.go @@ -4,7 +4,7 @@ import ( "errors" "time" - "github.com/anytypeio/any-sync/coordinator/coordinatorproto" + "github.com/anyproto/any-sync/coordinator/coordinatorproto" ) type Status int32 diff --git a/space/statusreceiver.go b/space/statusreceiver.go index 34c3ec64f..79ba9d47c 100644 --- a/space/statusreceiver.go +++ b/space/statusreceiver.go @@ -3,7 +3,7 @@ package space import ( "context" - "github.com/anytypeio/any-sync/commonspace/syncstatus" + "github.com/anyproto/any-sync/commonspace/syncstatus" "go.uber.org/zap" ) diff --git a/space/storage/keys.go b/space/storage/keys.go index 6b206a4c6..59b89b22a 100644 --- a/space/storage/keys.go +++ b/space/storage/keys.go @@ -1,7 +1,7 @@ package storage import ( - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" ) type aclKeys struct { diff --git a/space/storage/liststorage.go b/space/storage/liststorage.go index 1b60e934d..b0617fc09 100644 --- a/space/storage/liststorage.go +++ b/space/storage/liststorage.go @@ -4,8 +4,8 @@ import ( "context" "errors" - "github.com/anytypeio/any-sync/commonspace/object/acl/aclrecordproto" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/acl/aclrecordproto" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" "github.com/dgraph-io/badger/v3" ) diff --git a/space/storage/liststorage_test.go b/space/storage/liststorage_test.go index c28c67d74..a8ae8ab77 100644 --- a/space/storage/liststorage_test.go +++ b/space/storage/liststorage_test.go @@ -4,8 +4,8 @@ import ( "context" "testing" - "github.com/anytypeio/any-sync/commonspace/object/acl/aclrecordproto" - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/acl/aclrecordproto" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" "github.com/dgraph-io/badger/v3" "github.com/stretchr/testify/require" ) diff --git a/space/storage/spacestorage.go b/space/storage/spacestorage.go index d791de486..41519cd71 100644 --- a/space/storage/spacestorage.go +++ b/space/storage/spacestorage.go @@ -1,12 +1,12 @@ package storage import ( - "github.com/anytypeio/any-sync/commonspace/object/acl/liststorage" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - storage "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/acl/liststorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + storage "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" // nolint: misspell - "github.com/anytypeio/any-sync/commonspace/spacestorage" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/commonspace/spacestorage" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" "github.com/dgraph-io/badger/v3" ) diff --git a/space/storage/spacestorage_test.go b/space/storage/spacestorage_test.go index b32c5b496..ac069ccce 100644 --- a/space/storage/spacestorage_test.go +++ b/space/storage/spacestorage_test.go @@ -5,10 +5,10 @@ import ( "strconv" "testing" - "github.com/anytypeio/any-sync/commonspace/object/acl/aclrecordproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - spacestorage "github.com/anytypeio/any-sync/commonspace/spacestorage" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/commonspace/object/acl/aclrecordproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + spacestorage "github.com/anyproto/any-sync/commonspace/spacestorage" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" "github.com/stretchr/testify/require" ) diff --git a/space/storage/storageservice.go b/space/storage/storageservice.go index 634898dc3..da6bbc3db 100644 --- a/space/storage/storageservice.go +++ b/space/storage/storageservice.go @@ -3,11 +3,11 @@ package storage import ( "context" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/spacestorage" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/spacestorage" "github.com/dgraph-io/badger/v3" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/datastore" + "github.com/anyproto/anytype-heart/pkg/lib/datastore" ) type storageService struct { diff --git a/space/storage/treestorage.go b/space/storage/treestorage.go index 21375a12d..7d7a654e4 100644 --- a/space/storage/treestorage.go +++ b/space/storage/treestorage.go @@ -3,8 +3,8 @@ package storage import ( "context" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/dgraph-io/badger/v3" ) diff --git a/space/storage/treestorage_test.go b/space/storage/treestorage_test.go index 4e7a37f06..f974ceca5 100644 --- a/space/storage/treestorage_test.go +++ b/space/storage/treestorage_test.go @@ -5,8 +5,8 @@ import ( "os" "testing" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" - "github.com/anytypeio/any-sync/commonspace/object/tree/treestorage" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/commonspace/object/tree/treestorage" "github.com/dgraph-io/badger/v3" "github.com/stretchr/testify/require" ) diff --git a/space/streamhandler.go b/space/streamhandler.go index bf8369df1..0203b3977 100644 --- a/space/streamhandler.go +++ b/space/streamhandler.go @@ -5,9 +5,9 @@ import ( "sync/atomic" "time" - "github.com/anytypeio/any-sync/commonspace" - "github.com/anytypeio/any-sync/commonspace/spacesyncproto" - "github.com/anytypeio/any-sync/net/peer" + "github.com/anyproto/any-sync/commonspace" + "github.com/anyproto/any-sync/commonspace/spacesyncproto" + "github.com/anyproto/any-sync/net/peer" "golang.org/x/net/context" "storj.io/drpc" ) diff --git a/space/typeprovider/typeprovider.go b/space/typeprovider/typeprovider.go index 79adad9b4..e0b2fd0fd 100644 --- a/space/typeprovider/typeprovider.go +++ b/space/typeprovider/typeprovider.go @@ -6,18 +6,18 @@ import ( "strings" "sync" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto" "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/proto" "github.com/ipfs/go-cid" "github.com/multiformats/go-multihash" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space" ) const CName = "space.typeprovider" @@ -28,7 +28,7 @@ var ( ErrUnknownChangeType = errors.New("error unknown change type") ) -//go:generate mockgen -package mock_typeprovider -destination ./mock_typeprovider/provider_mock.go github.com/anytypeio/go-anytype-middleware/space/typeprovider SmartBlockTypeProvider +//go:generate mockgen -package mock_typeprovider -destination ./mock_typeprovider/provider_mock.go github.com/anyproto/anytype-heart/space/typeprovider SmartBlockTypeProvider type SmartBlockTypeProvider interface { app.Component Type(id string) (smartblock.SmartBlockType, error) diff --git a/tests/basic_test.go b/tests/basic_test.go index 4c2b5b13b..c565384e3 100644 --- a/tests/basic_test.go +++ b/tests/basic_test.go @@ -5,12 +5,12 @@ package tests import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" - . "github.com/anytypeio/go-anytype-middleware/tests/blockbuilder" + . "github.com/anyproto/anytype-heart/tests/blockbuilder" ) func (s *testSuite) TestBasic() { diff --git a/tests/blockbuilder/builder.go b/tests/blockbuilder/builder.go index f546e07e4..1dea7bed0 100644 --- a/tests/blockbuilder/builder.go +++ b/tests/blockbuilder/builder.go @@ -8,8 +8,8 @@ import ( "github.com/samber/lo" "github.com/stretchr/testify/assert" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) // BuildAST builds tree structure from flat list of blocks diff --git a/tests/blockbuilder/constructors.go b/tests/blockbuilder/constructors.go index 63340e1ed..a8b2e1223 100644 --- a/tests/blockbuilder/constructors.go +++ b/tests/blockbuilder/constructors.go @@ -7,8 +7,8 @@ import ( "github.com/globalsign/mgo/bson" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) type Block struct { diff --git a/tests/events_test.go b/tests/events_test.go index 60dc57d9d..f8e871dd9 100644 --- a/tests/events_test.go +++ b/tests/events_test.go @@ -11,8 +11,8 @@ import ( "testing" "time" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pb/service" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pb/service" ) type eventReceiver struct { diff --git a/tests/migration_test.go b/tests/migration_test.go index 1c3c445c2..857ae9b7f 100644 --- a/tests/migration_test.go +++ b/tests/migration_test.go @@ -12,11 +12,11 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/tests/blockbuilder" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/tests/blockbuilder" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const ( diff --git a/tests/testing_test.go b/tests/testing_test.go index 5166a648c..0bb52e725 100644 --- a/tests/testing_test.go +++ b/tests/testing_test.go @@ -14,9 +14,9 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pb/service" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pb/service" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const rootPath = "/var/anytype" diff --git a/util/anonymize/anonymize.go b/util/anonymize/anonymize.go index 8969e6deb..bdf0145ef 100644 --- a/util/anonymize/anonymize.go +++ b/util/anonymize/anonymize.go @@ -2,14 +2,14 @@ package anonymize import ( "bytes" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/util/text" "math/rand" "unicode" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" "github.com/gogo/protobuf/types" ) diff --git a/util/anonymize/anonymize_test.go b/util/anonymize/anonymize_test.go index b29cf4951..e8cd55a84 100644 --- a/util/anonymize/anonymize_test.go +++ b/util/anonymize/anonymize_test.go @@ -1,10 +1,10 @@ package anonymize import ( - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" + "github.com/anyproto/anytype-heart/util/text" "github.com/gogo/protobuf/types" "github.com/stretchr/testify/assert" "testing" diff --git a/util/builtinobjects/builtinobjects.go b/util/builtinobjects/builtinobjects.go index 2623c6513..23c0b7a30 100644 --- a/util/builtinobjects/builtinobjects.go +++ b/util/builtinobjects/builtinobjects.go @@ -11,34 +11,34 @@ import ( "strings" "time" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/gogo/protobuf/types" "github.com/textileio/go-threads/core/thread" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block" - sb "github.com/anytypeio/go-anytype-middleware/core/block/editor/smartblock" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/history" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/bookmark" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/dataview" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/link" - relationblock "github.com/anytypeio/go-anytype-middleware/core/block/simple/relation" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/text" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/core/relation" - "github.com/anytypeio/go-anytype-middleware/core/relation/relationutils" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - coresb "github.com/anytypeio/go-anytype-middleware/pkg/lib/core/smartblock" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/space/typeprovider" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block" + sb "github.com/anyproto/anytype-heart/core/block/editor/smartblock" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/history" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/bookmark" + "github.com/anyproto/anytype-heart/core/block/simple/dataview" + "github.com/anyproto/anytype-heart/core/block/simple/link" + relationblock "github.com/anyproto/anytype-heart/core/block/simple/relation" + "github.com/anyproto/anytype-heart/core/block/simple/text" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/core/relation" + "github.com/anyproto/anytype-heart/core/relation/relationutils" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + coresb "github.com/anyproto/anytype-heart/pkg/lib/core/smartblock" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/space/typeprovider" + "github.com/anyproto/anytype-heart/util/pbtypes" _ "embed" ) diff --git a/util/builtintemplate/builtintemplate.go b/util/builtintemplate/builtintemplate.go index 64a23edf3..a2890fa07 100644 --- a/util/builtintemplate/builtintemplate.go +++ b/util/builtintemplate/builtintemplate.go @@ -12,18 +12,18 @@ import ( "io" "io/ioutil" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/core/block/simple" - "github.com/anytypeio/go-anytype-middleware/core/block/simple/relation" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/pb" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/anytype/config" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/core/block/simple" + "github.com/anyproto/anytype-heart/core/block/simple/relation" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/pb" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const CName = "builtintemplate" diff --git a/util/builtintemplate/builtintemplate_test.go b/util/builtintemplate/builtintemplate_test.go index 994f9b13e..7ca0d62a4 100644 --- a/util/builtintemplate/builtintemplate_test.go +++ b/util/builtintemplate/builtintemplate_test.go @@ -2,13 +2,13 @@ package builtintemplate import ( "context" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config" + "github.com/anyproto/anytype-heart/core/anytype/config" "github.com/stretchr/testify/assert" "testing" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/block/source" - "github.com/anytypeio/go-anytype-middleware/util/testMock/mockSource" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/block/source" + "github.com/anyproto/anytype-heart/util/testMock/mockSource" "github.com/golang/mock/gomock" ) diff --git a/util/internalflag/flag.go b/util/internalflag/flag.go index 6d0e5e971..01ec0e07d 100644 --- a/util/internalflag/flag.go +++ b/util/internalflag/flag.go @@ -3,10 +3,10 @@ package internalflag import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/core/block/editor/state" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/bundle" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/core/block/editor/state" + "github.com/anyproto/anytype-heart/pkg/lib/bundle" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/pbtypes" ) const relationKey = bundle.RelationKeyInternalFlags diff --git a/util/linkpreview/cache.go b/util/linkpreview/cache.go index 0b3098a55..11ec28612 100644 --- a/util/linkpreview/cache.go +++ b/util/linkpreview/cache.go @@ -4,8 +4,8 @@ import ( "context" "github.com/golang/groupcache/lru" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) const ( diff --git a/util/linkpreview/cache_test.go b/util/linkpreview/cache_test.go index ee440d6fb..c709ba88e 100644 --- a/util/linkpreview/cache_test.go +++ b/util/linkpreview/cache_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/util/linkpreview/linkpreview.go b/util/linkpreview/linkpreview.go index ea82faae6..b5b57a3c4 100644 --- a/util/linkpreview/linkpreview.go +++ b/util/linkpreview/linkpreview.go @@ -3,7 +3,7 @@ package linkpreview import ( "bytes" "context" - "github.com/anytypeio/go-anytype-middleware/util/text" + "github.com/anyproto/anytype-heart/util/text" "github.com/go-shiori/go-readability" "io" "net/http" @@ -11,10 +11,10 @@ import ( "strings" "unicode/utf8" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/util/uri" + "github.com/anyproto/any-sync/app" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/microcosm-cc/bluemonday" "github.com/otiai10/opengraph/v2" ) diff --git a/util/linkpreview/linkpreview_test.go b/util/linkpreview/linkpreview_test.go index 74cb692ef..3c783d440 100644 --- a/util/linkpreview/linkpreview_test.go +++ b/util/linkpreview/linkpreview_test.go @@ -8,7 +8,7 @@ import ( "strings" "testing" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/util/pbtypes/compare.go b/util/pbtypes/compare.go index b445e3681..ae2b75656 100644 --- a/util/pbtypes/compare.go +++ b/util/pbtypes/compare.go @@ -5,8 +5,8 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) func StructEqualIgnore(det1 *types.Struct, det2 *types.Struct, excludeKeys []string) (equal bool) { diff --git a/util/pbtypes/compare_test.go b/util/pbtypes/compare_test.go index 5d1fc2a67..67836b194 100644 --- a/util/pbtypes/compare_test.go +++ b/util/pbtypes/compare_test.go @@ -6,7 +6,7 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) func TestStructDiff(t *testing.T) { diff --git a/util/pbtypes/copy.go b/util/pbtypes/copy.go index 89a47dd81..4c4451348 100644 --- a/util/pbtypes/copy.go +++ b/util/pbtypes/copy.go @@ -5,7 +5,7 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" ) var bytesPool = &sync.Pool{ diff --git a/util/pbtypes/pbtypes.go b/util/pbtypes/pbtypes.go index a985f3ce4..394c1a741 100644 --- a/util/pbtypes/pbtypes.go +++ b/util/pbtypes/pbtypes.go @@ -8,9 +8,9 @@ import ( "github.com/gogo/protobuf/proto" "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/addr" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" - "github.com/anytypeio/go-anytype-middleware/util/slice" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/addr" + "github.com/anyproto/anytype-heart/pkg/lib/pb/model" + "github.com/anyproto/anytype-heart/util/slice" ) func Int64(v int64) *types.Value { diff --git a/util/pbtypes/relationlink.go b/util/pbtypes/relationlink.go index afc23d37c..cc3cc5bc7 100644 --- a/util/pbtypes/relationlink.go +++ b/util/pbtypes/relationlink.go @@ -1,6 +1,6 @@ package pbtypes -import "github.com/anytypeio/go-anytype-middleware/pkg/lib/pb/model" +import "github.com/anyproto/anytype-heart/pkg/lib/pb/model" type RelationLinks []*model.RelationLink diff --git a/util/testMock/anytype.go b/util/testMock/anytype.go index a895f501d..0a58d83ba 100644 --- a/util/testMock/anytype.go +++ b/util/testMock/anytype.go @@ -1,21 +1,21 @@ -//go:generate mockgen -package testMock -destination anytype_mock.go github.com/anytypeio/go-anytype-middleware/pkg/lib/core Service -//go:generate mockgen -package testMock -destination objectstore_mock.go github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore ObjectStore -//go:generate mockgen -package testMock -destination history_mock.go github.com/anytypeio/go-anytype-middleware/core/block/undo History -//go:generate mockgen -package testMock -destination sbt_provider_mock.go github.com/anytypeio/go-anytype-middleware/space/typeprovider SmartBlockTypeProvider -//go:generate mockgen -package testMock -destination file_service_mock.go -mock_names Service=MockFileService github.com/anytypeio/go-anytype-middleware/core/files Service,Image,File +//go:generate mockgen -package testMock -destination anytype_mock.go github.com/anyproto/anytype-heart/pkg/lib/core Service +//go:generate mockgen -package testMock -destination objectstore_mock.go github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore ObjectStore +//go:generate mockgen -package testMock -destination history_mock.go github.com/anyproto/anytype-heart/core/block/undo History +//go:generate mockgen -package testMock -destination sbt_provider_mock.go github.com/anyproto/anytype-heart/space/typeprovider SmartBlockTypeProvider +//go:generate mockgen -package testMock -destination file_service_mock.go -mock_names Service=MockFileService github.com/anyproto/anytype-heart/core/files Service,Image,File package testMock import ( "context" - "github.com/anytypeio/any-sync/app" + "github.com/anyproto/any-sync/app" "github.com/golang/mock/gomock" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/kanban" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/localstore/objectstore" - "github.com/anytypeio/go-anytype-middleware/util/testMock/mockKanban" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/kanban" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/localstore/objectstore" + "github.com/anyproto/anytype-heart/util/testMock/mockKanban" ) type App interface { diff --git a/util/testMock/mockBuiltinTemplate/builtintemplate.go b/util/testMock/mockBuiltinTemplate/builtintemplate.go index b34005307..9903189af 100644 --- a/util/testMock/mockBuiltinTemplate/builtintemplate.go +++ b/util/testMock/mockBuiltinTemplate/builtintemplate.go @@ -1,4 +1,4 @@ -//go:generate mockgen -package mockBuiltinTemplate -destination builtintemplate_mock.go github.com/anytypeio/go-anytype-middleware/util/builtintemplate BuiltinTemplate +//go:generate mockgen -package mockBuiltinTemplate -destination builtintemplate_mock.go github.com/anyproto/anytype-heart/util/builtintemplate BuiltinTemplate package mockBuiltinTemplate import ( @@ -6,8 +6,8 @@ import ( "github.com/golang/mock/gomock" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/util/builtintemplate" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/util/builtintemplate" ) func RegisterMockBuiltinTemplate(ctrl *gomock.Controller, ta *testapp.TestApp) *MockBuiltinTemplate { diff --git a/util/testMock/mockCreator/creator.go b/util/testMock/mockCreator/creator.go index 993dc6344..ecd052522 100644 --- a/util/testMock/mockCreator/creator.go +++ b/util/testMock/mockCreator/creator.go @@ -1,11 +1,11 @@ -//go:generate mockgen -package mockCreator -destination creator_mock.go github.com/anytypeio/go-anytype-middleware/core/block/object/objectcreator Service +//go:generate mockgen -package mockCreator -destination creator_mock.go github.com/anyproto/anytype-heart/core/block/object/objectcreator Service package mockCreator import ( "github.com/golang/mock/gomock" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/block/object/objectcreator" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/block/object/objectcreator" ) func RegisterMockCreator(ctrl *gomock.Controller, ta *testapp.TestApp) *MockService { diff --git a/util/testMock/mockDetailsModifier/dm.go b/util/testMock/mockDetailsModifier/dm.go index 364b5f629..3734d5443 100644 --- a/util/testMock/mockDetailsModifier/dm.go +++ b/util/testMock/mockDetailsModifier/dm.go @@ -1,2 +1,2 @@ -//go:generate mockgen -package mockDetailsModifier -destination dm_mock.go github.com/anytypeio/go-anytype-middleware/core/block/editor DetailsModifier +//go:generate mockgen -package mockDetailsModifier -destination dm_mock.go github.com/anyproto/anytype-heart/core/block/editor DetailsModifier package mockDetailsModifier diff --git a/util/testMock/mockKanban/kanban.go b/util/testMock/mockKanban/kanban.go index 8319a9446..95783a930 100644 --- a/util/testMock/mockKanban/kanban.go +++ b/util/testMock/mockKanban/kanban.go @@ -1,2 +1,2 @@ -//go:generate mockgen -package mockKanban -destination kanban_mock.go github.com/anytypeio/go-anytype-middleware/core/kanban Service +//go:generate mockgen -package mockKanban -destination kanban_mock.go github.com/anyproto/anytype-heart/core/kanban Service package mockKanban diff --git a/util/testMock/mockRelation/relation.go b/util/testMock/mockRelation/relation.go index 675dd3230..73784689f 100644 --- a/util/testMock/mockRelation/relation.go +++ b/util/testMock/mockRelation/relation.go @@ -1,9 +1,9 @@ -//go:generate mockgen -package mockRelation -destination relation_mock.go github.com/anytypeio/go-anytype-middleware/core/relation Service +//go:generate mockgen -package mockRelation -destination relation_mock.go github.com/anyproto/anytype-heart/core/relation Service package mockRelation import ( - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/relation" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/relation" "github.com/golang/mock/gomock" ) diff --git a/util/testMock/mockSource/source.go b/util/testMock/mockSource/source.go index 04ed4201a..9e5fd6bdc 100644 --- a/util/testMock/mockSource/source.go +++ b/util/testMock/mockSource/source.go @@ -1,2 +1,2 @@ -//go:generate mockgen -package mockSource -destination source_mock.go github.com/anytypeio/go-anytype-middleware/core/block/source Service,Source +//go:generate mockgen -package mockSource -destination source_mock.go github.com/anyproto/anytype-heart/core/block/source Service,Source package mockSource diff --git a/util/testMock/mockSpace/space.go b/util/testMock/mockSpace/space.go index 0bfae9ea5..ea0a81782 100644 --- a/util/testMock/mockSpace/space.go +++ b/util/testMock/mockSpace/space.go @@ -1,4 +1,4 @@ -//go:generate mockgen -package mockSpace -destination space_mock.go github.com/anytypeio/go-anytype-middleware/space Service +//go:generate mockgen -package mockSpace -destination space_mock.go github.com/anyproto/anytype-heart/space Service package mockSpace import ( @@ -6,8 +6,8 @@ import ( "github.com/golang/mock/gomock" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/space" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/space" ) func RegisterMockSpace(ctrl *gomock.Controller, ta *testapp.TestApp) *MockService { diff --git a/util/testMock/mockStatus/status.go b/util/testMock/mockStatus/status.go index aae577e95..5c27b7789 100644 --- a/util/testMock/mockStatus/status.go +++ b/util/testMock/mockStatus/status.go @@ -1,4 +1,4 @@ -//go:generate mockgen -package mockStatus -destination status_mock.go github.com/anytypeio/go-anytype-middleware/core/syncstatus Service +//go:generate mockgen -package mockStatus -destination status_mock.go github.com/anyproto/anytype-heart/core/syncstatus Service package mockStatus import ( @@ -6,8 +6,8 @@ import ( "github.com/golang/mock/gomock" - "github.com/anytypeio/go-anytype-middleware/app/testapp" - "github.com/anytypeio/go-anytype-middleware/core/syncstatus" + "github.com/anyproto/anytype-heart/app/testapp" + "github.com/anyproto/anytype-heart/core/syncstatus" ) func RegisterMockStatus(ctrl *gomock.Controller, ta *testapp.TestApp) *MockService { diff --git a/util/time/time.go b/util/time/time.go index 975bcb8b4..555bf451a 100644 --- a/util/time/time.go +++ b/util/time/time.go @@ -5,7 +5,7 @@ import ( "github.com/gogo/protobuf/types" - "github.com/anytypeio/go-anytype-middleware/util/pbtypes" + "github.com/anyproto/anytype-heart/util/pbtypes" ) func CutValueToDay(val *types.Value) *types.Value { diff --git a/util/unsplash/unsplash.go b/util/unsplash/unsplash.go index 393d79fca..51c753ab7 100644 --- a/util/unsplash/unsplash.go +++ b/util/unsplash/unsplash.go @@ -12,17 +12,17 @@ import ( "sync" "time" - "github.com/anytypeio/any-sync/app" - "github.com/anytypeio/any-sync/app/ocache" + "github.com/anyproto/any-sync/app" + "github.com/anyproto/any-sync/app/ocache" "github.com/dsoprea/go-exif/v3" jpegstructure "github.com/dsoprea/go-jpeg-image-structure/v2" "github.com/hbagdi/go-unsplash/unsplash" "golang.org/x/oauth2" - "github.com/anytypeio/go-anytype-middleware/core/anytype/config/loadenv" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/core" - "github.com/anytypeio/go-anytype-middleware/pkg/lib/logging" - "github.com/anytypeio/go-anytype-middleware/util/uri" + "github.com/anyproto/anytype-heart/core/anytype/config/loadenv" + "github.com/anyproto/anytype-heart/pkg/lib/core" + "github.com/anyproto/anytype-heart/pkg/lib/logging" + "github.com/anyproto/anytype-heart/util/uri" ) var log = logging.Logger("unsplash")