@mittwald/api-client 2.0.6 → 2.0.7

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.
@@ -730,7 +730,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
730
730
  hideOnInvoice?: boolean | undefined;
731
731
  machineType?: {
732
732
  cpu: string;
733
- memory: string;
733
+ memory: string; /** Preview TariffChange. */
734
734
  name: string;
735
735
  } | undefined;
736
736
  modifierArticles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
@@ -5081,7 +5081,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5081
5081
  id: string;
5082
5082
  recordSet: {
5083
5083
  cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
5084
- combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA; /** Update the password for a specific mail address */
5084
+ combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
5085
5085
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
5086
5086
  txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
5087
5087
  };
@@ -5448,7 +5448,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5448
5448
  domainId: string;
5449
5449
  handles: {
5450
5450
  adminC?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
5451
- ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable; /** Getting the subscription status of the subscription. */
5451
+ ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
5452
5452
  };
5453
5453
  hasAuthCode: boolean;
5454
5454
  nameservers: [string, string, ...string[]];
@@ -27,6 +27,15 @@ export declare module MittwaldAPIV2 {
27
27
  state: "running" | "stopped" | "exited";
28
28
  uptimeSeconds?: number;
29
29
  }
30
+ interface AppAppJobImage {
31
+ imageTemplate: string;
32
+ }
33
+ interface AppAppJobImages {
34
+ reconfigureImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
35
+ setupImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
36
+ uninstallImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
37
+ upgradeImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
38
+ }
30
39
  /**
31
40
  * `AppUpdatePolicy` describes which updates should be applied automatically by our systems
32
41
  */
@@ -730,7 +730,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
730
730
  hideOnInvoice?: boolean | undefined;
731
731
  machineType?: {
732
732
  cpu: string;
733
- memory: string;
733
+ memory: string; /** Preview TariffChange. */
734
734
  name: string;
735
735
  } | undefined;
736
736
  modifierArticles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ArticleReadableModifierArticleOptions[] | undefined;
@@ -5081,7 +5081,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5081
5081
  id: string;
5082
5082
  recordSet: {
5083
5083
  cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
5084
- combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA; /** Update the password for a specific mail address */
5084
+ combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
5085
5085
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
5086
5086
  txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
5087
5087
  };
@@ -5448,7 +5448,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5448
5448
  domainId: string;
5449
5449
  handles: {
5450
5450
  adminC?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
5451
- ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable; /** Getting the subscription status of the subscription. */
5451
+ ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
5452
5452
  };
5453
5453
  hasAuthCode: boolean;
5454
5454
  nameservers: [string, string, ...string[]];
@@ -27,6 +27,15 @@ export declare module MittwaldAPIV2 {
27
27
  state: "running" | "stopped" | "exited";
28
28
  uptimeSeconds?: number;
29
29
  }
30
+ interface AppAppJobImage {
31
+ imageTemplate: string;
32
+ }
33
+ interface AppAppJobImages {
34
+ reconfigureImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
35
+ setupImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
36
+ uninstallImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
37
+ upgradeImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
38
+ }
30
39
  /**
31
40
  * `AppUpdatePolicy` describes which updates should be applied automatically by our systems
32
41
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",