Skip to content

Commit

Permalink
APP-7130: Add Trigger Notification to UsageCostType (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horowitz <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 9493f42 commit 1453be1
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 44 deletions.
91 changes: 48 additions & 43 deletions app/v1/billing.pb.go

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

1 change: 1 addition & 0 deletions gen/js/app/v1/billing_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ export interface UsageCostTypeMap {
USAGE_COST_TYPE_BINARY_DATA_CLOUD_STORAGE: 6;
USAGE_COST_TYPE_OTHER_CLOUD_STORAGE: 7;
USAGE_COST_TYPE_PER_MACHINE: 8;
USAGE_COST_TYPE_TRIGGER_NOTIFICATION: 9;
}

export const UsageCostType: UsageCostTypeMap;
Expand Down
3 changes: 2 additions & 1 deletion gen/js/app/v1/billing_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3530,7 +3530,8 @@ proto.viam.app.v1.UsageCostType = {
USAGE_COST_TYPE_CLOUD_STORAGE: 5,
USAGE_COST_TYPE_BINARY_DATA_CLOUD_STORAGE: 6,
USAGE_COST_TYPE_OTHER_CLOUD_STORAGE: 7,
USAGE_COST_TYPE_PER_MACHINE: 8
USAGE_COST_TYPE_PER_MACHINE: 8,
USAGE_COST_TYPE_TRIGGER_NOTIFICATION: 9
};

/**
Expand Down
1 change: 1 addition & 0 deletions proto/viam/app/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ enum UsageCostType {
USAGE_COST_TYPE_BINARY_DATA_CLOUD_STORAGE = 6;
USAGE_COST_TYPE_OTHER_CLOUD_STORAGE = 7;
USAGE_COST_TYPE_PER_MACHINE = 8;
USAGE_COST_TYPE_TRIGGER_NOTIFICATION = 9;
}

enum SourceType {
Expand Down

0 comments on commit 1453be1

Please sign in to comment.