@mittwald/api-client 3.0.29 → 3.1.2

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.
@@ -34,47 +34,47 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
34
34
  super(...arguments);
35
35
  /** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
36
36
  this.app = {
37
- /** execute a runtime concerning action on a specific `AppInstallation` */
37
+ /** Execute a runtime concerning action on a specific `AppInstallation`. */
38
38
  executeAction: this.requestFunctionFactory(descriptors.appExecuteAction),
39
- /** get a specific `App` */
39
+ /** Get a specific `App`. */
40
40
  getApp: this.requestFunctionFactory(descriptors.appGetApp),
41
- /** get a specific `AppInstallation` */
41
+ /** Get a specific `AppInstallation`. */
42
42
  getAppinstallation: this.requestFunctionFactory(descriptors.appGetAppinstallation),
43
- /** start uninstallation process for a specific `AppInstallation` */
43
+ /** Start uninstallation process for a specific `AppInstallation`. */
44
44
  uninstallAppinstallation: this.requestFunctionFactory(descriptors.appUninstallAppinstallation),
45
- /** patch desired properties of a specific `AppInstallation` */
45
+ /** Patch desired properties of a specific `AppInstallation`. */
46
46
  patchAppinstallation: this.requestFunctionFactory(descriptors.appPatchAppinstallation),
47
- /** get a specific `AppVersion` */
47
+ /** Get a specific `AppVersion`. */
48
48
  getAppversion: this.requestFunctionFactory(descriptors.appGetAppversion),
49
- /** get the missing requirements of an appInstallation for a specific target AppVersion */
49
+ /** Get the missing requirements of an appInstallation for a specific target AppVersion. */
50
50
  getMissingDependenciesForAppinstallation: this.requestFunctionFactory(descriptors.appGetMissingDependenciesForAppinstallation),
51
- /** get a specific `SystemSoftware` */
51
+ /** Get a specific `SystemSoftware`. */
52
52
  getSystemsoftware: this.requestFunctionFactory(descriptors.appGetSystemsoftware),
53
- /** get a specific `SystemSoftwareVersion` */
53
+ /** Get a specific `SystemSoftwareVersion`. */
54
54
  getSystemsoftwareversion: this.requestFunctionFactory(descriptors.appGetSystemsoftwareversion),
55
- /** create linkage between an `AppInstallation` and a `Database` */
55
+ /** Create linkage between an `AppInstallation` and a MySql-`Database`. */
56
56
  linkDatabase: this.requestFunctionFactory(descriptors.appLinkDatabase),
57
- /** get all `AppInstallations` inside a specific `Project` */
57
+ /** Get all `AppInstallations` inside a specific `Project`. */
58
58
  listAppinstallations: this.requestFunctionFactory(descriptors.appListAppinstallations),
59
- /** request a new `AppInstallation` */
59
+ /** Request a new `AppInstallation`. */
60
60
  requestAppinstallation: this.requestFunctionFactory(descriptors.appRequestAppinstallation),
61
- /** get all available `Apps` */
61
+ /** Get all available `Apps`. */
62
62
  listApps: this.requestFunctionFactory(descriptors.appListApps),
63
- /** get all `AppVersions` of a specific `App` */
63
+ /** Get all `AppVersions` of a specific `App`. */
64
64
  listAppversions: this.requestFunctionFactory(descriptors.appListAppversions),
65
- /** get all available `SystemSoftware` */
65
+ /** Get all available `SystemSoftware`. */
66
66
  listSystemsoftwares: this.requestFunctionFactory(descriptors.appListSystemsoftwares),
67
- /** get all available `SystemSoftwareVersions` of a specific `SystemSoftware` */
67
+ /** Get all available `SystemSoftwareVersions` of a specific `SystemSoftware`. */
68
68
  listSystemsoftwareversions: this.requestFunctionFactory(descriptors.appListSystemsoftwareversions),
69
- /** get all update candidates for a specific `AppVersion` */
69
+ /** Get all update candidates for a specific `AppVersion`. */
70
70
  listUpdateCandidatesForAppversion: this.requestFunctionFactory(descriptors.appListUpdateCandidatesForAppversion),
