Skip to content

Commit

Permalink
PR Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Sep 24, 2024
1 parent fa6ba50 commit fdb2251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/cmp/services/insurance/v1/insurance_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto3";
package cmp.services.insurance.v1;

import "cmp/types/v1/file.proto";
import "cmp/types/v1/inclusivity.proto";

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

View workflow job for this annotation

GitHub Actions / buf-lint

import "cmp/types/v1/inclusivity.proto": file does not exist
import "cmp/types/v1/link.proto";
import "cmp/types/v2/contact_info.proto";
import "cmp/types/v2/price.proto";
Expand Down Expand Up @@ -126,7 +127,7 @@ message PolicyCoverage {
cmp.types.v1.Link exclusions_link = 5;

// pre-existing conditions coverage
bool preconditions_coverage = 6;
cmp.types.v1.Inclusivity preconditions_coverage = 6;

// URL to Details on whether pre-existing medical conditions are covered, and if so, under what terms.
cmp.types.v1.Link preconditions_coverage_link = 7;
Expand Down

0 comments on commit fdb2251

Please sign in to comment.