Skip to content

Commit

Permalink
use new image version in insurance types
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Sep 24, 2024
1 parent 32ed9bd commit 29192b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/cmp/services/insurance/v1/insurance_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ syntax = "proto3";

package cmp.services.insurance.v1;

import "cmp/types/v1/file.proto";
import "cmp/types/v1/inclusivity.proto";
import "cmp/types/v1/link.proto";
import "cmp/types/v2/contact_info.proto";
Expand Down Expand Up @@ -51,7 +50,7 @@ message PolicyExtendedInfo {
string carrier_name = 3;

// URL to logo
cmp.types.v1.Image logo = 4;
cmp.types.v2.Image logo = 4;

Check failure on line 53 in proto/cmp/services/insurance/v1/insurance_types.proto

View workflow job for this annotation

GitHub Actions / buf-lint

field cmp.services.insurance.v1.PolicyExtendedInfo.logo: unknown type cmp.types.v2.Image

// Enum of possible types, to be used for filtering
cmp.services.insurance.v1.PolicyType policy_type = 5;
Expand Down

0 comments on commit 29192b8

Please sign in to comment.