Proto commits in brave/go-sync

These 17 commits are when the Protocol Buffers files have changed:

Commit:e4b539e
Author:AlexeyBarabash
Committer:GitHub

Update server's protobuf definitions from CR124 (#221) * Updated protobuf definitions according to CR124 changes Fixes brave/go-sync#220 Changes are made with tools by an instruction from README.md `# Updating protocol definitions` * Fixed compile error after update protobuf to CR124 Related Chromium change https://source.chromium.org/chromium/chromium/src/+/main:components/sync/protocol/client_commands.proto;bpv=1;bpt=0;drc=8008fb99c7851162ee90b748e4c1e209610d9816;dlc=5eb0eb45f78835cb6a446b39b20ff122c140e637 `sessionsCommitDelaySeconds` parameter is not used anymore by client

The documentation is generated from this commit.

Commit:38e0206
Author:John Halbert
Committer:GitHub

Update .proto Definitions (#134) * Update .proto definitions and generated Go code from Chromium 116.0.5845.183.

Commit:f6502bf
Author:John Halbert

Add go_module option to .proto files

Commit:440fffd
Author:John Halbert

Repath protobuf imports

Commit:bb61ce6
Author:John Halbert

Update .proto definitions

Commit:706de94
Author:John Halbert
Committer:John Halbert

Add account delete feature - Add auth middleware - Add disalbed account middleware - Add implementation for CLEAR_SERVER_DATA command - Extend Datastore interface to include IsSyncChainDisabled & DeleteClientItems - Return DISABLED_BY_ADMIN for disabled chains

Commit:f3d846b
Author:John Halbert

Remove disable_sync_chain - Remove disable_sync_chain from ClearServerDataMessage in protobuf & generated Go code - Remove branching and always disable sync chain when receiving ClearServerDataMessage

Commit:1debad9
Author:John Halbert

Remove account package, update protobuf schemas - Delete account.go and account_test.go, no longer used - Pull current version of protobuf schemas from Chromium & update Go code with protobuf types

Commit:2081b65
Author:Szilard Szaloki
Committer:Szilard Szaloki

`VgBodySpecifics`, `VgSpendStatusSpecifics`

Commit:c867462
Author:Szilard Szaloki

Adding a new model type to Sync.

Commit:8eabcec
Author:Jocelyn Liu

Upgrade protobuf files to Chromium 98.0.4758.87

Commit:68703b5
Author:Jocelyn Liu
Committer:Jocelyn Liu

Upgrade protobuf files to Chromium 88.0.4324.96 1. Copy files from brave/src/components/sync/protocol/*.proto and brave/src/brave/components/sync/protocol/*.proto 2. Run find . | grep "\.proto$" | xargs sed -i "" 's/import \"components\/sync\/protocol\//import \"/g' to repath module imports 3. Run find . | grep "\.proto$" | xargs sed -i "" 's/import \"brave\/components\/sync\/protocol\//import \"/g' to repath module imports

Commit:2b1197f
Author:Jocelyn Liu
Committer:Jocelyn Liu

Update protobuf files to Chromium 85.0.4183.83

Commit:352b80f
Author:Jocelyn Liu
Committer:Jocelyn Liu

Upgrade protobuf files to Chromium 83.0.4103.61. This PR is the result of running: - `cp path_to_brave_browser/src/components/sync/protocol/*.proto schema/protobuf/sync_pb/` - `find . | grep "\.proto$" | xargs sed -i 's/import \"components\/sync\/protocol\//import \"/g'` was run manually to repath module imports. - `make protobuf`

Commit:7cf2336
Author:Jocelyn Liu
Committer:Jocelyn Liu

Move protobuf, json, dynamodb schemas into schema folder

Commit:83f78a3
Author:Jocelyn Liu

Upgrade protocol to Chromium 81.0.4044.113

Commit:f451970
Author:Jocelyn Liu

Add sync proto files from Chromium 80.0.3987.132