@masterteam/flowplus-workflow 0.0.5 → 0.0.7
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/assets/flowplus-workflow.css +1 -1
- package/assets/i18n/ar.json +5 -5
- package/assets/i18n/en.json +27 -27
- package/fesm2022/masterteam-flowplus-workflow.mjs +1840 -168
- package/fesm2022/masterteam-flowplus-workflow.mjs.map +1 -1
- package/package.json +3 -3
- package/types/masterteam-flowplus-workflow.d.ts +71 -5
package/assets/i18n/en.json
CHANGED
|
@@ -65,21 +65,21 @@
|
|
|
65
65
|
},
|
|
66
66
|
"palette": {
|
|
67
67
|
"search": "Search nodes...",
|
|
68
|
-
"rail": "Node finder",
|
|
69
|
-
"toggle": "Open node finder",
|
|
70
|
-
"variables": "Workflow variables",
|
|
71
|
-
"executionFiles": "Files",
|
|
72
|
-
"title": "What happens next?",
|
|
73
|
-
"back": "Back",
|
|
74
|
-
"addAnotherTrigger": "Add another trigger",
|
|
75
|
-
"addAnotherTriggerDesc": "Triggers start your workflow. Workflows can have multiple triggers.",
|
|
76
|
-
"disabledBackendProvider": "Not available from backend catalog.",
|
|
77
|
-
"categories": {
|
|
78
|
-
"Trigger": "Triggers",
|
|
79
|
-
"Human": "Human",
|
|
80
|
-
"Human review": "Human review",
|
|
81
|
-
"Convert to File": "Convert to File",
|
|
82
|
-
"Forms": "Forms",
|
|
68
|
+
"rail": "Node finder",
|
|
69
|
+
"toggle": "Open node finder",
|
|
70
|
+
"variables": "Workflow variables",
|
|
71
|
+
"executionFiles": "Files",
|
|
72
|
+
"title": "What happens next?",
|
|
73
|
+
"back": "Back",
|
|
74
|
+
"addAnotherTrigger": "Add another trigger",
|
|
75
|
+
"addAnotherTriggerDesc": "Triggers start your workflow. Workflows can have multiple triggers.",
|
|
76
|
+
"disabledBackendProvider": "Not available from backend catalog.",
|
|
77
|
+
"categories": {
|
|
78
|
+
"Trigger": "Triggers",
|
|
79
|
+
"Human": "Human",
|
|
80
|
+
"Human review": "Human review",
|
|
81
|
+
"Convert to File": "Convert to File",
|
|
82
|
+
"Forms": "Forms",
|
|
83
83
|
"Automation": "Automation",
|
|
84
84
|
"Apps": "Apps",
|
|
85
85
|
"Logic": "Logic",
|
|
@@ -89,17 +89,17 @@
|
|
|
89
89
|
"logic": "Logic",
|
|
90
90
|
"external": "External",
|
|
91
91
|
"timing": "Timing",
|
|
92
|
-
"human": "Human",
|
|
93
|
-
"humanReview": "Human review",
|
|
94
|
-
"convertToFile": "Convert to File",
|
|
95
|
-
"flowplus": "FlowPlus",
|
|
92
|
+
"human": "Human",
|
|
93
|
+
"humanReview": "Human review",
|
|
94
|
+
"convertToFile": "Convert to File",
|
|
95
|
+
"flowplus": "FlowPlus",
|
|
96
96
|
"webhook": "Webhook"
|
|
97
97
|
},
|
|
98
98
|
"categoryDesc": {
|
|
99
|
-
"Human": "Human input and approval steps.",
|
|
100
|
-
"Human review": "Send a review request and wait for a response.",
|
|
101
|
-
"Convert to File": "Create runtime files from data without embedding file bytes in execution JSON.",
|
|
102
|
-
"Forms": "Collect data with forms.",
|
|
99
|
+
"Human": "Human input and approval steps.",
|
|
100
|
+
"Human review": "Send a review request and wait for a response.",
|
|
101
|
+
"Convert to File": "Create runtime files from data without embedding file bytes in execution JSON.",
|
|
102
|
+
"Forms": "Collect data with forms.",
|
|
103
103
|
"Automation": "API calls, plugins and automations.",
|
|
104
104
|
"Apps": "Run an action in a connected app.",
|
|
105
105
|
"Logic": "Branch, route and conditions.",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"logic": "Branch, route and condition steps.",
|
|
112
112
|
"external": "Call external systems and APIs.",
|
|
113
113
|
"timing": "Waits, timers and schedule-aware steps.",
|
|
114
|
-
"human": "Human input and approval steps.",
|
|
115
|
-
"humanReview": "Send a review request and wait for a response.",
|
|
116
|
-
"convertToFile": "Create runtime files from data without embedding file bytes in execution JSON.",
|
|
117
|
-
"flowplus": "FlowPlus-native workflow actions.",
|
|
114
|
+
"human": "Human input and approval steps.",
|
|
115
|
+
"humanReview": "Send a review request and wait for a response.",
|
|
116
|
+
"convertToFile": "Create runtime files from data without embedding file bytes in execution JSON.",
|
|
117
|
+
"flowplus": "FlowPlus-native workflow actions.",
|
|
118
118
|
"webhook": "Inbound webhook and response handling."
|
|
119
119
|
}
|
|
120
120
|
},
|