diff --git a/api/kessel/inventory/v1beta1/resources/reporter_data.pb.go b/api/kessel/inventory/v1beta1/resources/reporter_data.pb.go index b815012a..b47f8828 100644 --- a/api/kessel/inventory/v1beta1/resources/reporter_data.pb.go +++ b/api/kessel/inventory/v1beta1/resources/reporter_data.pb.go @@ -27,9 +27,9 @@ type ReporterData_ReporterType int32 const ( ReporterData_REPORTER_TYPE_UNSPECIFIED ReporterData_ReporterType = 0 ReporterData_REPORTER_TYPE_OTHER ReporterData_ReporterType = 1 - ReporterData_ACM ReporterData_ReporterType = 2 + ReporterData_ECM ReporterData_ReporterType = 2 ReporterData_HBI ReporterData_ReporterType = 3 - ReporterData_OCM ReporterData_ReporterType = 4 + ReporterData_FCM ReporterData_ReporterType = 4 ReporterData_NOTIFICATIONS ReporterData_ReporterType = 5 ) @@ -38,17 +38,17 @@ var ( ReporterData_ReporterType_name = map[int32]string{ 0: "REPORTER_TYPE_UNSPECIFIED", 1: "REPORTER_TYPE_OTHER", - 2: "ACM", + 2: "ECM", 3: "HBI", - 4: "OCM", + 4: "FCM", 5: "NOTIFICATIONS", } ReporterData_ReporterType_value = map[string]int32{ "REPORTER_TYPE_UNSPECIFIED": 0, "REPORTER_TYPE_OTHER": 1, - "ACM": 2, + "ECM": 2, "HBI": 3, - "OCM": 4, + "FCM": 4, "NOTIFICATIONS": 5, } ) @@ -216,8 +216,8 @@ var file_kessel_inventory_v1beta1_resources_reporter_data_proto_rawDesc = []byte 0x0a, 0x19, 0x52, 0x45, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x52, 0x45, 0x50, 0x4f, 0x52, 0x54, 0x45, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4f, - 0x54, 0x48, 0x45, 0x52, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x43, 0x4d, 0x10, 0x02, 0x12, - 0x07, 0x0a, 0x03, 0x48, 0x42, 0x49, 0x10, 0x03, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x43, 0x4d, 0x10, + 0x54, 0x48, 0x45, 0x52, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x45, 0x43, 0x4d, 0x10, 0x02, 0x12, + 0x07, 0x0a, 0x03, 0x48, 0x42, 0x49, 0x10, 0x03, 0x12, 0x07, 0x0a, 0x03, 0x46, 0x43, 0x4d, 0x10, 0x04, 0x12, 0x11, 0x0a, 0x0d, 0x4e, 0x4f, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x53, 0x10, 0x05, 0x42, 0x86, 0x01, 0x0a, 0x32, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x6b, 0x65, 0x73, 0x73, 0x65, 0x6c, 0x2e, 0x61, 0x70, 0x69, 0x2e, diff --git a/api/kessel/inventory/v1beta1/resources/reporter_data.proto b/api/kessel/inventory/v1beta1/resources/reporter_data.proto index d6cfc03d..21323c62 100644 --- a/api/kessel/inventory/v1beta1/resources/reporter_data.proto +++ b/api/kessel/inventory/v1beta1/resources/reporter_data.proto @@ -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; } diff --git a/openapi.yaml b/openapi.yaml index a7112190..7fc26e8d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -827,9 +827,9 @@ components: enum: - REPORTER_TYPE_UNSPECIFIED - REPORTER_TYPE_OTHER - - ACM + - ECM - HBI - - OCM + - FCM - NOTIFICATIONS type: string format: enum