@pokash/n8n-nodes-optima-rest-api 1.0.2 → 1.0.3

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.

Potentially problematic release.


This version of @pokash/n8n-nodes-optima-rest-api might be problematic. Click here for more details.

@@ -313,7 +313,7 @@ class OptimaRestApi {
313
313
  },
314
314
  json: true,
315
315
  });
316
- const token = loginResponse.accessToken;
316
+ const token = loginResponse.Token;
317
317
  for (let i = 0; i < items.length; i++) {
318
318
  try {
319
319
  if (resource === 'customer') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pokash/n8n-nodes-optima-rest-api",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "n8n node for Comarch Optima REST API integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",