@almadar/std 3.12.1 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  2. package/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  3. package/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  4. package/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  5. package/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  6. package/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  7. package/behaviors/exports/atoms/std-agent-search.orb +418 -0
  8. package/behaviors/exports/atoms/std-agent-session.orb +825 -0
  9. package/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  10. package/behaviors/exports/atoms/std-wizard.orb +63 -70
  11. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  12. package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  13. package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  14. package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  15. package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  16. package/behaviors/exports/molecules/std-detail.orb +4 -0
  17. package/behaviors/exports/molecules/std-geospatial.orb +4 -0
  18. package/behaviors/exports/molecules/std-inventory.orb +8 -0
  19. package/behaviors/exports/molecules/std-list.orb +18 -1
  20. package/behaviors/exports/molecules/std-messaging.orb +4 -0
  21. package/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  22. package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  23. package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  24. package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  25. package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  26. package/behaviors/exports/organisms/std-api-gateway.orb +18 -1
  27. package/behaviors/exports/organisms/std-booking-system.orb +131 -104
  28. package/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
  29. package/behaviors/exports/organisms/std-cms.orb +40 -2
  30. package/behaviors/exports/organisms/std-crm.orb +40 -2
  31. package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
  32. package/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
  33. package/behaviors/exports/organisms/std-healthcare.orb +167 -136
  34. package/behaviors/exports/organisms/std-helpdesk.orb +22 -1
  35. package/behaviors/exports/organisms/std-hr-portal.orb +115 -88
  36. package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
  37. package/behaviors/exports/organisms/std-lms.orb +97 -87
  38. package/behaviors/exports/organisms/std-platformer-app.orb +8 -0
  39. package/behaviors/exports/organisms/std-project-manager.orb +36 -2
  40. package/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
  41. package/behaviors/exports/organisms/std-rpg-game.orb +8 -0
  42. package/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
  43. package/behaviors/exports/organisms/std-social-feed.orb +8 -0
  44. package/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
  45. package/behaviors/exports/validation-report.json +1425 -0
  46. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
  47. package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
  48. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
  49. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
  50. package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
  51. package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
  52. package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
  53. package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
  54. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
  55. package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
  56. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
  57. package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
  58. package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
  59. package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
  60. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
  61. package/dist/behaviors/exports/molecules/std-detail.orb +4 -0
  62. package/dist/behaviors/exports/molecules/std-geospatial.orb +4 -0
  63. package/dist/behaviors/exports/molecules/std-inventory.orb +8 -0
  64. package/dist/behaviors/exports/molecules/std-list.orb +18 -1
  65. package/dist/behaviors/exports/molecules/std-messaging.orb +4 -0
  66. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
  67. package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
  68. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
  69. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
  70. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
  71. package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -1
  72. package/dist/behaviors/exports/organisms/std-booking-system.orb +131 -104
  73. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
  74. package/dist/behaviors/exports/organisms/std-cms.orb +40 -2
  75. package/dist/behaviors/exports/organisms/std-crm.orb +40 -2
  76. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
  77. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
  78. package/dist/behaviors/exports/organisms/std-healthcare.orb +167 -136
  79. package/dist/behaviors/exports/organisms/std-helpdesk.orb +22 -1
  80. package/dist/behaviors/exports/organisms/std-hr-portal.orb +115 -88
  81. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
  82. package/dist/behaviors/exports/organisms/std-lms.orb +97 -87
  83. package/dist/behaviors/exports/organisms/std-platformer-app.orb +8 -0
  84. package/dist/behaviors/exports/organisms/std-project-manager.orb +36 -2
  85. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
  86. package/dist/behaviors/exports/organisms/std-rpg-game.orb +8 -0
  87. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
  88. package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -0
  89. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
  90. package/dist/behaviors/exports/validation-report.json +1425 -0
  91. package/dist/behaviors/exports-reader.js +6345 -175
  92. package/dist/behaviors/exports-reader.js.map +1 -1
  93. package/dist/behaviors/functions/index.d.ts +620 -1
  94. package/dist/behaviors/functions/index.js +6285 -176
  95. package/dist/behaviors/functions/index.js.map +1 -1
  96. package/dist/behaviors/index.d.ts +1 -1
  97. package/dist/behaviors/index.js +6348 -178
  98. package/dist/behaviors/index.js.map +1 -1
  99. package/dist/behaviors/query.js +6347 -177
  100. package/dist/behaviors/query.js.map +1 -1
  101. package/dist/exports/atoms/std-agent-classifier.orb +402 -0
  102. package/dist/exports/atoms/std-agent-completion.orb +469 -0
  103. package/dist/exports/atoms/std-agent-context-window.orb +790 -0
  104. package/dist/exports/atoms/std-agent-conversation.orb +737 -0
  105. package/dist/exports/atoms/std-agent-memory.orb +627 -0
  106. package/dist/exports/atoms/std-agent-provider.orb +402 -0
  107. package/dist/exports/atoms/std-agent-search.orb +418 -0
  108. package/dist/exports/atoms/std-agent-session.orb +825 -0
  109. package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
  110. package/dist/exports/atoms/std-wizard.orb +63 -70
  111. package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
  112. package/dist/exports/molecules/std-agent-learner.orb +1143 -0
  113. package/dist/exports/molecules/std-agent-planner.orb +898 -0
  114. package/dist/exports/molecules/std-agent-rag.orb +736 -0
  115. package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
  116. package/dist/exports/molecules/std-detail.orb +4 -0
  117. package/dist/exports/molecules/std-geospatial.orb +4 -0
  118. package/dist/exports/molecules/std-inventory.orb +8 -0
  119. package/dist/exports/molecules/std-list.orb +18 -1
  120. package/dist/exports/molecules/std-messaging.orb +4 -0
  121. package/dist/exports/organisms/std-agent-assistant.orb +2288 -0
  122. package/dist/exports/organisms/std-agent-builder.orb +2664 -0
  123. package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
  124. package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
  125. package/dist/exports/organisms/std-agent-tutor.orb +2303 -0
  126. package/dist/exports/organisms/std-api-gateway.orb +18 -1
  127. package/dist/exports/organisms/std-booking-system.orb +131 -104
  128. package/dist/exports/organisms/std-cicd-pipeline.orb +18 -1
  129. package/dist/exports/organisms/std-cms.orb +40 -2
  130. package/dist/exports/organisms/std-crm.orb +40 -2
  131. package/dist/exports/organisms/std-devops-dashboard.orb +18 -1
  132. package/dist/exports/organisms/std-finance-tracker.orb +22 -1
  133. package/dist/exports/organisms/std-healthcare.orb +167 -136
  134. package/dist/exports/organisms/std-helpdesk.orb +22 -1
  135. package/dist/exports/organisms/std-hr-portal.orb +115 -88
  136. package/dist/exports/organisms/std-iot-dashboard.orb +18 -1
  137. package/dist/exports/organisms/std-lms.orb +97 -87
  138. package/dist/exports/organisms/std-platformer-app.orb +8 -0
  139. package/dist/exports/organisms/std-project-manager.orb +36 -2
  140. package/dist/exports/organisms/std-realtime-chat.orb +22 -1
  141. package/dist/exports/organisms/std-rpg-game.orb +8 -0
  142. package/dist/exports/organisms/std-service-marketplace.orb +36 -2
  143. package/dist/exports/organisms/std-social-feed.orb +8 -0
  144. package/dist/exports/organisms/std-trading-dashboard.orb +18 -1
  145. package/dist/exports/validation-report.json +1425 -0
  146. package/dist/index.d.ts +1 -1
  147. package/dist/index.js +6348 -178
  148. package/dist/index.js.map +1 -1
  149. package/package.json +1 -1
