n8n-nodes-acumatica 0.1.1 → 0.1.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.
@@ -47,13 +47,13 @@ const properties = parser.build();
47
47
  class ACM_Default_24_200_001 {
48
48
  constructor() {
49
49
  this.description = {
50
- displayName: 'Acumatica Endpoint Default.24.200.001',
51
- name: 'ACM.Default.24.200.001',
50
+ displayName: 'Acumatica API - Endpoint Default 24 200 001',
51
+ name: 'acumaticaDefault24200001',
52
52
  icon: 'file:acu.png',
53
53
  group: ['transform'],
54
54
  version: 1,
55
55
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
56
- description: 'Interact with Acumatica Endpoint Default.24.200.001',
56
+ description: 'Interact with Acumatica Endpoint Default/24.200.001',
57
57
  defaults: { name: 'Your Service' },
58
58
  inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
59
59
  outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
@@ -47,13 +47,13 @@ const properties = parser.build();
47
47
  class ACM_Default_25_200_001 {
48
48
  constructor() {
49
49
  this.description = {
50
- displayName: 'Acumatica Endpoint Default.25.200.001',
51
- name: 'ACM.Default.25.200.001',
50
+ displayName: 'Acumatica API - Endpoint Default 25 200 001',
51
+ name: 'acumaticaDefault25200001',
52
52
  icon: 'file:acu.png',
53
53
  group: ['transform'],
54
54
  version: 1,
55
55
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
56
- description: 'Interact with Acumatica Endpoint Default.25.200.001',
56
+ description: 'Interact with Acumatica Endpoint Default/25.200.001',
57
57
  defaults: { name: 'Your Service' },
58
58
  inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
59
59
  outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-acumatica",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "n8n community nodes for Acumatica ERP API",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/lekker-solutions/n8n-nodes-acumatica",
@@ -29,11 +29,11 @@
29
29
  "n8n": {
30
30
  "n8nNodesApiVersion": 1,
31
31
  "credentials": [
32
- "dist/src/credentials/AcumaticaOAuth2Api.credentials.js"
32
+ "dist/credentials/AcumaticaOAuth2Api.credentials.js"
33
33
  ],
34
34
  "nodes": [
35
- "dist/src/nodes/ACM_Default_24_200_001/ACM_Default_24_200_001.node.js",
36
- "dist/src/nodes/ACM_Default_25_200_001/ACM_Default_25_200_001.node.js"
35
+ "dist/nodes/ACM_Default_24_200_001/ACM_Default_24_200_001.node.js",
36
+ "dist/nodes/ACM_Default_25_200_001/ACM_Default_25_200_001.node.js"
37
37
  ]
38
38
  },
39
39
  "devDependencies": {
@@ -45,4 +45,4 @@
45
45
  "dependencies": {
46
46
  "@devlikeapro/n8n-openapi-node": "^0.1.4"
47
47
  }
48
- }
48
+ }