@mittwald/api-client 4.421.0 → 4.424.0
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.
- package/dist/esm/generated/v2/client-react.js +6 -6
- package/dist/esm/generated/v2/client.js +16 -8
- package/dist/esm/generated/v2/descriptors.js +46 -22
- package/dist/esm/generated/v3-next/client-react.js +6 -6
- package/dist/esm/generated/v3-next/client.js +16 -8
- package/dist/esm/generated/v3-next/descriptors.js +46 -22
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +26 -26
- package/dist/types/generated/v2/client.d.ts +420 -143
- package/dist/types/generated/v2/descriptors.d.ts +16 -8
- package/dist/types/generated/v2/types.d.ts +565 -302
- package/dist/types/generated/v3-next/client-react.d.ts +26 -26
- package/dist/types/generated/v3-next/client.d.ts +420 -143
- package/dist/types/generated/v3-next/descriptors.d.ts +16 -8
- package/dist/types/generated/v3-next/types.d.ts +565 -302
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -3287,6 +3287,72 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
3287
3287
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3288
3288
|
[x: string]: unknown;
|
|
3289
3289
|
}, 429, "application/json">>>;
|
|
3290
|
+
/** Update a ProjectBackup. */
|
|
3291
|
+
updateProjectBackup: (request: {
|
|
3292
|
+
projectBackupId: string;
|
|
3293
|
+
data?: {
|
|
3294
|
+
description?: string | undefined;
|
|
3295
|
+
expirationTime?: string | undefined;
|
|
3296
|
+
} | undefined;
|
|
3297
|
+
headers?: {
|
|
3298
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3299
|
+
"x-access-token"?: string | undefined;
|
|
3300
|
+
} | undefined;
|
|
3301
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3302
|
+
data: {
|
|
3303
|
+
description?: string | undefined;
|
|
3304
|
+
expirationTime?: string | undefined;
|
|
3305
|
+
};
|
|
3306
|
+
} & {
|
|
3307
|
+
pathParameters: {
|
|
3308
|
+
projectBackupId: string;
|
|
3309
|
+
};
|
|
3310
|
+
} & {
|
|
3311
|
+
headers?: Partial<{
|
|
3312
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3313
|
+
}>;
|
|
3314
|
+
} & {
|
|
3315
|
+
headers: {
|
|
3316
|
+
"x-access-token"?: string | undefined;
|
|
3317
|
+
} & Partial<{
|
|
3318
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3319
|
+
}>;
|
|
3320
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
3321
|
+
[x: string]: unknown;
|
|
3322
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3323
|
+
[x: string]: unknown;
|
|
3324
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3325
|
+
[x: string]: unknown;
|
|
3326
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3327
|
+
[x: string]: unknown;
|
|
3328
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3329
|
+
data: {
|
|
3330
|
+
description?: string | undefined;
|
|
3331
|
+
expirationTime?: string | undefined;
|
|
3332
|
+
};
|
|
3333
|
+
} & {
|
|
3334
|
+
pathParameters: {
|
|
3335
|
+
projectBackupId: string;
|
|
3336
|
+
};
|
|
3337
|
+
} & {
|
|
3338
|
+
headers?: Partial<{
|
|
3339
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3340
|
+
}>;
|
|
3341
|
+
} & {
|
|
3342
|
+
headers: {
|
|
3343
|
+
"x-access-token"?: string | undefined;
|
|
3344
|
+
} & Partial<{
|
|
3345
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3346
|
+
}>;
|
|
3347
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
3348
|
+
[x: string]: unknown;
|
|
3349
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3350
|
+
[x: string]: unknown;
|
|
3351
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3352
|
+
[x: string]: unknown;
|
|
3353
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3354
|
+
[x: string]: unknown;
|
|
3355
|
+
}, 429, "application/json">>>;
|
|
3290
3356
|
/** List database dump's for a ProjectBackup. */
|
|
3291
3357
|
getProjectBackupDatabaseDumps: (request: {
|
|
3292
3358
|
projectBackupId: string;
|
|
@@ -5090,6 +5156,56 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5090
5156
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5091
5157
|
[x: string]: unknown;
|
|
5092
5158
|
}, 500, "application/json">>>;
|
|
5159
|
+
/** Get a Container Template asset. */
|
|
5160
|
+
getTemplateAsset: (request: {
|
|
5161
|
+
templateId: string;
|
|
5162
|
+
assetPath: string;
|
|
5163
|
+
headers?: {
|
|
5164
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5165
|
+
} | undefined;
|
|
5166
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5167
|
+
headers?: Partial<{
|
|
5168
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5169
|
+
}>;
|
|
5170
|
+
} & {
|
|
5171
|
+
pathParameters: {
|
|
5172
|
+
templateId: string;
|
|
5173
|
+
assetPath: string;
|
|
5174
|
+
};
|
|
5175
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
5176
|
+
[x: string]: unknown;
|
|
5177
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5178
|
+
[x: string]: unknown;
|
|
5179
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5180
|
+
[x: string]: unknown;
|
|
5181
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5182
|
+
[x: string]: unknown;
|
|
5183
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5184
|
+
[x: string]: unknown;
|
|
5185
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5186
|
+
[x: string]: unknown;
|
|
5187
|
+
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5188
|
+
headers?: Partial<{
|
|
5189
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5190
|
+
}>;
|
|
5191
|
+
} & {
|
|
5192
|
+
pathParameters: {
|
|
5193
|
+
templateId: string;
|
|
5194
|
+
assetPath: string;
|
|
5195
|
+
};
|
|
5196
|
+
}, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
|
|
5197
|
+
[x: string]: unknown;
|
|
5198
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5199
|
+
[x: string]: unknown;
|
|
5200
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5201
|
+
[x: string]: unknown;
|
|
5202
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5203
|
+
[x: string]: unknown;
|
|
5204
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5205
|
+
[x: string]: unknown;
|
|
5206
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5207
|
+
[x: string]: unknown;
|
|
5208
|
+
}, 503, "application/json">>>;
|
|
5093
5209
|
/** Get a Container Template by ID. */
|
|
5094
5210
|
getTemplate: (request: {
|
|
5095
5211
|
templateId: string;
|
|
@@ -6091,23 +6207,47 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
6091
6207
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6092
6208
|
[x: string]: unknown;
|
|
6093
6209
|
}, 500, "application/json">>>;
|
|
6094
|
-
/**
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6210
|
+
/** Add a template component to a Stack. */
|
|
6211
|
+
addTemplateComponent: (request: {
|
|
6212
|
+
data: {
|
|
6213
|
+
templateConfig: {
|
|
6214
|
+
templateId: string;
|
|
6215
|
+
userInputs?: {
|
|
6216
|
+
name: string;
|
|
6217
|
+
value: string;
|
|
6218
|
+
}[] | undefined;
|
|
6219
|
+
};
|
|
6220
|
+
};
|
|
6221
|
+
stackId: string;
|
|
6098
6222
|
headers?: {
|
|
6099
6223
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6224
|
+
"x-access-token"?: string | undefined;
|
|
6100
6225
|
} | undefined;
|
|
6101
6226
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6227
|
+
data: {
|
|
6228
|
+
templateConfig: {
|
|
6229
|
+
templateId: string;
|
|
6230
|
+
userInputs?: {
|
|
6231
|
+
name: string;
|
|
6232
|
+
value: string;
|
|
6233
|
+
}[];
|
|
6234
|
+
};
|
|
6235
|
+
};
|
|
6236
|
+
} & {
|
|
6237
|
+
pathParameters: {
|
|
6238
|
+
stackId: string;
|
|
6239
|
+
};
|
|
6240
|
+
} & {
|
|
6102
6241
|
headers?: Partial<{
|
|
6103
6242
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6104
6243
|
}>;
|
|
6105
6244
|
} & {
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6245
|
+
headers: {
|
|
6246
|
+
"x-access-token"?: string | undefined;
|
|
6247
|
+
} & Partial<{
|
|
6248
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6249
|
+
}>;
|
|
6250
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6111
6251
|
[x: string]: unknown;
|
|
6112
6252
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6113
6253
|
[x: string]: unknown;
|
|
@@ -6115,20 +6255,37 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
6115
6255
|
[x: string]: unknown;
|
|
6116
6256
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6117
6257
|
[x: string]: unknown;
|
|
6118
|
-
},
|
|
6258
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6119
6259
|
[x: string]: unknown;
|
|
6120
|
-
},
|
|
6260
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6121
6261
|
[x: string]: unknown;
|
|
6122
|
-
},
|
|
6262
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6263
|
+
[x: string]: unknown;
|
|
6264
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6265
|
+
data: {
|
|
6266
|
+
templateConfig: {
|
|
6267
|
+
templateId: string;
|
|
6268
|
+
userInputs?: {
|
|
6269
|
+
name: string;
|
|
6270
|
+
value: string;
|
|
6271
|
+
}[];
|
|
6272
|
+
};
|
|
6273
|
+
};
|
|
6274
|
+
} & {
|
|
6275
|
+
pathParameters: {
|
|
6276
|
+
stackId: string;
|
|
6277
|
+
};
|
|
6278
|
+
} & {
|
|
6123
6279
|
headers?: Partial<{
|
|
6124
6280
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6125
6281
|
}>;
|
|
6126
6282
|
} & {
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6283
|
+
headers: {
|
|
6284
|
+
"x-access-token"?: string | undefined;
|
|
6285
|
+
} & Partial<{
|
|
6286
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6287
|
+
}>;
|
|
6288
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6132
6289
|
[x: string]: unknown;
|
|
6133
6290
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6134
6291
|
[x: string]: unknown;
|
|
@@ -6136,11 +6293,13 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
6136
6293
|
[x: string]: unknown;
|
|
6137
6294
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6138
6295
|
[x: string]: unknown;
|
|
6139
|
-
},
|
|
6296
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6140
6297
|
[x: string]: unknown;
|
|
6141
|
-
},
|
|
6298
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6142
6299
|
[x: string]: unknown;
|
|
6143
|
-
},
|
|
6300
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6301
|
+
[x: string]: unknown;
|
|
6302
|
+
}, 500, "application/json">>>;
|
|
6144
6303
|
};
|
|
6145
6304
|
/** The contract API allows you to manage your contracts and orders */
|
|
6146
6305
|
readonly contract: {
|
|
@@ -21624,6 +21783,56 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21624
21783
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21625
21784
|
[x: string]: unknown;
|
|
21626
21785
|
}, 503, "application/json">>>;
|
|
21786
|
+
/** Get a Mail RateLimit. */
|
|
21787
|
+
getMailRateLimit: (request: {
|
|
21788
|
+
mailRateLimitId: string;
|
|
21789
|
+
headers?: {
|
|
21790
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21791
|
+
"x-access-token"?: string | undefined;
|
|
21792
|
+
} | undefined;
|
|
21793
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21794
|
+
headers?: Partial<{
|
|
21795
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21796
|
+
}>;
|
|
21797
|
+
} & {
|
|
21798
|
+
pathParameters: {
|
|
21799
|
+
mailRateLimitId: string;
|
|
21800
|
+
};
|
|
21801
|
+
} & {
|
|
21802
|
+
headers: {
|
|
21803
|
+
"x-access-token"?: string | undefined;
|
|
21804
|
+
} & Partial<{
|
|
21805
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21806
|
+
}>;
|
|
21807
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21808
|
+
id: string;
|
|
21809
|
+
rateLimit: number;
|
|
21810
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21811
|
+
[x: string]: unknown;
|
|
21812
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21813
|
+
[x: string]: unknown;
|
|
21814
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21815
|
+
headers?: Partial<{
|
|
21816
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21817
|
+
}>;
|
|
21818
|
+
} & {
|
|
21819
|
+
pathParameters: {
|
|
21820
|
+
mailRateLimitId: string;
|
|
21821
|
+
};
|
|
21822
|
+
} & {
|
|
21823
|
+
headers: {
|
|
21824
|
+
"x-access-token"?: string | undefined;
|
|
21825
|
+
} & Partial<{
|
|
21826
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21827
|
+
}>;
|
|
21828
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
21829
|
+
id: string;
|
|
21830
|
+
rateLimit: number;
|
|
21831
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21832
|
+
[x: string]: unknown;
|
|
21833
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21834
|
+
[x: string]: unknown;
|
|
21835
|
+
}, 429, "application/json">>>;
|
|
21627
21836
|
/** List backups belonging to a MailAddress. */
|
|
21628
21837
|
listBackupsForMailAddress: (request: {
|
|
21629
21838
|
mailAddressId: string;
|
|
@@ -21777,30 +21986,61 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21777
21986
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21778
21987
|
[x: string]: unknown;
|
|
21779
21988
|
}, 503, "application/json">>>;
|
|
21780
|
-
/** List
|
|
21781
|
-
|
|
21782
|
-
projectId: string;
|
|
21989
|
+
/** List Mail RateLimits. */
|
|
21990
|
+
listMailRateLimits: (request?: {
|
|
21783
21991
|
headers?: {
|
|
21784
21992
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21785
21993
|
"x-access-token"?: string | undefined;
|
|
21786
21994
|
} | undefined;
|
|
21787
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21995
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21788
21996
|
headers?: Partial<{
|
|
21789
21997
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21790
21998
|
}>;
|
|
21791
|
-
} & {
|
|
21792
|
-
pathParameters: {
|
|
21793
|
-
projectId: string;
|
|
21794
|
-
};
|
|
21795
21999
|
} & {
|
|
21796
22000
|
headers: {
|
|
21797
22001
|
"x-access-token"?: string | undefined;
|
|
21798
22002
|
} & Partial<{
|
|
21799
22003
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21800
22004
|
}>;
|
|
21801
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
21802
|
-
|
|
21803
|
-
|
|
22005
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22006
|
+
[x: string]: unknown;
|
|
22007
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22008
|
+
headers?: Partial<{
|
|
22009
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22010
|
+
}>;
|
|
22011
|
+
} & {
|
|
22012
|
+
headers: {
|
|
22013
|
+
"x-access-token"?: string | undefined;
|
|
22014
|
+
} & Partial<{
|
|
22015
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22016
|
+
}>;
|
|
22017
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22018
|
+
[x: string]: unknown;
|
|
22019
|
+
}, 429, "application/json">>>;
|
|
22020
|
+
/** List mail settings of a Project. */
|
|
22021
|
+
listProjectMailSettings: (request: {
|
|
22022
|
+
projectId: string;
|
|
22023
|
+
headers?: {
|
|
22024
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22025
|
+
"x-access-token"?: string | undefined;
|
|
22026
|
+
} | undefined;
|
|
22027
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22028
|
+
headers?: Partial<{
|
|
22029
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22030
|
+
}>;
|
|
22031
|
+
} & {
|
|
22032
|
+
pathParameters: {
|
|
22033
|
+
projectId: string;
|
|
22034
|
+
};
|
|
22035
|
+
} & {
|
|
22036
|
+
headers: {
|
|
22037
|
+
"x-access-token"?: string | undefined;
|
|
22038
|
+
} & Partial<{
|
|
22039
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22040
|
+
}>;
|
|
22041
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
22042
|
+
blacklist: string[];
|
|
22043
|
+
projectId: string;
|
|
21804
22044
|
whitelist: string[];
|
|
21805
22045
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21806
22046
|
[x: string]: unknown;
|
|
@@ -21896,23 +22136,23 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21896
22136
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21897
22137
|
[x: string]: unknown;
|
|
21898
22138
|
}, 429, "application/json">>>;
|
|
21899
|
-
/**
|
|
21900
|
-
|
|
22139
|
+
/** Request a rate limit change for a MailAddress. */
|
|
22140
|
+
requestMailAddressRateLimitChange: (request: {
|
|
21901
22141
|
data: {
|
|
21902
|
-
|
|
22142
|
+
rateLimitId: string;
|
|
21903
22143
|
};
|
|
21904
|
-
|
|
22144
|
+
mailAddressId: string;
|
|
21905
22145
|
headers?: {
|
|
21906
22146
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21907
22147
|
"x-access-token"?: string | undefined;
|
|
21908
22148
|
} | undefined;
|
|
21909
22149
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21910
22150
|
data: {
|
|
21911
|
-
|
|
22151
|
+
rateLimitId: string;
|
|
21912
22152
|
};
|
|
21913
22153
|
} & {
|
|
21914
22154
|
pathParameters: {
|
|
21915
|
-
|
|
22155
|
+
mailAddressId: string;
|
|
21916
22156
|
};
|
|
21917
22157
|
} & {
|
|
21918
22158
|
headers?: Partial<{
|
|
@@ -21938,11 +22178,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21938
22178
|
[x: string]: unknown;
|
|
21939
22179
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21940
22180
|
data: {
|
|
21941
|
-
|
|
22181
|
+
rateLimitId: string;
|
|
21942
22182
|
};
|
|
21943
22183
|
} & {
|
|
21944
22184
|
pathParameters: {
|
|
21945
|
-
|
|
22185
|
+
mailAddressId: string;
|
|
21946
22186
|
};
|
|
21947
22187
|
} & {
|
|
21948
22188
|
headers?: Partial<{
|
|
@@ -21967,10 +22207,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21967
22207
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21968
22208
|
[x: string]: unknown;
|
|
21969
22209
|
}, 503, "application/json">>>;
|
|
21970
|
-
/** Update the
|
|
21971
|
-
|
|
22210
|
+
/** Update the description of a DeliveryBox. */
|
|
22211
|
+
updateDeliveryBoxDescription: (request: {
|
|
21972
22212
|
data: {
|
|
21973
|
-
|
|
22213
|
+
description: string;
|
|
21974
22214
|
};
|
|
21975
22215
|
deliveryBoxId: string;
|
|
21976
22216
|
headers?: {
|
|
@@ -21979,7 +22219,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
21979
22219
|
} | undefined;
|
|
21980
22220
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21981
22221
|
data: {
|
|
21982
|
-
|
|
22222
|
+
description: string;
|
|
21983
22223
|
};
|
|
21984
22224
|
} & {
|
|
21985
22225
|
pathParameters: {
|
|
@@ -22009,7 +22249,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22009
22249
|
[x: string]: unknown;
|
|
22010
22250
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22011
22251
|
data: {
|
|
22012
|
-
|
|
22252
|
+
description: string;
|
|
22013
22253
|
};
|
|
22014
22254
|
} & {
|
|
22015
22255
|
pathParameters: {
|
|
@@ -22038,23 +22278,23 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22038
22278
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22039
22279
|
[x: string]: unknown;
|
|
22040
22280
|
}, 503, "application/json">>>;
|
|
22041
|
-
/** Update a
|
|
22042
|
-
|
|
22281
|
+
/** Update the password of a DeliveryBox. */
|
|
22282
|
+
updateDeliveryBoxPassword: (request: {
|
|
22043
22283
|
data: {
|
|
22044
|
-
|
|
22284
|
+
password: string;
|
|
22045
22285
|
};
|
|
22046
|
-
|
|
22286
|
+
deliveryBoxId: string;
|
|
22047
22287
|
headers?: {
|
|
22048
22288
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22049
22289
|
"x-access-token"?: string | undefined;
|
|
22050
22290
|
} | undefined;
|
|
22051
22291
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22052
22292
|
data: {
|
|
22053
|
-
|
|
22293
|
+
password: string;
|
|
22054
22294
|
};
|
|
22055
22295
|
} & {
|
|
22056
22296
|
pathParameters: {
|
|
22057
|
-
|
|
22297
|
+
deliveryBoxId: string;
|
|
22058
22298
|
};
|
|
22059
22299
|
} & {
|
|
22060
22300
|
headers?: Partial<{
|
|
@@ -22080,11 +22320,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22080
22320
|
[x: string]: unknown;
|
|
22081
22321
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22082
22322
|
data: {
|
|
22083
|
-
|
|
22323
|
+
password: string;
|
|
22084
22324
|
};
|
|
22085
22325
|
} & {
|
|
22086
22326
|
pathParameters: {
|
|
22087
|
-
|
|
22327
|
+
deliveryBoxId: string;
|
|
22088
22328
|
};
|
|
22089
22329
|
} & {
|
|
22090
22330
|
headers?: Partial<{
|
|
@@ -22109,10 +22349,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22109
22349
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22110
22350
|
[x: string]: unknown;
|
|
22111
22351
|
}, 503, "application/json">>>;
|
|
22112
|
-
/** Update
|
|
22113
|
-
|
|
22352
|
+
/** Update a MailAddress. */
|
|
22353
|
+
updateMailAddressAddress: (request: {
|
|
22114
22354
|
data: {
|
|
22115
|
-
|
|
22355
|
+
address: string;
|
|
22116
22356
|
};
|
|
22117
22357
|
mailAddressId: string;
|
|
22118
22358
|
headers?: {
|
|
@@ -22121,7 +22361,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22121
22361
|
} | undefined;
|
|
22122
22362
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22123
22363
|
data: {
|
|
22124
|
-
|
|
22364
|
+
address: string;
|
|
22125
22365
|
};
|
|
22126
22366
|
} & {
|
|
22127
22367
|
pathParameters: {
|
|
@@ -22151,7 +22391,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22151
22391
|
[x: string]: unknown;
|
|
22152
22392
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22153
22393
|
data: {
|
|
22154
|
-
|
|
22394
|
+
address: string;
|
|
22155
22395
|
};
|
|
22156
22396
|
} & {
|
|
22157
22397
|
pathParameters: {
|
|
@@ -22180,91 +22420,10 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22180
22420
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22181
22421
|
[x: string]: unknown;
|
|
22182
22422
|
}, 503, "application/json">>>;
|
|
22183
|
-
/**
|
|
22184
|
-
|
|
22185
|
-
mailRateLimitId: string;
|
|
22186
|
-
headers?: {
|
|
22187
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22188
|
-
"x-access-token"?: string | undefined;
|
|
22189
|
-
} | undefined;
|
|
22190
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22191
|
-
headers?: Partial<{
|
|
22192
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22193
|
-
}>;
|
|
22194
|
-
} & {
|
|
22195
|
-
pathParameters: {
|
|
22196
|
-
mailRateLimitId: string;
|
|
22197
|
-
};
|
|
22198
|
-
} & {
|
|
22199
|
-
headers: {
|
|
22200
|
-
"x-access-token"?: string | undefined;
|
|
22201
|
-
} & Partial<{
|
|
22202
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22203
|
-
}>;
|
|
22204
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22205
|
-
id: string;
|
|
22206
|
-
rateLimit: number;
|
|
22207
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22208
|
-
[x: string]: unknown;
|
|
22209
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22210
|
-
[x: string]: unknown;
|
|
22211
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22212
|
-
headers?: Partial<{
|
|
22213
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22214
|
-
}>;
|
|
22215
|
-
} & {
|
|
22216
|
-
pathParameters: {
|
|
22217
|
-
mailRateLimitId: string;
|
|
22218
|
-
};
|
|
22219
|
-
} & {
|
|
22220
|
-
headers: {
|
|
22221
|
-
"x-access-token"?: string | undefined;
|
|
22222
|
-
} & Partial<{
|
|
22223
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22224
|
-
}>;
|
|
22225
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
22226
|
-
id: string;
|
|
22227
|
-
rateLimit: number;
|
|
22228
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22229
|
-
[x: string]: unknown;
|
|
22230
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22231
|
-
[x: string]: unknown;
|
|
22232
|
-
}, 429, "application/json">>>;
|
|
22233
|
-
/** List Mail RateLimits. */
|
|
22234
|
-
listMailRateLimits: (request?: {
|
|
22235
|
-
headers?: {
|
|
22236
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22237
|
-
"x-access-token"?: string | undefined;
|
|
22238
|
-
} | undefined;
|
|
22239
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22240
|
-
headers?: Partial<{
|
|
22241
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22242
|
-
}>;
|
|
22243
|
-
} & {
|
|
22244
|
-
headers: {
|
|
22245
|
-
"x-access-token"?: string | undefined;
|
|
22246
|
-
} & Partial<{
|
|
22247
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22248
|
-
}>;
|
|
22249
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22250
|
-
[x: string]: unknown;
|
|
22251
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22252
|
-
headers?: Partial<{
|
|
22253
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22254
|
-
}>;
|
|
22255
|
-
} & {
|
|
22256
|
-
headers: {
|
|
22257
|
-
"x-access-token"?: string | undefined;
|
|
22258
|
-
} & Partial<{
|
|
22259
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22260
|
-
}>;
|
|
22261
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22262
|
-
[x: string]: unknown;
|
|
22263
|
-
}, 429, "application/json">>>;
|
|
22264
|
-
/** Request a rate limit change for a MailAddress. */
|
|
22265
|
-
requestMailAddressRateLimitChange: (request: {
|
|
22423
|
+
/** Update the catch-all of a MailAddress. */
|
|
22424
|
+
updateMailAddressCatchAll: (request: {
|
|
22266
22425
|
data: {
|
|
22267
|
-
|
|
22426
|
+
active: boolean;
|
|
22268
22427
|
};
|
|
22269
22428
|
mailAddressId: string;
|
|
22270
22429
|
headers?: {
|
|
@@ -22273,7 +22432,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22273
22432
|
} | undefined;
|
|
22274
22433
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22275
22434
|
data: {
|
|
22276
|
-
|
|
22435
|
+
active: boolean;
|
|
22277
22436
|
};
|
|
22278
22437
|
} & {
|
|
22279
22438
|
pathParameters: {
|
|
@@ -22303,7 +22462,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
22303
22462
|
[x: string]: unknown;
|
|
22304
22463
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22305
22464
|
data: {
|
|
22306
|
-
|
|
22465
|
+
active: boolean;
|
|
22307
22466
|
};
|
|
22308
22467
|
} & {
|
|
22309
22468
|
pathParameters: {
|
|
@@ -29700,6 +29859,65 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
29700
29859
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29701
29860
|
[x: string]: unknown;
|
|
29702
29861
|
}, 500, "application/json">>>;
|
|
29862
|
+
/** Update a Project's storage space statistics. */
|
|
29863
|
+
storagespaceUpdateProjectStatistics: (request: {
|
|
29864
|
+
projectId: string;
|
|
29865
|
+
data?: {
|
|
29866
|
+
notificationThresholdInBytes?: number | undefined;
|
|
29867
|
+
} | undefined;
|
|
29868
|
+
headers?: {
|
|
29869
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29870
|
+
"x-access-token"?: string | undefined;
|
|
29871
|
+
} | undefined;
|
|
29872
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29873
|
+
data: {
|
|
29874
|
+
notificationThresholdInBytes?: number | undefined;
|
|
29875
|
+
};
|
|
29876
|
+
} & {
|
|
29877
|
+
pathParameters: {
|
|
29878
|
+
projectId: string;
|
|
29879
|
+
};
|
|
29880
|
+
} & {
|
|
29881
|
+
headers?: Partial<{
|
|
29882
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29883
|
+
}>;
|
|
29884
|
+
} & {
|
|
29885
|
+
headers: {
|
|
29886
|
+
"x-access-token"?: string | undefined;
|
|
29887
|
+
} & Partial<{
|
|
29888
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29889
|
+
}>;
|
|
29890
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
29891
|
+
[x: string]: unknown;
|
|
29892
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29893
|
+
[x: string]: unknown;
|
|
29894
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29895
|
+
[x: string]: unknown;
|
|
29896
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29897
|
+
data: {
|
|
29898
|
+
notificationThresholdInBytes?: number | undefined;
|
|
29899
|
+
};
|
|
29900
|
+
} & {
|
|
29901
|
+
pathParameters: {
|
|
29902
|
+
projectId: string;
|
|
29903
|
+
};
|
|
29904
|
+
} & {
|
|
29905
|
+
headers?: Partial<{
|
|
29906
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29907
|
+
}>;
|
|
29908
|
+
} & {
|
|
29909
|
+
headers: {
|
|
29910
|
+
"x-access-token"?: string | undefined;
|
|
29911
|
+
} & Partial<{
|
|
29912
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29913
|
+
}>;
|
|
29914
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
29915
|
+
[x: string]: unknown;
|
|
29916
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29917
|
+
[x: string]: unknown;
|
|
29918
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29919
|
+
[x: string]: unknown;
|
|
29920
|
+
}, 500, "application/json">>>;
|
|
29703
29921
|
/** Get storage space Statistics belonging to a Server. */
|
|
29704
29922
|
storagespaceGetServerStatistics: (request: {
|
|
29705
29923
|
serverId: string;
|
|
@@ -29774,6 +29992,65 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
29774
29992
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29775
29993
|
[x: string]: unknown;
|
|
29776
29994
|
}, 500, "application/json">>>;
|
|
29995
|
+
/** Update a Server's storage space statistics. */
|
|
29996
|
+
storagespaceUpdateServerStatistics: (request: {
|
|
29997
|
+
serverId: string;
|
|
29998
|
+
data?: {
|
|
29999
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30000
|
+
} | undefined;
|
|
30001
|
+
headers?: {
|
|
30002
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30003
|
+
"x-access-token"?: string | undefined;
|
|
30004
|
+
} | undefined;
|
|
30005
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30006
|
+
data: {
|
|
30007
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30008
|
+
};
|
|
30009
|
+
} & {
|
|
30010
|
+
pathParameters: {
|
|
30011
|
+
serverId: string;
|
|
30012
|
+
};
|
|
30013
|
+
} & {
|
|
30014
|
+
headers?: Partial<{
|
|
30015
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30016
|
+
}>;
|
|
30017
|
+
} & {
|
|
30018
|
+
headers: {
|
|
30019
|
+
"x-access-token"?: string | undefined;
|
|
30020
|
+
} & Partial<{
|
|
30021
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30022
|
+
}>;
|
|
30023
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
30024
|
+
[x: string]: unknown;
|
|
30025
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30026
|
+
[x: string]: unknown;
|
|
30027
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30028
|
+
[x: string]: unknown;
|
|
30029
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30030
|
+
data: {
|
|
30031
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30032
|
+
};
|
|
30033
|
+
} & {
|
|
30034
|
+
pathParameters: {
|
|
30035
|
+
serverId: string;
|
|
30036
|
+
};
|
|
30037
|
+
} & {
|
|
30038
|
+
headers?: Partial<{
|
|
30039
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30040
|
+
}>;
|
|
30041
|
+
} & {
|
|
30042
|
+
headers: {
|
|
30043
|
+
"x-access-token"?: string | undefined;
|
|
30044
|
+
} & Partial<{
|
|
30045
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30046
|
+
}>;
|
|
30047
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
30048
|
+
[x: string]: unknown;
|
|
30049
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30050
|
+
[x: string]: unknown;
|
|
30051
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30052
|
+
[x: string]: unknown;
|
|
30053
|
+
}, 500, "application/json">>>;
|
|
29777
30054
|
/** Update a Project's storage space notification threshold. */
|
|
29778
30055
|
storagespaceReplaceProjectNotificationThreshold: (request: {
|
|
29779
30056
|
projectId: string;
|