@ndustrial/contxt-sdk
Advanced tools
Changelog
v0.0.20 (2018-07-16)
Added
Methods around the display and manipulation of Asset Attributes Values. They are namespaced under assets (i.e. assets.attributes.methodName()
) and include:
AssetAttributes#createValue
to add an asset attribute valueAssetAttributes#deleteValue
to delete an asset attribute valueAssetAttributes#getEffectiveValuesByAssetId
to get the effective asset attribute values for a particular assetAssetAttributes#getValuesByAttributeId
to get a paginated list of asset attribute values for a particular attribute of a particular assetAssetAttributes#updateValue
to update an asset attribute valueChanged
data_type
field for AssetAttributes
Changelog
v0.0.19 (2018-07-09)
Added
assets.attributes.methodName()
) and include:
AssetAttributes#create
to add an asset attributeAssetAttributes#delete
to delete an asset attributeAssetAttributes#get
to get an asset attributeAssetAttributes#getAll
to get a list of all asset attributesAssetAttributes#update
to update an asset attributeChangelog
v0.0.18 (2018-07-06)
Changed
clientId
or host
set to null
if the values are not needed for the module. (NOTE: Some SessionType adapters, like the MachineAuth adapter, require a clientId
if the built-in request
module is used since contxt auth tokens for those adapters are generated on a per-clientId basis).Changelog
v0.0.17 (2018-07-03)
Added
assets.methodName()
) and include:
Assets#create
to add an assetAssets#delete
to delete an assetAssets#get
to get an assetAssets#getAll
to get a list of all assetsAssets#getAllByOrganizationId
to get a list of all assets for a specific organizationAssets#update
to update an assetassets.types.methodName()
) and include:
AssetTypes#create
to add an asset typeAssetTypes#delete
to delete an asset typeAssetTypes#get
to get an asset typeAssetTypes#getAll
to get a list of all asset typesAssetTypes#getAllByOrganizationId
to get a list of all asset types for a specific organizationAssetTypes#update
to update an asset typeChangelog
v0.0.16 (2018-07-02)
Added
Changed
asset_id
added as an optional field when getting facilitiesFixed
MachineAuth
session typ.