71
- /** request a copy of an `AppInstallation` */
71
+ /** Request a copy of an `AppInstallation`. */
72
72
  requestAppinstallationCopy: this.requestFunctionFactory(descriptors.appRequestAppinstallationCopy),
73
- /** get runtime status of a specific `AppInstallation` */
73
+ /** Get runtime status of a specific `AppInstallation`. */
74
74
  retrieveStatus: this.requestFunctionFactory(descriptors.appRetrieveStatus),
75
- /** create linkage between an `AppInstallation` and `DatabaseUsers` */
75
+ /** Create linkage between an `AppInstallation` and `DatabaseUsers`. */
76
76
  setDatabaseUsers: this.requestFunctionFactory(descriptors.appSetDatabaseUsers),
77
- /** remove linkage between an `AppInstallation` and a `Database` */
77
+ /** Remove linkage between an `AppInstallation` and a `Database`. */
78
78
  unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
79
79
  };
80
80
  /** The article API allows you to read article information. */
@@ -458,103 +458,17 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
458
458
  /** Update a mail setting of a Project. */
459
459
  updateProjectMailSetting: this.requestFunctionFactory(descriptors.mailUpdateProjectMailSetting),
460
460
  };
461
- /** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
462
- this.project = {
463
- /** Accept a ProjectInvite. */
464
- acceptProjectInvite: this.requestFunctionFactory(descriptors.projectAcceptProjectInvite),
465
- /** Create a ProjectInvite. */
466
- createProjectInvite: this.requestFunctionFactory(descriptors.projectCreateProjectInvite),
467
- /** Create a Project belonging to a Server. */
468
- createProject: this.requestFunctionFactory(descriptors.projectCreateProject),
469
- /** Decline a ProjectInvite. */
470
- declineProjectInvite: this.requestFunctionFactory(descriptors.projectDeclineProjectInvite),
471
- /** Request a Project avatar upload. */
472
- requestProjectAvatarUpload: this.requestFunctionFactory(descriptors.projectRequestProjectAvatarUpload),
473
- /** Delete a Project's avatar. */
474
- deleteProjectAvatar: this.requestFunctionFactory(descriptors.projectDeleteProjectAvatar),
475
- /** Get a ProjectInvite. */
476
- getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
477
- /** Delete a ProjectInvite. */
478
- deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
479
- /** Get a ProjectMembership */
480
- getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
481
- /** Delete a ProjectMembership. */
482
- deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
483
- /** Update a ProjectMembership. */
484
- updateProjectMembership: this.requestFunctionFactory(descriptors.projectUpdateProjectMembership),
485
- /** Get a Project. */
486
- getProject: this.requestFunctionFactory(descriptors.projectGetProject),
487
- /** Delete a Project. */
488
- deleteProject: this.requestFunctionFactory(descriptors.projectDeleteProject),
489
- /** Request a Server avatar upload. */
490
- requestServerAvatarUpload: this.requestFunctionFactory(descriptors.projectRequestServerAvatarUpload),
491
- /** Delete a Server's avatar. */
492
- deleteServerAvatar: this.requestFunctionFactory(descriptors.projectDeleteServerAvatar),
493
- /** Get a ProjectInvite by token. */
494
- getProjectTokenInvite: this.requestFunctionFactory(descriptors.projectGetProjectTokenInvite),
495
- /** Get the executing user's membership in a Project. */
496
- getSelfMembershipForProject: this.requestFunctionFactory(descriptors.projectGetSelfMembershipForProject),
497
- /** Get a Server. */
498
- getServer: this.requestFunctionFactory(descriptors.projectGetServer),
499
- /** Leave a Project. */
500
- leaveProject: this.requestFunctionFactory(descriptors.projectLeaveProject),
501
- /** List Invites belonging to a Project. */
502
- listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
503
- /** List Memberships belonging to a Project. */
504
- listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
505
- /** List ProjectInvites belonging to the executing user. */
506
- listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
507
- /** List ProjectMemberships belonging to the executing user. */
508
- listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
509
- /** List Projects belonging to the executing user. */
510
- listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
511
- /** List Servers belonging to the executing user. */
512
- listServers: this.requestFunctionFactory(descriptors.projectListServers),
513
- /** Resend the mail for a ProjectInvite. */
514
- resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
515
- /** Update a Project's description. */
516
- updateProjectDescription: this.requestFunctionFactory(descriptors.projectUpdateProjectDescription),
517
- /** Update a Servers's description. */
518
- updateServerDescription: this.requestFunctionFactory(descriptors.projectUpdateServerDescription),
519
- };
520
- /** The filesystem API allows you to directly access the filesystem of your project. */
521
- this.projectFileSystem = {
522
- /** List directories belonging to a Project. */
523
- getDirectories: this.requestFunctionFactory(descriptors.projectFileSystemGetDirectories),
524
- /** Get a Project directory filesystem usage. */
525
- getDiskUsage: this.requestFunctionFactory(descriptors.projectFileSystemGetDiskUsage),
526
- /** Get a Project file's content. */
527
- getFileContent: this.requestFunctionFactory(descriptors.projectFileSystemGetFileContent),
528
- /** Get a Project's file/filesystem authorization token. */
529
- getJwt: this.requestFunctionFactory(descriptors.projectFileSystemGetJwt),
530
- /** Get a Project file's information. */
531
- listFiles: this.requestFunctionFactory(descriptors.projectFileSystemListFiles),
532
- };
533
- /** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
534
- this.sshsftpUser = {
535
- /** Get all SFTPUsers for a Project. */
536
- sftpUserListSftpUsers: this.requestFunctionFactory(descriptors.sftpUserListSftpUsers),
537
- /** Create an SFTPUser for a Project. */
538
- sftpUserCreateSftpUser: this.requestFunctionFactory(descriptors.sftpUserCreateSftpUser),
539
- /** Get an SFTPUser. */
540
- sftpUserGetSftpUser: this.requestFunctionFactory(descriptors.sftpUserGetSftpUser),
541
- /** Delete an SFTPUser. */
542
- sftpUserDeleteSftpUser: this.requestFunctionFactory(descriptors.sftpUserDeleteSftpUser),
543
- /** Update an SFTPUser. */
544
- sftpUserUpdateSftpUser: this.requestFunctionFactory(descriptors.sftpUserUpdateSftpUser),
545
- /** Get all SSHUsers for a Project. */
546
- sshUserListSshUsers: this.requestFunctionFactory(descriptors.sshUserListSshUsers),
547
- /** Create an SSHUser for a Project. */
548
- sshUserCreateSshUser: this.requestFunctionFactory(descriptors.sshUserCreateSshUser),
549
- /** Get an SSHUser. */
550
- sshUserGetSshUser: this.requestFunctionFactory(descriptors.sshUserGetSshUser),
551
- /** Delete an SSHUser. */
552
- sshUserDeleteSshUser: this.requestFunctionFactory(descriptors.sshUserDeleteSshUser),
553
- /** Update an SSHUser. */
554
- sshUserUpdateSshUser: this.requestFunctionFactory(descriptors.sshUserUpdateSshUser),
461
+ /** The page insights API allows you to get page insights information. */
462
+ this.pageInsights = {
463
+ /** Get detailed performance data for a given domain and path. */
464
+ pageinsightsGetPerformanceData: this.requestFunctionFactory(descriptors.pageinsightsGetPerformanceData),
465
+ /** List websites (specified as domain and path) from a project where performance data is available. */
466
+ pageinsightsListPerformanceDataForProject: this.requestFunctionFactory(descriptors.pageinsightsListPerformanceDataForProject),
555
467
  };
