zudello-execute-local 1.1.1 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudello-execute-local",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Zudello Execute tool for local runs",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,6 +20,6 @@
20
20
  "performance-now": "^2.1.0",
21
21
  "vm2": "^3.9.19",
22
22
  "yargs": "^17.7.2",
23
- "zudello-integration-sdk": "^1.0.43"
23
+ "zudello-integration-sdk": "^1.0.50"
24
24
  }
25
25
  }
@@ -15,6 +15,26 @@ const connectionSdkMapping = {
15
15
  class: 'IntacctSDK',
16
16
  isExternal: true
17
17
  }],
18
+ sftp: [{
19
+ variable: 'SFTP',
20
+ class: 'SFTPSDK',
21
+ isExternal: true
22
+ }],
23
+ sharepoint: [{
24
+ variable: 'Sharepoint',
25
+ class: 'SharepointSDK',
26
+ isExternal: true
27
+ }],
28
+ mam: [{
29
+ variable: 'MAM',
30
+ class: 'MAMSDK',
31
+ isExternal: true
32
+ }],
33
+ dynamics365: [{
34
+ variable: 'Dynamic365',
35
+ class: 'Dynamic365SDK',
36
+ isExternal: true
37
+ }],
18
38
  xero: [{
19
39
  variable: 'Xero',
20
40
  class: 'XeroSDK',