Skip to content

Commit

Permalink
fix:diverge bm-api oppfolging
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnykristiansen committed Feb 25, 2025
1 parent afe100e commit 425c539
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib-protobuf/src/protos/v1/oppfolging.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ syntax = "proto3";
package v1.oppfolging;

message Inspeksjon {
enum Rolle {
UNSPECIFIED = 0;
INSPEKTOR = 1;
DYREVERNNEMNDA = 2;
}

string id = 1;
string utfort_dato = 2;
string timestamp = 3;
Expand All @@ -11,6 +17,7 @@ message Inspeksjon {
string saksnummer = 6;
string tilsynskvittering_id = 7;
bool deleted = 8;
Rolle inspeksjon_gjennomfort_av = 9;
}

message Telefonsamtale {
Expand Down

0 comments on commit 425c539

Please sign in to comment.