556
468
  /** The user API allows you to manage your own user and access information of other users that might be visible to you. */
557
469
  this.user = {
470
+ /** Get a password policy. */
471
+ passwordValidationGetPasswordPolicy: this.requestFunctionFactory(descriptors.passwordValidationGetPasswordPolicy),
558
472
  /** Add phone number and start verification process. */
559
473
  addPhoneNumber: this.requestFunctionFactory(descriptors.userAddPhoneNumber),
560
474
  /** Remove phone number. */
@@ -652,6 +566,108 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
652
566
  /** Verify your registration. */
653
567
  verifyRegistration: this.requestFunctionFactory(descriptors.userVerifyRegistration),
654
568
  };
569
+ /** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
570
+ this.project = {
571
+ /** Accept a ProjectInvite. */
572
+ acceptProjectInvite: this.requestFunctionFactory(descriptors.projectAcceptProjectInvite),
573
+ /** Create a ProjectInvite. */
574
+ createProjectInvite: this.requestFunctionFactory(descriptors.projectCreateProjectInvite),
575
+ /** Create a Project belonging to a Server. */
576
+ createProject: this.requestFunctionFactory(descriptors.projectCreateProject),
577
+ /** Decline a ProjectInvite. */
578
+ declineProjectInvite: this.requestFunctionFactory(descriptors.projectDeclineProjectInvite),
579
+ /** Request a Project avatar upload. */
580
+ requestProjectAvatarUpload: this.requestFunctionFactory(descriptors.projectRequestProjectAvatarUpload),
581
+ /** Delete a Project's avatar. */
582
+ deleteProjectAvatar: this.requestFunctionFactory(descriptors.projectDeleteProjectAvatar),
583
+ /** Get a ProjectInvite. */
584
+ getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
585
+ /** Delete a ProjectInvite. */
586
+ deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
587
+ /** Get a ProjectMembership */
588
+ getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
589
+ /** Delete a ProjectMembership. */
590
+ deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
591
+ /** Update a ProjectMembership. */
592
+ updateProjectMembership: this.requestFunctionFactory(descriptors.projectUpdateProjectMembership),
593
+ /** Get a Project. */
594
+ getProject: this.requestFunctionFactory(descriptors.projectGetProject),
595
+ /** Delete a Project. */
596
+ deleteProject: this.requestFunctionFactory(descriptors.projectDeleteProject),
597
+ /** Request a Server avatar upload. */
598
+ requestServerAvatarUpload: this.requestFunctionFactory(descriptors.projectRequestServerAvatarUpload),
599
+ /** Delete a Server's avatar. */
600
+ deleteServerAvatar: this.requestFunctionFactory(descriptors.projectDeleteServerAvatar),
601
+ /** Get a ProjectInvite by token. */
602
+ getProjectTokenInvite: this.requestFunctionFactory(descriptors.projectGetProjectTokenInvite),
603
+ /** Get the executing user's membership in a Project. */
604
+ getSelfMembershipForProject: this.requestFunctionFactory(descriptors.projectGetSelfMembershipForProject),
605
+ /** Get a Server. */
606
+ getServer: this.requestFunctionFactory(descriptors.projectGetServer),
607
+ /** Leave a Project. */
608
+ leaveProject: this.requestFunctionFactory(descriptors.projectLeaveProject),
609
+ /** List Invites belonging to a Project. */
610
+ listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
611
+ /** List Memberships belonging to a Project. */
612
+ listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
613
+ /** List ProjectInvites belonging to the executing user. */
614
+ listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
615
+ /** List ProjectMemberships belonging to the executing user. */
616
+ listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
617
+ /** List Projects belonging to the executing user. */
618
+ listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
619
+ /** List Servers belonging to the executing user. */
620
+ listServers: this.requestFunctionFactory(descriptors.projectListServers),
621
+ /** Resend the mail for a ProjectInvite. */
622
+ resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
623
+ /** Update a Project's description. */
624
+ updateProjectDescription: this.requestFunctionFactory(descriptors.projectUpdateProjectDescription),
625
+ /** Update a Servers's description. */
626
+ updateServerDescription: this.requestFunctionFactory(descriptors.projectUpdateServerDescription),
627
+ };
628
+ /** The filesystem API allows you to directly access the filesystem of your project. */
629
+ this.projectFileSystem = {
630
+ /** List directories belonging to a Project. */
631
+ getDirectories: this.requestFunctionFactory(descriptors.projectFileSystemGetDirectories),
632
+ /** Get a Project directory filesystem usage. */
633
+ getDiskUsage: this.requestFunctionFactory(descriptors.projectFileSystemGetDiskUsage),
634
+ /** Get a Project file's content. */
635
+ getFileContent: this.requestFunctionFactory(descriptors.projectFileSystemGetFileContent),
636
+ /** Get a Project's file/filesystem authorization token. */
637
+ getJwt: this.requestFunctionFactory(descriptors.projectFileSystemGetJwt),
638
+ /** Get a Project file's information. */
639
+ listFiles: this.requestFunctionFactory(descriptors.projectFileSystemListFiles),
640
+ };
641
+ /** The relocation API allows you to manage your relocations. */
642
+ this.relocation = {
643
+ /** Register a tariff change for a legacy tariff. */
644
+ createLegacyTariffChange: this.requestFunctionFactory(descriptors.relocationCreateLegacyTariffChange),
645
+ /** Relocate an external Project to mittwald. */
646
+ createRelocation: this.requestFunctionFactory(descriptors.relocationCreateRelocation),
647
+ };
648
+ /** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
649
+ this.sshsftpUser = {
650
+ /** Get all SFTPUsers for a Project. */
651
+ sftpUserListSftpUsers: this.requestFunctionFactory(descriptors.sftpUserListSftpUsers),
652
+ /** Create an SFTPUser for a Project. */
653
+ sftpUserCreateSftpUser: this.requestFunctionFactory(descriptors.sftpUserCreateSftpUser),
654
+ /** Get an SFTPUser. */
655
+ sftpUserGetSftpUser: this.requestFunctionFactory(descriptors.sftpUserGetSftpUser),
656
+ /** Delete an SFTPUser. */
657
+ sftpUserDeleteSftpUser: this.requestFunctionFactory(descriptors.sftpUserDeleteSftpUser),
658
+ /** Update an SFTPUser. */
659
+ sftpUserUpdateSftpUser: this.requestFunctionFactory(descriptors.sftpUserUpdateSftpUser),
660
+ /** Get all SSHUsers for a Project. */
661
+ sshUserListSshUsers: this.requestFunctionFactory(descriptors.sshUserListSshUsers),
662
+ /** Create an SSHUser for a Project. */
663
+ sshUserCreateSshUser: this.requestFunctionFactory(descriptors.sshUserCreateSshUser),
664
+ /** Get an SSHUser. */
665
+ sshUserGetSshUser: this.requestFunctionFactory(descriptors.sshUserGetSshUser),
666
+ /** Delete an SSHUser. */
667
+ sshUserDeleteSshUser: this.requestFunctionFactory(descriptors.sshUserDeleteSshUser),
668
+ /** Update an SSHUser. */
669
+ sshUserUpdateSshUser: this.requestFunctionFactory(descriptors.sshUserUpdateSshUser),
670
+ };
655
671
  }
