@mittwald/api-client 3.0.15 → 3.0.17
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/cjs/generated/v2/client-react.d.ts +18 -18
- package/dist/cjs/generated/v2/client-react.js +3 -3
- package/dist/cjs/generated/v2/client.d.ts +75 -57
- package/dist/cjs/generated/v2/client.js +3 -3
- package/dist/cjs/generated/v2/descriptors.d.ts +15 -15
- package/dist/cjs/generated/v2/descriptors.js +12 -12
- package/dist/cjs/generated/v2/types.d.ts +112 -67
- package/dist/esm/generated/v2/client-react.d.ts +18 -18
- package/dist/esm/generated/v2/client-react.js +3 -3
- package/dist/esm/generated/v2/client.d.ts +75 -57
- package/dist/esm/generated/v2/client.js +3 -3
- package/dist/esm/generated/v2/descriptors.d.ts +15 -15
- package/dist/esm/generated/v2/descriptors.js +11 -11
- package/dist/esm/generated/v2/types.d.ts +112 -67
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1344,7 +1344,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1344
1344
|
total: number;
|
|
1345
1345
|
warning: number;
|
|
1346
1346
|
}>;
|
|
1347
|
-
/** List all unread notifications */
|
|
1347
|
+
/** List all unread notifications. */
|
|
1348
1348
|
slistNotifications: (conf?: {
|
|
1349
1349
|
headers?: {
|
|
1350
1350
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -1391,25 +1391,9 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1391
1391
|
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1392
1392
|
userId: string;
|
|
1393
1393
|
}>;
|
|
1394
|
-
/** Get a ProjectInvite by token. */
|
|
1395
|
-
getProjectTokenInvite: (conf: {
|
|
1396
|
-
headers: {
|
|
1397
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1398
|
-
"x-access-token"?: string | undefined;
|
|
1399
|
-
};
|
|
1400
|
-
}) => import("@mittwald/react-use-promise/types").AsyncResource<{
|
|
1401
|
-
id: string;
|
|
1402
|
-
information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
1403
|
-
mailAddress: string;
|
|
1404
|
-
membershipExpiresAt?: string | undefined;
|
|
1405
|
-
message?: string | undefined;
|
|
1406
|
-
projectDescription: string;
|
|
1407
|
-
projectId: string;
|
|
1408
|
-
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1409
|
-
}>;
|
|
1410
1394
|
/** Get a Project. */
|
|
1411
1395
|
getProject: (conf: {
|
|
1412
|
-
|
|
1396
|
+
projectId: string;
|
|
1413
1397
|
headers?: {
|
|
1414
1398
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1415
1399
|
"x-access-token"?: string | undefined;
|
|
@@ -1436,6 +1420,22 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1436
1420
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
1437
1421
|
statisticsBaseDomain?: string | undefined;
|
|
1438
1422
|
}>;
|
|
1423
|
+
/** Get a ProjectInvite by token. */
|
|
1424
|
+
getProjectTokenInvite: (conf: {
|
|
1425
|
+
headers: {
|
|
1426
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1427
|
+
"x-access-token"?: string | undefined;
|
|
1428
|
+
};
|
|
1429
|
+
}) => import("@mittwald/react-use-promise/types").AsyncResource<{
|
|
1430
|
+
id: string;
|
|
1431
|
+
information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
1432
|
+
mailAddress: string;
|
|
1433
|
+
membershipExpiresAt?: string | undefined;
|
|
1434
|
+
message?: string | undefined;
|
|
1435
|
+
projectDescription: string;
|
|
1436
|
+
projectId: string;
|
|
1437
|
+
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1438
|
+
}>;
|
|
1439
1439
|
/** Get the executing user's membership in a Project. */
|
|
1440
1440
|
getSelfMembershipForProject: (conf: {
|
|
1441
1441
|
projectId: string;
|
|
@@ -227,7 +227,7 @@ const buildNotificationApi = (baseClient) => ({
|
|
|
227
227
|
newsletterGetInfo: new react_1.ApiCallAsyncResourceFactory(descriptors.newsletterGetInfo, baseClient.notification.newsletterGetInfo).getApiResource,
|
|
228
228
|
/** Get the counts for unread notifications of the user. */
|
|
229
229
|
scountUnreadNotifications: new react_1.ApiCallAsyncResourceFactory(descriptors.notificationsCountUnreadNotifications, baseClient.notification.scountUnreadNotifications).getApiResource,
|
|
230
|
-
/** List all unread notifications */
|
|
230
|
+
/** List all unread notifications. */
|
|
231
231
|
slistNotifications: new react_1.ApiCallAsyncResourceFactory(descriptors.notificationsListNotifications, baseClient.notification.slistNotifications).getApiResource,
|
|
232
232
|
});
|
|
233
233
|
const buildProjectApi = (baseClient) => ({
|
|
@@ -235,10 +235,10 @@ const buildProjectApi = (baseClient) => ({
|
|
|
235
235
|
getProjectInvite: new react_1.ApiCallAsyncResourceFactory(descriptors.projectGetProjectInvite, baseClient.project.getProjectInvite).getApiResource,
|
|
236
236
|
/** Get a ProjectMembership */
|
|
237
237
|
getProjectMembership: new react_1.ApiCallAsyncResourceFactory(descriptors.projectGetProjectMembership, baseClient.project.getProjectMembership).getApiResource,
|
|
238
|
-
/** Get a ProjectInvite by token. */
|
|
239
|
-
getProjectTokenInvite: new react_1.ApiCallAsyncResourceFactory(descriptors.projectGetProjectTokenInvite, baseClient.project.getProjectTokenInvite).getApiResource,
|
|
240
238
|
/** Get a Project. */
|
|
241
239
|
getProject: new react_1.ApiCallAsyncResourceFactory(descriptors.projectGetProject, baseClient.project.getProject).getApiResource,
|
|
240
|
+
/** Get a ProjectInvite by token. */
|
|
241
|
+
getProjectTokenInvite: new react_1.ApiCallAsyncResourceFactory(descriptors.projectGetProjectTokenInvite, baseClient.project.getProjectTokenInvite).getApiResource,
|
|
242
242
|
/** Get the executing user's membership in a Project. */
|
|
243
243
|
getSelfMembershipForProject: new react_1.ApiCallAsyncResourceFactory(descriptors.projectGetSelfMembershipForProject, baseClient.project.getSelfMembershipForProject).getApiResource,
|
|
244
244
|
/** Get a Server. */
|
|
@@ -4730,7 +4730,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4730
4730
|
total: number;
|
|
4731
4731
|
warning: number;
|
|
4732
4732
|
}, 200, "application/json">>>;
|
|
4733
|
-
/** List all unread notifications */
|
|
4733
|
+
/** List all unread notifications. */
|
|
4734
4734
|
slistNotifications: (request?: {
|
|
4735
4735
|
headers?: {
|
|
4736
4736
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -4783,7 +4783,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4783
4783
|
data: {
|
|
4784
4784
|
status: "read";
|
|
4785
4785
|
};
|
|
4786
|
-
|
|
4786
|
+
notificationId: string;
|
|
4787
4787
|
headers?: {
|
|
4788
4788
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4789
4789
|
"x-access-token"?: string | undefined;
|
|
@@ -4794,7 +4794,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4794
4794
|
};
|
|
4795
4795
|
} & {
|
|
4796
4796
|
pathParameters: {
|
|
4797
|
-
|
|
4797
|
+
notificationId: string;
|
|
4798
4798
|
};
|
|
4799
4799
|
} & {
|
|
4800
4800
|
headers?: Partial<{
|
|
@@ -6930,6 +6930,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6930
6930
|
[x: string]: unknown;
|
|
6931
6931
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6932
6932
|
[x: string]: unknown;
|
|
6933
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6934
|
+
[x: string]: unknown;
|
|
6933
6935
|
}, 412, "application/json">>>;
|
|
6934
6936
|
/** Decline a ProjectInvite. */
|
|
6935
6937
|
declineProjectInvite: (request: {
|
|
@@ -6986,7 +6988,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6986
6988
|
rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
6987
6989
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6988
6990
|
[x: string]: unknown;
|
|
6989
|
-
}, 400, "application/json"
|
|
6991
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6992
|
+
[x: string]: unknown;
|
|
6993
|
+
}, 403, "application/json">>>;
|
|
6990
6994
|
/** Delete a Project's avatar. */
|
|
6991
6995
|
deleteProjectAvatar: (request: {
|
|
6992
6996
|
projectId: string;
|
|
@@ -7010,7 +7014,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7010
7014
|
}>;
|
|
7011
7015
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7012
7016
|
[x: string]: unknown;
|
|
7013
|
-
}, 400, "application/json"
|
|
7017
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7018
|
+
[x: string]: unknown;
|
|
7019
|
+
}, 403, "application/json">>>;
|
|
7014
7020
|
/** Get a ProjectInvite. */
|
|
7015
7021
|
getProjectInvite: (request: {
|
|
7016
7022
|
inviteId: string;
|
|
@@ -7152,6 +7158,51 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7152
7158
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7153
7159
|
}>;
|
|
7154
7160
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
7161
|
+
/** Get a Project. */
|
|
7162
|
+
getProject: (request: {
|
|
7163
|
+
projectId: string;
|
|
7164
|
+
headers?: {
|
|
7165
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7166
|
+
"x-access-token"?: string | undefined;
|
|
7167
|
+
} | undefined;
|
|
7168
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7169
|
+
headers?: Partial<{
|
|
7170
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7171
|
+
}> | undefined;
|
|
7172
|
+
} & {
|
|
7173
|
+
pathParameters: {
|
|
7174
|
+
projectId: string;
|
|
7175
|
+
};
|
|
7176
|
+
} & {
|
|
7177
|
+
headers: {
|
|
7178
|
+
"x-access-token"?: string | undefined;
|
|
7179
|
+
} & Partial<{
|
|
7180
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7181
|
+
}>;
|
|
7182
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7183
|
+
clusterDomain?: string | undefined;
|
|
7184
|
+
clusterID?: string | undefined;
|
|
7185
|
+
createdAt: string;
|
|
7186
|
+
customerId: string;
|
|
7187
|
+
description: string;
|
|
7188
|
+
directories: {
|
|
7189
|
+
[k: string]: string;
|
|
7190
|
+
};
|
|
7191
|
+
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
7192
|
+
enabled: boolean;
|
|
7193
|
+
id: string;
|
|
7194
|
+
imageRefId?: string | undefined;
|
|
7195
|
+
isReady: boolean;
|
|
7196
|
+
projectHostingId?: string | undefined;
|
|
7197
|
+
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
7198
|
+
serverId?: string | undefined;
|
|
7199
|
+
serverShortId?: string | undefined;
|
|
7200
|
+
shortId: string;
|
|
7201
|
+
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
7202
|
+
statisticsBaseDomain?: string | undefined;
|
|
7203
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7204
|
+
[x: string]: unknown;
|
|
7205
|
+
}, 403, "application/json">>>;
|
|
7155
7206
|
/** Delete a Project. */
|
|
7156
7207
|
deleteProject: (request: {
|
|
7157
7208
|
projectId: string;
|
|
@@ -7177,6 +7228,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7177
7228
|
[x: string]: unknown;
|
|
7178
7229
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7179
7230
|
[x: string]: unknown;
|
|
7231
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7232
|
+
[x: string]: unknown;
|
|
7180
7233
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7181
7234
|
[x: string]: unknown;
|
|
7182
7235
|
}, 500, "application/json">>>;
|
|
@@ -7206,7 +7259,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7206
7259
|
rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
7207
7260
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7208
7261
|
[x: string]: unknown;
|
|
7209
|
-
}, 400, "application/json"
|
|
7262
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7263
|
+
[x: string]: unknown;
|
|
7264
|
+
}, 403, "application/json">>>;
|
|
7210
7265
|
/** Delete a Server's avatar. */
|
|
7211
7266
|
deleteServerAvatar: (request: {
|
|
7212
7267
|
serverId: string;
|
|
@@ -7230,7 +7285,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7230
7285
|
}>;
|
|
7231
7286
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7232
7287
|
[x: string]: unknown;
|
|
7233
|
-
}, 400, "application/json"
|
|
7288
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7289
|
+
[x: string]: unknown;
|
|
7290
|
+
}, 403, "application/json">>>;
|
|
7234
7291
|
/** Get a ProjectInvite by token. */
|
|
7235
7292
|
getProjectTokenInvite: (request: {
|
|
7236
7293
|
headers: {
|
|
@@ -7260,51 +7317,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7260
7317
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7261
7318
|
[x: string]: unknown;
|
|
7262
7319
|
}, 404, "application/json">>>;
|
|
7263
|
-
/** Get a Project. */
|
|
7264
|
-
getProject: (request: {
|
|
7265
|
-
id: string;
|
|
7266
|
-
headers?: {
|
|
7267
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7268
|
-
"x-access-token"?: string | undefined;
|
|
7269
|
-
} | undefined;
|
|
7270
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7271
|
-
headers?: Partial<{
|
|
7272
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7273
|
-
}> | undefined;
|
|
7274
|
-
} & {
|
|
7275
|
-
pathParameters: {
|
|
7276
|
-
id: string;
|
|
7277
|
-
};
|
|
7278
|
-
} & {
|
|
7279
|
-
headers: {
|
|
7280
|
-
"x-access-token"?: string | undefined;
|
|
7281
|
-
} & Partial<{
|
|
7282
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7283
|
-
}>;
|
|
7284
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7285
|
-
clusterDomain?: string | undefined;
|
|
7286
|
-
clusterID?: string | undefined;
|
|
7287
|
-
createdAt: string;
|
|
7288
|
-
customerId: string;
|
|
7289
|
-
description: string;
|
|
7290
|
-
directories: {
|
|
7291
|
-
[k: string]: string;
|
|
7292
|
-
};
|
|
7293
|
-
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
7294
|
-
enabled: boolean;
|
|
7295
|
-
id: string;
|
|
7296
|
-
imageRefId?: string | undefined;
|
|
7297
|
-
isReady: boolean;
|
|
7298
|
-
projectHostingId?: string | undefined;
|
|
7299
|
-
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
7300
|
-
serverId?: string | undefined;
|
|
7301
|
-
serverShortId?: string | undefined;
|
|
7302
|
-
shortId: string;
|
|
7303
|
-
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
7304
|
-
statisticsBaseDomain?: string | undefined;
|
|
7305
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7306
|
-
[x: string]: unknown;
|
|
7307
|
-
}, 404, "application/json">>>;
|
|
7308
7320
|
/** Get the executing user's membership in a Project. */
|
|
7309
7321
|
getSelfMembershipForProject: (request: {
|
|
7310
7322
|
projectId: string;
|
|
@@ -7375,6 +7387,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7375
7387
|
storage: string;
|
|
7376
7388
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7377
7389
|
[x: string]: unknown;
|
|
7390
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7391
|
+
[x: string]: unknown;
|
|
7378
7392
|
}, 404, "application/json">>>;
|
|
7379
7393
|
/** Leave a Project. */
|
|
7380
7394
|
leaveProject: (request: {
|
|
@@ -7585,7 +7599,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7585
7599
|
shortId: string;
|
|
7586
7600
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7587
7601
|
[x: string]: unknown;
|
|
7588
|
-
}, 400, "application/json"
|
|
7602
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7603
|
+
[x: string]: unknown;
|
|
7604
|
+
}, 403, "application/json">>>;
|
|
7589
7605
|
/** List Servers belonging to the executing user. */
|
|
7590
7606
|
listServers: (request?: {
|
|
7591
7607
|
headers?: {
|
|
@@ -7657,7 +7673,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7657
7673
|
data: {
|
|
7658
7674
|
description: string;
|
|
7659
7675
|
};
|
|
7660
|
-
|
|
7676
|
+
projectId: string;
|
|
7661
7677
|
headers?: {
|
|
7662
7678
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7663
7679
|
"x-access-token"?: string | undefined;
|
|
@@ -7668,7 +7684,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7668
7684
|
};
|
|
7669
7685
|
} & {
|
|
7670
7686
|
pathParameters: {
|
|
7671
|
-
|
|
7687
|
+
projectId: string;
|
|
7672
7688
|
};
|
|
7673
7689
|
} & {
|
|
7674
7690
|
headers?: Partial<{
|
|
@@ -7684,7 +7700,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7684
7700
|
[x: string]: unknown;
|
|
7685
7701
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7686
7702
|
[x: string]: unknown;
|
|
7687
|
-
},
|
|
7703
|
+
}, 403, "application/json">>>;
|
|
7688
7704
|
/** Update a Servers's description. */
|
|
7689
7705
|
updateServerDescription: (request: {
|
|
7690
7706
|
data: {
|
|
@@ -7715,7 +7731,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7715
7731
|
}>;
|
|
7716
7732
|
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7717
7733
|
[x: string]: unknown;
|
|
7718
|
-
}, 400, "application/json"
|
|
7734
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7735
|
+
[x: string]: unknown;
|
|
7736
|
+
}, 403, "application/json">>>;
|
|
7719
7737
|
};
|
|
7720
7738
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
7721
7739
|
readonly projectFileSystem: {
|
|
@@ -332,7 +332,7 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
332
332
|
newsletterUnsubscribeUser: this.requestFunctionFactory(descriptors.newsletterUnsubscribeUser),
|
|
333
333
|
/** Get the counts for unread notifications of the user. */
|
|
334
334
|
scountUnreadNotifications: this.requestFunctionFactory(descriptors.notificationsCountUnreadNotifications),
|
|
335
|
-
/** List all unread notifications */
|
|
335
|
+
/** List all unread notifications. */
|
|
336
336
|
slistNotifications: this.requestFunctionFactory(descriptors.notificationsListNotifications),
|
|
337
337
|
/** Mark all notifications as read. */
|
|
338
338
|
sreadAllNotifications: this.requestFunctionFactory(descriptors.notificationsReadAllNotifications),
|
|
@@ -496,6 +496,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
496
496
|
deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
|
|
497
497
|
/** Update a ProjectMembership. */
|
|
498
498
|
updateProjectMembership: this.requestFunctionFactory(descriptors.projectUpdateProjectMembership),
|
|
499
|
+
/** Get a Project. */
|
|
500
|
+
getProject: this.requestFunctionFactory(descriptors.projectGetProject),
|
|
499
501
|
/** Delete a Project. */
|
|
500
502
|
deleteProject: this.requestFunctionFactory(descriptors.projectDeleteProject),
|
|
501
503
|
/** Request a Server avatar upload. */
|
|
@@ -504,8 +506,6 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
504
506
|
deleteServerAvatar: this.requestFunctionFactory(descriptors.projectDeleteServerAvatar),
|
|
505
507
|
/** Get a ProjectInvite by token. */
|
|
506
508
|
getProjectTokenInvite: this.requestFunctionFactory(descriptors.projectGetProjectTokenInvite),
|
|
507
|
-
/** Get a Project. */
|
|
508
|
-
getProject: this.requestFunctionFactory(descriptors.projectGetProject),
|
|
509
509
|
/** Get the executing user's membership in a Project. */
|
|
510
510
|
getSelfMembershipForProject: this.requestFunctionFactory(descriptors.projectGetSelfMembershipForProject),
|
|
511
511
|
/** Get a Server. */
|
|
@@ -387,12 +387,12 @@ export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
387
387
|
export declare const newsletterUnsubscribeUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
388
388
|
/** Get the counts for unread notifications of the user. */
|
|
389
389
|
export declare const notificationsCountUnreadNotifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
390
|
-
/** List all unread notifications */
|
|
390
|
+
/** List all unread notifications. */
|
|
391
391
|
export declare const notificationsListNotifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
392
392
|
/** Mark all notifications as read. */
|
|
393
|
-
export declare const notificationsReadAllNotifications: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
393
|
+
export declare const notificationsReadAllNotifications: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
394
394
|
/** Mark notification as read. */
|
|
395
|
-
export declare const notificationsReadNotification: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
395
|
+
export declare const notificationsReadNotification: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
396
396
|
/** Create an Order. */
|
|
397
397
|
export declare const orderCreateOrder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
398
398
|
/** Create TariffChange Order. */
|
|
@@ -418,13 +418,13 @@ export declare const projectAcceptProjectInvite: OpenAPIOperation<RequestType<Si
|
|
|
418
418
|
/** Create a ProjectInvite. */
|
|
419
419
|
export declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
420
420
|
/** Create a Project belonging to a Server. */
|
|
421
|
-
export declare const projectCreateProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
421
|
+
export declare const projectCreateProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
422
422
|
/** Decline a ProjectInvite. */
|
|
423
423
|
export declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
424
424
|
/** Request a Project avatar upload. */
|
|
425
|
-
export declare const projectRequestProjectAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
425
|
+
export declare const projectRequestProjectAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
426
426
|
/** Delete a Project's avatar. */
|
|
427
|
-
export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
427
|
+
export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
428
428
|
/** Get a ProjectInvite. */
|
|
429
429
|
export declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
430
430
|
/** Delete a ProjectInvite. */
|
|
@@ -435,12 +435,14 @@ export declare const projectGetProjectMembership: OpenAPIOperation<RequestType<S
|
|
|
435
435
|
export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
436
436
|
/** Update a ProjectMembership. */
|
|
437
437
|
export declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
|
+
/** Get a Project. */
|
|
439
|
+
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
440
|
/** Delete a Project. */
|
|
439
|
-
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.$200.Content.ApplicationJson>, 200, "application/json"> | 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.$412.Content.ApplicationJson>, 412, "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">>;
|
|
441
|
+
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.$200.Content.ApplicationJson>, 200, "application/json"> | 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.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
440
442
|
/** Request a Server avatar upload. */
|
|
441
|
-
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
443
|
+
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
442
444
|
/** Delete a Server's avatar. */
|
|
443
|
-
export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
445
|
+
export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
444
446
|
/** List directories belonging to a Project. */
|
|
445
447
|
export declare const projectFileSystemGetDirectories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
446
448
|
/** Get a Project directory filesystem usage. */
|
|
@@ -453,12 +455,10 @@ export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simpl
|
|
|
453
455
|
export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
454
456
|
/** Get a ProjectInvite by token. */
|
|
455
457
|
export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
456
|
-
/** Get a Project. */
|
|
457
|
-
export declare const projectGetProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
458
458
|
/** Get the executing user's membership in a Project. */
|
|
459
459
|
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.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
460
460
|
/** Get a Server. */
|
|
461
|
-
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.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
461
|
+
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
462
462
|
/** Leave a Project. */
|
|
463
463
|
export declare const projectLeaveProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
464
464
|
/** List Invites belonging to a Project. */
|
|
@@ -470,15 +470,15 @@ export declare const projectListProjectInvites: OpenAPIOperation<RequestType<Sim
|
|
|
470
470
|
/** List ProjectMemberships belonging to the executing user. */
|
|
471
471
|
export declare const projectListProjectMemberships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
472
472
|
/** List Projects belonging to the executing user. */
|
|
473
|
-
export declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
473
|
+
export declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
474
474
|
/** List Servers belonging to the executing user. */
|
|
475
475
|
export declare const projectListServers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
476
476
|
/** Resend the mail for a ProjectInvite. */
|
|
477
477
|
export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
478
478
|
/** Update a Project's description. */
|
|
479
|
-
export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
479
|
+
export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
480
480
|
/** Update a Servers's description. */
|
|
481
|
-
export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json">>;
|
|
481
|
+
export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
482
482
|
/** Relocate an external Project to mittwald. */
|
|
483
483
|
export declare const redirectusCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
484
484
|
/** Register a tariff change for a legacy tariff. */
|
|
@@ -4,7 +4,7 @@ exports.conversationListConversations = exports.contractListContracts = exports.
|
|
|
4
4
|
exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = exports.customerRequestAvatarUpload = exports.customerListMembershipsForCustomer = exports.customerListInvitesForCustomer = exports.customerListCustomerMemberships = exports.customerListCustomerInvites = exports.customerLeaveCustomer = exports.customerIsCustomerLegallyCompetent = exports.customerGetCustomerTokenInvite = exports.customerDeleteCustomer = exports.customerUpdateCustomer = exports.customerGetCustomer = exports.customerUpdateCustomerMembership = exports.customerDeleteCustomerMembership = exports.customerGetCustomerMembership = exports.customerDeleteCustomerInvite = exports.customerGetCustomerInvite = exports.customerDeleteCategory = exports.customerUpdateCategory = exports.customerGetCustomerCategory = exports.customerDeclineCustomerInvite = exports.customerCreateCustomer = exports.customerListCustomers = exports.customerCreateCustomerInvite = exports.customerCreateCategory = exports.customerListOfCustomerCategories = exports.customerAcceptCustomerInvite = exports.cronjobUpdateCronjobAppId = exports.cronjobGetExecution = exports.cronjobUpdateCronjob = exports.cronjobDeleteCronjob = exports.cronjobGetCronjob = exports.cronjobCreateExecution = exports.cronjobListExecutions = exports.cronjobCreateCronjob = exports.cronjobListCronjobs = exports.cronjobAbortExecution = exports.conversationUpdateMessage = exports.conversationSetConversationStatus = exports.conversationRequestFileUpload = exports.conversationListCategories = exports.conversationUpdateConversation = exports.conversationGetConversation = exports.conversationGetCategory = exports.conversationCreateMessage = exports.conversationListMessagesByConversation = exports.conversationCreateConversation = void 0;
|
|
5
5
|
exports.domainListDomainOwnerships = exports.domainGetSupportedTlds = exports.domainVerifyDomainOwnership = exports.domainGetSpecificDomainOwnership = exports.domainGetScreenshotForDomain = exports.domainGetHandleFields = exports.domainDeleteDomain = exports.domainGetDomain = exports.domainDeclareProcessChangeHandles = exports.domainDeclareProcessChangeAuthcode = exports.domainDeclareNameservers = exports.domainCreateAuthcode2ForDomain = exports.domainCreateAuthcodeForDomain = exports.domainCheckDomainAvailability = exports.domainChangeProjectOfDomain = exports.domainChangeOwnercOfDomain = exports.domainAbortDeclareProcess = exports.dnsZonesForProject = exports.dnsZoneGetSpecific = exports.dnsSubZoneCreate = exports.dnsRecordTxtSet = exports.dnsRecordSrvSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.newsletterSubscribeUser = exports.databaseUpdateRedisDatabaseDescription = exports.databaseUpdateRedisDatabaseConfiguration = exports.databaseUpdateMysqlUserPassword = exports.databaseUpdateMysqlDatabaseDescription = exports.databaseUpdateMysqlDatabaseDefaultCharset = exports.databaseListRedisVersions = exports.databaseListMysqlVersions = exports.databaseListMysqlCharsets = exports.databaseGetMysqlUserPhpMyAdminUrl = exports.databaseEnableMysqlUser = exports.databaseDisableMysqlUser = exports.databaseDeleteRedisDatabase = exports.databaseGetRedisDatabase = exports.databaseDeleteMysqlUser = exports.databaseUpdateMysqlUser = exports.databaseGetMysqlUser = exports.databaseDeleteMysqlDatabase = exports.databaseGetMysqlDatabase = exports.databaseCreateRedisDatabase = exports.databaseListRedisDatabases = exports.databaseCreateMysqlUser = exports.databaseListMysqlUsers = void 0;
|
|
6
6
|
exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailProjectsettingUpdateWhitelist = exports.mailProjectsettingUpdateBlacklist = exports.mailProjectsettingGetSpecific = exports.mailMailaddressUpdateSpamprotection = exports.mailMailaddressUpdateQuota = exports.mailMailaddressUpdatePassword = exports.mailMailaddressUpdateForwardaddresses = exports.mailMailaddressUpdateCatchall = exports.mailMailaddressUpdateAutoresponder = exports.mailMailaddressUpdateAddress = exports.mailMailaddressDelete = exports.mailMailaddressGetSpecific = exports.mailMailaddressCreate = exports.mailMailaddressList = exports.mailDeliveryboxUpdatePassword = exports.mailDeliveryboxUpdateDescription = exports.mailDeliveryboxDelete = exports.mailDeliveryboxGetSpecific = exports.mailDeliveryboxCreate = exports.mailDeliveryboxList = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressTls = exports.ingressRequestAcmeCertificateIssuance = exports.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules = exports.fileGetFileMeta = exports.fileCreateFile = exports.domainResendDomainEmail = exports.domainListDomains = void 0;
|
|
7
|
-
exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.
|
|
7
|
+
exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectGetProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange = exports.orderPreviewOrder = void 0;
|
|
8
8
|
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = exports.userRemovePhoneNumber = exports.userAddPhoneNumber = exports.sshUserUpdateSshUser = void 0;
|
|
9
9
|
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
10
10
|
exports.appExecuteAction = {
|
|
@@ -1158,7 +1158,7 @@ exports.notificationsCountUnreadNotifications = {
|
|
|
1158
1158
|
method: "GET",
|
|
1159
1159
|
operationId: "notifications-count-unread-notifications",
|
|
1160
1160
|
};
|
|
1161
|
-
/** List all unread notifications */
|
|
1161
|
+
/** List all unread notifications. */
|
|
1162
1162
|
exports.notificationsListNotifications = {
|
|
1163
1163
|
path: "/v2/notifications",
|
|
1164
1164
|
method: "GET",
|
|
@@ -1166,13 +1166,13 @@ exports.notificationsListNotifications = {
|
|
|
1166
1166
|
};
|
|
1167
1167
|
/** Mark all notifications as read. */
|
|
1168
1168
|
exports.notificationsReadAllNotifications = {
|
|
1169
|
-
path: "/v2/notifications/
|
|
1170
|
-
method: "
|
|
1169
|
+
path: "/v2/notifications/actions/read-all",
|
|
1170
|
+
method: "POST",
|
|
1171
1171
|
operationId: "notifications-read-all-notifications",
|
|
1172
1172
|
};
|
|
1173
1173
|
/** Mark notification as read. */
|
|
1174
1174
|
exports.notificationsReadNotification = {
|
|
1175
|
-
path: "/v2/notifications/{
|
|
1175
|
+
path: "/v2/notifications/{notificationId}/status",
|
|
1176
1176
|
method: "PUT",
|
|
1177
1177
|
operationId: "notifications-read-notification",
|
|
1178
1178
|
};
|
|
@@ -1302,6 +1302,12 @@ exports.projectUpdateProjectMembership = {
|
|
|
1302
1302
|
method: "PATCH",
|
|
1303
1303
|
operationId: "project-update-project-membership",
|
|
1304
1304
|
};
|
|
1305
|
+
/** Get a Project. */
|
|
1306
|
+
exports.projectGetProject = {
|
|
1307
|
+
path: "/v2/projects/{projectId}",
|
|
1308
|
+
method: "GET",
|
|
1309
|
+
operationId: "project-get-project",
|
|
1310
|
+
};
|
|
1305
1311
|
/** Delete a Project. */
|
|
1306
1312
|
exports.projectDeleteProject = {
|
|
1307
1313
|
path: "/v2/projects/{projectId}",
|
|
@@ -1356,12 +1362,6 @@ exports.projectGetProjectTokenInvite = {
|
|
|
1356
1362
|
method: "GET",
|
|
1357
1363
|
operationId: "project-get-project-token-invite",
|
|
1358
1364
|
};
|
|
1359
|
-
/** Get a Project. */
|
|
1360
|
-
exports.projectGetProject = {
|
|
1361
|
-
path: "/v2/projects/{id}",
|
|
1362
|
-
method: "GET",
|
|
1363
|
-
operationId: "project-get-project",
|
|
1364
|
-
};
|
|
1365
1365
|
/** Get the executing user's membership in a Project. */
|
|
1366
1366
|
exports.projectGetSelfMembershipForProject = {
|
|
1367
1367
|
path: "/v2/projects/{projectId}/memberships/self",
|
|
@@ -1424,7 +1424,7 @@ exports.projectResendProjectInviteMail = {
|
|
|
1424
1424
|
};
|
|
1425
1425
|
/** Update a Project's description. */
|
|
1426
1426
|
exports.projectUpdateProjectDescription = {
|
|
1427
|
-
path: "/v2/projects/{
|
|
1427
|
+
path: "/v2/projects/{projectId}/description",
|
|
1428
1428
|
method: "PATCH",
|
|
1429
1429
|
operationId: "project-update-project-description",
|
|
1430
1430
|
};
|