@@ -1738,6 +1738,93 @@ const termAncestorsResponseDataMock = {
17381738 ]
17391739}
17401740
1741+ const termDescendantsResponseDataMock = {
1742+ "terms" : [
1743+ {
1744+ "taxonomy_uid" : "taxonomy_testing" ,
1745+ "uid" : "sleeper" ,
1746+ "ancestors" : [
1747+ {
1748+ "uid" : "taxonomy_testing" ,
1749+ "name" : "taxonomy_testing" ,
1750+ "type" : "TAXONOMY"
1751+ } ,
1752+ {
1753+ "uid" : "vehicles" ,
1754+ "name" : "vehicles" ,
1755+ "type" : ""
1756+ } ,
1757+ {
1758+ "uid" : "buses" ,
1759+ "name" : "buses" ,
1760+ "type" : ""
1761+ } ,
1762+ {
1763+ "uid" : "vrl" ,
1764+ "name" : "vrl" ,
1765+ "type" : ""
1766+ }
1767+ ] ,
1768+ "name" : "sleeper" ,
1769+ "parent_uid" : "vrl" ,
1770+ "created_by" : "created_by" ,
1771+ "created_at" : "2025-10-28T07:58:46.870Z" ,
1772+ "updated_by" : "updated_by" ,
1773+ "updated_at" : "2025-10-28T07:58:46.870Z" ,
1774+ "children_count" : 0 ,
1775+ "depth" : 4 ,
1776+ "ACL" : { } ,
1777+ "publish_details" : {
1778+ "time" : "2025-10-28T07:59:12.557Z" ,
1779+ "user" : "user" ,
1780+ "environment" : "environment" ,
1781+ "locale" : "en-us"
1782+ }
1783+ } ,
1784+ {
1785+ "taxonomy_uid" : "taxonomy_testing" ,
1786+ "uid" : "intercity" ,
1787+ "ancestors" : [
1788+ {
1789+ "uid" : "taxonomy_testing" ,
1790+ "name" : "taxonomy_testing" ,
1791+ "type" : "TAXONOMY"
1792+ } ,
1793+ {
1794+ "uid" : "vehicles" ,
1795+ "name" : "vehicles" ,
1796+ "type" : ""
1797+ } ,
1798+ {
1799+ "uid" : "buses" ,
1800+ "name" : "buses" ,
1801+ "type" : ""
1802+ } ,
1803+ {
1804+ "uid" : "vrl" ,
1805+ "name" : "vrl" ,
1806+ "type" : ""
1807+ }
1808+ ] ,
1809+ "name" : "intercity" ,
1810+ "parent_uid" : "vrl" ,
1811+ "created_by" : "created_by" ,
1812+ "created_at" : "2025-10-28T07:58:46.870Z" ,
1813+ "updated_by" : "updated_by" ,
1814+ "updated_at" : "2025-10-28T07:58:46.870Z" ,
1815+ "children_count" : 0 ,
1816+ "depth" : 4 ,
1817+ "ACL" : { } ,
1818+ "publish_details" : {
1819+ "time" : "2025-10-28T07:59:12.565Z" ,
1820+ "user" : "user" ,
1821+ "environment" : "environment" ,
1822+ "locale" : "en-us"
1823+ }
1824+ }
1825+ ]
1826+ }
1827+
17411828const termQueryFindResponseDataMock = {
17421829 "terms" : [
17431830 {
@@ -1785,4 +1872,5 @@ export {
17851872 termQueryFindResponseDataMock ,
17861873 termLocalesResponseDataMock ,
17871874 termAncestorsResponseDataMock ,
1875+ termDescendantsResponseDataMock ,
17881876} ;
0 commit comments