@@ -82,6 +82,10 @@
82
82
  "name": "id",
83
83
  "type": "string",
84
84
  "required": true
85
+ },
86
+ {
87
+ "name": "row",
88
+ "type": "object"
85
89
  }
86
90
  ]
87
91
  },
@@ -93,6 +97,10 @@
93
97
  "name": "id",
94
98
  "type": "string",
95
99
  "required": true
100
+ },
101
+ {
102
+ "name": "row",
103
+ "type": "object"
96
104
  }
97
105
  ]
98
106
  },
@@ -104,6 +112,10 @@
104
112
  "name": "id",
105
113
  "type": "string",
106
114
  "required": true
115
+ },
116
+ {
117
+ "name": "row",
118
+ "type": "object"
107
119
  }
108
120
  ]
109
121
  },
@@ -356,7 +368,12 @@
356
368
  },
357
369
  {
358
370
  "type": "typography",
359
- "content": "Are you sure you want to delete this employee?",
371
+ "content": "@entity.name",
372
+ "variant": "h4"
373
+ },
374
+ {
375
+ "type": "typography",
376
+ "content": "This action cannot be undone.",
360
377
  "variant": "body"
361
378
  },
362
379
  {
@@ -2001,105 +2018,98 @@
2001
2018
  "type": "divider"
2002
2019
  },
