Skip to content

Commit

Permalink
Merge pull request #78 from bcgov/fix/contactReplication
Browse files Browse the repository at this point in the history
Contact Replication
  • Loading branch information
Harry0589 authored May 21, 2024
2 parents 33631fd + a267287 commit 842e4bc
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,24 @@ public enum EventOutcome {

AUTHORITY_FOUND,

AUTHORITY_NOT_FOUND
AUTHORITY_NOT_FOUND,

SCHOOL_CONTACT_CREATED,

SCHOOL_CONTACT_UPDATED,

SCHOOL_CONTACT_DELETED,

AUTHORITY_CONTACT_UPDATED,

AUTHORITY_CONTACT_CREATED,

AUTHORITY_CONTACT_DELETED,

DISTRICT_CONTACT_CREATED,

DISTRICT_CONTACT_UPDATED,

DISTRICT_CONTACT_DELETED

}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,25 @@ public enum EventType {

GET_PAGINATED_SCHOOLS,

GET_PAGINATED_AUTHORITIES
GET_PAGINATED_AUTHORITIES,

CREATE_SCHOOL_CONTACT,

UPDATE_SCHOOL_CONTACT,

DELETE_SCHOOL_CONTACT,

CREATE_AUTHORITY_CONTACT,

UPDATE_AUTHORITY_CONTACT,

DELETE_AUTHORITY_CONTACT,

CREATE_DISTRICT_CONTACT,

UPDATE_DISTRICT_CONTACT,

DELETE_DISTRICT_CONTACT


}

0 comments on commit 842e4bc

Please sign in to comment.