Socket
Socket
Sign inDemoInstall

syshub-rest-module

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syshub-rest-module - npm Package Versions

1345

3.3.0

Diff

Changelog

Source

[3.3.0] - 2024-02-13

Added

  • Added the new method getWorkflowModel(uuid: string) to retrieve a workflows graph model as defined by the workflow designer including the data types for the included chart entities

Fixed

  • Fixed a bug where session key in localstorage is undefined
sfu.pub
published 3.2.3 •

sfu.pub
published 3.2.2 •

Changelog

Source

[3.2.2] - 2024-02-09

Fixed

  • Fixed bug that prevented login with some special characters like & that break parameters in urls
sfu.pub
published 3.2.1 •

Changelog

Source

[3.2.1] - 2024-02-08

Fixed

  • Removed debug code
sfu.pub
published 3.2.0 •

Changelog

Source

[3.2.0] - 2024-02-08

Changed

  • Improved error handling: In case that the server does not respond at all the Rest API returns a new error NetworkError. This informs the caller that the server is not available and enables it to handle this special case.
sfu.pub
published 3.1.0 •

Changelog

Source

[3.1.0] - 2024-02-06

Changed

  • Improved error handling: In the previous behavior, the Rest API was called even if the configured scope did not match the requirements for the endpoint and throwErrors was not set. Now an error object is returned. If throwErrors is set, the error is still thrown.
  • Improved generalization: Repetitive code blocks have been moved to more generalized methods and reused.
sfu.pub
published 3.0.3 •

Changelog

Source

[3.0.3] - 2024-01-29

Changed

  • Changed modifiedtime property to type string | number | null for SyshubConfigItem and SyshubPSetItem as Rest API returns ISO string as of sysHUB 2023
sfu.pub
published 3.0.2 •

Changelog

Source

[3.0.2] - 2024-01-25

Added

  • Added methods getJobType(uuid: string) and getJobTypes()
sfu.pub
published 2.4.3 •

sfu.pub
published 3.0.1 •

Changelog

Source

[3.0.1] - 2023-12-08

Changed

  • Add a token refresh after 401/Unauthorized response. If it fails, user will be logged out.
  • In this case, Rest functions will return an UnauthorizedError. You may not show an error message in this case and wait for the refreshed toekn (or logout).
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