2003
2020
  {
2004
- "type": "data-list",
2021
+ "type": "stack",
2022
+ "direction": "vertical",
2023
+ "gap": "sm",
2005
2024
  "entity": "Onboarding",
2006
- "renderItem": [
2007
- "fn",
2008
- "item",
2025
+ "children": [
2009
2026
  {
2010
2027
  "type": "stack",
2011
- "direction": "vertical",
2012
- "gap": "sm",
2028
+ "direction": "horizontal",
2029
+ "gap": "md",
2030
+ "justify": "space-between",
2013
2031
  "children": [
2014
2032
  {
2015
- "type": "stack",
2016
- "direction": "horizontal",
2017
- "gap": "md",
2018
- "justify": "space-between",
2019
- "children": [
2020
- {
2021
- "type": "typography",
2022
- "variant": "caption",
2023
- "content": "EmployeeName"
2024
- },
2025
- {
2026
- "type": "typography",
2027
- "variant": "body",
2028
- "content": "@item.employeeName"
2029
- }
2030
- ]
2033
+ "type": "typography",
2034
+ "variant": "caption",
2035
+ "content": "Employee Name"
2031
2036
  },
2032
2037
  {
2033
- "type": "stack",
2034
- "direction": "horizontal",
2035
- "gap": "md",
2036
- "justify": "space-between",
2037
- "children": [
2038
- {
2039
- "type": "typography",
2040
- "variant": "caption",
2041
- "content": "Department"
2042
- },
2043
- {
2044
- "type": "typography",
2045
- "variant": "body",
2046
- "content": "@item.department"
2047
- }
2048
- ]
2038
+ "type": "typography",
2039
+ "variant": "body",
2040
+ "content": "@entity.employeeName"
2041
+ }
2042
+ ]
2043
+ },
2044
+ {
2045
+ "type": "stack",
2046
+ "direction": "horizontal",
2047
+ "gap": "md",
2048
+ "justify": "space-between",
2049
+ "children": [
2050
+ {
2051
+ "type": "typography",
2052
+ "variant": "caption",
2053
+ "content": "Department"
2049
2054
  },
2050
2055
  {
2051
- "type": "stack",
2052
- "direction": "horizontal",
2053
- "gap": "md",
2054
- "justify": "space-between",
2055
- "children": [
2056
- {
2057
- "type": "typography",
2058
- "variant": "caption",
2059
- "content": "Manager"
2060
- },
2061
- {
2062
- "type": "typography",
2063
- "variant": "body",
2064
- "content": "@item.manager"
2065
- }
2066
- ]
2056
+ "type": "typography",
2057
+ "variant": "body",
2058
+ "content": "@entity.department"
2059
+ }
2060
+ ]
2061
+ },
2062
+ {
2063
+ "type": "stack",
2064
+ "direction": "horizontal",
2065
+ "gap": "md",
2066
+ "justify": "space-between",
2067
+ "children": [
2068
+ {
2069
+ "type": "typography",
2070
+ "variant": "caption",
2071
+ "content": "Manager"
2067
2072
  },
2068
2073
  {
2069
- "type": "stack",
2070
- "direction": "horizontal",
2071
- "gap": "md",
2072
- "justify": "space-between",
2073
- "children": [
2074
- {
2075
- "type": "typography",
2076
- "variant": "caption",
2077
- "content": "EquipmentReady"
2078
- },
2079
- {
2080
- "type": "typography",
2081
- "variant": "body",
2082
- "content": "@item.equipmentReady"
2083
- }
2084
- ]
2074
+ "type": "typography",
2075
+ "variant": "body",
2076
+ "content": "@entity.manager"
2077
+ }
2078
+ ]
2079
+ },
2080
+ {
2081
+ "type": "stack",
2082
+ "direction": "horizontal",
2083
+ "gap": "md",
2084
+ "justify": "space-between",
2085
+ "children": [
2086
+ {
2087
+ "type": "typography",
2088
+ "variant": "caption",
2089
+ "content": "Equipment Ready"
2085
2090
  },
2086
2091
  {
2087
- "type": "stack",
2088
- "direction": "horizontal",
2089
- "gap": "md",
2090
- "justify": "space-between",
2091
- "children": [
2092
- {
2093
- "type": "typography",
2094
- "variant": "caption",
2095
- "content": "AccessGranted"
2096
- },
2097
- {
2098
- "type": "typography",
2099
- "variant": "body",
2100
- "content": "@item.accessGranted"
2101
- }
2102
- ]
2092
+ "type": "typography",
2093
+ "variant": "body",
2094
+ "content": "@entity.equipmentReady"
2095
+ }
2096
+ ]
2097
+ },
2098
+ {
2099
+ "type": "stack",
2100
+ "direction": "horizontal",
2101
+ "gap": "md",
2102
+ "justify": "space-between",
2103
+ "children": [
2104
+ {
2105
+ "type": "typography",
2106
+ "variant": "caption",
2107
+ "content": "Access Granted"
2108
+ },
2109
+ {
2110
+ "type": "typography",
2111
+ "variant": "body",
2112
+ "content": "@entity.accessGranted"
2103
2113
  }
2104
2114
  ]
2105
2115
  }
@@ -2942,6 +2952,10 @@
2942
2952
  "name": "id",
2943
2953
  "type": "string",
2944
2954
  "required": true
2955
+ },
2956
+ {
2957
+ "name": "row",
2958
+ "type": "object"
2945
2959
  }
2946
2960
  ]
2947
2961
  },
