@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
@@ -76,6 +76,10 @@
76
76
  "name": "id",
77
77
  "type": "string",
78
78
  "required": true
79
+ },
80
+ {
81
+ "name": "row",
82
+ "type": "object"
79
83
  }
80
84
  ]
81
85
  },
@@ -87,6 +91,10 @@
87
91
  "name": "id",
88
92
  "type": "string",
89
93
  "required": true
94
+ },
95
+ {
96
+ "name": "row",
97
+ "type": "object"
90
98
  }
91
99
  ]
92
100
  },
@@ -98,6 +106,10 @@
98
106
  "name": "id",
99
107
  "type": "string",
100
108
  "required": true
109
+ },
110
+ {
111
+ "name": "row",
112
+ "type": "object"
101
113
  }
102
114
  ]
103
115
  },
@@ -341,7 +353,12 @@
341
353
  },
342
354
  {
343
355
  "type": "typography",
344
- "content": "Are you sure you want to delete this transaction?",
356
+ "content": "@entity.description",
357
+ "variant": "h4"
358
+ },
359
+ {
360
+ "type": "typography",
361
+ "content": "This action cannot be undone.",
345
362
  "variant": "body"
346
363
  },
347
364
  {
@@ -2855,6 +2872,10 @@
2855
2872
  "name": "id",
2856
2873
  "type": "string",
2857
2874
  "required": true
2875
+ },
2876
+ {
2877
+ "name": "row",
2878
+ "type": "object"
2858
2879
  }
2859
2880
  ]
2860
2881
  },
@@ -96,6 +96,10 @@
96
96
  "name": "id",
97
97
  "type": "string",
98
98
  "required": true
99
+ },
100
+ {
101
+ "name": "row",
102
+ "type": "object"
99
103
  }
100
104
  ]
101
105
  },
@@ -107,6 +111,10 @@
107
111
  "name": "id",
108
112
  "type": "string",
109
113
  "required": true
114
+ },
115
+ {
116
+ "name": "row",
117
+ "type": "object"
110
118
  }
111
119
  ]
112
120
  },
@@ -118,6 +126,10 @@
118
126
  "name": "id",
119
127
  "type": "string",
120
128
  "required": true
129
+ },
130
+ {
131
+ "name": "row",
132
+ "type": "object"
121
133
  }
122
134
  ]
123
135
  },
@@ -398,7 +410,12 @@
398
410
  },
399
411
  {
400
412
  "type": "typography",
401
- "content": "Are you sure you want to delete this patient?",
413
+ "content": "@entity.firstName",
414
+ "variant": "h4"
415
+ },
416
+ {
417
+ "type": "typography",
418
+ "content": "This action cannot be undone.",
402
419
  "variant": "body"
403
420
  },
404
421
  {
@@ -1664,6 +1681,10 @@
1664
1681
  "name": "id",
1665
1682
  "type": "string",
1666
1683
  "required": true
1684
+ },
1685
+ {
1686
+ "name": "row",
1687
+ "type": "object"
1667
1688
  }
1668
1689
  ]
1669
1690
  },
@@ -1675,6 +1696,10 @@
1675
1696
  "name": "id",
1676
1697
  "type": "string",
1677
1698
  "required": true
1699
+ },
1700
+ {
1701
+ "name": "row",
1702
+ "type": "object"
1678
1703
  }
1679
1704
  ]
1680
1705
  },
@@ -1686,6 +1711,10 @@
1686
1711
  "name": "id",
1687
1712
  "type": "string",
1688
1713
  "required": true
1714
+ },
1715
+ {
1716
+ "name": "row",
1717
+ "type": "object"
1689
1718
  }
1690
1719
  ]
1691
1720
  },
@@ -1948,7 +1977,12 @@
1948
1977
  },
1949
1978
  {
1950
1979
  "type": "typography",
1951
- "content": "Are you sure you want to delete this appointment?",
1980
+ "content": "@entity.patientName",
1981
+ "variant": "h4"
1982
+ },
1983
+ {
1984
+ "type": "typography",
1985
+ "content": "This action cannot be undone.",
1952
1986
  "variant": "body"
1953
1987
  },
1954
1988
  {
@@ -3673,159 +3707,152 @@
3673
3707
  "type": "divider"
3674
3708
  },
