@mittwald/api-client 3.0.15 → 3.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/v2/client-react.d.ts +18 -18
- package/dist/cjs/generated/v2/client-react.js +3 -3
- package/dist/cjs/generated/v2/client.d.ts +75 -57
- package/dist/cjs/generated/v2/client.js +3 -3
- package/dist/cjs/generated/v2/descriptors.d.ts +15 -15
- package/dist/cjs/generated/v2/descriptors.js +12 -12
- package/dist/cjs/generated/v2/types.d.ts +112 -67
- package/dist/esm/generated/v2/client-react.d.ts +18 -18
- package/dist/esm/generated/v2/client-react.js +3 -3
- package/dist/esm/generated/v2/client.d.ts +75 -57
- package/dist/esm/generated/v2/client.js +3 -3
- package/dist/esm/generated/v2/descriptors.d.ts +15 -15
- package/dist/esm/generated/v2/descriptors.js +11 -11
- package/dist/esm/generated/v2/types.d.ts +112 -67
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -387,12 +387,12 @@ export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
387
387
|
export declare const newsletterUnsubscribeUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
388
388
|
/** Get the counts for unread notifications of the user. */
|
|
389
389
|
export declare const notificationsCountUnreadNotifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
390
|
-
/** List all unread notifications */
|
|
390
|
+
/** List all unread notifications. */
|
|
391
391
|
export declare const notificationsListNotifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
392
392
|
/** Mark all notifications as read. */
|
|
393
|
-
export declare const notificationsReadAllNotifications: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
393
|
+
export declare const notificationsReadAllNotifications: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsActionsReadAll.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
394
394
|
/** Mark notification as read. */
|
|
395
|
-
export declare const notificationsReadNotification: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
395
|
+
export declare const notificationsReadNotification: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationsNotificationIdStatus.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
396
396
|
/** Create an Order. */
|
|
397
397
|
export declare const orderCreateOrder: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Orders.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
398
398
|
/** Create TariffChange Order. */
|
|
@@ -418,13 +418,13 @@ export declare const projectAcceptProjectInvite: OpenAPIOperation<RequestType<Si
|
|
|
418
418
|
/** Create a ProjectInvite. */
|
|
419
419
|
export declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
420
420
|
/** Create a Project belonging to a Server. */
|
|
421
|
-
export declare const projectCreateProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
421
|
+
export declare const projectCreateProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
422
422
|
/** Decline a ProjectInvite. */
|
|
423
423
|
export declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
424
424
|
/** Request a Project avatar upload. */
|
|
425
|
-
export declare const projectRequestProjectAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
425
|
+
export declare const projectRequestProjectAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
426
426
|
/** Delete a Project's avatar. */
|
|
427
|
-
export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
427
|
+
export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
428
428
|
/** Get a ProjectInvite. */
|
|
429
429
|
export declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
430
430
|
/** Delete a ProjectInvite. */
|
|
@@ -435,12 +435,14 @@ export declare const projectGetProjectMembership: OpenAPIOperation<RequestType<S
|
|
|
435
435
|
export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
436
436
|
/** Update a ProjectMembership. */
|
|
437
437
|
export declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
|
+
/** Get a Project. */
|
|
439
|
+
export declare const projectGetProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
440
|
/** Delete a Project. */
|
|
439
|
-
export declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
441
|
+
export declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
440
442
|
/** Request a Server avatar upload. */
|
|
441
|
-
export declare const projectRequestServerAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
443
|
+
export declare const projectRequestServerAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
442
444
|
/** Delete a Server's avatar. */
|
|
443
|
-
export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
445
|
+
export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
444
446
|
/** List directories belonging to a Project. */
|
|
445
447
|
export declare const projectFileSystemGetDirectories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
446
448
|
/** Get a Project directory filesystem usage. */
|
|
@@ -453,12 +455,10 @@ export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simpl
|
|
|
453
455
|
export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
454
456
|
/** Get a ProjectInvite by token. */
|
|
455
457
|
export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
456
|
-
/** Get a Project. */
|
|
457
|
-
export declare const projectGetProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
458
458
|
/** Get the executing user's membership in a Project. */
|
|
459
459
|
export declare const projectGetSelfMembershipForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
460
460
|
/** Get a Server. */
|
|
461
|
-
export declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
461
|
+
export declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
462
462
|
/** Leave a Project. */
|
|
463
463
|
export declare const projectLeaveProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
464
464
|
/** List Invites belonging to a Project. */
|
|
@@ -470,15 +470,15 @@ export declare const projectListProjectInvites: OpenAPIOperation<RequestType<Sim
|
|
|
470
470
|
/** List ProjectMemberships belonging to the executing user. */
|
|
471
471
|
export declare const projectListProjectMemberships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
472
472
|
/** List Projects belonging to the executing user. */
|
|
473
|
-
export declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
473
|
+
export declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Projects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
474
474
|
/** List Servers belonging to the executing user. */
|
|
475
475
|
export declare const projectListServers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
476
476
|
/** Resend the mail for a ProjectInvite. */
|
|
477
477
|
export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
478
478
|
/** Update a Project's description. */
|
|
479
|
-
export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
479
|
+
export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
480
480
|
/** Update a Servers's description. */
|
|
481
|
-
export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json">>;
|
|
481
|
+
export declare const projectUpdateServerDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
482
482
|
/** Relocate an external Project to mittwald. */
|
|
483
483
|
export declare const redirectusCreateRelocation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Relocation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
484
484
|
/** Register a tariff change for a legacy tariff. */
|
|
@@ -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/
|
|
1162
|
-
method: "
|
|
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/{
|
|
1167
|
+
path: "/v2/notifications/{notificationId}/status",
|
|
1168
1168
|
method: "PUT",
|
|
1169
1169
|
operationId: "notifications-read-notification",
|
|
1170
1170
|
};
|
|
@@ -1294,6 +1294,12 @@ export const projectUpdateProjectMembership = {
|
|
|
1294
1294
|
method: "PATCH",
|
|
1295
1295
|
operationId: "project-update-project-membership",
|
|
1296
1296
|
};
|
|
1297
|
+
/** Get a Project. */
|
|
1298
|
+
export const projectGetProject = {
|
|
1299
|
+
path: "/v2/projects/{projectId}",
|
|
1300
|
+
method: "GET",
|
|
1301
|
+
operationId: "project-get-project",
|
|
1302
|
+
};
|
|
1297
1303
|
/** Delete a Project. */
|
|
1298
1304
|
export const projectDeleteProject = {
|
|
1299
1305
|
path: "/v2/projects/{projectId}",
|
|
@@ -1348,12 +1354,6 @@ export const projectGetProjectTokenInvite = {
|
|
|
1348
1354
|
method: "GET",
|
|
1349
1355
|
operationId: "project-get-project-token-invite",
|
|
1350
1356
|
};
|
|
1351
|
-
/** Get a Project. */
|
|
1352
|
-
export const projectGetProject = {
|
|
1353
|
-
path: "/v2/projects/{id}",
|
|
1354
|
-
method: "GET",
|
|
1355
|
-
operationId: "project-get-project",
|
|
1356
|
-
};
|
|
1357
1357
|
/** Get the executing user's membership in a Project. */
|
|
1358
1358
|
export const projectGetSelfMembershipForProject = {
|
|
1359
1359
|
path: "/v2/projects/{projectId}/memberships/self",
|
|
@@ -1416,7 +1416,7 @@ export const projectResendProjectInviteMail = {
|
|
|
1416
1416
|
};
|
|
1417
1417
|
/** Update a Project's description. */
|
|
1418
1418
|
export const projectUpdateProjectDescription = {
|
|
1419
|
-
path: "/v2/projects/{
|
|
1419
|
+
path: "/v2/projects/{projectId}/description",
|
|
1420
1420
|
method: "PATCH",
|
|
1421
1421
|
operationId: "project-update-project-description",
|
|
1422
1422
|
};
|
|
@@ -866,6 +866,10 @@ export declare module MittwaldAPIV2 {
|
|
|
866
866
|
type RequestData = InferredRequestData<typeof descriptors.projectUpdateProjectMembership>;
|
|
867
867
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateProjectMembership, TStatus>;
|
|
868
868
|
}
|
|
869
|
+
namespace ProjectGetProject {
|
|
870
|
+
type RequestData = InferredRequestData<typeof descriptors.projectGetProject>;
|
|
871
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProject, TStatus>;
|
|
872
|
+
}
|
|
869
873
|
namespace ProjectDeleteProject {
|
|
870
874
|
type RequestData = InferredRequestData<typeof descriptors.projectDeleteProject>;
|
|
871
875
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectDeleteProject, TStatus>;
|
|
@@ -902,10 +906,6 @@ export declare module MittwaldAPIV2 {
|
|
|
902
906
|
type RequestData = InferredRequestData<typeof descriptors.projectGetProjectTokenInvite>;
|
|
903
907
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProjectTokenInvite, TStatus>;
|
|
904
908
|
}
|
|
905
|
-
namespace ProjectGetProject {
|
|
906
|
-
type RequestData = InferredRequestData<typeof descriptors.projectGetProject>;
|
|
907
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProject, TStatus>;
|
|
908
|
-
}
|
|
909
909
|
namespace ProjectGetSelfMembershipForProject {
|
|
910
910
|
type RequestData = InferredRequestData<typeof descriptors.projectGetSelfMembershipForProject>;
|
|
911
911
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetSelfMembershipForProject, TStatus>;
|
|
@@ -2749,14 +2749,6 @@ export declare module MittwaldAPIV2 {
|
|
|
2749
2749
|
quality: number;
|
|
2750
2750
|
width: number;
|
|
2751
2751
|
}
|
|
2752
|
-
interface DomainEmptyResponse {
|
|
2753
|
-
error_props: {};
|
|
2754
|
-
error_reason: string;
|
|
2755
|
-
}
|
|
2756
|
-
interface DomainError {
|
|
2757
|
-
message: string;
|
|
2758
|
-
type: string;
|
|
2759
|
-
}
|
|
2760
2752
|
type SshuserEntityTypes = "ssh" | "sftp";
|
|
2761
2753
|
/**
|
|
2762
2754
|
* The level of access for an SFTPUser.
|
|
@@ -3068,22 +3060,6 @@ export declare module MittwaldAPIV2 {
|
|
|
3068
3060
|
interface ApplicationJson {
|
|
3069
3061
|
}
|
|
3070
3062
|
}
|
|
3071
|
-
namespace DomainDefaultError {
|
|
3072
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainError;
|
|
3073
|
-
}
|
|
3074
|
-
namespace DomainGenericResponse {
|
|
3075
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainEmptyResponse;
|
|
3076
|
-
}
|
|
3077
|
-
namespace DomainEmptyResponse {
|
|
3078
|
-
interface ApplicationJson {
|
|
3079
|
-
}
|
|
3080
|
-
}
|
|
3081
|
-
namespace DomainNotFoundError {
|
|
3082
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainError;
|
|
3083
|
-
}
|
|
3084
|
-
namespace DomainValidationError {
|
|
3085
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainError;
|
|
3086
|
-
}
|
|
3087
3063
|
namespace SignupInternalServerError {
|
|
3088
3064
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.SignupDomainError & {
|
|
3089
3065
|
name?: "InternalServerError";
|
|
@@ -10576,8 +10552,9 @@ export declare module MittwaldAPIV2 {
|
|
|
10576
10552
|
}
|
|
10577
10553
|
}
|
|
10578
10554
|
}
|
|
10579
|
-
namespace V2NotificationsStatus {
|
|
10580
|
-
|
|
10555
|
+
namespace V2NotificationsStatus { }
|
|
10556
|
+
namespace V2NotificationsActionsReadAll {
|
|
10557
|
+
namespace Post {
|
|
10581
10558
|
namespace Parameters {
|
|
10582
10559
|
type Path = {};
|
|
10583
10560
|
interface RequestBody {
|
|
@@ -10610,11 +10587,11 @@ export declare module MittwaldAPIV2 {
|
|
|
10610
10587
|
}
|
|
10611
10588
|
}
|
|
10612
10589
|
}
|
|
10613
|
-
namespace
|
|
10590
|
+
namespace V2NotificationsNotificationIdStatus {
|
|
10614
10591
|
namespace Put {
|
|
10615
10592
|
namespace Parameters {
|
|
10616
10593
|
type Path = {
|
|
10617
|
-
|
|
10594
|
+
notificationId: string;
|
|
10618
10595
|
};
|
|
10619
10596
|
interface RequestBody {
|
|
10620
10597
|
status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
|
|
@@ -11147,6 +11124,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11147
11124
|
}
|
|
11148
11125
|
}
|
|
11149
11126
|
}
|
|
11127
|
+
namespace $403 {
|
|
11128
|
+
namespace Content {
|
|
11129
|
+
interface ApplicationJson {
|
|
11130
|
+
[k: string]: unknown;
|
|
11131
|
+
}
|
|
11132
|
+
}
|
|
11133
|
+
}
|
|
11150
11134
|
namespace $412 {
|
|
11151
11135
|
namespace Content {
|
|
11152
11136
|
interface ApplicationJson {
|
|
@@ -11217,6 +11201,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11217
11201
|
}
|
|
11218
11202
|
}
|
|
11219
11203
|
}
|
|
11204
|
+
namespace $403 {
|
|
11205
|
+
namespace Content {
|
|
11206
|
+
interface ApplicationJson {
|
|
11207
|
+
[k: string]: unknown;
|
|
11208
|
+
}
|
|
11209
|
+
}
|
|
11210
|
+
}
|
|
11220
11211
|
namespace Default {
|
|
11221
11212
|
namespace Content {
|
|
11222
11213
|
interface ApplicationJson {
|
|
@@ -11247,6 +11238,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11247
11238
|
}
|
|
11248
11239
|
}
|
|
11249
11240
|
}
|
|
11241
|
+
namespace $403 {
|
|
11242
|
+
namespace Content {
|
|
11243
|
+
interface ApplicationJson {
|
|
11244
|
+
[k: string]: unknown;
|
|
11245
|
+
}
|
|
11246
|
+
}
|
|
11247
|
+
}
|
|
11250
11248
|
namespace Default {
|
|
11251
11249
|
namespace Content {
|
|
11252
11250
|
interface ApplicationJson {
|
|
@@ -11398,6 +11396,36 @@ export declare module MittwaldAPIV2 {
|
|
|
11398
11396
|
}
|
|
11399
11397
|
}
|
|
11400
11398
|
namespace V2ProjectsProjectId {
|
|
11399
|
+
namespace Get {
|
|
11400
|
+
namespace Parameters {
|
|
11401
|
+
type Path = {
|
|
11402
|
+
projectId: string;
|
|
11403
|
+
};
|
|
11404
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11405
|
+
type Query = {};
|
|
11406
|
+
}
|
|
11407
|
+
namespace Responses {
|
|
11408
|
+
namespace $200 {
|
|
11409
|
+
namespace Content {
|
|
11410
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProject;
|
|
11411
|
+
}
|
|
11412
|
+
}
|
|
11413
|
+
namespace $403 {
|
|
11414
|
+
namespace Content {
|
|
11415
|
+
interface ApplicationJson {
|
|
11416
|
+
[k: string]: unknown;
|
|
11417
|
+
}
|
|
11418
|
+
}
|
|
11419
|
+
}
|
|
11420
|
+
namespace Default {
|
|
11421
|
+
namespace Content {
|
|
11422
|
+
interface ApplicationJson {
|
|
11423
|
+
[k: string]: unknown;
|
|
11424
|
+
}
|
|
11425
|
+
}
|
|
11426
|
+
}
|
|
11427
|
+
}
|
|
11428
|
+
}
|
|
11401
11429
|
namespace Delete {
|
|
11402
11430
|
namespace Parameters {
|
|
11403
11431
|
type Path = {
|
|
@@ -11425,6 +11453,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11425
11453
|
}
|
|
11426
11454
|
}
|
|
11427
11455
|
}
|
|
11456
|
+
namespace $403 {
|
|
11457
|
+
namespace Content {
|
|
11458
|
+
interface ApplicationJson {
|
|
11459
|
+
[k: string]: unknown;
|
|
11460
|
+
}
|
|
11461
|
+
}
|
|
11462
|
+
}
|
|
11428
11463
|
namespace $412 {
|
|
11429
11464
|
namespace Content {
|
|
11430
11465
|
interface ApplicationJson {
|
|
@@ -11474,6 +11509,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11474
11509
|
}
|
|
11475
11510
|
}
|
|
11476
11511
|
}
|
|
11512
|
+
namespace $403 {
|
|
11513
|
+
namespace Content {
|
|
11514
|
+
interface ApplicationJson {
|
|
11515
|
+
[k: string]: unknown;
|
|
11516
|
+
}
|
|
11517
|
+
}
|
|
11518
|
+
}
|
|
11477
11519
|
namespace Default {
|
|
11478
11520
|
namespace Content {
|
|
11479
11521
|
interface ApplicationJson {
|
|
@@ -11504,6 +11546,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11504
11546
|
}
|
|
11505
11547
|
}
|
|
11506
11548
|
}
|
|
11549
|
+
namespace $403 {
|
|
11550
|
+
namespace Content {
|
|
11551
|
+
interface ApplicationJson {
|
|
11552
|
+
[k: string]: unknown;
|
|
11553
|
+
}
|
|
11554
|
+
}
|
|
11555
|
+
}
|
|
11507
11556
|
namespace Default {
|
|
11508
11557
|
namespace Content {
|
|
11509
11558
|
interface ApplicationJson {
|
|
@@ -11783,38 +11832,6 @@ export declare module MittwaldAPIV2 {
|
|
|
11783
11832
|
}
|
|
11784
11833
|
}
|
|
11785
11834
|
}
|
|
11786
|
-
namespace V2ProjectsId {
|
|
11787
|
-
namespace Get {
|
|
11788
|
-
namespace Parameters {
|
|
11789
|
-
type Path = {
|
|
11790
|
-
id: string;
|
|
11791
|
-
};
|
|
11792
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11793
|
-
type Query = {};
|
|
11794
|
-
}
|
|
11795
|
-
namespace Responses {
|
|
11796
|
-
namespace $200 {
|
|
11797
|
-
namespace Content {
|
|
11798
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProject;
|
|
11799
|
-
}
|
|
11800
|
-
}
|
|
11801
|
-
namespace $404 {
|
|
11802
|
-
namespace Content {
|
|
11803
|
-
interface ApplicationJson {
|
|
11804
|
-
[k: string]: unknown;
|
|
11805
|
-
}
|
|
11806
|
-
}
|
|
11807
|
-
}
|
|
11808
|
-
namespace Default {
|
|
11809
|
-
namespace Content {
|
|
11810
|
-
interface ApplicationJson {
|
|
11811
|
-
[k: string]: unknown;
|
|
11812
|
-
}
|
|
11813
|
-
}
|
|
11814
|
-
}
|
|
11815
|
-
}
|
|
11816
|
-
}
|
|
11817
|
-
}
|
|
11818
11835
|
namespace V2ProjectsProjectIdMembershipsSelf {
|
|
11819
11836
|
namespace Get {
|
|
11820
11837
|
namespace Parameters {
|
|
@@ -11862,6 +11879,13 @@ export declare module MittwaldAPIV2 {
|
|
|
11862
11879
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectServer;
|
|
11863
11880
|
}
|
|
11864
11881
|
}
|
|
11882
|
+
namespace $403 {
|
|
11883
|
+
namespace Content {
|
|
11884
|
+
interface ApplicationJson {
|
|
11885
|
+
[k: string]: unknown;
|
|
11886
|
+
}
|
|
11887
|
+
}
|
|
11888
|
+
}
|
|
11865
11889
|
namespace $404 {
|
|
11866
11890
|
namespace Content {
|
|
11867
11891
|
interface ApplicationJson {
|
|
@@ -12085,6 +12109,13 @@ export declare module MittwaldAPIV2 {
|
|
|
12085
12109
|
}
|
|
12086
12110
|
}
|
|
12087
12111
|
}
|
|
12112
|
+
namespace $403 {
|
|
12113
|
+
namespace Content {
|
|
12114
|
+
interface ApplicationJson {
|
|
12115
|
+
[k: string]: unknown;
|
|
12116
|
+
}
|
|
12117
|
+
}
|
|
12118
|
+
}
|
|
12088
12119
|
namespace Default {
|
|
12089
12120
|
namespace Content {
|
|
12090
12121
|
interface ApplicationJson {
|
|
@@ -12165,11 +12196,11 @@ export declare module MittwaldAPIV2 {
|
|
|
12165
12196
|
}
|
|
12166
12197
|
}
|
|
12167
12198
|
}
|
|
12168
|
-
namespace
|
|
12199
|
+
namespace V2ProjectsProjectIdDescription {
|
|
12169
12200
|
namespace Patch {
|
|
12170
12201
|
namespace Parameters {
|
|
12171
12202
|
type Path = {
|
|
12172
|
-
|
|
12203
|
+
projectId: string;
|
|
12173
12204
|
};
|
|
12174
12205
|
interface RequestBody {
|
|
12175
12206
|
description: string;
|
|
@@ -12190,7 +12221,7 @@ export declare module MittwaldAPIV2 {
|
|
|
12190
12221
|
}
|
|
12191
12222
|
}
|
|
12192
12223
|
}
|
|
12193
|
-
namespace $
|
|
12224
|
+
namespace $403 {
|
|
12194
12225
|
namespace Content {
|
|
12195
12226
|
interface ApplicationJson {
|
|
12196
12227
|
[k: string]: unknown;
|
|
@@ -12232,6 +12263,20 @@ export declare module MittwaldAPIV2 {
|
|
|
12232
12263
|
}
|
|
12233
12264
|
}
|
|
12234
12265
|
}
|
|
12266
|
+
namespace $403 {
|
|
12267
|
+
namespace Content {
|
|
12268
|
+
interface ApplicationJson {
|
|
12269
|
+
[k: string]: unknown;
|
|
12270
|
+
}
|
|
12271
|
+
}
|
|
12272
|
+
}
|
|
12273
|
+
namespace Default {
|
|
12274
|
+
namespace Content {
|
|
12275
|
+
interface ApplicationJson {
|
|
12276
|
+
[k: string]: unknown;
|
|
12277
|
+
}
|
|
12278
|
+
}
|
|
12279
|
+
}
|
|
12235
12280
|
}
|
|
12236
12281
|
}
|
|
12237
12282
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.17';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.17';
|