@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.
- package/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
- package/behaviors/exports/atoms/std-agent-completion.orb +469 -0
- package/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
- package/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
- package/behaviors/exports/atoms/std-agent-memory.orb +627 -0
- package/behaviors/exports/atoms/std-agent-provider.orb +402 -0
- package/behaviors/exports/atoms/std-agent-search.orb +418 -0
- package/behaviors/exports/atoms/std-agent-session.orb +825 -0
- package/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
- package/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
- package/behaviors/exports/molecules/std-agent-planner.orb +898 -0
- package/behaviors/exports/molecules/std-agent-rag.orb +736 -0
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
- package/behaviors/exports/molecules/std-detail.orb +4 -0
- package/behaviors/exports/molecules/std-geospatial.orb +4 -0
- package/behaviors/exports/molecules/std-inventory.orb +8 -0
- package/behaviors/exports/molecules/std-list.orb +18 -1
- package/behaviors/exports/molecules/std-messaging.orb +4 -0
- package/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
- package/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
- package/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
- package/behaviors/exports/organisms/std-api-gateway.orb +18 -1
- package/behaviors/exports/organisms/std-booking-system.orb +131 -104
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/behaviors/exports/organisms/std-cms.orb +40 -2
- package/behaviors/exports/organisms/std-crm.orb +40 -2
- package/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
- package/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
- package/behaviors/exports/organisms/std-healthcare.orb +167 -136
- package/behaviors/exports/organisms/std-helpdesk.orb +22 -1
- package/behaviors/exports/organisms/std-hr-portal.orb +115 -88
- package/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
- package/behaviors/exports/organisms/std-lms.orb +97 -87
- package/behaviors/exports/organisms/std-platformer-app.orb +8 -0
- package/behaviors/exports/organisms/std-project-manager.orb +36 -2
- package/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
- package/behaviors/exports/organisms/std-rpg-game.orb +8 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
- package/behaviors/exports/organisms/std-social-feed.orb +8 -0
- package/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
- package/behaviors/exports/validation-report.json +1425 -0
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +402 -0
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +469 -0
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +790 -0
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +737 -0
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +627 -0
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +402 -0
- package/dist/behaviors/exports/atoms/std-agent-search.orb +418 -0
- package/dist/behaviors/exports/atoms/std-agent-session.orb +825 -0
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +380 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +63 -70
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +1143 -0
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +898 -0
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +736 -0
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +1237 -0
- package/dist/behaviors/exports/molecules/std-detail.orb +4 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +4 -0
- package/dist/behaviors/exports/molecules/std-inventory.orb +8 -0
- package/dist/behaviors/exports/molecules/std-list.orb +18 -1
- package/dist/behaviors/exports/molecules/std-messaging.orb +4 -0
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +2288 -0
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +2664 -0
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +2303 -0
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +18 -1
- package/dist/behaviors/exports/organisms/std-booking-system.orb +131 -104
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/dist/behaviors/exports/organisms/std-cms.orb +40 -2
- package/dist/behaviors/exports/organisms/std-crm.orb +40 -2
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +18 -1
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +22 -1
- package/dist/behaviors/exports/organisms/std-healthcare.orb +167 -136
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +22 -1
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +115 -88
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +18 -1
- package/dist/behaviors/exports/organisms/std-lms.orb +97 -87
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +8 -0
- package/dist/behaviors/exports/organisms/std-project-manager.orb +36 -2
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +22 -1
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +8 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -2
- package/dist/behaviors/exports/organisms/std-social-feed.orb +8 -0
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +18 -1
- package/dist/behaviors/exports/validation-report.json +1425 -0
- package/dist/behaviors/exports-reader.js +6345 -175
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +620 -1
- package/dist/behaviors/functions/index.js +6285 -176
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +6348 -178
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +6347 -177
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-classifier.orb +402 -0
- package/dist/exports/atoms/std-agent-completion.orb +469 -0
- package/dist/exports/atoms/std-agent-context-window.orb +790 -0
- package/dist/exports/atoms/std-agent-conversation.orb +737 -0
- package/dist/exports/atoms/std-agent-memory.orb +627 -0
- package/dist/exports/atoms/std-agent-provider.orb +402 -0
- package/dist/exports/atoms/std-agent-search.orb +418 -0
- package/dist/exports/atoms/std-agent-session.orb +825 -0
- package/dist/exports/atoms/std-agent-tool-call.orb +380 -0
- package/dist/exports/atoms/std-wizard.orb +63 -70
- package/dist/exports/molecules/std-agent-fix-loop.orb +1213 -0
- package/dist/exports/molecules/std-agent-learner.orb +1143 -0
- package/dist/exports/molecules/std-agent-planner.orb +898 -0
- package/dist/exports/molecules/std-agent-rag.orb +736 -0
- package/dist/exports/molecules/std-agent-tool-loop.orb +1237 -0
- package/dist/exports/molecules/std-detail.orb +4 -0
- package/dist/exports/molecules/std-geospatial.orb +4 -0
- package/dist/exports/molecules/std-inventory.orb +8 -0
- package/dist/exports/molecules/std-list.orb +18 -1
- package/dist/exports/molecules/std-messaging.orb +4 -0
- package/dist/exports/organisms/std-agent-assistant.orb +2288 -0
- package/dist/exports/organisms/std-agent-builder.orb +2664 -0
- package/dist/exports/organisms/std-agent-pipeline.orb +2307 -0
- package/dist/exports/organisms/std-agent-reviewer.orb +1743 -0
- package/dist/exports/organisms/std-agent-tutor.orb +2303 -0
- package/dist/exports/organisms/std-api-gateway.orb +18 -1
- package/dist/exports/organisms/std-booking-system.orb +131 -104
- package/dist/exports/organisms/std-cicd-pipeline.orb +18 -1
- package/dist/exports/organisms/std-cms.orb +40 -2
- package/dist/exports/organisms/std-crm.orb +40 -2
- package/dist/exports/organisms/std-devops-dashboard.orb +18 -1
- package/dist/exports/organisms/std-finance-tracker.orb +22 -1
- package/dist/exports/organisms/std-healthcare.orb +167 -136
- package/dist/exports/organisms/std-helpdesk.orb +22 -1
- package/dist/exports/organisms/std-hr-portal.orb +115 -88
- package/dist/exports/organisms/std-iot-dashboard.orb +18 -1
- package/dist/exports/organisms/std-lms.orb +97 -87
- package/dist/exports/organisms/std-platformer-app.orb +8 -0
- package/dist/exports/organisms/std-project-manager.orb +36 -2
- package/dist/exports/organisms/std-realtime-chat.orb +22 -1
- package/dist/exports/organisms/std-rpg-game.orb +8 -0
- package/dist/exports/organisms/std-service-marketplace.orb +36 -2
- package/dist/exports/organisms/std-social-feed.orb +8 -0
- package/dist/exports/organisms/std-trading-dashboard.orb +18 -1
- package/dist/exports/validation-report.json +1425 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6348 -178
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -84,6 +84,10 @@
|
|
|
84
84
|
"name": "id",
|
|
85
85
|
"type": "string",
|
|
86
86
|
"required": true
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "row",
|
|
90
|
+
"type": "object"
|
|
87
91
|
}
|
|
88
92
|
]
|
|
89
93
|
},
|
|
@@ -95,6 +99,10 @@
|
|
|
95
99
|
"name": "id",
|
|
96
100
|
"type": "string",
|
|
97
101
|
"required": true
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "row",
|
|
105
|
+
"type": "object"
|
|
98
106
|
}
|
|
99
107
|
]
|
|
100
108
|
},
|
|
@@ -106,6 +114,10 @@
|
|
|
106
114
|
"name": "id",
|
|
107
115
|
"type": "string",
|
|
108
116
|
"required": true
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "row",
|
|
120
|
+
"type": "object"
|
|
109
121
|
}
|
|
110
122
|
]
|
|
111
123
|
},
|
|
@@ -349,7 +361,12 @@
|
|
|
349
361
|
},
|
|
350
362
|
{
|
|
351
363
|
"type": "typography",
|
|
352
|
-
"content": "
|
|
364
|
+
"content": "@entity.path",
|
|
365
|
+
"variant": "h4"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "typography",
|
|
369
|
+
"content": "This action cannot be undone.",
|
|
353
370
|
"variant": "body"
|
|
354
371
|
},
|
|
355
372
|
{
|
|
@@ -86,6 +86,10 @@
|
|
|
86
86
|
"name": "id",
|
|
87
87
|
"type": "string",
|
|
88
88
|
"required": true
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "row",
|
|
92
|
+
"type": "object"
|
|
89
93
|
}
|
|
90
94
|
]
|
|
91
95
|
},
|
|
@@ -97,6 +101,10 @@
|
|
|
97
101
|
"name": "id",
|
|
98
102
|
"type": "string",
|
|
99
103
|
"required": true
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "row",
|
|
107
|
+
"type": "object"
|
|
100
108
|
}
|
|
101
109
|
]
|
|
102
110
|
},
|
|
@@ -108,6 +116,10 @@
|
|
|
108
116
|
"name": "id",
|
|
109
117
|
"type": "string",
|
|
110
118
|
"required": true
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "row",
|
|
122
|
+
"type": "object"
|
|
111
123
|
}
|
|
112
124
|
]
|
|
113
125
|
},
|
|
@@ -359,7 +371,12 @@
|
|
|
359
371
|
},
|
|
360
372
|
{
|
|
361
373
|
"type": "typography",
|
|
362
|
-
"content": "
|
|
374
|
+
"content": "@entity.name",
|
|
375
|
+
"variant": "h4"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"type": "typography",
|
|
379
|
+
"content": "This action cannot be undone.",
|
|
363
380
|
"variant": "body"
|
|
364
381
|
},
|
|
365
382
|
{
|
|
@@ -2024,123 +2041,116 @@
|
|
|
2024
2041
|
"type": "divider"
|
|
2025
2042
|
},
|
|
2026
2043
|
{
|
|
2027
|
-
"type": "
|
|
2044
|
+
"type": "stack",
|
|
2045
|
+
"direction": "vertical",
|
|
2046
|
+
"gap": "sm",
|
|
2028
2047
|
"entity": "Booking",
|
|
2029
|
-
"
|
|
2030
|
-
"fn",
|
|
2031
|
-
"item",
|
|
2048
|
+
"children": [
|
|
2032
2049
|
{
|
|
2033
2050
|
"type": "stack",
|
|
2034
|
-
"direction": "
|
|
2035
|
-
"gap": "
|
|
2051
|
+
"direction": "horizontal",
|
|
2052
|
+
"gap": "md",
|
|
2053
|
+
"justify": "space-between",
|
|
2036
2054
|
"children": [
|
|
2037
2055
|
{
|
|
2038
|
-
"type": "
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2041
|
-
"justify": "space-between",
|
|
2042
|
-
"children": [
|
|
2043
|
-
{
|
|
2044
|
-
"type": "typography",
|
|
2045
|
-
"variant": "caption",
|
|
2046
|
-
"content": "ProviderName"
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"type": "typography",
|
|
2050
|
-
"variant": "body",
|
|
2051
|
-
"content": "@item.providerName"
|
|
2052
|
-
}
|
|
2053
|
-
]
|
|
2056
|
+
"type": "typography",
|
|
2057
|
+
"variant": "caption",
|
|
2058
|
+
"content": "Provider Name"
|
|
2054
2059
|
},
|
|
2055
2060
|
{
|
|
2056
|
-
"type": "
|
|
2057
|
-
"
|
|
2058
|
-
"
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2061
|
+
"type": "typography",
|
|
2062
|
+
"variant": "body",
|
|
2063
|
+
"content": "@entity.providerName"
|
|
2064
|
+
}
|
|
2065
|
+
]
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"type": "stack",
|
|
2069
|
+
"direction": "horizontal",
|
|
2070
|
+
"gap": "md",
|
|
2071
|
+
"justify": "space-between",
|
|
2072
|
+
"children": [
|
|
2073
|
+
{
|
|
2074
|
+
"type": "typography",
|
|
2075
|
+
"variant": "caption",
|
|
2076
|
+
"content": "Customer Name"
|
|
2072
2077
|
},
|
|
2073
2078
|
{
|
|
2074
|
-
"type": "
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2079
|
+
"type": "typography",
|
|
2080
|
+
"variant": "body",
|
|
2081
|
+
"content": "@entity.customerName"
|
|
2082
|
+
}
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"type": "stack",
|
|
2087
|
+
"direction": "horizontal",
|
|
2088
|
+
"gap": "md",
|
|
2089
|
+
"justify": "space-between",
|
|
2090
|
+
"children": [
|
|
2091
|
+
{
|
|
2092
|
+
"type": "typography",
|
|
2093
|
+
"variant": "caption",
|
|
2094
|
+
"content": "Customer Email"
|
|
2090
2095
|
},
|
|
2091
2096
|
{
|
|
2092
|
-
"type": "
|
|
2093
|
-
"
|
|
2094
|
-
"
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2097
|
+
"type": "typography",
|
|
2098
|
+
"variant": "body",
|
|
2099
|
+
"content": "@entity.customerEmail"
|
|
2100
|
+
}
|
|
2101
|
+
]
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"type": "stack",
|
|
2105
|
+
"direction": "horizontal",
|
|
2106
|
+
"gap": "md",
|
|
2107
|
+
"justify": "space-between",
|
|
2108
|
+
"children": [
|
|
2109
|
+
{
|
|
2110
|
+
"type": "typography",
|
|
2111
|
+
"variant": "caption",
|
|
2112
|
+
"content": "Date"
|
|
2108
2113
|
},
|
|
2109
2114
|
{
|
|
2110
|
-
"type": "
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2115
|
+
"type": "typography",
|
|
2116
|
+
"variant": "body",
|
|
2117
|
+
"content": "@entity.date"
|
|
2118
|
+
}
|
|
2119
|
+
]
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"type": "stack",
|
|
2123
|
+
"direction": "horizontal",
|
|
2124
|
+
"gap": "md",
|
|
2125
|
+
"justify": "space-between",
|
|
2126
|
+
"children": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": "typography",
|
|
2129
|
+
"variant": "caption",
|
|
2130
|
+
"content": "Time"
|
|
2126
2131
|
},
|
|
2127
2132
|
{
|
|
2128
|
-
"type": "
|
|
2129
|
-
"
|
|
2130
|
-
"
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2133
|
+
"type": "typography",
|
|
2134
|
+
"variant": "body",
|
|
2135
|
+
"content": "@entity.time"
|
|
2136
|
+
}
|
|
2137
|
+
]
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"type": "stack",
|
|
2141
|
+
"direction": "horizontal",
|
|
2142
|
+
"gap": "md",
|
|
2143
|
+
"justify": "space-between",
|
|
2144
|
+
"children": [
|
|
2145
|
+
{
|
|
2146
|
+
"type": "typography",
|
|
2147
|
+
"variant": "caption",
|
|
2148
|
+
"content": "Notes"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"type": "typography",
|
|
2152
|
+
"variant": "body",
|
|
2153
|
+
"content": "@entity.notes"
|
|
2144
2154
|
}
|
|
2145
2155
|
]
|
|
2146
2156
|
}
|
|
@@ -3000,6 +3010,10 @@
|
|
|
3000
3010
|
"name": "id",
|
|
3001
3011
|
"type": "string",
|
|
3002
3012
|
"required": true
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "row",
|
|
3016
|
+
"type": "object"
|
|
3003
3017
|
}
|
|
3004
3018
|
]
|
|
3005
3019
|
},
|
|
@@ -3011,6 +3025,10 @@
|
|
|
3011
3025
|
"name": "id",
|
|
3012
3026
|
"type": "string",
|
|
3013
3027
|
"required": true
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "row",
|
|
3031
|
+
"type": "object"
|
|
3014
3032
|
}
|
|
3015
3033
|
]
|
|
3016
3034
|
},
|
|
@@ -3022,6 +3040,10 @@
|
|
|
3022
3040
|
"name": "id",
|
|
3023
3041
|
"type": "string",
|
|
3024
3042
|
"required": true
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"name": "row",
|
|
3046
|
+
"type": "object"
|
|
3025
3047
|
}
|
|
3026
3048
|
]
|
|
3027
3049
|
},
|
|
@@ -3275,7 +3297,12 @@
|
|
|
3275
3297
|
},
|
|
3276
3298
|
{
|
|
3277
3299
|
"type": "typography",
|
|
3278
|
-
"content": "
|
|
3300
|
+
"content": "@entity.providerName",
|
|
3301
|
+
"variant": "h4"
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"type": "typography",
|
|
3305
|
+
"content": "This action cannot be undone.",
|
|
3279
3306
|
"variant": "body"
|
|
3280
3307
|
},
|
|
3281
3308
|
{
|
|
@@ -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
|
},
|
|
@@ -346,7 +358,12 @@
|
|
|
346
358
|
},
|
|
347
359
|
{
|
|
348
360
|
"type": "typography",
|
|
349
|
-
"content": "
|
|
361
|
+
"content": "@entity.branch",
|
|
362
|
+
"variant": "h4"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": "typography",
|
|
366
|
+
"content": "This action cannot be undone.",
|
|
350
367
|
"variant": "body"
|
|
351
368
|
},
|
|
352
369
|
{
|
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
"name": "id",
|
|
92
92
|
"type": "string",
|
|
93
93
|
"required": true
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "row",
|
|
97
|
+
"type": "object"
|
|
94
98
|
}
|
|
95
99
|
]
|
|
96
100
|
},
|
|
@@ -102,6 +106,10 @@
|
|
|
102
106
|
"name": "id",
|
|
103
107
|
"type": "string",
|
|
104
108
|
"required": true
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "row",
|
|
112
|
+
"type": "object"
|
|
105
113
|
}
|
|
106
114
|
]
|
|
107
115
|
},
|
|
@@ -113,6 +121,10 @@
|
|
|
113
121
|
"name": "id",
|
|
114
122
|
"type": "string",
|
|
115
123
|
"required": true
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "row",
|
|
127
|
+
"type": "object"
|
|
116
128
|
}
|
|
117
129
|
]
|
|
118
130
|
},
|
|
@@ -360,7 +372,12 @@
|
|
|
360
372
|
},
|
|
361
373
|
{
|
|
362
374
|
"type": "typography",
|
|
363
|
-
"content": "
|
|
375
|
+
"content": "@entity.title",
|
|
376
|
+
"variant": "h4"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"type": "typography",
|
|
380
|
+
"content": "This action cannot be undone.",
|
|
364
381
|
"variant": "body"
|
|
365
382
|
},
|
|
366
383
|
{
|
|
@@ -1540,6 +1557,10 @@
|
|
|
1540
1557
|
"name": "id",
|
|
1541
1558
|
"type": "string",
|
|
1542
1559
|
"required": true
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "row",
|
|
1563
|
+
"type": "object"
|
|
1543
1564
|
}
|
|
1544
1565
|
]
|
|
1545
1566
|
},
|
|
@@ -2195,6 +2216,10 @@
|
|
|
2195
2216
|
"name": "id",
|
|
2196
2217
|
"type": "string",
|
|
2197
2218
|
"required": true
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"name": "row",
|
|
2222
|
+
"type": "object"
|
|
2198
2223
|
}
|
|
2199
2224
|
]
|
|
2200
2225
|
},
|
|
@@ -2206,6 +2231,10 @@
|
|
|
2206
2231
|
"name": "id",
|
|
2207
2232
|
"type": "string",
|
|
2208
2233
|
"required": true
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "row",
|
|
2237
|
+
"type": "object"
|
|
2209
2238
|
}
|
|
2210
2239
|
]
|
|
2211
2240
|
},
|
|
@@ -2217,6 +2246,10 @@
|
|
|
2217
2246
|
"name": "id",
|
|
2218
2247
|
"type": "string",
|
|
2219
2248
|
"required": true
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "row",
|
|
2252
|
+
"type": "object"
|
|
2220
2253
|
}
|
|
2221
2254
|
]
|
|
2222
2255
|
},
|
|
@@ -2460,7 +2493,12 @@
|
|
|
2460
2493
|
},
|
|
2461
2494
|
{
|
|
2462
2495
|
"type": "typography",
|
|
2463
|
-
"content": "
|
|
2496
|
+
"content": "@entity.name",
|
|
2497
|
+
"variant": "h4"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"type": "typography",
|
|
2501
|
+
"content": "This action cannot be undone.",
|
|
2464
2502
|
"variant": "body"
|
|
2465
2503
|
},
|
|
2466
2504
|
{
|
|
@@ -88,6 +88,10 @@
|
|
|
88
88
|
"name": "id",
|
|
89
89
|
"type": "string",
|
|
90
90
|
"required": true
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "row",
|
|
94
|
+
"type": "object"
|
|
91
95
|
}
|
|
92
96
|
]
|
|
93
97
|
},
|
|
@@ -99,6 +103,10 @@
|
|
|
99
103
|
"name": "id",
|
|
100
104
|
"type": "string",
|
|
101
105
|
"required": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "row",
|
|
109
|
+
"type": "object"
|
|
102
110
|
}
|
|
103
111
|
]
|
|
104
112
|
},
|
|
@@ -110,6 +118,10 @@
|
|
|
110
118
|
"name": "id",
|
|
111
119
|
"type": "string",
|
|
112
120
|
"required": true
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "row",
|
|
124
|
+
"type": "object"
|
|
113
125
|
}
|
|
114
126
|
]
|
|
115
127
|
},
|
|
@@ -378,7 +390,12 @@
|
|
|
378
390
|
},
|
|
379
391
|
{
|
|
380
392
|
"type": "typography",
|
|
381
|
-
"content": "
|
|
393
|
+
"content": "@entity.name",
|
|
394
|
+
"variant": "h4"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"type": "typography",
|
|
398
|
+
"content": "This action cannot be undone.",
|
|
382
399
|
"variant": "body"
|
|
383
400
|
},
|
|
384
401
|
{
|
|
@@ -1605,6 +1622,10 @@
|
|
|
1605
1622
|
"name": "id",
|
|
1606
1623
|
"type": "string",
|
|
1607
1624
|
"required": true
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "row",
|
|
1628
|
+
"type": "object"
|
|
1608
1629
|
}
|
|
1609
1630
|
]
|
|
1610
1631
|
},
|
|
@@ -1616,6 +1637,10 @@
|
|
|
1616
1637
|
"name": "id",
|
|
1617
1638
|
"type": "string",
|
|
1618
1639
|
"required": true
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "row",
|
|
1643
|
+
"type": "object"
|
|
1619
1644
|
}
|
|
1620
1645
|
]
|
|
1621
1646
|
},
|
|
@@ -1627,6 +1652,10 @@
|
|
|
1627
1652
|
"name": "id",
|
|
1628
1653
|
"type": "string",
|
|
1629
1654
|
"required": true
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"name": "row",
|
|
1658
|
+
"type": "object"
|
|
1630
1659
|
}
|
|
1631
1660
|
]
|
|
1632
1661
|
},
|
|
@@ -1875,7 +1904,12 @@
|
|
|
1875
1904
|
},
|
|
1876
1905
|
{
|
|
1877
1906
|
"type": "typography",
|
|
1878
|
-
"content": "
|
|
1907
|
+
"content": "@entity.title",
|
|
1908
|
+
"variant": "h4"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"type": "typography",
|
|
1912
|
+
"content": "This action cannot be undone.",
|
|
1879
1913
|
"variant": "body"
|
|
1880
1914
|
},
|
|
1881
1915
|
{
|
|
@@ -4534,6 +4568,10 @@
|
|
|
4534
4568
|
"name": "id",
|
|
4535
4569
|
"type": "string",
|
|
4536
4570
|
"required": true
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"name": "row",
|
|
4574
|
+
"type": "object"
|
|
4537
4575
|
}
|
|
4538
4576
|
]
|
|
4539
4577
|
},
|
|
@@ -3082,6 +3082,10 @@
|
|
|
3082
3082
|
"name": "id",
|
|
3083
3083
|
"type": "string",
|
|
3084
3084
|
"required": true
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "row",
|
|
3088
|
+
"type": "object"
|
|
3085
3089
|
}
|
|
3086
3090
|
]
|
|
3087
3091
|
},
|
|
@@ -3093,6 +3097,10 @@
|
|
|
3093
3097
|
"name": "id",
|
|
3094
3098
|
"type": "string",
|
|
3095
3099
|
"required": true
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"name": "row",
|
|
3103
|
+
"type": "object"
|
|
3096
3104
|
}
|
|
3097
3105
|
]
|
|
3098
3106
|
},
|
|
@@ -3104,6 +3112,10 @@
|
|
|
3104
3112
|
"name": "id",
|
|
3105
3113
|
"type": "string",
|
|
3106
3114
|
"required": true
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "row",
|
|
3118
|
+
"type": "object"
|
|
3107
3119
|
}
|
|
3108
3120
|
]
|
|
3109
3121
|
},
|
|
@@ -3351,7 +3363,12 @@
|
|
|
3351
3363
|
},
|
|
3352
3364
|
{
|
|
3353
3365
|
"type": "typography",
|
|
3354
|
-
"content": "
|
|
3366
|
+
"content": "@entity.level",
|
|
3367
|
+
"variant": "h4"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"type": "typography",
|
|
3371
|
+
"content": "This action cannot be undone.",
|
|
3355
3372
|
"variant": "body"
|
|
3356
3373
|
},
|
|
3357
3374
|
{
|