1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-3938 Merge branch 'main' into go-3938-add-include-time-relation

This commit is contained in:
kirillston 2025-04-28 11:02:03 +03:00
commit a40c6b45ca
No known key found for this signature in database
GPG key ID: BE4BF014F0ECDFE8
77 changed files with 2648 additions and 2160 deletions

View file

@ -25054,6 +25054,8 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er
| GET_STARTED | 1 | |
| EMPTY | 2 | |
| GUIDE_ONLY | 3 | only the guide without other tables |
| GET_STARTED_MOBILE | 4 | |
| EMPTY_MOBILE | 5 | |
@ -26376,6 +26378,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er
| NULL | 0 | |
| UNKNOWN_ERROR | 1 | |
| BAD_INPUT | 2 | |
| FAILED_TO_LOAD | 100 | |