StaticdeleteStaticgetGets the package configuration.
Gets the configuration settings for packages.
Optionaloptions: Options<GetPackageConfigurationData, ThrowOnError>StaticgetGets a paginated collection of created packages.
Gets a paginated collection of all created packages.
Optionaloptions: Options<GetPackageCreatedData, ThrowOnError>StaticgetGets a package.
Gets a package identified by the provided Id.
StaticgetDownloads a created package.
Downloads the package file for the created package identified by the provided Id.
StaticgetGets all package migration statuses.
Gets a paginated collection of migration status for all installed packages.
Optionaloptions: Options<GetPackageMigrationStatusData, ThrowOnError>StaticpostRuns pending package migrations.
Executes all pending package migrations to update the database schema.
StaticpostCreates a new package.
Creates a new package with the configuration specified in the request model.
Optionaloptions: Options<PostPackageCreatedData, ThrowOnError>StaticputUpdates a package.
Updates a package identified by the provided Id with the details from the request model.
Deletes a package.
Deletes a package identified by the provided Id.