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 2dea863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/cmp/services/insurance/v1/insurance_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ 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";
import "cmp/types/v2/file.proto";
import "cmp/types/v2/price.proto";
import "cmp/types/v2/product_code.proto";
import "google/protobuf/timestamp.proto";
Expand Down Expand Up @@ -51,7 +51,7 @@ message PolicyExtendedInfo {
string carrier_name = 3;

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

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

0 comments on commit 2dea863

Please sign in to comment.