656
672
  }
657
673
  exports.MittwaldAPIV2Client = MittwaldAPIV2Client;
@@ -3,47 +3,47 @@ import { RequestType } from "@mittwald/api-client-commons";
3
3
  import { Response } from "@mittwald/api-client-commons";
4
4
  import { OpenAPIOperation } from "@mittwald/api-client-commons";
5
5
  import { MittwaldAPIV2 } from "./types.js";
6
- /** execute a runtime concerning action on a specific `AppInstallation` */
6
+ /** Execute a runtime concerning action on a specific `AppInstallation`. */
7
7
  export declare const appExecuteAction: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdActionsAction.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
8
- /** get a specific `App` */
8
+ /** Get a specific `App`. */
9
9
  export declare const appGetApp: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
10
- /** get a specific `AppInstallation` */
10
+ /** Get a specific `AppInstallation`. */
11
11
  export declare const appGetAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
12
- /** start uninstallation process for a specific `AppInstallation` */
12
+ /** Start uninstallation process for a specific `AppInstallation`. */
13
13
  export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
14
- /** patch desired properties of a specific `AppInstallation` */
14
+ /** Patch desired properties of a specific `AppInstallation`. */
15
15
  export declare const appPatchAppinstallation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
16
- /** get a specific `AppVersion` */
16
+ /** Get a specific `AppVersion`. */
17
17
  export declare const appGetAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