@@ -2953,6 +2967,10 @@
2953
2967
  "name": "id",
2954
2968
  "type": "string",
2955
2969
  "required": true
2970
+ },
2971
+ {
2972
+ "name": "row",
2973
+ "type": "object"
2956
2974
  }
2957
2975
  ]
2958
2976
  },
@@ -2964,6 +2982,10 @@
2964
2982
  "name": "id",
2965
2983
  "type": "string",
2966
2984
  "required": true
2985
+ },
2986
+ {
2987
+ "name": "row",
2988
+ "type": "object"
2967
2989
  }
2968
2990
  ]
2969
2991
  },
@@ -3220,7 +3242,12 @@
3220
3242
  },
3221
3243
  {
3222
3244
  "type": "typography",
3223
- "content": "Are you sure you want to delete this timeoff?",
3245
+ "content": "@entity.employeeName",
3246
+ "variant": "h4"
3247
+ },
3248
+ {
3249
+ "type": "typography",
3250
+ "content": "This action cannot be undone.",
3224
3251
  "variant": "body"
3225
3252
  },
3226
3253
  {
@@ -1757,6 +1757,10 @@
1757
1757
  "name": "id",
1758
1758
  "type": "string",
1759
1759
  "required": true
1760
+ },
1761
+ {
1762
+ "name": "row",
1763
+ "type": "object"
1760
1764
  }
