Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2026-06-03 03:52:47 +05:00
committed by GitHub
parent a6778992f7
commit be5d41cecc
34 changed files with 3071 additions and 192 deletions
+5 -1
View File
@@ -266,6 +266,8 @@ export default mergeIds(processId, process, {
LockField: '' as IntlString,
UnlockField: '' as IntlString,
Export: '' as IntlString,
ExportWithSlots: '' as IntlString,
ExportWithoutSlots: '' as IntlString,
Import: '' as IntlString,
TextFromIdentifier: '' as IntlString,
TextFromNumber: '' as IntlString,
@@ -283,7 +285,9 @@ export default mergeIds(processId, process, {
DateDifference: '' as IntlString,
TextFromSelect: '' as IntlString,
SelectFromText: '' as IntlString,
AskSubclass: '' as IntlString
AskSubclass: '' as IntlString,
RequiredSlots: '' as IntlString,
Bindings: '' as IntlString
},
permission: {
RunProcess: '' as Ref<Permission>,