@mittwald/api-client 4.422.0 → 4.425.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.js +12 -0
- package/dist/esm/generated/v2/descriptors.js +36 -0
- package/dist/esm/generated/v3-next/client.js +12 -0
- package/dist/esm/generated/v3-next/descriptors.js +36 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +3 -4
- package/dist/types/generated/v2/client.d.ts +404 -12
- package/dist/types/generated/v2/descriptors.d.ts +12 -0
- package/dist/types/generated/v2/types.d.ts +364 -6
- package/dist/types/generated/v3-next/client-react.d.ts +3 -4
- package/dist/types/generated/v3-next/client.d.ts +404 -12
- package/dist/types/generated/v3-next/descriptors.d.ts +12 -0
- package/dist/types/generated/v3-next/types.d.ts +364 -6
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -3287,6 +3287,72 @@ export declare class MittwaldAPIV2Client 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;
|
|
@@ -6141,6 +6207,99 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6141
6207
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6142
6208
|
[x: string]: unknown;
|
|
6143
6209
|
}, 500, "application/json">>>;
|
|
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;
|
|
6222
|
+
headers?: {
|
|
6223
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6224
|
+
"x-access-token"?: string | undefined;
|
|
6225
|
+
} | undefined;
|
|
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
|
+
} & {
|
|
6241
|
+
headers?: Partial<{
|
|
6242
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6243
|
+
}>;
|
|
6244
|
+
} & {
|
|
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<{
|
|
6251
|
+
[x: string]: unknown;
|
|
6252
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6253
|
+
[x: string]: unknown;
|
|
6254
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6255
|
+
[x: string]: unknown;
|
|
6256
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6257
|
+
[x: string]: unknown;
|
|
6258
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6259
|
+
[x: string]: unknown;
|
|
6260
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6261
|
+
[x: string]: unknown;
|
|
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
|
+
} & {
|
|
6279
|
+
headers?: Partial<{
|
|
6280
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6281
|
+
}>;
|
|
6282
|
+
} & {
|
|
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<{
|
|
6289
|
+
[x: string]: unknown;
|
|
6290
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6291
|
+
[x: string]: unknown;
|
|
6292
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6293
|
+
[x: string]: unknown;
|
|
6294
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6295
|
+
[x: string]: unknown;
|
|
6296
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6297
|
+
[x: string]: unknown;
|
|
6298
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6299
|
+
[x: string]: unknown;
|
|
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: {
|
|
@@ -13908,14 +14067,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13908
14067
|
} | undefined;
|
|
13909
14068
|
queryParameters?: {
|
|
13910
14069
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
13911
|
-
limit?: number | undefined;
|
|
13912
|
-
skip?: number | undefined;
|
|
13913
|
-
page?: number | undefined;
|
|
13914
14070
|
since?: string | undefined;
|
|
13915
14071
|
until?: string | undefined;
|
|
13916
14072
|
status?: string | undefined;
|
|
13917
14073
|
triggeredByUser?: boolean | undefined;
|
|
13918
14074
|
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecutionSortOrder | undefined;
|
|
14075
|
+
limit?: number | undefined;
|
|
14076
|
+
skip?: number | undefined;
|
|
14077
|
+
page?: number | undefined;
|
|
13919
14078
|
} | undefined;
|
|
13920
14079
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
13921
14080
|
headers?: Partial<{
|
|
@@ -13927,14 +14086,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13927
14086
|
};
|
|
13928
14087
|
} & {
|
|
13929
14088
|
queryParameters: {
|
|
13930
|
-
limit?: number | undefined;
|
|
13931
|
-
skip?: number | undefined;
|
|
13932
|
-
page?: number | undefined;
|
|
13933
14089
|
since?: string | undefined;
|
|
13934
14090
|
until?: string | undefined;
|
|
13935
14091
|
status?: string | undefined;
|
|
13936
14092
|
triggeredByUser?: boolean | undefined;
|
|
13937
14093
|
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecutionSortOrder | undefined;
|
|
14094
|
+
limit?: number | undefined;
|
|
14095
|
+
skip?: number | undefined;
|
|
14096
|
+
page?: number | undefined;
|
|
13938
14097
|
} & Partial<{
|
|
13939
14098
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
13940
14099
|
}>;
|
|
@@ -13956,14 +14115,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13956
14115
|
};
|
|
13957
14116
|
} & {
|
|
13958
14117
|
queryParameters: {
|
|
13959
|
-
limit?: number | undefined;
|
|
13960
|
-
skip?: number | undefined;
|
|
13961
|
-
page?: number | undefined;
|
|
13962
14118
|
since?: string | undefined;
|
|
13963
14119
|
until?: string | undefined;
|
|
13964
14120
|
status?: string | undefined;
|
|
13965
14121
|
triggeredByUser?: boolean | undefined;
|
|
13966
14122
|
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecutionSortOrder | undefined;
|
|
14123
|
+
limit?: number | undefined;
|
|
14124
|
+
skip?: number | undefined;
|
|
14125
|
+
page?: number | undefined;
|
|
13967
14126
|
} & Partial<{
|
|
13968
14127
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
13969
14128
|
}>;
|
|
@@ -14275,7 +14434,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14275
14434
|
cronjobId: string;
|
|
14276
14435
|
headers?: {
|
|
14277
14436
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
14278
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
14279
14437
|
"x-access-token"?: string | undefined;
|
|
14280
14438
|
} | undefined;
|
|
14281
14439
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -14289,7 +14447,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14289
14447
|
};
|
|
14290
14448
|
} & {
|
|
14291
14449
|
headers: {
|
|
14292
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
14293
14450
|
"x-access-token"?: string | undefined;
|
|
14294
14451
|
} & Partial<{
|
|
14295
14452
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -14319,7 +14476,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14319
14476
|
};
|
|
14320
14477
|
} & {
|
|
14321
14478
|
headers: {
|
|
14322
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
14323
14479
|
"x-access-token"?: string | undefined;
|
|
14324
14480
|
} & Partial<{
|
|
14325
14481
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -28630,6 +28786,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28630
28786
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28631
28787
|
[x: string]: unknown;
|
|
28632
28788
|
}, 500, "application/json">>>;
|
|
28789
|
+
/** Update a Project. */
|
|
28790
|
+
updateProject: (request: {
|
|
28791
|
+
projectId: string;
|
|
28792
|
+
data?: {
|
|
28793
|
+
description?: string | undefined;
|
|
28794
|
+
} | undefined;
|
|
28795
|
+
headers?: {
|
|
28796
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
28797
|
+
"x-access-token"?: string | undefined;
|
|
28798
|
+
} | undefined;
|
|
28799
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28800
|
+
data: {
|
|
28801
|
+
description?: string | undefined;
|
|
28802
|
+
};
|
|
28803
|
+
} & {
|
|
28804
|
+
pathParameters: {
|
|
28805
|
+
projectId: string;
|
|
28806
|
+
};
|
|
28807
|
+
} & {
|
|
28808
|
+
headers?: Partial<{
|
|
28809
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28810
|
+
}>;
|
|
28811
|
+
} & {
|
|
28812
|
+
headers: {
|
|
28813
|
+
"x-access-token"?: string | undefined;
|
|
28814
|
+
} & Partial<{
|
|
28815
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28816
|
+
}>;
|
|
28817
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28818
|
+
[x: string]: unknown;
|
|
28819
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28820
|
+
[x: string]: unknown;
|
|
28821
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28822
|
+
[x: string]: unknown;
|
|
28823
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
28824
|
+
data: {
|
|
28825
|
+
description?: string | undefined;
|
|
28826
|
+
};
|
|
28827
|
+
} & {
|
|
28828
|
+
pathParameters: {
|
|
28829
|
+
projectId: string;
|
|
28830
|
+
};
|
|
28831
|
+
} & {
|
|
28832
|
+
headers?: Partial<{
|
|
28833
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28834
|
+
}>;
|
|
28835
|
+
} & {
|
|
28836
|
+
headers: {
|
|
28837
|
+
"x-access-token"?: string | undefined;
|
|
28838
|
+
} & Partial<{
|
|
28839
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
28840
|
+
}>;
|
|
28841
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28842
|
+
[x: string]: unknown;
|
|
28843
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28844
|
+
[x: string]: unknown;
|
|
28845
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28846
|
+
[x: string]: unknown;
|
|
28847
|
+
}, 429, "application/json">>>;
|
|
28633
28848
|
/** Request a Server avatar upload. */
|
|
28634
28849
|
requestServerAvatarUpload: (request: {
|
|
28635
28850
|
serverId: string;
|
|
@@ -28946,6 +29161,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28946
29161
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
28947
29162
|
[x: string]: unknown;
|
|
28948
29163
|
}, 429, "application/json">>>;
|
|
29164
|
+
/** Update a Server. */
|
|
29165
|
+
updateServer: (request: {
|
|
29166
|
+
serverId: string;
|
|
29167
|
+
data?: {
|
|
29168
|
+
description?: string | undefined;
|
|
29169
|
+
} | undefined;
|
|
29170
|
+
headers?: {
|
|
29171
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29172
|
+
"x-access-token"?: string | undefined;
|
|
29173
|
+
} | undefined;
|
|
29174
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29175
|
+
data: {
|
|
29176
|
+
description?: string | undefined;
|
|
29177
|
+
};
|
|
29178
|
+
} & {
|
|
29179
|
+
pathParameters: {
|
|
29180
|
+
serverId: string;
|
|
29181
|
+
};
|
|
29182
|
+
} & {
|
|
29183
|
+
headers?: Partial<{
|
|
29184
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29185
|
+
}>;
|
|
29186
|
+
} & {
|
|
29187
|
+
headers: {
|
|
29188
|
+
"x-access-token"?: string | undefined;
|
|
29189
|
+
} & Partial<{
|
|
29190
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29191
|
+
}>;
|
|
29192
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
29193
|
+
[x: string]: unknown;
|
|
29194
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29195
|
+
[x: string]: unknown;
|
|
29196
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29197
|
+
[x: string]: unknown;
|
|
29198
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29199
|
+
data: {
|
|
29200
|
+
description?: string | undefined;
|
|
29201
|
+
};
|
|
29202
|
+
} & {
|
|
29203
|
+
pathParameters: {
|
|
29204
|
+
serverId: string;
|
|
29205
|
+
};
|
|
29206
|
+
} & {
|
|
29207
|
+
headers?: Partial<{
|
|
29208
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29209
|
+
}>;
|
|
29210
|
+
} & {
|
|
29211
|
+
headers: {
|
|
29212
|
+
"x-access-token"?: string | undefined;
|
|
29213
|
+
} & Partial<{
|
|
29214
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29215
|
+
}>;
|
|
29216
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
29217
|
+
[x: string]: unknown;
|
|
29218
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29219
|
+
[x: string]: unknown;
|
|
29220
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29221
|
+
[x: string]: unknown;
|
|
29222
|
+
}, 429, "application/json">>>;
|
|
28949
29223
|
/** List Projects belonging to a Customer. */
|
|
28950
29224
|
listCustomerProjects: (request: {
|
|
28951
29225
|
customerId: string;
|
|
@@ -29700,6 +29974,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29700
29974
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29701
29975
|
[x: string]: unknown;
|
|
29702
29976
|
}, 500, "application/json">>>;
|
|
29977
|
+
/** Update a Project's storage space statistics. */
|
|
29978
|
+
storagespaceUpdateProjectStatistics: (request: {
|
|
29979
|
+
projectId: string;
|
|
29980
|
+
data?: {
|
|
29981
|
+
notificationThresholdInBytes?: number | undefined;
|
|
29982
|
+
} | undefined;
|
|
29983
|
+
headers?: {
|
|
29984
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29985
|
+
"x-access-token"?: string | undefined;
|
|
29986
|
+
} | undefined;
|
|
29987
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29988
|
+
data: {
|
|
29989
|
+
notificationThresholdInBytes?: number | undefined;
|
|
29990
|
+
};
|
|
29991
|
+
} & {
|
|
29992
|
+
pathParameters: {
|
|
29993
|
+
projectId: string;
|
|
29994
|
+
};
|
|
29995
|
+
} & {
|
|
29996
|
+
headers?: Partial<{
|
|
29997
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29998
|
+
}>;
|
|
29999
|
+
} & {
|
|
30000
|
+
headers: {
|
|
30001
|
+
"x-access-token"?: string | undefined;
|
|
30002
|
+
} & Partial<{
|
|
30003
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30004
|
+
}>;
|
|
30005
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
30006
|
+
[x: string]: unknown;
|
|
30007
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30008
|
+
[x: string]: unknown;
|
|
30009
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30010
|
+
[x: string]: unknown;
|
|
30011
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30012
|
+
data: {
|
|
30013
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30014
|
+
};
|
|
30015
|
+
} & {
|
|
30016
|
+
pathParameters: {
|
|
30017
|
+
projectId: string;
|
|
30018
|
+
};
|
|
30019
|
+
} & {
|
|
30020
|
+
headers?: Partial<{
|
|
30021
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30022
|
+
}>;
|
|
30023
|
+
} & {
|
|
30024
|
+
headers: {
|
|
30025
|
+
"x-access-token"?: string | undefined;
|
|
30026
|
+
} & Partial<{
|
|
30027
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30028
|
+
}>;
|
|
30029
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
30030
|
+
[x: string]: unknown;
|
|
30031
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30032
|
+
[x: string]: unknown;
|
|
30033
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30034
|
+
[x: string]: unknown;
|
|
30035
|
+
}, 500, "application/json">>>;
|
|
29703
30036
|
/** Get storage space Statistics belonging to a Server. */
|
|
29704
30037
|
storagespaceGetServerStatistics: (request: {
|
|
29705
30038
|
serverId: string;
|
|
@@ -29774,6 +30107,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29774
30107
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29775
30108
|
[x: string]: unknown;
|
|
29776
30109
|
}, 500, "application/json">>>;
|
|
30110
|
+
/** Update a Server's storage space statistics. */
|
|
30111
|
+
storagespaceUpdateServerStatistics: (request: {
|
|
30112
|
+
serverId: string;
|
|
30113
|
+
data?: {
|
|
30114
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30115
|
+
} | undefined;
|
|
30116
|
+
headers?: {
|
|
30117
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30118
|
+
"x-access-token"?: string | undefined;
|
|
30119
|
+
} | undefined;
|
|
30120
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30121
|
+
data: {
|
|
30122
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30123
|
+
};
|
|
30124
|
+
} & {
|
|
30125
|
+
pathParameters: {
|
|
30126
|
+
serverId: string;
|
|
30127
|
+
};
|
|
30128
|
+
} & {
|
|
30129
|
+
headers?: Partial<{
|
|
30130
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30131
|
+
}>;
|
|
30132
|
+
} & {
|
|
30133
|
+
headers: {
|
|
30134
|
+
"x-access-token"?: string | undefined;
|
|
30135
|
+
} & Partial<{
|
|
30136
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30137
|
+
}>;
|
|
30138
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
30139
|
+
[x: string]: unknown;
|
|
30140
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30141
|
+
[x: string]: unknown;
|
|
30142
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30143
|
+
[x: string]: unknown;
|
|
30144
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30145
|
+
data: {
|
|
30146
|
+
notificationThresholdInBytes?: number | undefined;
|
|
30147
|
+
};
|
|
30148
|
+
} & {
|
|
30149
|
+
pathParameters: {
|
|
30150
|
+
serverId: string;
|
|
30151
|
+
};
|
|
30152
|
+
} & {
|
|
30153
|
+
headers?: Partial<{
|
|
30154
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30155
|
+
}>;
|
|
30156
|
+
} & {
|
|
30157
|
+
headers: {
|
|
30158
|
+
"x-access-token"?: string | undefined;
|
|
30159
|
+
} & Partial<{
|
|
30160
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30161
|
+
}>;
|
|
30162
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
30163
|
+
[x: string]: unknown;
|
|
30164
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30165
|
+
[x: string]: unknown;
|
|
30166
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30167
|
+
[x: string]: unknown;
|
|
30168
|
+
}, 500, "application/json">>>;
|
|
29777
30169
|
/** Update a Project's storage space notification threshold. */
|
|
29778
30170
|
storagespaceReplaceProjectNotificationThreshold: (request: {
|
|
29779
30171
|
projectId: string;
|
|
@@ -109,6 +109,8 @@ export declare const backupUpdateProjectBackupSchedule: OpenAPIOperation<Request
|
|
|
109
109
|
export declare const backupGetProjectBackup: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
110
110
|
/** Delete a ProjectBackup. */
|
|
111
111
|
export declare const backupDeleteProjectBackup: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
112
|
+
/** Update a ProjectBackup. */
|
|
113
|
+
export declare const backupUpdateProjectBackup: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
112
114
|
/** List database dump's for a ProjectBackup. */
|
|
113
115
|
export declare const backupGetProjectBackupDatabaseDumps: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDatabaseDumps.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
114
116
|
/** List paths for a ProjectBackup. */
|
|
@@ -745,6 +747,8 @@ export declare const projectUpdateProjectMembership: OpenAPIOperation<RequestTyp
|
|
|
745
747
|
export declare const projectGetProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
746
748
|
/** Delete a Project. */
|
|
747
749
|
export declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
750
|
+
/** Update a Project. */
|
|
751
|
+
export declare const projectUpdateProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
748
752
|
/** Request a Server avatar upload. */
|
|
749
753
|
export declare const projectRequestServerAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
750
754
|
/** Delete a Server's avatar. */
|
|
@@ -765,6 +769,8 @@ export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<
|
|
|
765
769
|
export declare const projectGetSelfMembershipForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
766
770
|
/** Get a Server. */
|
|
767
771
|
export declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
772
|
+
/** Update a Server. */
|
|
773
|
+
export declare const projectUpdateServer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
768
774
|
/** List Projects belonging to a Customer. */
|
|
769
775
|
export declare const projectListCustomerProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
770
776
|
/** List Memberships belonging to a Project. */
|
|
@@ -829,8 +835,12 @@ export declare const sslReplaceCertificate: OpenAPIOperation<RequestType<Simplif
|
|
|
829
835
|
export declare const sslListCertificates: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Certificates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
830
836
|
/** Get storage space Statistics belonging to a Project. */
|
|
831
837
|
export declare const storagespaceGetProjectStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
838
|
+
/** Update a Project's storage space statistics. */
|
|
839
|
+
export declare const storagespaceUpdateProjectStatistics: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceStatistics.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
832
840
|
/** Get storage space Statistics belonging to a Server. */
|
|
833
841
|
export declare const storagespaceGetServerStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
842
|
+
/** Update a Server's storage space statistics. */
|
|
843
|
+
export declare const storagespaceUpdateServerStatistics: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdStorageSpaceStatistics.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
834
844
|
/** Update a Project's storage space notification threshold. */
|
|
835
845
|
export declare const storagespaceReplaceProjectNotificationThreshold: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStorageSpaceNotificationThreshold.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
836
846
|
/** Update a Server's storage space notification threshold. */
|
|
@@ -945,3 +955,5 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
945
955
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
946
956
|
/** Check if a company exists. */
|
|
947
957
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
958
|
+
/** Add a template component to a Stack. */
|
|
959
|
+
export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|