1761
1765
  ]
1762
1766
  },
@@ -1768,6 +1772,10 @@
1768
1772
  "name": "id",
1769
1773
  "type": "string",
1770
1774
  "required": true
1775
+ },
1776
+ {
1777
+ "name": "row",
1778
+ "type": "object"
1771
1779
  }
1772
1780
  ]
1773
1781
  },
@@ -1779,6 +1787,10 @@
1779
1787
  "name": "id",
1780
1788
  "type": "string",
1781
1789
  "required": true
1790
+ },
1791
+ {
1792
+ "name": "row",
1793
+ "type": "object"
1782
1794
  }
1783
1795
  ]
1784
1796
  },
@@ -2022,7 +2034,12 @@
2022
2034
  },
2023
2035
  {
2024
2036
  "type": "typography",
2025
- "content": "Are you sure you want to delete this device?",
2037
+ "content": "@entity.name",
2038
+ "variant": "h4"
2039
+ },
2040
+ {
2041
+ "type": "typography",
2042
+ "content": "This action cannot be undone.",
2026
2043
  "variant": "body"
2027
2044
  },
2028
2045
  {
@@ -87,6 +87,10 @@
87
87
  "name": "id",
88
88
  "type": "string",
89
89
  "required": true
90
+ },
91
+ {
92
+ "name": "row",
93
+ "type": "object"
90
94
  }
91
95
  ]
92
96
  },
@@ -98,6 +102,10 @@
98
102
  "name": "id",
99
103
  "type": "string",
100
104
  "required": true
105
+ },
106
+ {
107
+ "name": "row",
108
+ "type": "object"
101
109
  }
102
110
  ]
103
111
  },
@@ -109,6 +117,10 @@
109
117
  "name": "id",
110
118
  "type": "string",
111
119
  "required": true
120
+ },
121
+ {
122
+ "name": "row",
123
+ "type": "object"
112
124
  }
113
125
  ]
114
126
  },
@@ -354,7 +366,12 @@
354
366
  },
355
367
  {
356
368
  "type": "typography",
357
- "content": "Are you sure you want to delete this course?",
369
+ "content": "@entity.title",
370
+ "variant": "h4"
371
+ },
372
+ {
373
+ "type": "typography",
374
+ "content": "This action cannot be undone.",
358
375
  "variant": "body"
359
376
  },
360
377
  {
@@ -1833,105 +1850,98 @@
1833
1850
  "type": "divider"
1834
1851
  },
