Socket
Socket
Sign inDemoInstall

@ndustrial/contxt-sdk

Package Overview
Dependencies
Maintainers
18
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndustrial/contxt-sdk - npm Package Versions

1
13

0.0.24

Diff

Changelog

Source

v0.0.24 (2018-08-07)

Added

  • Added Events module with ability to create, read, update, and delete events

Changed

  • Added assetLabel and label as fields associated with AssetAttributeValues
greg5green
published 0.0.23 •

Changelog

Source

v0.0.23 (2018-08-01)

Fixed

  • Fixed how results were returned from AssetAttributes#getAll
greg5green
published 0.0.22 •

Changelog

Source

v0.0.22 (2018-07-30)

Changed

  • Started to pass a more robust error when there is a problem renewing tokens with the Auth0WebAuth session adapter
  • Updated AssetAttributes#getAll to pass pagination information along with the request
greg5green
published 0.0.21 •

Changelog

Source

v0.0.21 (2018-07-23)

Fixed

  • Updated AssetTypes#create to allow for the creation of global asset types
greg5green
published 0.0.20 •

Changelog

Source

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 value
    • AssetAttributes#deleteValue to delete an asset attribute value
    • AssetAttributes#getEffectiveValuesByAssetId to get the effective asset attribute values for a particular asset
    • AssetAttributes#getValuesByAttributeId to get a paginated list of asset attribute values for a particular attribute of a particular asset
    • AssetAttributes#updateValue to update an asset attribute value

Changed

  • Now supporting the data_type field for AssetAttributes
leeallen337
published 0.0.19 •

Changelog

Source

v0.0.19 (2018-07-09)

Added

  • Methods around the display and manipulation of Asset Attributes. They are namespaced under assets (i.e. assets.attributes.methodName()) and include:
    • AssetAttributes#create to add an asset attribute
    • AssetAttributes#delete to delete an asset attribute
    • AssetAttributes#get to get an asset attribute
    • AssetAttributes#getAll to get a list of all asset attributes
    • AssetAttributes#update to update an asset attribute
greg5green
published 0.0.18 •

Changelog

Source

v0.0.18 (2018-07-06)

Changed

  • External Modules can now have a 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).
leeallen337
published 0.0.17 •

Changelog

Source

v0.0.17 (2018-07-03)

Added

  • Methods around the display and manipulation of Assets. They are namespaced under assets (i.e. assets.methodName()) and include:
    • Assets#create to add an asset
    • Assets#delete to delete an asset
    • Assets#get to get an asset
    • Assets#getAll to get a list of all assets
    • Assets#getAllByOrganizationId to get a list of all assets for a specific organization
    • Assets#update to update an asset
  • Methods around the display and manipulation of Asset Types. They are namespaced under assets (i.e. assets.types.methodName()) and include:
    • AssetTypes#create to add an asset type
    • AssetTypes#delete to delete an asset type
    • AssetTypes#get to get an asset type
    • AssetTypes#getAll to get a list of all asset types
    • AssetTypes#getAllByOrganizationId to get a list of all asset types for a specific organization
    • AssetTypes#update to update an asset type
greg5green
published 0.0.16 •

Changelog

Source

v0.0.16 (2018-07-02)

Added

  • Added IOT module, with ability to get field data and field information

Changed

  • asset_id added as an optional field when getting facilities

Fixed

  • Fixed bug where calls would return with a 401 when making simultaneous requests while using the MachineAuth session typ.
greg5green
published 0.0.15 •

Changelog

Source

v0.0.15 (2018-06-21)

Changed

  • Auth0WebAuth now automatically handles refreshing Access and API tokens instead of forcing the user to log in again every two hours.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc