@mittwald/api-client 1.0.5 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,6 +41,10 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
41
41
  listSystemsoftwares: this.requestFunctionFactory(descriptors.appListSystemsoftwares),
42
42
  /** get all available `SystemSoftwareVersions` of a specific `SystemSoftware` */
43
43
  listSystemsoftwareversions: this.requestFunctionFactory(descriptors.appListSystemsoftwareversions),
44
+ /** get all update candidates for a specific `AppVersion` */
45
+ listUpdateCandidatesForAppversion: this.requestFunctionFactory(descriptors.appListUpdateCandidatesForAppversion),
46
+ /** request a copy of an `AppInstallation` */
47
+ requestAppinstallationCopy: this.requestFunctionFactory(descriptors.appRequestAppinstallationCopy),
44
48
  /** get runtime status of a specific `AppInstallation` */
45
49
  retrieveStatus: this.requestFunctionFactory(descriptors.appRetrieveStatus),
46
50
  /** create linkage between an `AppInstallation` and `DatabaseUsers` */