1835
1852
  {
1836
- "type": "data-list",
1853
+ "type": "stack",
1854
+ "direction": "vertical",
1855
+ "gap": "sm",
1837
1856
  "entity": "Enrollment",
1838
- "renderItem": [
1839
- "fn",
1840
- "item",
1857
+ "children": [
1841
1858
  {
1842
1859
  "type": "stack",
1843
- "direction": "vertical",
1844
- "gap": "sm",
1860
+ "direction": "horizontal",
1861
+ "gap": "md",
1862
+ "justify": "space-between",
1845
1863
  "children": [
1846
1864
  {
1847
- "type": "stack",
1848
- "direction": "horizontal",
1849
- "gap": "md",
1850
- "justify": "space-between",
1851
- "children": [
1852
- {
1853
- "type": "typography",
1854
- "variant": "caption",
1855
- "content": "StudentName"
1856
- },
1857
- {
1858
- "type": "typography",
1859
- "variant": "body",
1860
- "content": "@item.studentName"
1861
- }
1862
- ]
1865
+ "type": "typography",
1866
+ "variant": "caption",
1867
+ "content": "Student Name"
1863
1868
  },
1864
1869
  {
1865
- "type": "stack",
1866
- "direction": "horizontal",
1867
- "gap": "md",
1868
- "justify": "space-between",
1869
- "children": [
1870
- {
1871
- "type": "typography",
1872
- "variant": "caption",
1873
- "content": "Email"
1874
- },
1875
- {
1876
- "type": "typography",
1877
- "variant": "body",
1878
- "content": "@item.email"
1879
- }
1880
- ]
1870
+ "type": "typography",
1871
+ "variant": "body",
1872
+ "content": "@entity.studentName"
1873
+ }
1874
+ ]
1875
+ },
1876
+ {
1877
+ "type": "stack",
1878
+ "direction": "horizontal",
1879
+ "gap": "md",
1880
+ "justify": "space-between",
1881
+ "children": [
1882
+ {
1883
+ "type": "typography",
1884
+ "variant": "caption",
1885
+ "content": "Email"
1881
1886
  },
1882
1887
  {
1883
- "type": "stack",
1884
- "direction": "horizontal",
1885
- "gap": "md",
1886
- "justify": "space-between",
1887
- "children": [
1888
- {
1889
- "type": "typography",
1890
- "variant": "caption",
1891
- "content": "CourseId"
1892
- },
1893
- {
1894
- "type": "typography",
1895
- "variant": "body",
1896
- "content": "@item.courseId"
1897
- }
1898
- ]
1888
+ "type": "typography",
1889
+ "variant": "body",
1890
+ "content": "@entity.email"
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "type": "stack",
1896
+ "direction": "horizontal",
1897
+ "gap": "md",
1898
+ "justify": "space-between",
1899
+ "children": [
1900
+ {
1901
+ "type": "typography",
1902
+ "variant": "caption",
1903
+ "content": "Course Id"
1899
1904
  },
1900
1905
  {
1901
- "type": "stack",
1902
- "direction": "horizontal",
1903
- "gap": "md",
1904
- "justify": "space-between",
1905
- "children": [
1906
- {
1907
- "type": "typography",
1908
- "variant": "caption",
1909
- "content": "EnrolledAt"
1910
- },
1911
- {
1912
- "type": "typography",
1913
- "variant": "body",
1914
- "content": "@item.enrolledAt"
1915
- }
1916
- ]
1906
+ "type": "typography",
1907
+ "variant": "body",
1908
+ "content": "@entity.courseId"
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "type": "stack",
1914
+ "direction": "horizontal",
1915
+ "gap": "md",
1916
+ "justify": "space-between",
1917
+ "children": [
1918
+ {
1919
+ "type": "typography",
1920
+ "variant": "caption",
1921
+ "content": "Enrolled At"
1917
1922
  },
1918
1923
  {
1919
- "type": "stack",
1920
- "direction": "horizontal",
1921
- "gap": "md",
1922
- "justify": "space-between",
1923
- "children": [
1924
- {
1925
- "type": "typography",
1926
- "variant": "caption",
1927
- "content": "Status"
1928
- },
1929
- {
1930
- "type": "typography",
1931
- "variant": "body",
1932
- "content": "@item.status"
1933
- }
1934
- ]
1924
+ "type": "typography",
1925
+ "variant": "body",
1926
+ "content": "@entity.enrolledAt"
1927
+ }
1928
+ ]
1929
+ },
1930
+ {
1931
+ "type": "stack",
1932
+ "direction": "horizontal",
1933
+ "gap": "md",
1934
+ "justify": "space-between",
1935
+ "children": [
1936
+ {
1937
+ "type": "typography",
1938
+ "variant": "caption",
1939
+ "content": "Status"
1940
+ },
1941
+ {
1942
+ "type": "typography",
1943
+ "variant": "body",
1944
+ "content": "@entity.status"
1935
1945
  }
1936
1946
  ]
1937
1947
  }
@@ -955,6 +955,10 @@
955
955
  "name": "id",
956
956
  "type": "string",
957
957
  "required": true
958
+ },
959
+ {
960
+ "name": "row",
961
+ "type": "object"
958
962
  }
959
963
  ]
960
964
  },
@@ -966,6 +970,10 @@
966
970
  "name": "id",
967
971
  "type": "string",
968
972
  "required": true
973
+ },
974
+ {
975
+ "name": "row",
976
+ "type": "object"
969
977
  }
970
978
  ]
971
979
  },