Skip to content

Commit be78e09

Browse files
authored
Add reward_override_entity_key to subscriber_mapping_activity_req_v1 (#448)
* Add invalid_reward_override_entity_key to subscriber_report_verification_status
1 parent ddc23d5 commit be78e09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/service/poc_mobile.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ enum subscriber_report_verification_status {
351351
valid = 0;
352352
invalid_subscriber_id = 1;
353353
invalid_carrier_key = 2;
354+
invalid_reward_override_entity_key = 3;
354355
}
355356

356357
message verified_subscriber_location_ingest_report_v1 {
@@ -787,6 +788,9 @@ message subscriber_reward {
787788
uint64 discovery_location_amount = 2;
788789
/// Amount in bones credited to the subscriber for verification mapping
789790
uint64 verification_mapping_amount = 3;
791+
// String representing the entity key
792+
// Overrides the subscriber_id as the entity_key to send mapping rewards to
793+
string reward_override_entity_key = 4;
790794
}
791795

792796
message promotion_reward {
@@ -1077,6 +1081,9 @@ message subscriber_mapping_activity_req_v1 {
10771081
bytes carrier_pub_key = 7;
10781082
/// Signed payload of the mapping activity request
10791083
bytes signature = 8;
1084+
// String representing the entity key
1085+
// Overrides the subscriber_id as the entity_key to send mapping rewards to
1086+
string reward_override_entity_key = 9;
10801087
}
10811088

10821089
message subscriber_mapping_activity_res_v1 {

0 commit comments

Comments
 (0)