@mittwald/api-client 0.0.0-development-e8f2771-20260612 → 0.0.0-development-559bf74-20260622

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.
@@ -4167,6 +4167,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4167
4167
  [x: string]: string;
4168
4168
  } | undefined;
4169
4169
  ports?: string[] | undefined;
4170
+ restartPolicy?: string | undefined;
4170
4171
  volumes?: string[] | undefined;
4171
4172
  };
4172
4173
  } | undefined;
@@ -4354,6 +4355,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4354
4355
  } | undefined;
4355
4356
  image?: string | undefined;
4356
4357
  ports?: string[] | undefined;
4358
+ restartPolicy?: string | undefined;
4357
4359
  volumes?: string[] | undefined;
4358
4360
  };
4359
4361
  } | undefined;
@@ -4806,108 +4808,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4806
4808
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4807
4809
  [x: string]: unknown;
4808
4810
  }, 500, "application/json">>>;
4809
- /** Get a ContainerImageConfig. */
4810
- getContainerImageConfig: (request: {
4811
- queryParameters: {
4812
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4813
- imageReference: string;
4814
- useCredentialsForProjectId?: string | undefined;
4815
- useCredentialsForRegistryId?: string | undefined;
4816
- generateAiData?: boolean | undefined;
4817
- };
4818
- headers?: {
4819
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4820
- "x-access-token"?: string | undefined;
4821
- } | undefined;
4822
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4823
- headers?: Partial<{
4824
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4825
- }>;
4826
- } & {
4827
- queryParameters: {
4828
- imageReference: string;
4829
- useCredentialsForProjectId?: string | undefined;
4830
- useCredentialsForRegistryId?: string | undefined;
4831
- generateAiData?: boolean | undefined;
4832
- } & Partial<{
4833
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4834
- }>;
4835
- } & {
4836
- headers: {
4837
- "x-access-token"?: string | undefined;
4838
- } & Partial<{
4839
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4840
- }>;
4841
- }, import("@mittwald/api-client-commons").Response<{
4842
- command?: string[] | undefined;
4843
- digest: string;
4844
- entrypoint?: string[] | undefined;
4845
- env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
4846
- exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
4847
- hasAiGeneratedData: boolean;
4848
- isAiAvailable: boolean;
4849
- isUserRoot: boolean;
4850
- overwritingUser?: number | undefined;
4851
- user: string;
4852
- userId: number;
4853
- volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
4854
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4855
- [x: string]: unknown;
4856
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4857
- [x: string]: unknown;
4858
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
4859
- [x: string]: unknown;
4860
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4861
- [x: string]: unknown;
4862
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
4863
- [x: string]: unknown;
4864
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4865
- [x: string]: unknown;
4866
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4867
- headers?: Partial<{
4868
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4869
- }>;
4870
- } & {
4871
- queryParameters: {
4872
- imageReference: string;
4873
- useCredentialsForProjectId?: string | undefined;
4874
- useCredentialsForRegistryId?: string | undefined;
4875
- generateAiData?: boolean | undefined;
4876
- } & Partial<{
4877
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4878
- }>;
4879
- } & {
4880
- headers: {
4881
- "x-access-token"?: string | undefined;
4882
- } & Partial<{
4883
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4884
- }>;
4885
- }, import("@mittwald/api-client-commons").Response<{
4886
- command?: string[] | undefined;
4887
- digest: string;
4888
- entrypoint?: string[] | undefined;
4889
- env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
4890
- exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
4891
- hasAiGeneratedData: boolean;
4892
- isAiAvailable: boolean;
4893
- isUserRoot: boolean;
4894
- overwritingUser?: number | undefined;
4895
- user: string;
4896
- userId: number;
4897
- volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
4898
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4899
- [x: string]: unknown;
4900
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4901
- [x: string]: unknown;
4902
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
4903
- [x: string]: unknown;
4904
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4905
- [x: string]: unknown;
4906
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
4907
- [x: string]: unknown;
4908
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4909
- [x: string]: unknown;
4910
- }, 500, "application/json">>>;
4911
4811
  /** Get logs belonging to a Service. */
4912
4812
  getServiceLogs: (request: {
4913
4813
  stackId: string;
@@ -5015,6 +4915,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5015
4915
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
5016
4916
  projectId: string;
5017
4917
  requiresRecreate: boolean;
4918
+ restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
5018
4919
  serviceName: string;
5019
4920
  shortId: string;
5020
4921
  stackId: string;
@@ -5056,6 +4957,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5056
4957
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
5057
4958
  projectId: string;
5058
4959
  requiresRecreate: boolean;
4960
+ restartPolicy?: "no" | "always" | "on-failure" | "unless-stopped" | undefined;
5059
4961
  serviceName: string;
5060
4962
  shortId: string;
5061
4963
  stackId: string;
@@ -6104,6 +6006,111 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6104
6006
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6105
6007
  [x: string]: unknown;
6106
6008
  }, 500, "application/json">>>;
6009
+ /** Get a ContainerImageConfig. */
6010
+ getContainerImageConfig: (request: {
6011
+ queryParameters: {
6012
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6013
+ imageReference: string;
6014
+ useCredentialsForProjectId?: string | undefined;
6015
+ useCredentialsForRegistryId?: string | undefined;
6016
+ generateAiData?: boolean | undefined;
6017
+ };
6018
+ headers?: {
6019
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6020
+ "Accept-Language"?: "de" | "en" | undefined;
6021
+ "x-access-token"?: string | undefined;
6022
+ } | undefined;
6023
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6024
+ headers?: Partial<{
6025
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6026
+ }>;
6027
+ } & {
6028
+ queryParameters: {
6029
+ imageReference: string;
6030
+ useCredentialsForProjectId?: string | undefined;
6031
+ useCredentialsForRegistryId?: string | undefined;
6032
+ generateAiData?: boolean | undefined;
6033
+ } & Partial<{
6034
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6035
+ }>;
6036
+ } & {
6037
+ headers: {
6038
+ "Accept-Language"?: "de" | "en" | undefined;
6039
+ "x-access-token"?: string | undefined;
6040
+ } & Partial<{
6041
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6042
+ }>;
6043
+ }, import("@mittwald/api-client-commons").Response<{
6044
+ command?: string[] | undefined;
6045
+ digest: string;
6046
+ entrypoint?: string[] | undefined;
6047
+ env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
6048
+ exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
6049
+ hasAiGeneratedData: boolean;
6050
+ isAiAvailable: boolean;
6051
+ isUserRoot: boolean;
6052
+ overwritingUser?: number | undefined;
6053
+ user: string;
6054
+ userId: number;
6055
+ volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
6056
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6057
+ [x: string]: unknown;
6058
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6059
+ [x: string]: unknown;
6060
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6061
+ [x: string]: unknown;
6062
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6063
+ [x: string]: unknown;
6064
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6065
+ [x: string]: unknown;
6066
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6067
+ [x: string]: unknown;
6068
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6069
+ headers?: Partial<{
6070
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6071
+ }>;
6072
+ } & {
6073
+ queryParameters: {
6074
+ imageReference: string;
6075
+ useCredentialsForProjectId?: string | undefined;
6076
+ useCredentialsForRegistryId?: string | undefined;
6077
+ generateAiData?: boolean | undefined;
6078
+ } & Partial<{
6079
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6080
+ }>;
6081
+ } & {
6082
+ headers: {
6083
+ "Accept-Language"?: "de" | "en" | undefined;
6084
+ "x-access-token"?: string | undefined;
6085
+ } & Partial<{
6086
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6087
+ }>;
6088
+ }, import("@mittwald/api-client-commons").Response<{
6089
+ command?: string[] | undefined;
6090
+ digest: string;
6091
+ entrypoint?: string[] | undefined;
6092
+ env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
6093
+ exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
6094
+ hasAiGeneratedData: boolean;
6095
+ isAiAvailable: boolean;
6096
+ isUserRoot: boolean;
6097
+ overwritingUser?: number | undefined;
6098
+ user: string;
6099
+ userId: number;
6100
+ volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
6101
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6102
+ [x: string]: unknown;
6103
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6104
+ [x: string]: unknown;
6105
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6106
+ [x: string]: unknown;
6107
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6108
+ [x: string]: unknown;
6109
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6110
+ [x: string]: unknown;
6111
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6112
+ [x: string]: unknown;
6113
+ }, 500, "application/json">>>;
6107
6114
  };
6108
6115
  /** The contract API allows you to manage your contracts and orders */
6109
6116
  readonly contract: {
@@ -14208,6 +14215,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14208
14215
  cronjobId: string;
14209
14216
  headers?: {
14210
14217
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
14218
+ "Accept-Language"?: "de" | "en" | undefined;
14211
14219
  "x-access-token"?: string | undefined;
14212
14220
  } | undefined;
14213
14221
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -14221,6 +14229,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14221
14229
  };
14222
14230
  } & {
14223
14231
  headers: {
14232
+ "Accept-Language"?: "de" | "en" | undefined;
14224
14233
  "x-access-token"?: string | undefined;
14225
14234
  } & Partial<{
14226
14235
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -14250,6 +14259,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
14250
14259
  };
14251
14260
  } & {
14252
14261
  headers: {
14262
+ "Accept-Language"?: "de" | "en" | undefined;
14253
14263
  "x-access-token"?: string | undefined;
14254
14264
  } & Partial<{
14255
14265
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -19320,8 +19330,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19320
19330
  } & Partial<{
19321
19331
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19322
19332
  }>;
19323
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
19324
- [x: string]: unknown;
19333
+ }, import("@mittwald/api-client-commons").Response<{
19334
+ id: string;
19335
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
19336
+ message: string;
19337
+ params?: {
19338
+ [k: string]: string;
19339
+ } | undefined;
19340
+ type: string;
19341
+ validationErrors: (import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableValidationError | {
19342
+ context?: {
19343
+ [k: string]: string;
19344
+ };
19345
+ message: string;
19346
+ path: string;
19347
+ type: string;
19348
+ })[];
19325
19349
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19326
19350
  [x: string]: unknown;
19327
19351
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -19343,8 +19367,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19343
19367
  } & Partial<{
19344
19368
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19345
19369
  }>;
19346
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
19347
- [x: string]: unknown;
19370
+ }, import("@mittwald/api-client-commons").Response<{
19371
+ id: string;
19372
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
19373
+ message: string;
19374
+ params?: {
19375
+ [k: string]: string;
19376
+ } | undefined;
19377
+ type: string;
19378
+ validationErrors: (import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableValidationError | {
19379
+ context?: {
19380
+ [k: string]: string;
19381
+ };
19382
+ message: string;
19383
+ path: string;
19384
+ type: string;
19385
+ })[];
19348
19386
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19349
19387
  [x: string]: unknown;
19350
19388
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -19851,6 +19889,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19851
19889
  id: string;
19852
19890
  ips: {
19853
19891
  v4: string[];
19892
+ v6: string[];
19854
19893
  };
19855
19894
  isDefault: boolean;
19856
19895
  isDomain?: boolean | undefined;
@@ -19883,6 +19922,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19883
19922
  id: string;
19884
19923
  ips: {
19885
19924
  v4: string[];
19925
+ v6: string[];
19886
19926
  };
19887
19927
  isDefault: boolean;
19888
19928
  isDomain?: boolean | undefined;
@@ -21851,6 +21891,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21851
21891
  isBackupInProgress: boolean;
21852
21892
  isCatchAll: boolean;
21853
21893
  mailbox?: {
21894
+ mailsystemSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
21854
21895
  name: string;
21855
21896
  passwordUpdatedAt: string;
21856
21897
  sendingEnabled: boolean;
@@ -21869,6 +21910,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21869
21910
  };
21870
21911
  } | undefined;
