@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.
- package/dist/nodes/Cue/Cue.node.js +14 -14
- package/package.json +1 -1
|
@@ -318,35 +318,35 @@ export class Cue {
|
|
|
318
318
|
],
|
|
319
319
|
description: "The platforms to post to with their content",
|
|
320
320
|
},
|
|
321
|
-
//
|
|
321
|
+
// Auto Schedule - must be defined before fields that reference it in displayOptions
|
|
322
322
|
{
|
|
323
|
-
displayName: "
|
|
324
|
-
name: "
|
|
325
|
-
type: "
|
|
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: "
|
|
333
|
+
description: "Automatically schedule each platform for optimal posting times based on engagement windows",
|
|
336
334
|
},
|
|
337
|
-
//
|
|
335
|
+
// Scheduled At
|
|
338
336
|
{
|
|
339
|
-
displayName: "
|
|
340
|
-
name: "
|
|
341
|
-
type: "
|
|
342
|
-
default:
|
|
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: "
|
|
349
|
+
description: "When to publish the post (ISO 8601 format). Leave empty for draft.",
|
|
350
350
|
},
|
|
351
351
|
// Publish Now
|
|
352
352
|
{
|