Skip to content

Commit

Permalink
add provisioning_type to Environment proto
Browse files Browse the repository at this point in the history
  • Loading branch information
yogesh-badke committed Oct 23, 2024
1 parent 5ed5820 commit e48cf99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/dream11/od/dto/v1/environment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ message Environment {
repeated dream11.od.dto.v1.ServiceTask services = 12;
repeated AccountInformation account_information = 13;
optional string updated_by = 14;
optional string provisioning_type = 15;
}

message AccountInformation {
Expand Down

0 comments on commit e48cf99

Please sign in to comment.