@affeldt28/n8n-nodes-ninjaone 1.0.3 → 1.0.5
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/README.md
CHANGED
|
@@ -19,16 +19,14 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
|
|
|
19
19
|
|
|
20
20
|
## Operations
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
This node currently supports the following NinjaOne resources and operations:
|
|
23
23
|
|
|
24
24
|
### Organization
|
|
25
25
|
|
|
26
|
-
|
|
27
26
|
| Operation | API | Implemented |
|
|
28
27
|
| ------------------ | ----------------------------------------------------------------------------------------------------- | ----------- |
|
|
29
28
|
| List organizations | [GET /v2/organizations](https://app.ninjarmm.com/apidocs/?links.active=core#/system/getOrganizations) | ✅ |
|
|
30
29
|
|
|
31
|
-
|
|
32
30
|
### Device
|
|
33
31
|
|
|
34
32
|
| Operation | API | Implemented |
|
|
@@ -40,9 +38,7 @@ The node currently supports the following operation:
|
|
|
40
38
|
| Operation | API | Implemented |
|
|
41
39
|
| ----------- | -------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
42
40
|
| List groups | [GET /v2/groups](https://app.ninjarmm.com/apidocs/?links.active=core#/system/getGroups) | ✅ |
|
|
43
|
-
| Get
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
| Get devices | [GET /v2/group/{id}/device-ids](https://app.ninjarmm.com/apidocs/?links.active=core#/groups/getGroupDeviceIds) | ✅ |
|
|
46
42
|
|
|
47
43
|
## Credentials
|
|
48
44
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@affeldt28/n8n-nodes-ninjaone",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "n8n node for NinjaOne",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/affeldt28/n8n-nodes-ninjaone",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@biomejs/biome": "2.5.13",
|
|
51
|
-
"@n8n/node-cli": "
|
|
51
|
+
"@n8n/node-cli": "0.47.2",
|
|
52
52
|
"release-it": "21.0.2",
|
|
53
53
|
"typescript": "7.0.2"
|
|
54
54
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@affeldt28/n8n-nodes-ninjaone",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "n8n node for NinjaOne",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/affeldt28/n8n-nodes-ninjaone",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@biomejs/biome": "2.5.13",
|
|
51
|
-
"@n8n/node-cli": "
|
|
51
|
+
"@n8n/node-cli": "0.47.2",
|
|
52
52
|
"release-it": "21.0.2",
|
|
53
53
|
"typescript": "7.0.2"
|
|
54
54
|
},
|
|
File without changes
|