All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Pagination to custom profile step
- Added the Blueprint entity
- Added relationship between Device and Blueprint & Profile
- The relationship between Device and app has been changed to INSTALLED instead of HAS
- Updated the account entity to include the newly required
vendor
field. - Updated the sdk to version 13.2.0 to regenerate the schemas with the correct format.
- Fixed the custom-profile endpoint.
- Integration entities use createIntegrationHelpers (publish types and fix any schema inconsistencies).
integration-sdk-*
packages bumped to the latest version (12.8.3).
-
The following new properties are added to
kandji_device
Property Type lastSeenOn
number
serialNumber
string
- Added property
macAddress
to Device entity.
- When bundle ID is unavailable for a
kandji_app
fall back to using the application ID for key generation.
kandji_app
now uses the bundle ID to generate its key.
- Ingest new entities
kandji_account
kandji_app
kandji_device
kandji_user
- Build new relationships
kandji_account_has_device
kandji_device_has_app
kandji_device_has_user