ugcinc 2.89.0 → 2.89.1
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/dist/automations.js +2 -2
- package/package.json +1 -1
package/dist/automations.js
CHANGED
|
@@ -257,7 +257,7 @@ function getAllNodes() {
|
|
|
257
257
|
type: "manual-trigger",
|
|
258
258
|
label: "Manual Trigger",
|
|
259
259
|
description: "Define inputs required when manually running this automation",
|
|
260
|
-
category: "
|
|
260
|
+
category: "Triggers",
|
|
261
261
|
inputs: [],
|
|
262
262
|
// Dynamic outputs based on manualTriggerConfig.outputs
|
|
263
263
|
outputs: [],
|
|
@@ -267,7 +267,7 @@ function getAllNodes() {
|
|
|
267
267
|
type: "recurrence",
|
|
268
268
|
label: "Recurrence",
|
|
269
269
|
description: "Schedule recurring automation runs",
|
|
270
|
-
category: "
|
|
270
|
+
category: "Triggers",
|
|
271
271
|
inputs: [],
|
|
272
272
|
outputs: [],
|
|
273
273
|
isInitializer: true,
|