21871
21912
  projectId: string;
21913
+ rateLimitChangeRequest?: {
21914
+ rateLimitId: string;
21915
+ } | undefined;
21872
21916
  receivingDisabled: boolean;
21873
21917
  updatedAt: string;
21874
21918
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -21916,6 +21960,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21916
21960
  isBackupInProgress: boolean;
21917
21961
  isCatchAll: boolean;
21918
21962
  mailbox?: {
21963
+ mailsystemSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
21919
21964
  name: string;
21920
21965
  passwordUpdatedAt: string;
21921
21966
  sendingEnabled: boolean;
@@ -21934,6 +21979,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21934
21979
  };
21935
21980
  } | undefined;
21936
21981
  projectId: string;
21982
+ rateLimitChangeRequest?: {
21983
+ rateLimitId: string;
21984
+ } | undefined;
21937
21985
  receivingDisabled: boolean;
21938
21986
  updatedAt: string;
21939
21987
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -22069,12 +22117,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22069
22117
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22070
22118
  [x: string]: unknown;
22071
22119
  }, 503, "application/json">>>;
22072
- /** List backups belonging to a MailAddress. */
22073
- listBackupsForMailAddress: (request: {
22074
- mailAddressId: string;
22120
+ /** Get a Mail RateLimit. */
22121
+ getMailRateLimit: (request: {
22122
+ mailRateLimitId: string;
22075
22123
  headers?: {
22076
22124
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22077
- "x-access-token"?: string | undefined;
22078
22125
  } | undefined;
22079
22126
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22080
22127
  headers?: Partial<{
@@ -22082,34 +22129,72 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22082
22129
  }>;
22083
22130
  } & {
22084
22131
  pathParameters: {
22085
- mailAddressId: string;
22132
+ mailRateLimitId: string;
22086
22133
  };
22087
- } & {
22088
- headers: {
22089
- "x-access-token"?: string | undefined;
22090
- } & Partial<{
22091
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22092
- }>;
22093
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22094
- [x: string]: unknown;
22095
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22096
- [x: string]: unknown;
22097
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
22134
+ }, import("@mittwald/api-client-commons").Response<{
22135
+ id: string;
22136
+ rateLimit: number;
22137
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22098
22138
  [x: string]: unknown;
22099
22139
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22100
22140
  [x: string]: unknown;
22101
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
22102
- [x: string]: unknown;
22103
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22141
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22104
22142
  headers?: Partial<{
22105
22143
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22106
22144
  }>;
22107
22145
  } & {
22108
22146
  pathParameters: {
22109
- mailAddressId: string;
22147
+ mailRateLimitId: string;
22110
22148
  };
22111
- } & {
22112
- headers: {
22149
+ }, import("@mittwald/api-client-commons").Response<{
22150
+ id: string;
22151
+ rateLimit: number;
22152
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22153
+ [x: string]: unknown;
22154
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22155
+ [x: string]: unknown;
22156
+ }, 429, "application/json">>>;
22157
+ /** List backups belonging to a MailAddress. */
22158
+ listBackupsForMailAddress: (request: {
22159
+ mailAddressId: string;
22160
+ headers?: {
22161
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22162
+ "x-access-token"?: string | undefined;
22163
+ } | undefined;
22164
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22165
+ headers?: Partial<{
22166
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22167
+ }>;
22168
+ } & {
22169
+ pathParameters: {
22170
+ mailAddressId: string;
22171
+ };
22172
+ } & {
22173
+ headers: {
22174
+ "x-access-token"?: string | undefined;
22175
+ } & Partial<{
22176
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22177
+ }>;
22178
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22179
+ [x: string]: unknown;
22180
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22181
+ [x: string]: unknown;
22182
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
22183
+ [x: string]: unknown;
22184
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22185
+ [x: string]: unknown;
22186
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
22187
+ [x: string]: unknown;
22188
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22189
+ headers?: Partial<{
22190
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22191
+ }>;
22192
+ } & {
22193
+ pathParameters: {
22194
+ mailAddressId: string;
22195
+ };
22196
+ } & {
22197
+ headers: {
22113
22198
  "x-access-token"?: string | undefined;
22114
22199
  } & Partial<{
22115
22200
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -22222,6 +22307,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22222
22307
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22223
22308
  [x: string]: unknown;
22224
22309
  }, 503, "application/json">>>;
22310
+ /** List Mail RateLimits. */
22311
+ listMailRateLimits: (request?: {
22312
+ headers?: {
22313
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22314
+ } | undefined;
22315
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22316
+ headers?: Partial<{
22317
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22318
+ }>;
22319
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22320
+ [x: string]: unknown;
22321
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22322
+ headers?: Partial<{
22323
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22324
+ }>;
22325
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22326
+ [x: string]: unknown;
22327
+ }, 429, "application/json">>>;
22225
22328
  /** List mail settings of a Project. */
22226
22329
  listProjectMailSettings: (request: {
22227
22330
  projectId: string;
@@ -22856,6 +22959,77 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22856
22959
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22857
22960
  [x: string]: unknown;
22858
22961
  }, 503, "application/json">>>;
22962
+ /** Request a rate limit change for a MailAddress. */
22963
+ requestMailAddressRateLimitChange: (request: {
22964
+ data: {
22965
+ rateLimitId: string;
22966
+ };
22967
+ mailAddressId: string;
22968
+ headers?: {
22969
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22970
+ "x-access-token"?: string | undefined;
22971
+ } | undefined;
22972
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22973
+ data: {
22974
+ rateLimitId: string;
22975
+ };
22976
+ } & {
22977
+ pathParameters: {
22978
+ mailAddressId: string;
22979
+ };
22980
+ } & {
22981
+ headers?: Partial<{
22982
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22983
+ }>;
22984
+ } & {
22985
+ headers: {
22986
+ "x-access-token"?: string | undefined;
22987
+ } & Partial<{
22988
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22989
+ }>;
22990
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
22991
+ [x: string]: unknown;
22992
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22993
+ [x: string]: unknown;
22994
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
22995
+ [x: string]: unknown;
22996
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22997
+ [x: string]: unknown;
22998
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
22999
+ [x: string]: unknown;
23000
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
23001
+ [x: string]: unknown;
23002
+ }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23003
+ data: {
23004
+ rateLimitId: string;
23005
+ };
23006
+ } & {
23007
+ pathParameters: {
23008
+ mailAddressId: string;
23009
+ };
23010
+ } & {
23011
+ headers?: Partial<{
23012
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23013
+ }>;
23014
+ } & {
23015
+ headers: {
23016
+ "x-access-token"?: string | undefined;
23017
+ } & Partial<{
23018
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
23019
+ }>;
23020
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
23021
+ [x: string]: unknown;
23022
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
23023
+ [x: string]: unknown;
23024
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
23025
+ [x: string]: unknown;
23026
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
23027
+ [x: string]: unknown;
23028
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23029
+ [x: string]: unknown;
23030
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
23031
+ [x: string]: unknown;
23032
+ }, 503, "application/json">>>;
22859
23033
  };
22860
23034
  /** The notification API allows you to manage your notifications. */
22861
23035
  readonly notification: {
@@ -25803,6 +25977,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25803
25977
  message?: string | undefined;
25804
25978
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
25805
25979
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25980
+ message: string;
25981
+ type: string;
25982
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25806
25983
  [x: string]: unknown;
25807
25984
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
25808
25985
  data: {
@@ -25818,6 +25995,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
25818
25995
  message?: string | undefined;
25819
25996
  validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
25820
25997
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
25998
+ message: string;
25999
+ type: string;
26000
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
25821
26001
  [x: string]: unknown;
25822
26002
  }, 429, "application/json">>>;
25823
26003
  /** Request a support code. */
@@ -29709,33 +29889,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29709
29889
  } & Partial<{
29710
29890
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29711
29891
  }>;
29712
- }, import("@mittwald/api-client-commons").Response<{
29713
- backupStorageUsageInBytes: number;
29714
- backupStorageUsageInBytesSetAt: string;
29715
- createdAt: string;
29716
- customerId: string;
29717
- customerMeta: {
29718
- id: string;
29719
- };
29720
- description: string;
29721
- disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
29722
- disabledAt?: string;
29723
- enabled: boolean;
29724
- features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
29725
- id: string;
29726
- imageRefId?: string;
29727
- isReady: boolean;
29728
- projectHostingId?: string;
29729
- readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
29730
- serverGroupId: string;
29731
- serverId?: string;
29732
- shortId: string;
29733
- status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
29734
- statusSetAt: string;
29735
- supportedFeatures: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
29736
- webStorageUsageInBytes: number;
29737
- webStorageUsageInBytesSetAt: string;
29738
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29892
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29739
29893
  [x: string]: unknown;
29740
29894
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29741
29895
  [x: string]: unknown;
@@ -29764,33 +29918,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29764
29918
  } & Partial<{
29765
29919
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29766
29920
  }>;
29767
- }, import("@mittwald/api-client-commons").Response<{
29768
- backupStorageUsageInBytes: number;
29769
- backupStorageUsageInBytesSetAt: string;
29770
- createdAt: string;
29771
- customerId: string;
29772
- customerMeta: {
29773
- id: string;
29774
- };
29775
- description: string;
29776
- disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
29777
- disabledAt?: string;
29778
- enabled: boolean;
29779
- features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
29780
- id: string;
29781
- imageRefId?: string;
29782
- isReady: boolean;
29783
- projectHostingId?: string;
29784
- readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
29785
- serverGroupId: string;
29786
- serverId?: string;
29787
- shortId: string;
29788
- status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
29789
- statusSetAt: string;
29790
- supportedFeatures: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
29791
- webStorageUsageInBytes: number;
29792
- webStorageUsageInBytesSetAt: string;
29793
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29921
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29794
29922
  [x: string]: unknown;
29795
29923
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29796
29924
  [x: string]: unknown;
@@ -30294,6 +30422,170 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
30294
30422
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
30295
30423
  [x: string]: unknown;
30296
30424
  }, 500, "application/json">>>;
30425
+ /** Get the activities of a project. */
30426
+ listProjectActivities: (request: {
30427
+ projectId: string;
30428
+ headers?: {
30429
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
30430
+ } | undefined;
30431
+ queryParameters?: {
30432
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
30433
+ aggregateName?: string | undefined;
30434
+ aggregateDomain?: string | undefined;
30435
+ aggregateId?: string | undefined;
30436
+ startTime?: string | undefined;
30437
+ endTime?: string | undefined;
30438
+ fulltextSearch?: string | undefined;
30439
+ limit?: number | undefined;
30440
+ skip?: number | undefined;
30441
+ page?: number | undefined;
30442
+ sort?: "dateTime" | undefined;
30443
+ order?: "asc" | "desc" | undefined;
30444
+ } | undefined;
30445
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
30446
+ headers?: Partial<{
30447
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30448
+ }>;
30449
+ } & {
30450
+ pathParameters: {
30451
+ projectId: string;
30452
+ };
30453
+ } & {
30454
+ queryParameters: {
30455
+ aggregateName?: string | undefined;
30456
+ aggregateDomain?: string | undefined;
30457
+ aggregateId?: string | undefined;
30458
+ startTime?: string | undefined;
30459
+ endTime?: string | undefined;
30460
+ fulltextSearch?: string | undefined;
30461
+ limit?: number | undefined;
30462
+ skip?: number | undefined;
30463
+ page?: number | undefined;
30464
+ sort?: "dateTime" | undefined;
30465
+ order?: "asc" | "desc" | undefined;
30466
+ } & Partial<{
30467
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30468
+ }>;
30469
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
30470
+ [x: string]: unknown;
30471
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
30472
+ [x: string]: unknown;
30473
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
30474
+ [x: string]: unknown;
30475
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
30476
+ [x: string]: unknown;
30477
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
30478
+ headers?: Partial<{
30479
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30480
+ }>;
30481
+ } & {
30482
+ pathParameters: {
30483
+ projectId: string;
30484
+ };
30485
+ } & {
30486
+ queryParameters: {
30487
+ aggregateName?: string | undefined;
30488
+ aggregateDomain?: string | undefined;
30489
+ aggregateId?: string | undefined;
30490
+ startTime?: string | undefined;
30491
+ endTime?: string | undefined;
30492
+ fulltextSearch?: string | undefined;
30493
+ limit?: number | undefined;
30494
+ skip?: number | undefined;
30495
+ page?: number | undefined;
30496
+ sort?: "dateTime" | undefined;
30497
+ order?: "asc" | "desc" | undefined;
30498
+ } & Partial<{
30499
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30500
+ }>;
30501
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
30502
+ [x: string]: unknown;
30503
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
30504
+ [x: string]: unknown;
30505
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
30506
+ [x: string]: unknown;
30507
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
30508
+ [x: string]: unknown;
30509
+ }, 429, "application/json">>>;
30510
+ /** List Projects belonging to a Customer. */
30511
+ listCustomerProjects: (request: {
30512
+ customerId: string;
30513
+ headers?: {
30514
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
30515
+ "x-access-token"?: string | undefined;
30516
+ } | undefined;
30517
+ queryParameters?: {
30518
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
30519
+ searchTerm?: string | undefined;
30520
+ limit?: number | undefined;
30521
+ skip?: number | undefined;
30522
+ page?: number | undefined;
30523
+ sort?: "createdAt" | "description" | undefined;
30524
+ order?: "asc" | "desc" | undefined;
30525
+ } | undefined;
30526
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
30527
+ headers?: Partial<{
30528
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30529
+ }>;
30530
+ } & {
30531
+ pathParameters: {
30532
+ customerId: string;
30533
+ };
30534
+ } & {
30535
+ queryParameters: {
30536
+ searchTerm?: string | undefined;
30537
+ limit?: number | undefined;
30538
+ skip?: number | undefined;
30539
+ page?: number | undefined;
30540
+ sort?: "createdAt" | "description" | undefined;
30541
+ order?: "asc" | "desc" | undefined;
30542
+ } & Partial<{
30543
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30544
+ }>;
30545
+ } & {
30546
+ headers: {
30547
+ "x-access-token"?: string | undefined;
30548
+ } & Partial<{
30549
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30550
+ }>;
30551
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
30552
+ [x: string]: unknown;
30553
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
30554
+ [x: string]: unknown;
30555
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
30556
+ [x: string]: unknown;
30557
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
30558
+ headers?: Partial<{
30559
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30560
+ }>;
30561
+ } & {
30562
+ pathParameters: {
30563
+ customerId: string;
30564
+ };
30565
+ } & {
30566
+ queryParameters: {
30567
+ searchTerm?: string | undefined;
30568
+ limit?: number | undefined;
30569
+ skip?: number | undefined;
30570
+ page?: number | undefined;
30571
+ sort?: "createdAt" | "description" | undefined;
30572
+ order?: "asc" | "desc" | undefined;
30573
+ } & Partial<{
30574
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30575
+ }>;
30576
+ } & {
30577
+ headers: {
30578
+ "x-access-token"?: string | undefined;
30579
+ } & Partial<{
30580
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30581
+ }>;
30582
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
30583
+ [x: string]: unknown;
30584
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
30585
+ [x: string]: unknown;
30586
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
30587
+ [x: string]: unknown;
30588
+ }, 429, "application/json">>>;
30297
30589
  };
30298
30590
  /** The filesystem API allows you to directly access the filesystem of your project. */
30299
30591
  readonly projectFileSystem: {