@workbuddy/n8n-nodes-workbuddy-edge 1.0.0 → 1.0.2

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.
@@ -411,8 +411,8 @@ class WorkBuddy {
411
411
  {
412
412
  displayName: 'Status',
413
413
  name: 'status',
414
- type: 'json',
415
- default: {},
414
+ type: 'string',
415
+ default: '',
416
416
  description: '',
417
417
  required: false,
418
418
  displayOptions: {
@@ -671,8 +671,8 @@ class WorkBuddy {
671
671
  {
672
672
  displayName: 'Stage Status',
673
673
  name: 'stageStatus',
674
- type: 'json',
675
- default: {},
674
+ type: 'string',
675
+ default: '',
676
676
  description: '',
677
677
  required: false,
678
678
  displayOptions: {