Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 67113da

Browse files
committed
Updated protobufs to support shipping location
1 parent 755e025 commit 67113da

File tree

9 files changed

+278
-240
lines changed

9 files changed

+278
-240
lines changed

pb/api.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/contracts.pb.go

Lines changed: 255 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/countrycodes.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/message.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/moderator.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/orders.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/posts.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/profile.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/protos/contracts.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ message Listing {
4949
string cryptoCurrencyCode = 9 [json_name = "coinType"];
5050
uint32 cryptoDivisibility = 10 [json_name = "coinDivisibility"];
5151
float priceModifier = 11 [deprecated = true];
52+
string sendCountryCode = 12;
53+
string sendPostalCode = 13;
5254

5355
enum ContractType {
5456
PHYSICAL_GOOD = 0;

0 commit comments

Comments
 (0)