@mittwald/api-client 3.0.15 → 3.0.16

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.
@@ -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;
@@ -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) => ({
@@ -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
- messageId: string;
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
- messageId: string;
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;
@@ -7177,6 +7183,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7177
7183
  [x: string]: unknown;
7178
7184
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7179
7185
  [x: string]: unknown;
7186
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
7187
+ [x: string]: unknown;
7180
7188
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7181
7189
  [x: string]: unknown;
7182
7190
  }, 500, "application/json">>>;
@@ -7206,7 +7214,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7206
7214
  rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
7207
7215
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7208
7216
  [x: string]: unknown;
7209
- }, 400, "application/json">>>;
7217
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7218
+ [x: string]: unknown;
7219
+ }, 403, "application/json">>>;
7210
7220
  /** Delete a Server's avatar. */
7211
7221
  deleteServerAvatar: (request: {
7212
7222
  serverId: string;
@@ -7230,7 +7240,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7230
7240
  }>;
7231
7241
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7232
7242
  [x: string]: unknown;
7233
- }, 400, "application/json">>>;
7243
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7244
+ [x: string]: unknown;
7245
+ }, 403, "application/json">>>;
7234
7246
  /** Get a ProjectInvite by token. */
7235
7247
  getProjectTokenInvite: (request: {
7236
7248
  headers: {
@@ -7304,7 +7316,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7304
7316
  statisticsBaseDomain?: string | undefined;
7305
7317
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7306
7318
  [x: string]: unknown;
7307
- }, 404, "application/json">>>;
7319
+ }, 403, "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?: {
@@ -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
- }, 404, "application/json">>>;
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),
@@ -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.V2NotificationsStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
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.V2NotificationsMessageIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
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. */
@@ -436,11 +436,11 @@ export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestTyp
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
438
  /** 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">>;
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.$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
440
  /** 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">>;
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.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
442
442
  /** 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">>;
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.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
444
444
  /** List directories belonging to a Project. */
445
445
  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
446
  /** Get a Project directory filesystem usage. */
@@ -454,11 +454,11 @@ export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Si
454
454
  /** Get a ProjectInvite by token. */
455
455
  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
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">>;
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.$403.Content.ApplicationJson>, 403, "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.V2ProjectsIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
479
+ export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.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. */
@@ -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/status",
1170
- method: "PUT",
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/{messageId}/status",
1175
+ path: "/v2/notifications/{notificationId}/status",
1176
1176
  method: "PUT",
1177
1177
  operationId: "notifications-read-notification",
1178
1178
  };
@@ -10576,8 +10576,9 @@ export declare module MittwaldAPIV2 {
10576
10576
  }
10577
10577
  }
10578
10578
  }
