Skip to content

Commit

Permalink
Add breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 26, 2024
1 parent cbd9b28 commit 9fcd1e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions api/kessel/inventory/v1beta1/resources/reporter_data.pb.go

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

4 changes: 2 additions & 2 deletions api/kessel/inventory/v1beta1/resources/reporter_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ message ReporterData {
enum ReporterType {
REPORTER_TYPE_UNSPECIFIED = 0;
REPORTER_TYPE_OTHER = 1;
ACM = 2;
ECM = 2;
HBI = 3;
OCM = 4;
FCM = 4;
NOTIFICATIONS = 5;
}

Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -827,9 +827,9 @@ components:
enum:
- REPORTER_TYPE_UNSPECIFIED
- REPORTER_TYPE_OTHER
- ACM
- ECM
- HBI
- OCM
- FCM
- NOTIFICATIONS
type: string
format: enum
Expand Down

0 comments on commit 9fcd1e9

Please sign in to comment.