@worktables/n8n-nodes-worktables-staging 1.0.23 → 1.0.25

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.
@@ -6314,6 +6314,7 @@ class Worktables {
6314
6314
  maxBodyLength: Infinity,
6315
6315
  });
6316
6316
  console.log(`Upload response for '${binaryName}':`, uploadFile.data);
6317
+ console.log('HERRRRRRROOOOO');
6317
6318
  response = JSON.stringify(uploadFile.data);
6318
6319
  }
6319
6320
  break;
@@ -6715,6 +6716,7 @@ class Worktables {
6715
6716
  maxContentLength: Infinity,
6716
6717
  maxBodyLength: Infinity,
6717
6718
  });
6719
+ console.log('HERRRRRRROOOOO');
6718
6720
  console.log(`[createUpdate] Item ${i} - Upload response for '${binaryName}':`, JSON.stringify(uploadResponse.data));
6719
6721
  }
6720
6722
  }
@@ -6747,6 +6749,7 @@ class Worktables {
6747
6749
  const attachmentsString = this.getNodeParameter('attachmentsUpdate', i);
6748
6750
  const binaryNames = (0, worktablesHelpers_1.parseBinaryNames)(attachmentsString);
6749
6751
  console.log(`Item ${i} - Binary names to process:`, binaryNames);
6752
+ console.log('HEREEEEEEE:', updateId);
6750
6753
  for (const binaryName of binaryNames) {
6751
6754
  let binaryData;
6752
6755
  try {
@@ -6786,6 +6789,7 @@ class Worktables {
6786
6789
  maxContentLength: Infinity,
6787
6790
  maxBodyLength: Infinity,
6788
6791
  });
6792
+ console.log('HERRRRRRROOOOO');
6789
6793
  console.log(`[updateUpdate] Item ${i} - Upload response for '${binaryName}':`, JSON.stringify(uploadResponse.data));
6790
6794
  }
6791
6795
  }
@@ -6903,6 +6907,7 @@ class Worktables {
6903
6907
  maxContentLength: Infinity,
6904
6908
  maxBodyLength: Infinity,
6905
6909
  });
6910
+ console.log('HERRRRRRROOOOO');
6906
6911
  console.log(`[uploadFile] Item ${i} - Upload response for '${binaryName}':`, JSON.stringify(uploadResponse.data));
6907
6912
  response = JSON.stringify(uploadResponse.data);
6908
6913
  }