balena-register-device
Advanced tools
Comparing version 7.1.1 to 7.2.0-support-additional-fields-6f10fe77ba11ec57bb012777975423dda498a8bd
@@ -53,5 +53,9 @@ import { TypedError } from 'typed-error'; | ||
* @param {String} options.deviceType - device type | ||
* @param {String} options.deviceApiKey - api key to create for the device | ||
* @param {String} [options.deviceApiKey] - api key to create for the device | ||
* @param {String} options.provisioningApiKey - provisioning api key | ||
* @param {String} options.apiEndpoint - api endpoint | ||
* @param {String} [options.supervisorVersion] - supervisor version of the device | ||
* @param {String} [options.osVersion] - os version of the device | ||
* @param {String} [options.osVariant] - os variant of the device | ||
* @param {String} [options.macAddress] - mac address of the device | ||
* | ||
@@ -78,2 +82,6 @@ * @example | ||
apiEndpoint: string; | ||
supervisorVersion?: string; | ||
osVersion?: string; | ||
osVariant?: string; | ||
macAddress?: string; | ||
}): Promise<any>; | ||
@@ -80,0 +88,0 @@ }; |
@@ -55,5 +55,9 @@ "use strict"; | ||
* @param {String} options.deviceType - device type | ||
* @param {String} options.deviceApiKey - api key to create for the device | ||
* @param {String} [options.deviceApiKey] - api key to create for the device | ||
* @param {String} options.provisioningApiKey - provisioning api key | ||
* @param {String} options.apiEndpoint - api endpoint | ||
* @param {String} [options.supervisorVersion] - supervisor version of the device | ||
* @param {String} [options.osVersion] - os version of the device | ||
* @param {String} [options.osVariant] - os variant of the device | ||
* @param {String} [options.macAddress] - mac address of the device | ||
* | ||
@@ -101,2 +105,6 @@ * @example | ||
api_key: options.deviceApiKey, | ||
supervisor_version: options.supervisorVersion, | ||
os_version: options.osVersion, | ||
os_variant: options.osVariant, | ||
mac_address: options.macAddress, | ||
}, | ||
@@ -103,0 +111,0 @@ }); |
@@ -8,2 +8,7 @@ # Change Log | ||
# v7.2.0 | ||
## (2021-04-29) | ||
* Support `supervisorVersion`/`osVersion`/`osVariant`/`macAddress` fields [Pagan Gazzard] | ||
# v7.1.1 | ||
@@ -10,0 +15,0 @@ ## (2021-04-29) |
{ | ||
"name": "balena-register-device", | ||
"version": "7.1.1", | ||
"version": "7.2.0-support-additional-fields-6f10fe77ba11ec57bb012777975423dda498a8bd", | ||
"description": "Balena device registration utilities", | ||
@@ -5,0 +5,0 @@ "main": "build/register.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
31173
212
1