Skip to content

Commit

Permalink
api: Add reserved label_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Feb 19, 2025
1 parent 49137ca commit df0f97f
Show file tree
Hide file tree
Showing 8 changed files with 1,221 additions and 1,214 deletions.
1 change: 1 addition & 0 deletions api/ttn/lorawan/v3/application.proto
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ message Application {
reserved "end_device_limit";

reserved 16;
reserved "label_ids";

// next: 17
}
Expand Down
1 change: 1 addition & 0 deletions api/ttn/lorawan/v3/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ message Client {
repeated Right rights = 14 [(validate.rules).repeated.items.enum.defined_only = true];

reserved 20;
reserved "label_ids";

// next: 21
}
Expand Down
1 change: 1 addition & 0 deletions api/ttn/lorawan/v3/end_device.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,7 @@ message EndDevice {
LoRaAllianceProfileIdentifiers lora_alliance_profile_ids = 56;

reserved 57;
reserved "label_ids";

// next: 58;
}
Expand Down
1 change: 1 addition & 0 deletions api/ttn/lorawan/v3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ message Gateway {
bool disable_packet_broker_forwarding = 29;

reserved 33;
reserved "label_ids";

// next: 34
}
Expand Down
399 changes: 200 additions & 199 deletions pkg/ttnpb/application.pb.go

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions pkg/ttnpb/client.pb.go

Large diffs are not rendered by default.

463 changes: 232 additions & 231 deletions pkg/ttnpb/end_device.pb.go

Large diffs are not rendered by default.

1,343 changes: 672 additions & 671 deletions pkg/ttnpb/gateway.pb.go

Large diffs are not rendered by default.

0 comments on commit df0f97f

Please sign in to comment.