Skip to content

Commit

Permalink
change data type
Browse files Browse the repository at this point in the history
  • Loading branch information
miqayelsrapionyan committed Aug 9, 2024
1 parent 059b69b commit ed732e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion build/GPBMetadata/Proto/Translation.php

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

18 changes: 9 additions & 9 deletions build/TranslationPackage/AppTranslation.php

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

3 changes: 2 additions & 1 deletion proto/translation.proto
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
syntax = "proto3";
import "google/protobuf/wrappers.proto";
import "google/protobuf/struct.proto";

package TranslationPackage;

Expand All @@ -12,7 +13,7 @@ service Translation {
message AppTranslation {
string appId = 1;
string version = 2;
repeated string data = 3;
google.protobuf.Struct data = 3;
}

message TranslationQuery {
Expand Down

0 comments on commit ed732e0

Please sign in to comment.