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.
@@ -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: "Input",
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: "Input",
270
+ category: "Triggers",
271
271
  inputs: [],
272
272
  outputs: [],
273
273
  isInitializer: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.89.0",
3
+ "version": "2.89.1",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",