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.34

Diff

Changelog

Source

v0.0.34 (2018-10-08)

Fixed

  • There were some methods that returned paginated data, but did not pass the limit and offset to the API. This has been fixed and now allows for passing limit and offset for:
    • AssetTypes#getAll
    • AssetTypes#getAllByOrganizationId
    • Assets#getAll
    • Events#getEventTypesByClientId
grettaface
published 0.0.33 •

Changelog

Source

v0.0.33 (2018-09-27)

Added

  • Additional methods for Asset Metrics and Asset Metric Values

    • AssetMetrics#getByAssetId for getting all Asset Metrics for a specific Asset ID
      • Allows filtering by assetMetricLabel
    • AssetMetrics#getValuesByAssetId for getting Asset Metric Values for a specific Asset ID
      • Allows filtering by assetMetricLabel, effectiveEndDate, and effectiveStartDate
  • Additional methods for Events

    • Events#getEventTypesByClientId for getting all Event Types for a specific Client ID
    • Events#getEventsByTypeId for getting Events for a specific Event Type ID
      • Allows passing option to add latest triggered_event to Events.
rob5standingby
published 0.0.32 •

Changelog

Source

v0.0.32 (2018-09-17)

Added

  • Methods around Asset Metrics and Asset Metric Values. They are namespaced under metrics and include:
    • AssetMetrics#create for creating an Asset Metric
    • AssetMetrics#delete for removing an Asset Metric
    • AssetMetrics#get for getting an Asset Metric by its ID
    • AssetMetrics#getByAssetTypeId for getting all Asset Metrics by Asset Type
    • AssetMetrics#update for updating an Asset Metric
    • AssetMetrics#createValue for creating an Asset Metric Value
    • AssetMetrics#deleteValue for deleting an Asset Metric Value
    • AssetMetrics#getValuesByMetricId for getting Asset Metric Values by Asset Metric ID
    • AssetMetrics#updateValue for updating an Asset Metric Value
greg5green
published 0.0.31 •

Changelog

Source

v0.0.31 (2018-09-10)

Added

  • Added AssetAttributes#getEffectiveValuesByOrganizationId to retrieve all effective attribute values for a given organization.
greg5green
published 0.0.30 •

Changelog

Source

v0.0.30 (2018-08-20)

Changed

  • Started normalizing Silent Authentication errors from Auth0 in the Auth0WebAuth session type to match Axios errors.
    • Additionally, started logging the user out when one of these errors is encountered.
greg5green
published 0.0.29 •

Changelog

Source

v0.0.29 (2018-08-16)

Changed

  • Added generic methods to normalize data moving between the API and the SDK consumer.
    • Removed most formatters that were "brute forcing" the same task. Only remaining formatters are for specific edge cases.
rob5standingby
published 0.0.28 •

Changelog

Source

v0.0.28 (2018-08-15)

Added

  • Methods around Edge Nodes. They are namespaced under coordinator (i.e. coordinator.edgeNodes()) and include:
    • EdgeNodes#get for getting info about a specific Edge Node
rob5standingby
published 0.0.27 •

Changelog

Source

v0.0.27 (2018-08-14)

Added

  • Added Bus, Channel module with the ability to perform create, read, update and delete on Message Bus Channels
leeallen337
published 0.0.26 •

Changelog

Source

v0.0.26 (2018-08-13)

Changed

  • Set specific engine versions for Node and NPM
  • Audited and updated dependencies
  • Updated AssetAttributes#createValue to use an updated API endpoint

Fixed

  • Fixed documentation building process to support Node 6
rob5standingby
published 0.0.25 •

Changelog

Source

v0.0.25 (2018-08-08)

Added

  • Added Coordinator module with ability to get info about organizations and users from Contxt Coordinator
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