@affeldt28/n8n-nodes-ninjaone 1.1.0 → 1.1.1
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
|
@@ -29,10 +29,10 @@ This node currently supports the following NinjaOne resources and operations:
|
|
|
29
29
|
|
|
30
30
|
### Device
|
|
31
31
|
|
|
32
|
-
| Operation | API
|
|
33
|
-
| ------------ |
|
|
34
|
-
| List devices | [GET /v2/devices](https://app.ninjarmm.com/apidocs/?links.active=core#/system/getDevices)
|
|
35
|
-
| Get device | [GET /v2/
|
|
32
|
+
| Operation | API | Implemented |
|
|
33
|
+
| ------------ | --------------------------------------------------------------------------------------------- | ----------- |
|
|
34
|
+
| List devices | [GET /v2/devices](https://app.ninjarmm.com/apidocs/?links.active=core#/system/getDevices) | ✅ |
|
|
35
|
+
| Get device | [GET /v2/device/{id}](https://app.ninjarmm.com/apidocs/?links.active=core#/devices/getDevice) | ✅ |
|
|
36
36
|
|
|
37
37
|
### Group
|
|
38
38
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Device.resource.js","sourceRoot":"","sources":["../../../../../nodes/ninjaone/descriptions/device/Device.resource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,qDAAuC;AACvC,2DAA6C;AAEhC,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,QAAQ;QACjB,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,QAAQ,CAAC;aACpB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,WAAW,EAAE,4BAA4B;gBACzC,KAAK,EAAE,QAAQ;gBACf,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,aAAa;qBAClB;iBACD;gBACD,MAAM,EAAE,kBAAkB;aAC1B;YACD;gBACC,IAAI,EAAE,KAAK;gBACX,WAAW,EAAE,qBAAqB;gBAClC,KAAK,EAAE,KAAK;gBACZ,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"Device.resource.js","sourceRoot":"","sources":["../../../../../nodes/ninjaone/descriptions/device/Device.resource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,qDAAuC;AACvC,2DAA6C;AAEhC,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,QAAQ;QACjB,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,QAAQ,CAAC;aACpB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,WAAW,EAAE,4BAA4B;gBACzC,KAAK,EAAE,QAAQ;gBACf,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,aAAa;qBAClB;iBACD;gBACD,MAAM,EAAE,kBAAkB;aAC1B;YACD;gBACC,IAAI,EAAE,KAAK;gBACX,WAAW,EAAE,qBAAqB;gBAClC,KAAK,EAAE,KAAK;gBACZ,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,sCAAsC;qBAC3C;iBACD;gBACD,MAAM,EAAE,cAAc;aACtB;SACD;KACD;IACD,GAAG,MAAM,CAAC,WAAW;IACrB,GAAG,GAAG,CAAC,WAAW;CAClB,CAAC"}
|
package/dist/package.json
CHANGED