Skip to content

Commit

Permalink
APP-7475: Make enum consistent for training logs (#618)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jr22 and github-actions[bot] authored Jan 22, 2025
1 parent 19d6928 commit e6bd6ba
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
102 changes: 51 additions & 51 deletions app/v1/billing.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/js/app/v1/billing_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export interface UsageCostTypeMap {
USAGE_COST_TYPE_BINARY_DATA_EGRESS: 18;
USAGE_COST_TYPE_TABULAR_DATA_EGRESS: 19;
USAGE_COST_TYPE_LOGS_EGRESS: 20;
USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS: 21;
USAGE_COST_TYPE_TRAINING_LOGS_EGRESS: 21;
}

export const UsageCostType: UsageCostTypeMap;
Expand Down
2 changes: 1 addition & 1 deletion gen/js/app/v1/billing_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3543,7 +3543,7 @@ proto.viam.app.v1.UsageCostType = {
USAGE_COST_TYPE_BINARY_DATA_EGRESS: 18,
USAGE_COST_TYPE_TABULAR_DATA_EGRESS: 19,
USAGE_COST_TYPE_LOGS_EGRESS: 20,
USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS: 21
USAGE_COST_TYPE_TRAINING_LOGS_EGRESS: 21
};

/**
Expand Down
2 changes: 1 addition & 1 deletion proto/viam/app/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ enum UsageCostType {
USAGE_COST_TYPE_BINARY_DATA_EGRESS = 18;
USAGE_COST_TYPE_TABULAR_DATA_EGRESS = 19;
USAGE_COST_TYPE_LOGS_EGRESS = 20;
USAGE_COST_TYPE_ML_TRAINING_LOGS_EGRESS = 21;
USAGE_COST_TYPE_TRAINING_LOGS_EGRESS = 21;
}

enum SourceType {
Expand Down

0 comments on commit e6bd6ba

Please sign in to comment.