@mittwald/api-client 2.0.6 → 2.0.8

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;
@@ -1962,7 +1962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1962
1962
  machineType: string;
1963
1963
  useFreeTrial?: boolean | undefined;
1964
1964
  } | undefined;
1965
- orderType?: "domain" | "projectHosting" | "server" | undefined;
1965
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
1966
1966
  } | undefined;
1967
1967
  headers?: {
1968
1968
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -1971,7 +1971,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1971
1971
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1972
1972
  data: {
1973
1973
  orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | undefined;
1974
- orderType?: "domain" | "projectHosting" | "server" | undefined;
1974
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
1975
1975
  };
1976
1976
  } & {
1977
1977
  headers?: Partial<{
@@ -2005,7 +2005,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2005
2005
  diskspaceInGiB: number;
2006
2006
  machineType: string;
2007
2007
  } | undefined;
2008
- tariffChangeType?: "projectHosting" | "server" | undefined;
2008
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2009
2009
  } | undefined;
2010
2010
  headers?: {
2011
2011
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2014,7 +2014,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2014
2014
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2015
2015
  data: {
2016
2016
  tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
2017
- tariffChangeType?: "projectHosting" | "server" | undefined;
2017
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2018
2018
  };
2019
2019
  } & {
2020
2020
  headers?: Partial<{
@@ -2180,7 +2180,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2180
2180
  customerId?: string | undefined;
2181
2181
  description?: string | undefined;
2182
2182
  } | undefined;
2183
- orderType?: "domain" | "projectHosting" | "server" | undefined;
2183
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
2184
2184
  } | undefined;
2185
2185
  headers?: {
2186
2186
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2188,7 +2188,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2188
2188
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2189
2189
  data: {
2190
2190
  orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | undefined;
2191
- orderType?: "domain" | "projectHosting" | "server" | undefined;
2191
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
2192
2192
  };
2193
2193
  } & {
2194
2194
  headers?: Partial<{
@@ -2214,7 +2214,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2214
2214
  diskspaceInGiB: number;
2215
2215
  machineType: string;
2216
2216
  } | undefined;
2217
- tariffChangeType?: "projectHosting" | "server" | undefined;
2217
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2218
2218
  } | undefined;
2219
2219
  headers?: {
2220
2220
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2223,7 +2223,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2223
2223
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2224
2224
  data: {
2225
2225
  tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
2226
- tariffChangeType?: "projectHosting" | "server" | undefined;
2226
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2227
2227
  };
2228
2228
  } & {
2229
2229
  headers?: Partial<{
@@ -2359,6 +2359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2359
2359
  }, import("@mittwald/api-client-commons").Response<{
2360
2360
  categoryId: string;
2361
2361
  name: string;
2362
+ referenceType: ("unspecified" | "server" | "project" | "organisation")[];
2362
2363
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2363
2364
  [x: string]: unknown;
2364
2365
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -3524,7 +3525,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3524
3525
  owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
3525
3526
  projectCount: number;
3526
3527
  vatId?: string | undefined;
3527
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
3528
+ vatIdValidationState?: "unspecified" | "valid" | "invalid" | "pending" | undefined;
3528
3529
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3529
3530
  [x: string]: unknown;
3530
3531
  }, 404, "application/json">>>;
@@ -5081,7 +5082,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5081
5082
  id: string;
5082
5083
  recordSet: {
5083
5084
  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 */
5085
+ combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
5085
5086
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
5086
5087
  txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
5087
5088
  };
@@ -5448,7 +5449,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5448
5449
  domainId: string;
5449
5450
  handles: {
5450
5451
  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. */
5452
+ ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
5452
5453
  };
5453
5454
  hasAuthCode: boolean;
5454
5455
  nameservers: [string, string, ...string[]];
@@ -6418,7 +6419,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6418
6419
  address: string;
6419
6420
  autoResponder: {
6420
6421
  active: boolean;
6421
- expiresAt?: string | undefined;
6422
+ expiresAt?: string | undefined; /** Submit your user feedback. */
6422
6423
  message: string;
6423
6424
  startsAt?: string | undefined;
6424
6425
  };
@@ -6433,7 +6434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6433
6434
  active: boolean;
6434
6435
  autoDeleteSpam: boolean;
6435
6436
  folder: "spam" | "inbox";
6436
- relocationMinSpamScore: number;
6437
+ relocationMinSpamScore: number; /** Get a specific ApiToken. */
6437
6438
  };
