@jupiterone/integration-sdk-http-client
Advanced tools
Changelog
8.24.0 - 2022-09-15
j1-integration run --skip-finalize
option to avoid finalizing the
integration run. This is useful for scenarios where you want to run the
integration to collect and upload data to a synchronization job, but do not
want to initiate the finalization process.j1-integration [run|sync] --source api --scope anystring
options to allow
use of the SDK without configuring an integration instance.
--integrationInstanceId
is not required when using these options.Changelog
8.23.1 - 2022-09-07
Support backwards compatibility for old integration npm package dist format
when using j1-integration generate-integration-graph-schema
.
The way that integration npm packages are distributed has changed over time. We are now handling invocation config loading from different file paths to support backwards compatibility and make adoption easier.
Changelog
8.23.0 - 2022-09-06
graphObjectFileSize
configuration option to
FileSystemGraphObjectStore
Changelog
8.22.7 - 2022-09-03
Changelog
8.22.5 - 2022-08-24
number
in
parseTimePropertyValue
Changelog
8.22.2 - 2022-08-18
optional
parameter to IntegrationInstanceConfigField
.ProviderSourceData
tags
type to match assignTags
Changelog
8.22.0 - 2021-07-20
beforeAddRelationship
hook in IntegrationInvocationConfig
.
See the development documentation for more information on its usage.