From aa4d79df199c0106256a5a3e559422ee36395943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurzhan=20Sak=C3=A9n?= Date: Thu, 23 May 2024 15:44:44 +0400 Subject: [PATCH] refactor(schema): remove association between domains and triggers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nurzhan Sakén --- docs/source/references/schema.json | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/docs/source/references/schema.json b/docs/source/references/schema.json index 3428213f02e..9e46f3a0879 100644 --- a/docs/source/references/schema.json +++ b/docs/source/references/schema.json @@ -1549,14 +1549,6 @@ } ] }, - "FindTriggersByDomainId": { - "Struct": [ - { - "name": "domain_id", - "type": "DomainId" - } - ] - }, "ForwardCursor": { "Struct": [ { @@ -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" } ] @@ -4151,10 +4138,6 @@ }, "TriggerId": { "Struct": [ - { - "name": "domain_id", - "type": "Option" - }, { "name": "name", "type": "Name"