deleted contracts on register app node #6

Merged
ghe0 merged 3 commits from surreal_brain_app into surreal_brain 2025-06-19 17:46:28 +00:00
Showing only changes of commit 0b195b4589 - Show all commits

@ -65,7 +65,7 @@ message ListAppContractsReq {
message AppNodeFilters {
uint32 vcpus = 1;
uint32 memory_mb = 2;
uint32 storage_mb = 3;
uint32 storage_gb = 3;
string country = 4;
string region = 5;
string city = 6;
@ -111,7 +111,7 @@ message AppNodeResources {
uint32 avail_no_of_port = 2;
uint32 avail_vcpus = 3;
uint32 avail_memory_mb = 4;
uint32 avail_storage_mb = 5;
uint32 avail_storage_gb = 5;
uint32 max_ports_per_app = 6;
}