Skip to content

Commit

Permalink
add storage/compute SKU to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvuyyuru committed Jan 23, 2025
1 parent e6bd6ba commit 85a962b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/viam/app/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ enum UsageCostType {
USAGE_COST_TYPE_TABULAR_DATA_EGRESS = 19;
USAGE_COST_TYPE_LOGS_EGRESS = 20;
USAGE_COST_TYPE_TRAINING_LOGS_EGRESS = 21;
USAGE_COST_TYPE_RECENT_TABULAR_CLOUD_STORAGE = 22;
USAGE_COST_TYPE_RECENT_TABULAR_COMPUTE = 23;
}

enum SourceType {
Expand Down

0 comments on commit 85a962b

Please sign in to comment.