6438
6439
  storageInBytes: {
6439
6440
  current: {
@@ -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
  */
@@ -403,6 +412,7 @@ export declare module MittwaldAPIV2 {
403
412
  interface ConversationCategory {
404
413
  categoryId: string;
405
414
  name: string;
415
+ referenceType: ("unspecified" | "server" | "project" | "organisation")[];
406
416
  }
407
417
  interface ConversationConversation {
408
418
  category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
@@ -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;
@@ -1962,7 +1962,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1962
1962
  machineType: string;
1963
1963
  useFreeTrial?: boolean | undefined;
1964
1964
  } | undefined;
1965
- orderType?: "domain" | "projectHosting" | "server" | undefined;
1965
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
1966
1966
  } | undefined;
1967
1967
  headers?: {
1968
1968
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -1971,7 +1971,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1971
1971
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
1972
1972
  data: {
1973
1973
  orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrder | undefined;
1974
- orderType?: "domain" | "projectHosting" | "server" | undefined;
1974
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
1975
1975
  };
1976
1976
  } & {
1977
1977
  headers?: Partial<{
@@ -2005,7 +2005,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2005
2005
  diskspaceInGiB: number;
2006
2006
  machineType: string;
2007
2007
  } | undefined;
2008
- tariffChangeType?: "projectHosting" | "server" | undefined;
2008
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2009
2009
  } | undefined;
2010
2010
  headers?: {
2011
2011
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2014,7 +2014,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2014
2014
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2015
2015
  data: {
2016
2016
  tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
2017
- tariffChangeType?: "projectHosting" | "server" | undefined;
2017
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2018
2018
  };
2019
2019
  } & {
2020
2020
  headers?: Partial<{
@@ -2180,7 +2180,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2180
2180
  customerId?: string | undefined;
2181
2181
  description?: string | undefined;
2182
2182
  } | undefined;
2183
- orderType?: "domain" | "projectHosting" | "server" | undefined;
2183
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
2184
2184
  } | undefined;
2185
2185
  headers?: {
2186
2186
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2188,7 +2188,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2188
2188
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2189
2189
  data: {
2190
2190
  orderData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | undefined;
2191
- orderType?: "domain" | "projectHosting" | "server" | undefined;
2191
+ orderType?: "server" | "domain" | "projectHosting" | undefined;
2192
2192
  };
2193
2193
  } & {
2194
2194
  headers?: Partial<{
@@ -2214,7 +2214,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2214
2214
  diskspaceInGiB: number;
2215
2215
  machineType: string;
2216
2216
  } | undefined;
2217
- tariffChangeType?: "projectHosting" | "server" | undefined;
2217
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2218
2218
  } | undefined;
2219
2219
  headers?: {
2220
2220
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2223,7 +2223,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2223
2223
  } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2224
2224
  data: {
2225
2225
  tariffChangeData?: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | import("./types.js").MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | undefined;
2226
- tariffChangeType?: "projectHosting" | "server" | undefined;
2226
+ tariffChangeType?: "server" | "projectHosting" | undefined;
2227
2227
  };
2228
2228
  } & {
2229
2229
  headers?: Partial<{
@@ -2359,6 +2359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2359
2359
  }, import("@mittwald/api-client-commons").Response<{
2360
2360
  categoryId: string;
2361
2361
  name: string;
2362
+ referenceType: ("unspecified" | "server" | "project" | "organisation")[];
2362
2363
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2363
2364
  [x: string]: unknown;
2364
2365
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -3524,7 +3525,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3524
3525
  owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
3525
3526
  projectCount: number;
3526
3527
  vatId?: string | undefined;
3527
- vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
3528
+ vatIdValidationState?: "unspecified" | "valid" | "invalid" | "pending" | undefined;
3528
3529
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3529
3530
  [x: string]: unknown;
3530
3531
  }, 404, "application/json">>>;
@@ -5081,7 +5082,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5081
5082
  id: string;
5082
5083
  recordSet: {
5083
5084
  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 */
5085
+ combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
5085
5086
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
5086
5087
  txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
5087
5088
  };
@@ -5448,7 +5449,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5448
5449
  domainId: string;
5449
5450
  handles: {
5450
5451
  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. */
5452
+ ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
5452
5453
  };
5453
5454
  hasAuthCode: boolean;
5454
5455
  nameservers: [string, string, ...string[]];
@@ -6418,7 +6419,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6418
6419
  address: string;
6419
6420
  autoResponder: {
6420
6421
  active: boolean;
6421
- expiresAt?: string | undefined;
6422
+ expiresAt?: string | undefined; /** Submit your user feedback. */
6422
6423
  message: string;
6423
6424
  startsAt?: string | undefined;
6424
6425
  };
@@ -6433,7 +6434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6433
6434
  active: boolean;
6434
6435
  autoDeleteSpam: boolean;
6435
6436
  folder: "spam" | "inbox";
6436
- relocationMinSpamScore: number;
6437
+ relocationMinSpamScore: number; /** Get a specific ApiToken. */
6437
6438
  };
6438
6439
  storageInBytes: {
6439
6440
  current: {
@@ -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
  */
@@ -403,6 +412,7 @@ export declare module MittwaldAPIV2 {
403
412
  interface ConversationCategory {
404
413
  categoryId: string;
405
414
  name: string;
415
+ referenceType: ("unspecified" | "server" | "project" | "organisation")[];
406
416
  }
407
417
  interface ConversationConversation {
408
418
  category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
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.8",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",