3675
3709
  {
3676
- "type": "data-list",
3710
+ "type": "stack",
3711
+ "direction": "vertical",
3712
+ "gap": "sm",
3677
3713
  "entity": "IntakeForm",
3678
- "renderItem": [
3679
- "fn",
3680
- "item",
3714
+ "children": [
3681
3715
  {
3682
3716
  "type": "stack",
3683
- "direction": "vertical",
3684
- "gap": "sm",
3717
+ "direction": "horizontal",
3718
+ "gap": "md",
3719
+ "justify": "space-between",
3685
3720
  "children": [
3686
3721
  {
3687
- "type": "stack",
3688
- "direction": "horizontal",
3689
- "gap": "md",
3690
- "justify": "space-between",
3691
- "children": [
3692
- {
3693
- "type": "typography",
3694
- "variant": "caption",
3695
- "content": "FirstName"
3696
- },
3697
- {
3698
- "type": "typography",
3699
- "variant": "body",
3700
- "content": "@item.firstName"
3701
- }
3702
- ]
3722
+ "type": "typography",
3723
+ "variant": "caption",
3724
+ "content": "First Name"
3703
3725
  },
3704
3726
  {
3705
- "type": "stack",
3706
- "direction": "horizontal",
3707
- "gap": "md",
3708
- "justify": "space-between",
3709
- "children": [
3710
- {
3711
- "type": "typography",
3712
- "variant": "caption",
3713
- "content": "LastName"
3714
- },
3715
- {
3716
- "type": "typography",
3717
- "variant": "body",
3718
- "content": "@item.lastName"
3719
- }
3720
- ]
3727
+ "type": "typography",
3728
+ "variant": "body",
3729
+ "content": "@entity.firstName"
3730
+ }
3731
+ ]
3732
+ },
3733
+ {
3734
+ "type": "stack",
3735
+ "direction": "horizontal",
3736
+ "gap": "md",
3737
+ "justify": "space-between",
3738
+ "children": [
3739
+ {
3740
+ "type": "typography",
3741
+ "variant": "caption",
3742
+ "content": "Last Name"
3721
3743
  },
3722
3744
  {
3723
- "type": "stack",
3724
- "direction": "horizontal",
3725
- "gap": "md",
3726
- "justify": "space-between",
3727
- "children": [
3728
- {
3729
- "type": "typography",
3730
- "variant": "caption",
3731
- "content": "DateOfBirth"
3732
- },
3733
- {
3734
- "type": "typography",
3735
- "variant": "body",
3736
- "content": "@item.dateOfBirth"
3737
- }
3738
- ]
3745
+ "type": "typography",
3746
+ "variant": "body",
3747
+ "content": "@entity.lastName"
3748
+ }
3749
+ ]
3750
+ },
3751
+ {
3752
+ "type": "stack",
3753
+ "direction": "horizontal",
3754
+ "gap": "md",
3755
+ "justify": "space-between",
3756
+ "children": [
3757
+ {
3758
+ "type": "typography",
3759
+ "variant": "caption",
3760
+ "content": "Date Of Birth"
3739
3761
  },
3740
3762
  {
3741
- "type": "stack",
3742
- "direction": "horizontal",
3743
- "gap": "md",
3744
- "justify": "space-between",
3745
- "children": [
3746
- {
3747
- "type": "typography",
3748
- "variant": "caption",
3749
- "content": "Allergies"
3750
- },
3751
- {
3752
- "type": "typography",
3753
- "variant": "body",
3754
- "content": "@item.allergies"
3755
- }
3756
- ]
3763
+ "type": "typography",
3764
+ "variant": "body",
3765
+ "content": "@entity.dateOfBirth"
3766
+ }
3767
+ ]
3768
+ },
3769
+ {
3770
+ "type": "stack",
3771
+ "direction": "horizontal",
3772
+ "gap": "md",
3773
+ "justify": "space-between",
3774
+ "children": [
3775
+ {
3776
+ "type": "typography",
3777
+ "variant": "caption",
3778
+ "content": "Allergies"
3757
3779
  },
3758
3780
  {
3759
- "type": "stack",
3760
- "direction": "horizontal",
3761
- "gap": "md",
3762
- "justify": "space-between",
3763
- "children": [
3764
- {
3765
- "type": "typography",
3766
- "variant": "caption",
3767
- "content": "Medications"
3768
- },
3769
- {
3770
- "type": "typography",
3771
- "variant": "body",
3772
- "content": "@item.medications"
3773
- }
3774
- ]
3781
+ "type": "typography",
3782
+ "variant": "body",
3783
+ "content": "@entity.allergies"
3784
+ }
3785
+ ]
3786
+ },
3787
+ {
3788
+ "type": "stack",
3789
+ "direction": "horizontal",
3790
+ "gap": "md",
3791
+ "justify": "space-between",
3792
+ "children": [
3793
+ {
3794
+ "type": "typography",
3795
+ "variant": "caption",
3796
+ "content": "Medications"
3775
3797
  },
3776
3798
  {
3777
- "type": "stack",
3778
- "direction": "horizontal",
3779
- "gap": "md",
3780
- "justify": "space-between",
3781
- "children": [
3782
- {
3783
- "type": "typography",
3784
- "variant": "caption",
3785
- "content": "EmergencyContact"
3786
- },
3787
- {
3788
- "type": "typography",
3789
- "variant": "body",
3790
- "content": "@item.emergencyContact"
3791
- }
3792
- ]
3799
+ "type": "typography",
3800
+ "variant": "body",
3801
+ "content": "@entity.medications"
3802
+ }
3803
+ ]
3804
+ },
3805
+ {
3806
+ "type": "stack",
3807
+ "direction": "horizontal",
3808
+ "gap": "md",
3809
+ "justify": "space-between",
3810
+ "children": [
3811
+ {
3812
+ "type": "typography",
3813
+ "variant": "caption",
3814
+ "content": "Emergency Contact"
3793
3815
  },
3794
3816
  {
3795
- "type": "stack",
3796
- "direction": "horizontal",
3797
- "gap": "md",
3798
- "justify": "space-between",
3799
- "children": [
3800
- {
3801
- "type": "typography",
3802
- "variant": "caption",
3803
- "content": "InsuranceProvider"
3804
- },
3805
- {
3806
- "type": "typography",
3807
- "variant": "body",
3808
- "content": "@item.insuranceProvider"
3809
- }
3810
- ]
3817
+ "type": "typography",
3818
+ "variant": "body",
3819
+ "content": "@entity.emergencyContact"
3820
+ }
3821
+ ]
3822
+ },
3823
+ {
3824
+ "type": "stack",
3825
+ "direction": "horizontal",
3826
+ "gap": "md",
3827
+ "justify": "space-between",
3828
+ "children": [
3829
+ {
3830
+ "type": "typography",
3831
+ "variant": "caption",
3832
+ "content": "Insurance Provider"
3811
3833
  },
3812
3834
  {
3813
- "type": "stack",
3814
- "direction": "horizontal",
3815
- "gap": "md",
3816
- "justify": "space-between",
3817
- "children": [
3818
- {
3819
- "type": "typography",
3820
- "variant": "caption",
3821
- "content": "InsuranceId"
3822
- },
3823
- {
3824
- "type": "typography",
3825
- "variant": "body",
3826
- "content": "@item.insuranceId"
3827
- }
3828
- ]
3835
+ "type": "typography",
3836
+ "variant": "body",
3837
+ "content": "@entity.insuranceProvider"
3838
+ }
3839
+ ]
3840
+ },
3841
+ {
3842
+ "type": "stack",
3843
+ "direction": "horizontal",
3844
+ "gap": "md",
3845
+ "justify": "space-between",
3846
+ "children": [
3847
+ {
3848
+ "type": "typography",
3849
+ "variant": "caption",
3850
+ "content": "Insurance Id"
3851
+ },
3852
+ {
3853
+ "type": "typography",
3854
+ "variant": "body",
3855
+ "content": "@entity.insuranceId"
3829
3856
  }
3830
3857
  ]
3831
3858
  }
@@ -4704,6 +4731,10 @@
4704
4731
  "name": "id",
4705
4732
  "type": "string",
4706
4733
  "required": true
4734
+ },
4735
+ {
4736
+ "name": "row",
4737
+ "type": "object"
4707
4738
  }
4708
4739
  ]
4709
4740
  },
