@cuehq/n8n-nodes-cue 0.1.4 → 0.1.5

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.
@@ -318,35 +318,35 @@ export class Cue {
318
318
  ],
319
319
  description: "The platforms to post to with their content",
320
320
  },
321
- // Scheduled At
321
+ // Auto Schedule - must be defined before fields that reference it in displayOptions
322
322
  {
323
- displayName: "Scheduled At",
324
- name: "scheduledAt",
325
- type: "string",
326
- default: "",
327
- placeholder: "2025-01-15T10:00:00Z",
323
+ displayName: "Auto-Schedule",
324
+ name: "autoSchedule",
325
+ type: "boolean",
326
+ default: false,
328
327
  displayOptions: {
329
328
  show: {
330
329
  resource: ["post"],
331
330
  operation: ["create"],
332
- autoSchedule: [false],
333
331
  },
334
332
  },
335
- description: "When to publish the post (ISO 8601 format). Leave empty for draft.",
333
+ description: "Automatically schedule each platform for optimal posting times based on engagement windows",
336
334
  },
337
- // Auto Schedule
335
+ // Scheduled At
338
336
  {
339
- displayName: "Auto-Schedule",
340
- name: "autoSchedule",
341
- type: "boolean",
342
- default: false,
337
+ displayName: "Scheduled At",
338
+ name: "scheduledAt",
339
+ type: "string",
340
+ default: "",
341
+ placeholder: "2025-01-15T10:00:00Z",
343
342
  displayOptions: {
344
343
  show: {
345
344
  resource: ["post"],
346
345
  operation: ["create"],
346
+ autoSchedule: [false],
347
347
  },
348
348
  },
349
- description: "Automatically schedule each platform for optimal posting times based on engagement windows",
349
+ description: "When to publish the post (ISO 8601 format). Leave empty for draft.",
350
350
  },
351
351
  // Publish Now
352
352
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuehq/n8n-nodes-cue",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "n8n community node for Cue - Social media scheduling API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",