18
- /** get the missing requirements of an appInstallation for a specific target AppVersion */
18
+ /** Get the missing requirements of an appInstallation for a specific target AppVersion. */
19
19
  export declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
20
- /** get a specific `SystemSoftware` */
20
+ /** Get a specific `SystemSoftware`. */
21
21
  export declare const appGetSystemsoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
22
- /** get a specific `SystemSoftwareVersion` */
22
+ /** Get a specific `SystemSoftwareVersion`. */
23
23
  export declare const appGetSystemsoftwareversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
24
- /** create linkage between an `AppInstallation` and a `Database` */
24
+ /** Create linkage between an `AppInstallation` and a MySql-`Database`. */
25
25
  export declare const appLinkDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabases.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
26
- /** get all `AppInstallations` inside a specific `Project` */
26
+ /** Get all `AppInstallations` inside a specific `Project`. */
27
27
  export declare const appListAppinstallations: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
28
- /** request a new `AppInstallation` */
28
+ /** Request a new `AppInstallation`. */
29
29
  export declare const appRequestAppinstallation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppinstallations.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
30
- /** get all available `Apps` */
30
+ /** Get all available `Apps`. */
31
31
  export declare const appListApps: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
32
- /** get all `AppVersions` of a specific `App` */
32
+ /** Get all `AppVersions` of a specific `App`. */
33
33
  export declare const appListAppversions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