@@ -94,6 +94,10 @@
94
94
  "name": "id",
95
95
  "type": "string",
96
96
  "required": true
97
+ },
98
+ {
99
+ "name": "row",
100
+ "type": "object"
97
101
  }
98
102
  ]
99
103
  },
@@ -105,6 +109,10 @@
105
109
  "name": "id",
106
110
  "type": "string",
107
111
  "required": true
112
+ },
113
+ {
114
+ "name": "row",
115
+ "type": "object"
108
116
  }
109
117
  ]
110
118
  },
@@ -116,6 +124,10 @@
116
124
  "name": "id",
117
125
  "type": "string",
118
126
  "required": true
127
+ },
128
+ {
129
+ "name": "row",
130
+ "type": "object"
119
131
  }
120
132
  ]
121
133
  },
@@ -379,7 +391,12 @@
379
391
  },
380
392
  {
381
393
  "type": "typography",
382
- "content": "Are you sure you want to delete this ticket?",
394
+ "content": "@entity.subject",
395
+ "variant": "h4"
396
+ },
397
+ {
398
+ "type": "typography",
399
+ "content": "This action cannot be undone.",
383
400
  "variant": "body"
384
401
  },
385
402
  {
@@ -1571,6 +1588,10 @@
1571
1588
  "name": "id",
1572
1589
  "type": "string",
1573
1590
  "required": true
1591
+ },
1592
+ {
1593
+ "name": "row",
1594
+ "type": "object"
1574
1595
  }
1575
1596
  ]
1576
1597
  },