@mittwald/api-client 2.0.18 → 2.0.19
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.d.ts +15 -67
- package/dist/cjs/generated/v2/client.js +13 -17
- package/dist/cjs/generated/v2/descriptors.d.ts +13 -17
- package/dist/cjs/generated/v2/descriptors.js +17 -29
- package/dist/cjs/generated/v2/types.d.ts +0 -69
- package/dist/esm/generated/v2/client.d.ts +15 -67
- package/dist/esm/generated/v2/client.js +13 -17
- package/dist/esm/generated/v2/descriptors.d.ts +13 -17
- package/dist/esm/generated/v2/descriptors.js +13 -25
- package/dist/esm/generated/v2/types.d.ts +0 -69
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -7529,45 +7529,6 @@ export declare module MittwaldAPIV2 {
|
|
|
7529
7529
|
}
|
|
7530
7530
|
}
|
|
7531
7531
|
}
|
|
7532
|
-
namespace V2ToplevelDomainsTld {
|
|
7533
|
-
namespace Get {
|
|
7534
|
-
namespace Parameters {
|
|
7535
|
-
type Path = {
|
|
7536
|
-
tld: string;
|
|
7537
|
-
};
|
|
7538
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7539
|
-
type Query = {};
|
|
7540
|
-
}
|
|
7541
|
-
namespace Responses {
|
|
7542
|
-
namespace $200 {
|
|
7543
|
-
namespace Content {
|
|
7544
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel;
|
|
7545
|
-
}
|
|
7546
|
-
}
|
|
7547
|
-
namespace $400 {
|
|
7548
|
-
namespace Content {
|
|
7549
|
-
interface ApplicationJson {
|
|
7550
|
-
[k: string]: unknown;
|
|
7551
|
-
}
|
|
7552
|
-
}
|
|
7553
|
-
}
|
|
7554
|
-
namespace $404 {
|
|
7555
|
-
namespace Content {
|
|
7556
|
-
interface ApplicationJson {
|
|
7557
|
-
[k: string]: unknown;
|
|
7558
|
-
}
|
|
7559
|
-
}
|
|
7560
|
-
}
|
|
7561
|
-
namespace Default {
|
|
7562
|
-
namespace Content {
|
|
7563
|
-
interface ApplicationJson {
|
|
7564
|
-
[k: string]: unknown;
|
|
7565
|
-
}
|
|
7566
|
-
}
|
|
7567
|
-
}
|
|
7568
|
-
}
|
|
7569
|
-
}
|
|
7570
|
-
}
|
|
7571
7532
|
namespace V2ProjectsProjectIdDomainOwnerships {
|
|
7572
7533
|
namespace Get {
|
|
7573
7534
|
namespace Parameters {
|
|
@@ -7636,36 +7597,6 @@ export declare module MittwaldAPIV2 {
|
|
|
7636
7597
|
}
|
|
7637
7598
|
}
|
|
7638
7599
|
}
|
|
7639
|
-
namespace V2ToplevelDomains {
|
|
7640
|
-
namespace Get {
|
|
7641
|
-
namespace Parameters {
|
|
7642
|
-
type Path = {};
|
|
7643
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7644
|
-
type Query = {};
|
|
7645
|
-
}
|
|
7646
|
-
namespace Responses {
|
|
7647
|
-
namespace $200 {
|
|
7648
|
-
namespace Content {
|
|
7649
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
|
|
7650
|
-
}
|
|
7651
|
-
}
|
|
7652
|
-
namespace $400 {
|
|
7653
|
-
namespace Content {
|
|
7654
|
-
interface ApplicationJson {
|
|
7655
|
-
[k: string]: unknown;
|
|
7656
|
-
}
|
|
7657
|
-
}
|
|
7658
|
-
}
|
|
7659
|
-
namespace Default {
|
|
7660
|
-
namespace Content {
|
|
7661
|
-
interface ApplicationJson {
|
|
7662
|
-
[k: string]: unknown;
|
|
7663
|
-
}
|
|
7664
|
-
}
|
|
7665
|
-
}
|
|
7666
|
-
}
|
|
7667
|
-
}
|
|
7668
|
-
}
|
|
7669
7600
|
namespace V2DomainsDomainIdActionsResendEmail {
|
|
7670
7601
|
namespace Post {
|
|
7671
7602
|
namespace Parameters {
|
|
@@ -886,7 +886,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
886
886
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
887
887
|
[x: string]: unknown;
|
|
888
888
|
}, 404, "application/json">>>;
|
|
889
|
-
/** List BackupSchedules belonging to a
|
|
889
|
+
/** List BackupSchedules belonging to a Project. */
|
|
890
890
|
listProjectBackupSchedules: (request: {
|
|
891
891
|
pathParameters: {
|
|
892
892
|
projectId: string;
|
|
@@ -958,7 +958,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
958
958
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
959
959
|
[x: string]: unknown;
|
|
960
960
|
}, 404, "application/json">>>;
|
|
961
|
-
/** List Backups
|
|
961
|
+
/** List Backups belonging to a Project. */
|
|
962
962
|
listProjectBackups: (request: {
|
|
963
963
|
pathParameters: {
|
|
964
964
|
projectId: string;
|
|
@@ -3746,7 +3746,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3746
3746
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3747
3747
|
}>;
|
|
3748
3748
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
3749
|
-
/** List
|
|
3749
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
3750
3750
|
listCustomerInvites: (request?: {
|
|
3751
3751
|
headers?: {
|
|
3752
3752
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3777,7 +3777,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3777
3777
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3778
3778
|
[x: string]: unknown;
|
|
3779
3779
|
}, 404, "application/json">>>;
|
|
3780
|
-
/** List
|
|
3780
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
3781
3781
|
listCustomerMemberships: (request?: {
|
|
3782
3782
|
headers?: {
|
|
3783
3783
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3808,7 +3808,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3808
3808
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3809
3809
|
[x: string]: unknown;
|
|
3810
3810
|
}, 404, "application/json">>>;
|
|
3811
|
-
/** List
|
|
3811
|
+
/** List Invites belonging to a Customer. */
|
|
3812
3812
|
listInvitesForCustomer: (request: {
|
|
3813
3813
|
pathParameters: {
|
|
3814
3814
|
customerId: string;
|
|
@@ -3846,7 +3846,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3846
3846
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3847
3847
|
[x: string]: unknown;
|
|
3848
3848
|
}, 404, "application/json">>>;
|
|
3849
|
-
/** List
|
|
3849
|
+
/** List Memberships belonging to a Customer. */
|
|
3850
3850
|
listMembershipsForCustomer: (request: {
|
|
3851
3851
|
pathParameters: {
|
|
3852
3852
|
customerId: string;
|
|
@@ -4073,7 +4073,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4073
4073
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4074
4074
|
[x: string]: unknown;
|
|
4075
4075
|
}, 404, "application/json">>>;
|
|
4076
|
-
/** List MySQLUsers belonging to a
|
|
4076
|
+
/** List MySQLUsers belonging to a Database. */
|
|
4077
4077
|
listMysqlUsers: (request: {
|
|
4078
4078
|
pathParameters: {
|
|
4079
4079
|
databaseId: string;
|
|
@@ -5699,39 +5699,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5699
5699
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5700
5700
|
[x: string]: unknown;
|
|
5701
5701
|
}, 404, "application/json">>>;
|
|
5702
|
-
/** Get a toplevel domain. */
|
|
5703
|
-
getToplevelDomain: (request: {
|
|
5704
|
-
pathParameters: {
|
|
5705
|
-
tld: string;
|
|
5706
|
-
};
|
|
5707
|
-
headers?: {
|
|
5708
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5709
|
-
"x-access-token"?: string | undefined;
|
|
5710
|
-
} | undefined;
|
|
5711
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5712
|
-
headers?: Partial<{
|
|
5713
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5714
|
-
}> | undefined;
|
|
5715
|
-
} & {
|
|
5716
|
-
pathParameters: {
|
|
5717
|
-
tld: string;
|
|
5718
|
-
};
|
|
5719
|
-
} & {
|
|
5720
|
-
headers: {
|
|
5721
|
-
"x-access-token"?: string | undefined;
|
|
5722
|
-
} & Partial<{
|
|
5723
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5724
|
-
}>;
|
|
5725
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5726
|
-
rgpDays: number;
|
|
5727
|
-
tld: string;
|
|
5728
|
-
transitAllowed: boolean;
|
|
5729
|
-
type: "other" | "generic" | "unknown" | "countryCode" | "newGeneric" | "centralNic";
|
|
5730
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5731
|
-
[x: string]: unknown;
|
|
5732
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5733
|
-
[x: string]: unknown;
|
|
5734
|
-
}, 404, "application/json">>>;
|
|
5735
5702
|
/** List all domain ownerships of a project. */
|
|
5736
5703
|
listDomainOwnerships: (request: {
|
|
5737
5704
|
pathParameters: {
|
|
@@ -5798,25 +5765,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5798
5765
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5799
5766
|
[x: string]: unknown;
|
|
5800
5767
|
}, 400, "application/json">>>;
|
|
5801
|
-
/** List all supported toplevel domains. */
|
|
5802
|
-
listToplevelDomains: (request?: {
|
|
5803
|
-
headers?: {
|
|
5804
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5805
|
-
"x-access-token"?: string | undefined;
|
|
5806
|
-
} | undefined;
|
|
5807
|
-
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5808
|
-
headers?: Partial<{
|
|
5809
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5810
|
-
}> | undefined;
|
|
5811
|
-
} & {
|
|
5812
|
-
headers: {
|
|
5813
|
-
"x-access-token"?: string | undefined;
|
|
5814
|
-
} & Partial<{
|
|
5815
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5816
|
-
}>;
|
|
5817
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5818
|
-
[x: string]: unknown;
|
|
5819
|
-
}, 400, "application/json">>>;
|
|
5820
5768
|
/** Resend a domain email. */
|
|
5821
5769
|
resendDomainEmail: (request: {
|
|
5822
5770
|
pathParameters: {
|
|
@@ -6558,7 +6506,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6558
6506
|
}, import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6559
6507
|
address: string;
|
|
6560
6508
|
autoResponder: {
|
|
6561
|
-
active: boolean; /**
|
|
6509
|
+
active: boolean; /** List all of your ApiTokens. */
|
|
6562
6510
|
expiresAt?: string | undefined;
|
|
6563
6511
|
message: string;
|
|
6564
6512
|
startsAt?: string | undefined;
|
|
@@ -6575,7 +6523,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6575
6523
|
autoDeleteSpam: boolean;
|
|
6576
6524
|
folder: "spam" | "inbox";
|
|
6577
6525
|
relocationMinSpamScore: number;
|
|
6578
|
-
};
|
|
6526
|
+
};
|
|
6579
6527
|
storageInBytes: {
|
|
6580
6528
|
current: {
|
|
6581
6529
|
updatedAt: string;
|
|
@@ -7747,7 +7695,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7747
7695
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7748
7696
|
}>;
|
|
7749
7697
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
7750
|
-
/** List
|
|
7698
|
+
/** List Invites belonging to a Project. */
|
|
7751
7699
|
listInvitesForProject: (request: {
|
|
7752
7700
|
pathParameters: {
|
|
7753
7701
|
projectId: string;
|
|
@@ -7785,7 +7733,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7785
7733
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7786
7734
|
[x: string]: unknown;
|
|
7787
7735
|
}, 404, "application/json">>>;
|
|
7788
|
-
/** List
|
|
7736
|
+
/** List Memberships belonging to a Project. */
|
|
7789
7737
|
listMembershipsForProject: (request: {
|
|
7790
7738
|
pathParameters: {
|
|
7791
7739
|
projectId: string;
|
|
@@ -7823,7 +7771,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7823
7771
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7824
7772
|
[x: string]: unknown;
|
|
7825
7773
|
}, 404, "application/json">>>;
|
|
7826
|
-
/** List
|
|
7774
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
7827
7775
|
listProjectInvites: (request?: {
|
|
7828
7776
|
headers?: {
|
|
7829
7777
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -7885,7 +7833,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7885
7833
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7886
7834
|
[x: string]: unknown;
|
|
7887
7835
|
}, 404, "application/json">>>;
|
|
7888
|
-
/** List
|
|
7836
|
+
/** List Projects belonging to the executing user. */
|
|
7889
7837
|
listProjects: (request?: {
|
|
7890
7838
|
headers?: {
|
|
7891
7839
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -7932,7 +7880,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7932
7880
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7933
7881
|
[x: string]: unknown;
|
|
7934
7882
|
}, 400, "application/json">>>;
|
|
7935
|
-
/** List Servers
|
|
7883
|
+
/** List Servers belonging to the executing user. */
|
|
7936
7884
|
listServers: (request?: {
|
|
7937
7885
|
headers?: {
|
|
7938
7886
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -8071,7 +8019,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8071
8019
|
};
|
|
8072
8020
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
8073
8021
|
readonly projectFileSystem: {
|
|
8074
|
-
/** List
|
|
8022
|
+
/** List directories belonging to a Project. */
|
|
8075
8023
|
getDirectories: (request: {
|
|
8076
8024
|
pathParameters: {
|
|
8077
8025
|
projectId: string;
|
|
@@ -64,11 +64,11 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
64
64
|
createProjectBackupExport: this.requestFunctionFactory(descriptors.backupCreateProjectBackupExport),
|
|
65
65
|
/** Delete a ProjectBackupExport. */
|
|
66
66
|
deleteProjectBackupExport: this.requestFunctionFactory(descriptors.backupDeleteProjectBackupExport),
|
|
67
|
-
/** List BackupSchedules belonging to a
|
|
67
|
+
/** List BackupSchedules belonging to a Project. */
|
|
68
68
|
listProjectBackupSchedules: this.requestFunctionFactory(descriptors.backupListProjectBackupSchedules),
|
|
69
69
|
/** Create a BackupSchedule for a Project. */
|
|
70
70
|
createProjectBackupSchedule: this.requestFunctionFactory(descriptors.backupCreateProjectBackupSchedule),
|
|
71
|
-
/** List Backups
|
|
71
|
+
/** List Backups belonging to a Project. */
|
|
72
72
|
listProjectBackups: this.requestFunctionFactory(descriptors.backupListProjectBackups),
|
|
73
73
|
/** Create a Backup of a Project. */
|
|
74
74
|
createProjectBackup: this.requestFunctionFactory(descriptors.backupCreateProjectBackup),
|
|
@@ -228,13 +228,13 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
228
228
|
isCustomerLegallyCompetent: this.requestFunctionFactory(descriptors.customerIsCustomerLegallyCompetent),
|
|
229
229
|
/** Leave a Customer. */
|
|
230
230
|
leaveCustomer: this.requestFunctionFactory(descriptors.customerLeaveCustomer),
|
|
231
|
-
/** List
|
|
231
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
232
232
|
listCustomerInvites: this.requestFunctionFactory(descriptors.customerListCustomerInvites),
|
|
233
|
-
/** List
|
|
233
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
234
234
|
listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships),
|
|
235
|
-
/** List
|
|
235
|
+
/** List Invites belonging to a Customer. */
|
|
236
236
|
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer),
|
|
237
|
-
/** List
|
|
237
|
+
/** List Memberships belonging to a Customer. */
|
|
238
238
|
listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer),
|
|
239
239
|
/** Request a new avatar upload for the customer profile. */
|
|
240
240
|
requestAvatarUpload: this.requestFunctionFactory(descriptors.customerRequestAvatarUpload),
|
|
@@ -249,7 +249,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
249
249
|
listMysqlDatabases: this.requestFunctionFactory(descriptors.databaseListMysqlDatabases),
|
|
250
250
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
251
251
|
createMysqlDatabase: this.requestFunctionFactory(descriptors.databaseCreateMysqlDatabase),
|
|
252
|
-
/** List MySQLUsers belonging to a
|
|
252
|
+
/** List MySQLUsers belonging to a Database. */
|
|
253
253
|
listMysqlUsers: this.requestFunctionFactory(descriptors.databaseListMysqlUsers),
|
|
254
254
|
/** Create a MySQLUser. */
|
|
255
255
|
createMysqlUser: this.requestFunctionFactory(descriptors.databaseCreateMysqlUser),
|
|
@@ -342,14 +342,10 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
342
342
|
getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
|
|
343
343
|
/** Verify a domain ownership. */
|
|
344
344
|
verifyDomainOwnership: this.requestFunctionFactory(descriptors.domainVerifyDomainOwnership),
|
|
345
|
-
/** Get a toplevel domain. */
|
|
346
|
-
getToplevelDomain: this.requestFunctionFactory(descriptors.domainGetToplevelDomain),
|
|
347
345
|
/** List all domain ownerships of a project. */
|
|
348
346
|
listDomainOwnerships: this.requestFunctionFactory(descriptors.domainListDomainOwnerships),
|
|
349
347
|
/** List Domains belonging to a Project. */
|
|
350
348
|
listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
|
|
351
|
-
/** List all supported toplevel domains. */
|
|
352
|
-
listToplevelDomains: this.requestFunctionFactory(descriptors.domainListToplevelDomains),
|
|
353
349
|
/** Resend a domain email. */
|
|
354
350
|
resendDomainEmail: this.requestFunctionFactory(descriptors.domainResendDomainEmail),
|
|
355
351
|
/** Create an Ingress. */
|
|
@@ -482,17 +478,17 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
482
478
|
getServer: this.requestFunctionFactory(descriptors.projectGetServer),
|
|
483
479
|
/** Leave a Project. */
|
|
484
480
|
leaveProject: this.requestFunctionFactory(descriptors.projectLeaveProject),
|
|
485
|
-
/** List
|
|
481
|
+
/** List Invites belonging to a Project. */
|
|
486
482
|
listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
|
|
487
|
-
/** List
|
|
483
|
+
/** List Memberships belonging to a Project. */
|
|
488
484
|
listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
|
|
489
|
-
/** List
|
|
485
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
490
486
|
listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
|
|
491
487
|
/** List ProjectMemberships belonging to the executing user. */
|
|
492
488
|
listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
|
|
493
|
-
/** List
|
|
489
|
+
/** List Projects belonging to the executing user. */
|
|
494
490
|
listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
|
|
495
|
-
/** List Servers
|
|
491
|
+
/** List Servers belonging to the executing user. */
|
|
496
492
|
listServers: this.requestFunctionFactory(descriptors.projectListServers),
|
|
497
493
|
/** Resend the mail for a ProjectInvite. */
|
|
498
494
|
resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
|
|
@@ -503,7 +499,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
503
499
|
};
|
|
504
500
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
505
501
|
projectFileSystem = {
|
|
506
|
-
/** List
|
|
502
|
+
/** List directories belonging to a Project. */
|
|
507
503
|
getDirectories: this.requestFunctionFactory(descriptors.projectFileSystemGetDirectories),
|
|
508
504
|
/** Get a Project directory filesystem usage. */
|
|
509
505
|
getDiskUsage: this.requestFunctionFactory(descriptors.projectFileSystemGetDiskUsage),
|
|
@@ -55,11 +55,11 @@ export declare const articleListArticles: OpenAPIOperation<RequestType<Simplify<
|
|
|
55
55
|
export declare const backupCreateProjectBackupExport: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
56
56
|
/** Delete a ProjectBackupExport. */
|
|
57
57
|
export declare const backupDeleteProjectBackupExport: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdExport.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
58
|
-
/** List BackupSchedules belonging to a
|
|
58
|
+
/** List BackupSchedules belonging to a Project. */
|
|
59
59
|
export declare const backupListProjectBackupSchedules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
60
60
|
/** Create a BackupSchedule for a Project. */
|
|
61
61
|
export declare const backupCreateProjectBackupSchedule: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackupSchedules.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
62
|
-
/** List Backups
|
|
62
|
+
/** List Backups belonging to a Project. */
|
|
63
63
|
export declare const backupListProjectBackups: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
64
64
|
/** Create a Backup of a Project. */
|
|
65
65
|
export declare const backupCreateProjectBackup: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdBackups.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -185,13 +185,13 @@ export declare const customerGetCustomerTokenInvite: OpenAPIOperation<RequestTyp
|
|
|
185
185
|
export declare const customerIsCustomerLegallyCompetent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
186
186
|
/** Leave a Customer. */
|
|
187
187
|
export declare const customerLeaveCustomer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdActionsLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
188
|
-
/** List
|
|
188
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
189
189
|
export declare const customerListCustomerInvites: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
190
|
-
/** List
|
|
190
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
191
191
|
export declare const customerListCustomerMemberships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
192
|
-
/** List
|
|
192
|
+
/** List Invites belonging to a Customer. */
|
|
193
193
|
export declare const customerListInvitesForCustomer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
194
|
-
/** List
|
|
194
|
+
/** List Memberships belonging to a Customer. */
|
|
195
195
|
export declare const customerListMembershipsForCustomer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
196
196
|
/** Request a new avatar upload for the customer profile. */
|
|
197
197
|
export declare const customerRequestAvatarUpload: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json">>;
|
|
@@ -203,7 +203,7 @@ export declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestT
|
|
|
203
203
|
export declare const databaseListMysqlDatabases: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
204
204
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
205
205
|
export declare const databaseCreateMysqlDatabase: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
206
|
-
/** List MySQLUsers belonging to a
|
|
206
|
+
/** List MySQLUsers belonging to a Database. */
|
|
207
207
|
export declare const databaseListMysqlUsers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
208
208
|
/** Create a MySQLUser. */
|
|
209
209
|
export declare const databaseCreateMysqlUser: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesDatabaseIdUsers.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -293,14 +293,10 @@ export declare const domainGetScreenshotForDomain: OpenAPIOperation<RequestType<
|
|
|
293
293
|
export declare const domainGetSpecificDomainOwnership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
294
294
|
/** Verify a domain ownership. */
|
|
295
295
|
export declare const domainVerifyDomainOwnership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
296
|
-
/** Get a toplevel domain. */
|
|
297
|
-
export declare const domainGetToplevelDomain: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
298
296
|
/** List all domain ownerships of a project. */
|
|
299
297
|
export declare const domainListDomainOwnerships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
300
298
|
/** List Domains belonging to a Project. */
|
|
301
299
|
export declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
302
|
-
/** List all supported toplevel domains. */
|
|
303
|
-
export declare const domainListToplevelDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
304
300
|
/** Resend a domain email. */
|
|
305
301
|
export declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
306
302
|
/** Create a File. */
|
|
@@ -439,7 +435,7 @@ export declare const projectDeleteProject: OpenAPIOperation<RequestType<Simplify
|
|
|
439
435
|
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">>;
|
|
440
436
|
/** Delete a Server's avatar. */
|
|
441
437
|
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">>;
|
|
442
|
-
/** List
|
|
438
|
+
/** List directories belonging to a Project. */
|
|
443
439
|
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">>;
|
|
444
440
|
/** Get a Project directory filesystem usage. */
|
|
445
441
|
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">>;
|
|
@@ -459,17 +455,17 @@ export declare const projectGetSelfMembershipForProject: OpenAPIOperation<Reques
|
|
|
459
455
|
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">>;
|
|
460
456
|
/** Leave a Project. */
|
|
461
457
|
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">>;
|
|
462
|
-
/** List
|
|
458
|
+
/** List Invites belonging to a Project. */
|
|
463
459
|
export declare const projectListInvitesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
464
|
-
/** List
|
|
460
|
+
/** List Memberships belonging to a Project. */
|
|
465
461
|
export declare const projectListMembershipsForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
466
|
-
/** List
|
|
462
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
467
463
|
export declare const projectListProjectInvites: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
468
464
|
/** List ProjectMemberships belonging to the executing user. */
|
|
469
465
|
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">>;
|
|
470
|
-
/** List
|
|
466
|
+
/** List Projects belonging to the executing user. */
|
|
471
467
|
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">>;
|
|
472
|
-
/** List Servers
|
|
468
|
+
/** List Servers belonging to the executing user. */
|
|
473
469
|
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">>;
|
|
474
470
|
/** Resend the mail for a ProjectInvite. */
|
|
475
471
|
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">>;
|