v5.5.7 (2024-03-26)
Changed
- adapted to latest version of Axios
v5.5.4 (2023-10-17)
Changed
- added new org IDs
v5.5.1 (2023-07-24)
Changed
- only set custom User-Agent request header in Node mode
v5.5.0 (2023-06-14)
Changed
- adds onClose and onError callbacks to Message Bus connect
- custom message bus error callbacks are no longer overwritten
- adds app and contxt lib version as API requests User-Agent header
v5.4.0 (2022-03-17)
Changed
- exposed
peek
operation on message bus channel for a given subscription
v5.3.0 (2022-03-17)
Changed
- add auto-ack flag on message bus client constructor
v4.3.1 (2022-03-17)
Changed
- updates the auth staging client_id
- updates the auth staging default url to contxt-auth-service.staging.ndustrial.io
- updates the contxt api staging default url to contxt.api.staging.ndustrial.io
v4.3.0 (2021-11-01)
Changed
- updates the files staging default url to files.api.staging.ndustrial.io
v4.2.0 (2021-02-18)
Changed
- updates uris for updating project environment and user role associations to use an project environment id instead of a slug
v4.1.2 (2021-02-12)
Changed
- Allows custom Auth0 domain to be passed via the configuration
config.auth.domain
v4.1.1 (2021-02-05)
Fixed
- Updates
AssetMetrics#getValuesByMetricIdsAssetIds
to correctly process array url params using a new utility:url/stringifyParams
.
v4.1.0 (2021-02-02)
Changed
- Adds
AssetMetrics#getValuesByMetricIdsAssetIds
to fetch multiple asset metric values for multiple asset IDs within a specified date range.
v4.0.0 (2021-01-22)
Changed
- Bumped build version to node v14 and updated relevant dependencies as well as engine versions.
v3.0.2 (2021-01-13)
Changed
- Fixed API URLs for
Coordinator.roles#addProjectEnvironment
,Coordinator.roles#removeProjectEnvironment
,Coordinator.users#addProjectEnvironment
,Coordinator.users#removeProjectEnvironment
and updated the parameters so a project slug is no longer needed
v3.0.1 (2021-01-11)
Changed
- Roles are tied to Project Environments instead of Projects
Coordinator.roles#addProject
is nowCoordinator.roles#addProjectEnvironment
Coordinator.roles#removeProject
is nowCoordinator.roles#removeProjectEnvironment
Coordinator.users#addProject
is nowCoordinator.users#addProjectEnvironment
Coordinator.users#removeProject
is nowCoordinator.users#removeProjectEnvironment
v3.0.0 (2020-12-16)
Changed
- Updated stacks to be projects
- Stack routes by ID were updated to project routes by slug
Coordinator.roles#addStack
is nowCoordinator.roles#addProject
Coordinator.roles#removeStack
is nowCoordinator.roles#removeProject
Coordinator.users#addStack
is nowCoordinator.users#addProject
Coordinator.users#removeStack
is nowCoordinator.users#removeProject
v2.13.3 (2020-11-03)
Changed
- Updated some underlying dependencies to newer versions that do not have known exploits
v2.13.2 (2020-09-02)
Fixed
- Fixed
Coordinator.users#activate
,Coodinator.users#get
, andCoorindator.users#sync
to work with the access endpoints when an orgaizationId has been selected
v2.13.1 (2020-04-16)
Fixed
- Fixed
Coordinator.organizations#getAll
to work with the access endpoints when an organizationId has been selected
v2.12.0 (2020-03-13)
Added
- Added
FeedTypes#getAll
to fetch all feed types
v2.11.2 (2020-03-11)
Updated
- Excluded
orderBy
andreverseOrder
from snake case conversion for theEvents#getTriggeredEventsByFacilityId
call
v2.11.1 (2020-02-28)
Updated
- Updated Asset Metric Value documentation to support
isEstimated
column
v2.11.0 (2020-02-24)
Added
- Added the ability to force the login prompt on login. This will be useful for applications who need a Single Logout between Auth0 and an external IdP
v2.10.0 (2020-02-05)
Added
- Added
Feeds#getStatusForFacility
to fetch feed status for every feed in a given facility.
v2.9.0 (2020-02-01)
Added
- Added
Events#getTriggeredEventsByFacilityId
to fetch triggered events for a given facility.
v2.8.1 (2020-01-30)
Added
- Added an additional parameter,
subscribeOpts
toEvents#subscribeUser
.
v2.8.0 (2020-01-29)
Added
- Added
Events#getUserInfo
for getting information about a contxt user.
v2.7.0 (2020-01-28)
Added
- Added
Feeds#getByFacilityId
for getting all feeds assigned to a specific facility.
v2.6.2 (2020-01-23)
Fixed
Coordinator.roles#addApplication
,Coordinator.roles#removeApplication
,Coordinator.roles#addStack
,Coordinator.roles#removeStack
now use the correct endpoints
v2.6.1 (2020-01-16)
Fixed
- Fixed documentation examples
v2.6.0 (2019-12-27)
Added
- Updated
Asset#getAllByOrganizationId
- Added
options.includeTypeDescendents
, included descendents of the requested assetTypeId - Added
options.includeMetricId
, include the latest metrics value based on the id provided
- Added
v2.5.0 (2019-12-18)
Added
- Added
Health
sdk module- Added
Health#getAll
, fetches all integration assets and their most recent health statuses - Added
Health#getByAssetId
, fetches a single integration asset and a time series of its health status - Added
Health#post
, posts new health to an asset
- Added
v2.4.0 (2019-10-07)
Changed
- Added
Coordinator.setOrganizationId
which, when set, will use the new tenancy/access based API endpoints- If no
organizationId
has been set, allCoordinator
endpoints will use the legacy API endpoints
- If no
v2.3.0 (2019-09-09)
Added
- Added the ability to pass options to the Auth0WebAuth#logOut method. This will be useful for setting up Single Logout between Auth0 and an external IdP
v2.2.0 (2019-08-13)
Added
- Added the
email
scope when signing in via Auth0WebAuth- Provides additional information when getting a user's info from Auth0
v2.1.1 (2019-07-25)
Fixed
Coordinator.users#activate
no longer attempts to attach an authorization header to the request
v2.1.0 (2019-07-22)
Added
- Added
Coordinator.users#sync
for syncing a user's roles and application access with the external authorization provider
v2.0.0 (2019-07-17)
Breaking Changes
- Renamed
Events#subscribeEvent
toEvents#subscribeUser
- Renamed
Events#unsubscribeEvent
toEvents#unsubscribeUser
v1.7.1 (2019-07-12)
Changed
- Updated how session types are required/imported into the SDK
- Solves a problem where
auth0-js
requiredwindow
in Node environments
- Solves a problem where
v1.7.0 (2019-07-03)
Added
- Added
Coordinator.consent#getForCurrentApplication
for getting the current application version's consent form. The current access_token will be used to derive which application is being consented to. - Added
Coordinator.consent#accept
for accepting user consent to an applications
v1.6.0 (2019-06-25)
Added
- Added
Users#subscribeEvent
for subscribing a user to an event - Added
Users#unsubscribeEvent
for unsubscribing a user from an event
v1.5.0 (2019-06-28)
Added
- Concept of dynamic modules. Dynamic modules can be used to insert/decorate an external module into the SDK after the SDK is initially instantiated.
Contxt#mountDynamicModule
Contxt#unmountDynamicModule
- Concept of dynamic audiences. Dynamic audiences can be used to edit the list of audiences in the SDK's config object after the SDK is initially instantiated.
Config#addDynamicAudience
Config#removeDynamicAudience
Auth#clearCurrentApiToken
- Added the ability to clear an audience's API token out of memory so a new token is created and retrieved on the next request
v1.4.2 (2019-06-14)
Fixed
- Update Sinon and Sinon-Chai dependencies to fix potential vulnerabilities
v1.4.1 (2019-06-13)
Fixed
- Update Axios and Mocha dependencies to fix potential vulnerabilities
v1.4.0 (2019-06-13)
Added
- Added
WebSocketConnection#subscribe
for subscribing to a Message Bus channel
v1.3.0 (2019-06-07)
Added
- Added
Coordinator.roles#addApplication
for adding an application to a role - Added
Coordinator.roles#addStack
for adding a stack to a role - Added
Coordinator.roles#removeApplication
for removing an application from a role - Added
Coordinator.roles#removeStack
for removing a stack from a role
v1.2.3 (2019-06-05)
Fixed
- Updated internal config builder to include
webSocket
key
v1.2.2 (2019-06-03)
Fixed
- v1.2.1 was published without the changes introduced in 1.1.0. Republishing to re-add this code.
v1.2.1 (2019-05-30)
Added
- Added
Coordinator.roles#create
for adding a new role within an organization - Added
Coordinator.roles#delete
for deleting a role within an organization
v1.2.0 (2019-05-30)
Added
- Added
Coordinator.permissions#getOneByOrganizationId
for getting a single user's permissions within an organization
Changed
- Renamed
Coordinator.permissions#getByOrganizationId
toCoordinator.permissions#getAllByOrganizationId
for getting every user's permissions within an organization.
v1.1.0 (2019-05-29)
Added
- Added
Coordinator.applications#getGroupings
for getting all application groupings and modules for an application that a user has access to
v1.0.0 (2019-05-28)
Changed
-
Updated build process to only transpile source files instead of also concatenating into a single module
- This will allow us to substitute out modules when the browser and Node version needs to differ (like the Message Bus module at the moment)
- Additionally, it will allow end users to import a specific file from the package to use or extend it (i.e. when creating a custom module, a user might want to use our object utilities to transform object key cases or extend off an already built module to add or monkey-patch functionality)
- Provides separate CommonJS and ES Module file trees (in
/lib
and/esm
, respectively) to be used directly by Node, Webpack, or the user's preferred bundling application - The directory for the ES modules build has changed. If a project was directly importing the ES module instead of the root package, this will need to be updated (i.e.
import ContxtSdk from 'contxt-sdk/es'
toimport ContxtSdk from 'contxt-sdk/esm'
) - NOTE: The Babel configuration has been moved from the
.babelrc
file to thepackage.json
so that the configuration can be shared with the Gulp build process and testing via Mocha. If upgrading to Babel 7, this should be moved to ababel.config.js
file (this functionality was added in 7).
-
Added Browser versions of Message Bus related modules that indicate connecting to the Message Bus is not supported in browser environments at the moment.
-
Changed back to using UUIDv4s as IDs for Message Bus subscriptions and publications.
-
Refactored Auth0WebAuth to better handle access tokens provided by contxt-auth. Each API/audience now gets its own token instead of getting one big token that contained every possible API/audience combination.
- If using
Auth#getCurrentApiToken
(especially if not passing in the audience name/API name), pay extra attention to this update. The output has the same format, but the information that should be expected in the token is slightly different (there will be less information).
- If using
-
Split Coordinator module into multiple submodules
//Applications Module
coordinator.createFavoriteApplication() -> coordinator.applications.addFavorite()
coordinator.getAllApplications() -> coordinator.applications.getAll()
coordinator.getFavoriteApplications() -> coordinator.applications.getFavorites()
coordinator.getFeaturedApplications() -> coordinator.applications.getFeatured()
coordinator.deleteFavoriteApplication() -> coordinator.applications.removeFavorite()
//Organizations Module
coordinator.getOrganizationById() -> coordinator.organizations.get()
coordinator.getAllOrganizations() -> coordinator.organizations.getAll()
//Permissions Module
coordinator.getUserPermissionsMap() -> coordinator.permissions.getByUserId()
//Users Module
coordinator.activateNewUser() -> coordinator.users.activate()
coordinator.getUser() -> coordinator.users.get()
coordinator.getUsersByOrganization() -> coordinator.users.getByOrganizationId()
coordinator.inviteNewUserToOrganization() -> coordinator.users.invite()
coordinator.removeUserFromOrganization() -> coordinator.users.remove()
Added
- Added
Permissions#getByOrganizationId
for fetching all user permissions for an entire organization. - Added
Users#addRole
for adding a role to a user - Added
Users#removeRole
for removing a role from a user - Added
Users#addApplication
for adding an application to a user - Added
Users#removeApplication
for removing an application from a user - Added
Users#addStack
for adding a stack to a user - Added
Users#removeStack
for removing a stack from a user
v0.0.50 (2019-05-14)
Added
- Added Roles Module
coordinator.roles
- Added
Roles#getByOrganizationId
for getting all roles belonging to an organization
v0.0.49 (2019-04-22)
Added
- Added
Coordinator#inviteNewUserToOrganization
for inviting new users to organizations - Added
Coordinator#activateNewUser
for activating a user account with an initial password - Added
Coordinator#removeUserFromOrganization
for removing a user from an organization
v0.0.48 (2019-04-02)
Added
- Added
Coordinator#getUsersByOrganization
for getting a list of users for an organization
v0.0.47 (2019-04-02)
Added
- Added
Coordinator#getFeaturedApplications
for getting an organization's list of featured applications
v0.0.46 (2019-04-01)
Fixed
- Fixed the client ID used for seeking authorization with the message bus in staging environments.
v0.0.45 (2019-03-25)
Added
- Added
Coordinator#createFavoriteApplication
for adding an application to the current user's favorite application list - Added
Coordinator#deleteFavoriteApplication
for removing an application from the current user's favorite application list - Added
Coordinator#getFavoriteApplications
for getting the current user's favorite application list
v0.0.44 (2019-03-19)
Added
- Added
Coordinator#getAllApplications
for getting a list of all applications
v0.0.43 (2019-03-13)
Added
- Added
Events#createEventType
for creating an event type
v0.0.42 (2019-03-08)
Added
-
Added Files module to interact with our new Files API. It can help with managing the File records and uploading them to the external service used for actually storing the files.
Files#create
for creating a File recordFiles#createAndUpload
for managing the process of creating a File record, uploading the file to an external service, and updating the File's upload statusFiles#delete
for deleting a single FileFiles#download
for getting a temporary URL to a FileFiles#get
for getting metadata about a FileFiles#getAll
for getting a paginated list of Files and their metadataFiles#setUploadComplete
for updating a File's upload status to indicate it has been uploadedFiles#setUploadFailed
for updating a File's upload status to indicate the upload failedFiles#upload
for uploading a File to the external service used for storing files
Fixed
- There was an issue with requiring v0.0.41 in a browser related to the
uuid
package we were using in the WebSocket module. It's been switched out withnanoid
.
v0.0.41 (2019-03-01)
Added
- Added
WebSocketConnection#onMessage
for handling all messages recieved by the WebSocket - Added
WebSocketConnection#onError
for handling all WebSocket errors
Changed
- Updated
onmessage
handling for theWebSocketConnection
- Multiple messages can be sent to the Message Bus and an
onmessage
handler is created for each message sent - When a response comes back for a sent message, the response is sent back to the user and the
onmessage
handler is torn down
- Multiple messages can be sent to the Message Bus and an
v0.0.40 (2019-02-18)
Added
- Added
Bus#connect
to connect to the message bus via WebSockets - Added
WebSocketConnection
class to wrap the open WebSocket connectionauthorize
for authorizing publish and/or subscribe for a particular channelclose
for closing the WebSocket connectionpublish
for publishing a message to the message bus
v0.0.39 (2019-02-12)
Fixed
- Updated
extend
,just-extend
,lodash
, andnise
libraries to fix newly discovered vulnerabilities
v0.0.38 (2019-01-29)
Added
-
Added
passwordGrantAuth`` SessionType for use where the Auth0
password` grant type can be utilized.logIn
for logging into Contxt through Auth0logOut
for clearing the session info retrieved from logging in
v0.0.37 (2019-01-03)
Added
-Added Coordinator#getUserPermissionsMap
to retrieve a map of all permission scopes a user can access
v0.0.36 (2018-11-09)
Added
-
Methods around Field Groupings
FieldGroupings#addField
for adding a Field to a Field GroupingFieldGroupings#create
for creating a Field GroupingFieldGroupings#delete
for deleting a Field GroupingFieldGroupings#get
for getting information about a Field GroupingFieldGroupings#getGroupingsByFacilityId
for getting a list of Field Groupings based on the facility IDFieldGroupings#removeField
for removing a field from a Field GroupingFieldGroupings#update
for updating information about a Field Grouping
-
Methods around Field Categories
FieldCategories#create
for creating a Field CategoryFieldCategories#delete
for deleting a Field CategoryFieldCategories#get
for getting information about a Field CategoryFieldCategories#getAll
for getting a paginated list of all Field CategoriesFieldCategories#getAllByFacility
for getting all Field Categories based on a facility IDFieldCategories#update
for updating information about a Field Category
v0.0.35 (2018-10-11)
Fixed
- Updated
AssetAttributes#create
to allow for the creation of global asset attributes.
v0.0.34 (2018-10-08)
Fixed
- There were some methods that returned paginated data, but did not pass the
limit
andoffset
to the API. This has been fixed and now allows for passinglimit
andoffset
for:AssetTypes#getAll
AssetTypes#getAllByOrganizationId
Assets#getAll
Events#getEventTypesByClientId
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
- Allows filtering by
AssetMetrics#getValuesByAssetId
for getting Asset Metric Values for a specific Asset ID- Allows filtering by
assetMetricLabel
,effectiveEndDate
, andeffectiveStartDate
- Allows filtering by
-
Additional methods for Events
Events#getEventTypesByClientId
for getting all Event Types for a specific Client IDEvents#getEventsByTypeId
for getting Events for a specific Event Type ID- Allows passing option to add latest
triggered_event
to Events.
- Allows passing option to add latest
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 MetricAssetMetrics#delete
for removing an Asset MetricAssetMetrics#get
for getting an Asset Metric by its IDAssetMetrics#getByAssetTypeId
for getting all Asset Metrics by Asset TypeAssetMetrics#update
for updating an Asset MetricAssetMetrics#createValue
for creating an Asset Metric ValueAssetMetrics#deleteValue
for deleting an Asset Metric ValueAssetMetrics#getValuesByMetricId
for getting Asset Metric Values by Asset Metric IDAssetMetrics#updateValue
for updating an Asset Metric Value
v0.0.31 (2018-09-10)
Added
- Added
AssetAttributes#getEffectiveValuesByOrganizationId
to retrieve all effective attribute values for a given organization.
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.
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.
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
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
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
v0.0.25 (2018-08-08)
Added
- Added Coordinator module with ability to get info about organizations and users from Contxt Coordinator
v0.0.24 (2018-08-07)
Added
- Added Events module with ability to create, read, update, and delete events
Changed
- Added
assetLabel
andlabel
as fields associated withAssetAttributeValues
v0.0.23 (2018-08-01)
Fixed
- Fixed how results were returned from
AssetAttributes#getAll
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
v0.0.21 (2018-07-23)
Fixed
- Updated
AssetTypes#create
to allow for the creation of global asset types
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 value
Changed
- Now supporting the
data_type
field forAssetAttributes
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 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 attribute
v0.0.18 (2018-07-06)
Changed
- External Modules can now have a
clientId
orhost
set tonull
if the values are not needed for the module. (NOTE: Some SessionType adapters, like the MachineAuth adapter, require aclientId
if the built-inrequest
module is used since contxt auth tokens for those adapters are generated on a per-clientId basis).
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 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 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 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 type
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.
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.
v0.0.14 (2018-06-18)
Changed
Facilities#getAllByOrganizationId
to accept parameters to include cost centers informationFacilities#get
to include cost centers information for that specific facility
v0.0.13 (2018-06-16)
Added
- The ability to set up custom axios interceptors to be used on each request and response made to an API. (More information available at at {@link https://github.com/axios/axios#interceptors axios Interceptors})
v0.0.12 (2018-06-14)
Added
- Methods around the display and manipulation of Cost Centers. They are namespaced under facilities (i.e.
facilities.costCenters.methodName()
) and include:CostCenters#addFacility
to add a facility to a cost centerCostCenters#create
for creating a new cost centerCostCenters#getAll
for getting a list of all cost centersCostCenters#getAllByOrganizationId
for getting all cost centers for a specific organizationCostCenters#remove
to remove an existing cost centerCostCenters#removeFacility
to remove a facility from a cost centerCostCenters#update
to update an existing cost center
v0.0.11 (2018-05-16)
Changed
Facilities#getAllByOrganizationId
to accept parameters to include facility grouping information
v0.0.10 (2018-05-01)
Added
FacilityGroupings#remove
to remove an existing facility groupingFacilityGroupings#update
to update an existing facility grouping
v0.0.9 (2018-04-19)
Added
FacilityGroupings#getAllByOrganizationId
for getting all facility groupings for a specific organization
v0.0.8 (2018-04-16)
Added
- Added some methods to help out when working with facility groupings. They are namespaced under facilities (i.e.
facilities.groupings.methodName()
) and include:FacilityGroupings#addFacility
to add a facility to a facility groupingFacilityGroupings#create
for creating new facility groupingsFacilityGroupings#getAll
for getting a list of all facility groupingsFacilityGroupings#removeFacility
to remove a facility from a facility grouping
v0.0.7 (2018-03-29)
Renamed
Facilities#updateInfo
toFacilities#createOrUpdateInfo
so that what the method does is more obvious
v0.0.6 (2018-03-28)
Added
Facilities#updateInfo
for updating a facility's facilily info
v0.0.5 (2018-03-20)
Added
- Facilities#create, Facilities#delete, Facilities#getAllByOrganizationId, and Facilities#update
v0.0.4 (2018-03-08)
Added
- MachineAuth SessionType for use on Node.js projects
Changed
- Split API documentation into multiple files for easy reading and navigation
Fixed
- Updated required version of
auth0-js
to fix CVS-2018-7307
- Adds documentation!
- Fixes bug where placement of customModuleConfigs and the chosen environment in the user config did not match up with what was in documentation
- Fixes publication process so that the built files are in the package grabbed from NPM
- Initial release
- Provides Request, Config and an initial SessionType, Auth0WebAuth
- Provides
Facilities#get
and Facilities#getAll