Skip to content

Commit

Permalink
refactor(schema): remove association between domains and triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <nurzhan.sakenov@gmail.com>
  • Loading branch information
nxsaken committed May 23, 2024
1 parent f83cb33 commit df752c0
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions docs/source/references/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,14 +1549,6 @@
}
]
},
"FindTriggersByDomainId": {
"Struct": [
{
"name": "domain_id",
"type": "DomainId"
}
]
},
"ForwardCursor": {
"Struct": [
{
Expand Down Expand Up @@ -2868,34 +2860,29 @@
"discriminant": 32,
"type": "FindTriggerKeyValueByIdAndKey"
},
{
"tag": "FindTriggersByDomainId",
"discriminant": 33,
"type": "FindTriggersByDomainId"
},
{
"tag": "FindAllRoles",
"discriminant": 34,
"discriminant": 33,
"type": "FindAllRoles"
},
{
"tag": "FindAllRoleIds",
"discriminant": 35,
"discriminant": 34,
"type": "FindAllRoleIds"
},
{
"tag": "FindRoleByRoleId",
"discriminant": 36,
"discriminant": 35,
"type": "FindRoleByRoleId"
},
{
"tag": "FindRolesByAccountId",
"discriminant": 37,
"discriminant": 36,
"type": "FindRolesByAccountId"
},
{
"tag": "FindAllParameters",
"discriminant": 38,
"discriminant": 37,
"type": "FindAllParameters"
}
]
Expand Down Expand Up @@ -4151,10 +4138,6 @@
},
"TriggerId": {
"Struct": [
{
"name": "domain_id",
"type": "Option<DomainId>"
},
{
"name": "name",
"type": "Name"
Expand Down Expand Up @@ -4401,4 +4384,4 @@
"u8": {
"Int": "FixedWidth"
}
}
}

0 comments on commit df752c0

Please sign in to comment.