10579
- namespace V2NotificationsStatus {
10580
- namespace Put {
10579
+ namespace V2NotificationsStatus { }
10580
+ namespace V2NotificationsActionsReadAll {
10581
+ namespace Post {
10581
10582
  namespace Parameters {
10582
10583
  type Path = {};
10583
10584
  interface RequestBody {
@@ -10610,11 +10611,11 @@ export declare module MittwaldAPIV2 {
10610
10611
  }
10611
10612
  }
10612
10613
  }
10613
- namespace V2NotificationsMessageIdStatus {
10614
+ namespace V2NotificationsNotificationIdStatus {
10614
10615
  namespace Put {
10615
10616
  namespace Parameters {
10616
10617
  type Path = {
10617
- messageId: string;
10618
+ notificationId: string;
10618
10619
  };
10619
10620
  interface RequestBody {
10620
10621
  status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
@@ -11147,6 +11148,13 @@ export declare module MittwaldAPIV2 {
11147
11148
  }
11148
11149
  }
11149
11150
  }
11151
+ namespace $403 {
11152
+ namespace Content {
11153
+ interface ApplicationJson {
11154
+ [k: string]: unknown;
11155
+ }
11156
+ }
11157
+ }
11150
11158
  namespace $412 {
11151
11159
  namespace Content {
11152
11160
  interface ApplicationJson {
@@ -11217,6 +11225,13 @@ export declare module MittwaldAPIV2 {
11217
11225
  }
11218
11226
  }
11219
11227
  }
11228
+ namespace $403 {
11229
+ namespace Content {
11230
+ interface ApplicationJson {
11231
+ [k: string]: unknown;
11232
+ }
11233
+ }
11234
+ }
11220
11235
  namespace Default {
11221
11236
  namespace Content {
11222
11237
  interface ApplicationJson {
@@ -11247,6 +11262,13 @@ export declare module MittwaldAPIV2 {
11247
11262
  }
11248
11263
  }
11249
11264
  }
11265
+ namespace $403 {
11266
+ namespace Content {
11267
+ interface ApplicationJson {
11268
+ [k: string]: unknown;
11269
+ }
11270
+ }
11271
+ }
11250
11272
  namespace Default {
11251
11273
  namespace Content {
11252
11274
  interface ApplicationJson {
@@ -11425,6 +11447,13 @@ export declare module MittwaldAPIV2 {
11425
11447
  }
11426
11448
  }
11427
11449
  }
11450
+ namespace $403 {
11451
+ namespace Content {
11452
+ interface ApplicationJson {
11453
+ [k: string]: unknown;
11454
+ }
11455
+ }
11456
+ }
11428
11457
  namespace $412 {
11429
11458
  namespace Content {
11430
11459
  interface ApplicationJson {
@@ -11474,6 +11503,13 @@ export declare module MittwaldAPIV2 {
11474
11503
  }
11475
11504
  }
11476
11505
  }
11506
+ namespace $403 {
11507
+ namespace Content {
11508
+ interface ApplicationJson {
11509
+ [k: string]: unknown;
11510
+ }
11511
+ }
11512
+ }
11477
11513
  namespace Default {
11478
11514
  namespace Content {
11479
11515
  interface ApplicationJson {
@@ -11504,6 +11540,13 @@ export declare module MittwaldAPIV2 {
11504
11540
  }
11505
11541
  }
11506
11542
  }
11543
+ namespace $403 {
11544
+ namespace Content {
11545
+ interface ApplicationJson {
11546
+ [k: string]: unknown;
11547
+ }
11548
+ }
11549
+ }
11507
11550
  namespace Default {
11508
11551
  namespace Content {
11509
11552
  interface ApplicationJson {
@@ -11798,7 +11841,7 @@ export declare module MittwaldAPIV2 {
11798
11841
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProject;
11799
11842
  }
11800
11843
  }
11801
- namespace $404 {
11844
+ namespace $403 {
11802
11845
  namespace Content {
11803
11846
  interface ApplicationJson {
11804
11847
  [k: string]: unknown;
@@ -11862,6 +11905,13 @@ export declare module MittwaldAPIV2 {
11862
11905
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectServer;
11863
11906
  }
11864
11907
  }
11908
+ namespace $403 {
11909
+ namespace Content {
11910
+ interface ApplicationJson {
11911
+ [k: string]: unknown;
11912
+ }
11913
+ }
11914
+ }
11865
11915
  namespace $404 {
11866
11916
  namespace Content {
11867
11917
  interface ApplicationJson {
@@ -12085,6 +12135,13 @@ export declare module MittwaldAPIV2 {
12085
12135
  }
12086
12136
  }
12087
12137
  }
12138
+ namespace $403 {
12139
+ namespace Content {
12140
+ interface ApplicationJson {
12141
+ [k: string]: unknown;
12142
+ }
12143
+ }
12144
+ }
12088
12145
  namespace Default {
12089
12146
  namespace Content {
12090
12147
  interface ApplicationJson {
@@ -12190,7 +12247,7 @@ export declare module MittwaldAPIV2 {
12190
12247
  }
12191
12248
  }
12192
12249
  }
12193
- namespace $404 {
12250
+ namespace $403 {
12194
12251
  namespace Content {
12195
12252
  interface ApplicationJson {
12196
12253
  [k: string]: unknown;
@@ -12232,6 +12289,20 @@ export declare module MittwaldAPIV2 {
12232
12289
  }
12233
12290
  }
12234
12291
  }
12292
+ namespace $403 {
12293
+ namespace Content {
12294
+ interface ApplicationJson {
12295
+ [k: string]: unknown;
12296
+ }
12297
+ }
12298
+ }
12299
+ namespace Default {
12300
+ namespace Content {
12301
+ interface ApplicationJson {
12302
+ [k: string]: unknown;
12303
+ }
12304
+ }
12305
+ }
12235
12306
  }
12236
12307
  }
12237
12308
  }
@@ -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;
@@ -198,7 +198,7 @@ const buildNotificationApi = (baseClient) => ({
198
198
  newsletterGetInfo: new ApiCallAsyncResourceFactory(descriptors.newsletterGetInfo, baseClient.notification.newsletterGetInfo).getApiResource,
199
199
  /** Get the counts for unread notifications of the user. */
200
200
  scountUnreadNotifications: new ApiCallAsyncResourceFactory(descriptors.notificationsCountUnreadNotifications, baseClient.notification.scountUnreadNotifications).getApiResource,
201
- /** List all unread notifications */
201
+ /** List all unread notifications. */
202
202
  slistNotifications: new ApiCallAsyncResourceFactory(descriptors.notificationsListNotifications, baseClient.notification.slistNotifications).getApiResource,
203
203
  });
204
204
  const buildProjectApi = (baseClient) => ({
@@ -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
- messageId: string;
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
- messageId: string;
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;
@@ -7177,6 +7183,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7177
7183
  [x: string]: unknown;
7178
7184
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7179
7185
  [x: string]: unknown;
7186
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
7187
+ [x: string]: unknown;
7180
7188
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7181
7189
  [x: string]: unknown;
7182
7190
  }, 500, "application/json">>>;
@@ -7206,7 +7214,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7206
7214
  rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
7207
7215
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7208
7216
  [x: string]: unknown;
7209
- }, 400, "application/json">>>;
7217
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7218
+ [x: string]: unknown;
7219
+ }, 403, "application/json">>>;
7210
7220
  /** Delete a Server's avatar. */
7211
7221
  deleteServerAvatar: (request: {
7212
7222
  serverId: string;
@@ -7230,7 +7240,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7230
7240
  }>;
7231
7241
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7232
7242
  [x: string]: unknown;
7233
- }, 400, "application/json">>>;
7243
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7244
+ [x: string]: unknown;
7245
+ }, 403, "application/json">>>;
7234
7246
  /** Get a ProjectInvite by token. */
7235
7247
  getProjectTokenInvite: (request: {
7236
7248
  headers: {
@@ -7304,7 +7316,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7304
7316
  statisticsBaseDomain?: string | undefined;
7305
7317
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7306
7318
  [x: string]: unknown;
7307
- }, 404, "application/json">>>;
7319
+ }, 403, "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?: {
@@ -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
- }, 404, "application/json">>>;
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: {
@@ -304,7 +304,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
304
304
  newsletterUnsubscribeUser: this.requestFunctionFactory(descriptors.newsletterUnsubscribeUser),
305
305
  /** Get the counts for unread notifications of the user. */
306
306
  scountUnreadNotifications: this.requestFunctionFactory(descriptors.notificationsCountUnreadNotifications),
307
- /** List all unread notifications */
307
+ /** List all unread notifications. */
308
308
  slistNotifications: this.requestFunctionFactory(descriptors.notificationsListNotifications),
309
309
  /** Mark all notifications as read. */
310
310
  sreadAllNotifications: this.requestFunctionFactory(descriptors.notificationsReadAllNotifications),
@@ -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.V2NotificationsStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
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.V2NotificationsMessageIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
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. */
@@ -436,11 +436,11 @@ export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestTyp
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
438
  /** 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">>;
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.$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
440
  /** 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">>;
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.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
442
442
  /** 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">>;
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.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
444
444
  /** List directories belonging to a Project. */
445
445
  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
446
  /** Get a Project directory filesystem usage. */
@@ -454,11 +454,11 @@ export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Si
454
454
  /** Get a ProjectInvite by token. */
455
455
  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
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">>;
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.$403.Content.ApplicationJson>, 403, "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.V2ProjectsIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
479
+ export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsIdDescription.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. */
@@ -1150,7 +1150,7 @@ export const notificationsCountUnreadNotifications = {
1150
1150
  method: "GET",
1151
1151
  operationId: "notifications-count-unread-notifications",
1152
1152
  };
1153
- /** List all unread notifications */
1153
+ /** List all unread notifications. */
1154
1154
  export const notificationsListNotifications = {
1155
1155
  path: "/v2/notifications",
1156
1156
  method: "GET",
@@ -1158,13 +1158,13 @@ export const notificationsListNotifications = {
1158
1158
  };
1159
1159
  /** Mark all notifications as read. */
1160
1160
  export const notificationsReadAllNotifications = {
1161
- path: "/v2/notifications/status",
1162
- method: "PUT",
1161
+ path: "/v2/notifications/actions/read-all",
1162
+ method: "POST",
1163
1163
  operationId: "notifications-read-all-notifications",
1164
1164
  };
1165
1165
  /** Mark notification as read. */
1166
1166
  export const notificationsReadNotification = {
1167
- path: "/v2/notifications/{messageId}/status",
1167
+ path: "/v2/notifications/{notificationId}/status",
1168
1168
  method: "PUT",
1169
1169
  operationId: "notifications-read-notification",
1170
1170
  };
@@ -10576,8 +10576,9 @@ export declare module MittwaldAPIV2 {
10576
10576
  }
10577
10577
  }
10578
10578
  }
10579
- namespace V2NotificationsStatus {
10580
- namespace Put {
10579
+ namespace V2NotificationsStatus { }
10580
+ namespace V2NotificationsActionsReadAll {
10581
+ namespace Post {
10581
10582
  namespace Parameters {
10582
10583
  type Path = {};
10583
10584
  interface RequestBody {
@@ -10610,11 +10611,11 @@ export declare module MittwaldAPIV2 {
10610
10611
  }
10611
10612
  }
10612
10613
  }
10613
- namespace V2NotificationsMessageIdStatus {
10614
+ namespace V2NotificationsNotificationIdStatus {
10614
10615
  namespace Put {
10615
10616
  namespace Parameters {
10616
10617
  type Path = {
10617
- messageId: string;
10618
+ notificationId: string;
10618
10619
  };
10619
10620
  interface RequestBody {
10620
10621
  status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
@@ -11147,6 +11148,13 @@ export declare module MittwaldAPIV2 {
11147
11148
  }
11148
11149
  }
11149
11150
  }
11151
+ namespace $403 {
11152
+ namespace Content {
11153
+ interface ApplicationJson {
11154
+ [k: string]: unknown;
11155
+ }
11156
+ }
11157
+ }
11150
11158
  namespace $412 {
11151
11159
  namespace Content {
11152
11160
  interface ApplicationJson {
@@ -11217,6 +11225,13 @@ export declare module MittwaldAPIV2 {
11217
11225
  }
11218
11226
  }
11219
11227
  }
11228
+ namespace $403 {
11229
+ namespace Content {
11230
+ interface ApplicationJson {
11231
+ [k: string]: unknown;
11232
+ }
11233
+ }
11234
+ }
11220
11235
  namespace Default {
11221
11236
  namespace Content {
11222
11237
  interface ApplicationJson {
@@ -11247,6 +11262,13 @@ export declare module MittwaldAPIV2 {
11247
11262
  }
11248
11263
  }
11249
11264
  }
11265
+ namespace $403 {
11266
+ namespace Content {
11267
+ interface ApplicationJson {
11268
+ [k: string]: unknown;
11269
+ }
11270
+ }
11271
+ }
11250
11272
  namespace Default {
11251
11273
  namespace Content {
11252
11274
  interface ApplicationJson {
@@ -11425,6 +11447,13 @@ export declare module MittwaldAPIV2 {
11425
11447
  }
11426
11448
  }
11427
11449
  }
11450
+ namespace $403 {
11451
+ namespace Content {
11452
+ interface ApplicationJson {
11453
+ [k: string]: unknown;
11454
+ }
11455
+ }
11456
+ }
11428
11457
  namespace $412 {
11429
11458
  namespace Content {
11430
11459
  interface ApplicationJson {
@@ -11474,6 +11503,13 @@ export declare module MittwaldAPIV2 {
11474
11503
  }
11475
11504
  }
11476
11505
  }
11506
+ namespace $403 {
11507
+ namespace Content {
11508
+ interface ApplicationJson {
11509
+ [k: string]: unknown;
11510
+ }
11511
+ }
11512
+ }
11477
11513
  namespace Default {
11478
11514
  namespace Content {
11479
11515
  interface ApplicationJson {
@@ -11504,6 +11540,13 @@ export declare module MittwaldAPIV2 {
11504
11540
  }
11505
11541
  }
11506
11542
  }
11543
+ namespace $403 {
11544
+ namespace Content {
11545
+ interface ApplicationJson {
11546
+ [k: string]: unknown;
11547
+ }
11548
+ }
11549
+ }
11507
11550
  namespace Default {
11508
11551
  namespace Content {
11509
11552
  interface ApplicationJson {
@@ -11798,7 +11841,7 @@ export declare module MittwaldAPIV2 {
11798
11841
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProject;
11799
11842
  }
11800
11843
  }
11801
- namespace $404 {
11844
+ namespace $403 {
11802
11845
  namespace Content {
11803
11846
  interface ApplicationJson {
11804
11847
  [k: string]: unknown;
@@ -11862,6 +11905,13 @@ export declare module MittwaldAPIV2 {
11862
11905
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectServer;
11863
11906
  }
11864
11907
  }
11908
+ namespace $403 {
11909
+ namespace Content {
11910
+ interface ApplicationJson {
11911
+ [k: string]: unknown;
11912
+ }
11913
+ }
11914
+ }
11865
11915
  namespace $404 {
11866
11916
  namespace Content {
11867
11917
  interface ApplicationJson {
@@ -12085,6 +12135,13 @@ export declare module MittwaldAPIV2 {
12085
12135
  }
12086
12136
  }
12087
12137
  }
12138
+ namespace $403 {
12139
+ namespace Content {
12140
+ interface ApplicationJson {
12141
+ [k: string]: unknown;
12142
+ }
12143
+ }
12144
+ }
12088
12145
  namespace Default {
12089
12146
  namespace Content {
12090
12147
  interface ApplicationJson {
@@ -12190,7 +12247,7 @@ export declare module MittwaldAPIV2 {
12190
12247
  }
12191
12248
  }
12192
12249
  }
12193
- namespace $404 {
12250
+ namespace $403 {
12194
12251
  namespace Content {
12195
12252
  interface ApplicationJson {
12196
12253
  [k: string]: unknown;
@@ -12232,6 +12289,20 @@ export declare module MittwaldAPIV2 {
12232
12289
  }
12233
12290
  }
12234
12291
  }
12292
+ namespace $403 {
12293
+ namespace Content {
12294
+ interface ApplicationJson {
12295
+ [k: string]: unknown;
12296
+ }
12297
+ }
12298
+ }
12299
+ namespace Default {
12300
+ namespace Content {
12301
+ interface ApplicationJson {
12302
+ [k: string]: unknown;
12303
+ }
12304
+ }
12305
+ }
12235
12306
  }
12236
12307
  }
12237
12308
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.15';
1
+ export declare const MittwaldAPIClientVersion = '3.0.16';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.15';
1
+ export const MittwaldAPIClientVersion = '3.0.16';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",