@@ -77,17 +77,15 @@ On delete, only `uid` is sent — all FGA tuples for `vote:{uid}` are removed by
7777
7878| Relation | Value | Condition |
7979| ---| ---| ---|
80- | ` writer ` | ` Username ` (Auth0 username) | Only when ` Username ` is non-empty |
81- | ` viewer ` | ` Username ` (Auth0 username) | Only when ` Username ` is non-empty |
80+ | ` owner ` | ` Username ` (Auth0 username) | Only when ` Username ` is non-empty |
8281
8382### References
8483
8584| Reference | Value | Condition |
8685| ---| ---| ---|
87- | ` project ` | ` ProjectUID ` | Only when ` ProjectUID ` is non-empty |
8886| ` vote ` | ` VoteUID ` | Only when ` VoteUID ` is non-empty |
8987
90- > The update message is skipped entirely if ` Username ` , ` ProjectUID ` , and ` VoteUID ` are all empty.
88+ > The update message is skipped entirely if ` Username ` and ` VoteUID ` are both empty.
9189
9290### Delete
9391
@@ -102,6 +100,6 @@ On delete, only `uid` is sent — all FGA tuples for `vote_response:{uid}` are r
102100| Create vote | ` vote ` | ` lfx.fga-sync.update_access ` | Skipped if both ` ProjectUID ` and ` CommitteeUID ` are empty |
103101| Update vote | ` vote ` | ` lfx.fga-sync.update_access ` | Skipped if both ` ProjectUID ` and ` CommitteeUID ` are empty |
104102| Delete vote | ` vote ` | ` lfx.fga-sync.delete_access ` | Always sent |
105- | Create vote response | ` vote_response ` | ` lfx.fga-sync.update_access ` | Skipped if ` Username ` , ` ProjectUID ` , and ` VoteUID ` are all empty |
106- | Update vote response | ` vote_response ` | ` lfx.fga-sync.update_access ` | Skipped if ` Username ` , ` ProjectUID ` , and ` VoteUID ` are all empty |
103+ | Create vote response | ` vote_response ` | ` lfx.fga-sync.update_access ` | Skipped if ` Username ` and ` VoteUID ` are both empty |
104+ | Update vote response | ` vote_response ` | ` lfx.fga-sync.update_access ` | Skipped if ` Username ` and ` VoteUID ` are both empty |
107105| Delete vote response | ` vote_response ` | ` lfx.fga-sync.delete_access ` | Always sent |
0 commit comments