@onfleet/node-onfleet
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -12,2 +12,3 @@ const DEFAULT_URL = 'https://onfleet.com'; | ||
const resources = {}; | ||
resources.Admins = require('./resources/Administrators'); | ||
resources.Administrators = require('./resources/Administrators'); | ||
@@ -14,0 +15,0 @@ resources.Containers = require('./resources/Containers'); |
{ | ||
"name": "@onfleet/node-onfleet", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Official client library for accessing the Onfleet API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -92,3 +92,3 @@ # Onfleet Node.js Wrapper | ||
|:------------:|:---------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------:|:-------------:| | ||
| [Admins](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) | | ||
| [Admins/Administrators](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) | | ||
| [Containers](https://docs.onfleet.com/reference#containers) | get(id, 'workers'), get(id, 'teams'), get(id, 'organizations') | x | update(id, obj) | x | | ||
@@ -95,0 +95,0 @@ | [Destinations](https://docs.onfleet.com/reference#destinations) | get(id) | create(obj) | x | x | |
@@ -93,3 +93,3 @@ # Onfleet Node.js Wrapper | ||
|:------------:|:---------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------:|:-------------:| | ||
| [Admins](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) | | ||
| [Admins/Administrators](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) | | ||
| [Containers](https://docs.onfleet.com/reference#containers) | get(id, 'workers'), get(id, 'teams'), get(id, 'organizations') | x | update(id, obj) | x | | ||
@@ -96,0 +96,0 @@ | [Destinations](https://docs.onfleet.com/reference#destinations) | get(id) | create(obj) | x | x | |
@@ -95,3 +95,3 @@ # Onfleet Node.js Wrapper | ||
|:------------:|:---------------------------------------------------:|:----------------------------------------------------------------------:|:------------------------------------:|:-------------:| | ||
| [Admins](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) | | ||
| [Admins/Administrators](https://docs.onfleet.com/reference#administrators) | get() | create(obj) | update(id, obj) | deleteOne(id) | | ||
| [Containers](https://docs.onfleet.com/reference#containers) | get(id, 'workers'), get(id, 'teams'), get(id, 'organizations') | x | update(id, obj) | x | | ||
@@ -98,0 +98,0 @@ | [Destinations](https://docs.onfleet.com/reference#destinations) | get(id) | create(obj) | x | x | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67043
952