34
- /** get all available `SystemSoftware` */
34
+ /** Get all available `SystemSoftware`. */
35
35
  export declare const appListSystemsoftwares: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Systemsoftwares.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
36
- /** get all available `SystemSoftwareVersions` of a specific `SystemSoftware` */
36
+ /** Get all available `SystemSoftwareVersions` of a specific `SystemSoftware`. */
37
37
  export declare const appListSystemsoftwareversions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwareSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
38
- /** get all update candidates for a specific `AppVersion` */
38
+ /** Get all update candidates for a specific `AppVersion`. */
39
39
  export declare const appListUpdateCandidatesForAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
40
- /** request a copy of an `AppInstallation` */
40
+ /** Request a copy of an `AppInstallation`. */
41
41
  export declare const appRequestAppinstallationCopy: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
42
- /** get runtime status of a specific `AppInstallation` */
42
+ /** Get runtime status of a specific `AppInstallation`. */
43
43
  export declare const appRetrieveStatus: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdStatus.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
44
- /** create linkage between an `AppInstallation` and `DatabaseUsers` */
44
+ /** Create linkage between an `AppInstallation` and `DatabaseUsers`. */
45
45
  export declare const appSetDatabaseUsers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
46
- /** remove linkage between an `AppInstallation` and a `Database` */
46
+ /** Remove linkage between an `AppInstallation` and a `Database`. */
47
47
  export declare const appUnlinkDatabase: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
48
48
  /** Get an Article. */
49
49
  export declare const articleGetArticle: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -372,7 +372,7 @@ export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<nu
372
372
  /** Unsubscribe a user from the mStudio newsletter. */
373
373
  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">>;
374
374
  /** Get the counts for unread notifications of the user. */
375
- 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">>;
375
+ export declare const notificationsCountUnreadNotifications: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NotificationUnreadCounts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NotificationUnreadCounts.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NotificationUnreadCounts.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NotificationUnreadCounts.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NotificationUnreadCounts.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
376
376
  /** List all unread notifications. */
377
377
  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">>;
378
378
  /** Mark all notifications as read. */
@@ -432,9 +432,9 @@ export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Sim
432
432
  /** List directories belonging to a Project. */
433
433
  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">>;
434
434
  /** Get a Project directory filesystem usage. */
435
- export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
435
+ export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
436
436
  /** Get a Project file's content. */
437
- export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
437
+ export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
438
438
  /** Get a Project's file/filesystem authorization token. */
439
439
  export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
440
440
  /** Get a Project file's information. */