@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
|
@@ -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;
|
|
@@ -69,11 +69,11 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
69
69
|
createProjectBackupExport: this.requestFunctionFactory(descriptors.backupCreateProjectBackupExport),
|
|
70
70
|
/** Delete a ProjectBackupExport. */
|
|
71
71
|
deleteProjectBackupExport: this.requestFunctionFactory(descriptors.backupDeleteProjectBackupExport),
|
|
72
|
-
/** List BackupSchedules belonging to a
|
|
72
|
+
/** List BackupSchedules belonging to a Project. */
|
|
73
73
|
listProjectBackupSchedules: this.requestFunctionFactory(descriptors.backupListProjectBackupSchedules),
|
|
74
74
|
/** Create a BackupSchedule for a Project. */
|
|
75
75
|
createProjectBackupSchedule: this.requestFunctionFactory(descriptors.backupCreateProjectBackupSchedule),
|
|
76
|
-
/** List Backups
|
|
76
|
+
/** List Backups belonging to a Project. */
|
|
77
77
|
listProjectBackups: this.requestFunctionFactory(descriptors.backupListProjectBackups),
|
|
78
78
|
/** Create a Backup of a Project. */
|
|
79
79
|
createProjectBackup: this.requestFunctionFactory(descriptors.backupCreateProjectBackup),
|
|
@@ -233,13 +233,13 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
233
233
|
isCustomerLegallyCompetent: this.requestFunctionFactory(descriptors.customerIsCustomerLegallyCompetent),
|
|
234
234
|
/** Leave a Customer. */
|
|
235
235
|
leaveCustomer: this.requestFunctionFactory(descriptors.customerLeaveCustomer),
|
|
236
|
-
/** List
|
|
236
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
237
237
|
listCustomerInvites: this.requestFunctionFactory(descriptors.customerListCustomerInvites),
|
|
238
|
-
/** List
|
|
238
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
239
239
|
listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships),
|
|
240
|
-
/** List
|
|
240
|
+
/** List Invites belonging to a Customer. */
|
|
241
241
|
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer),
|
|
242
|
-
/** List
|
|
242
|
+
/** List Memberships belonging to a Customer. */
|
|
243
243
|
listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer),
|
|
244
244
|
/** Request a new avatar upload for the customer profile. */
|
|
245
245
|
requestAvatarUpload: this.requestFunctionFactory(descriptors.customerRequestAvatarUpload),
|
|
@@ -254,7 +254,7 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
254
254
|
listMysqlDatabases: this.requestFunctionFactory(descriptors.databaseListMysqlDatabases),
|
|
255
255
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
256
256
|
createMysqlDatabase: this.requestFunctionFactory(descriptors.databaseCreateMysqlDatabase),
|
|
257
|
-
/** List MySQLUsers belonging to a
|
|
257
|
+
/** List MySQLUsers belonging to a Database. */
|
|
258
258
|
listMysqlUsers: this.requestFunctionFactory(descriptors.databaseListMysqlUsers),
|
|
259
259
|
/** Create a MySQLUser. */
|
|
260
260
|
createMysqlUser: this.requestFunctionFactory(descriptors.databaseCreateMysqlUser),
|
|
@@ -347,14 +347,10 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
347
347
|
getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
|
|
348
348
|
/** Verify a domain ownership. */
|
|
349
349
|
verifyDomainOwnership: this.requestFunctionFactory(descriptors.domainVerifyDomainOwnership),
|
|
350
|
-
/** Get a toplevel domain. */
|
|
351
|
-
getToplevelDomain: this.requestFunctionFactory(descriptors.domainGetToplevelDomain),
|
|
352
350
|
/** List all domain ownerships of a project. */
|
|
353
351
|
listDomainOwnerships: this.requestFunctionFactory(descriptors.domainListDomainOwnerships),
|
|
354
352
|
/** List Domains belonging to a Project. */
|
|
355
353
|
listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
|
|
356
|
-
/** List all supported toplevel domains. */
|
|
357
|
-
listToplevelDomains: this.requestFunctionFactory(descriptors.domainListToplevelDomains),
|
|
358
354
|
/** Resend a domain email. */
|
|
359
355
|
resendDomainEmail: this.requestFunctionFactory(descriptors.domainResendDomainEmail),
|
|
360
356
|
/** Create an Ingress. */
|
|
@@ -487,17 +483,17 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
487
483
|
getServer: this.requestFunctionFactory(descriptors.projectGetServer),
|
|
488
484
|
/** Leave a Project. */
|
|
489
485
|
leaveProject: this.requestFunctionFactory(descriptors.projectLeaveProject),
|
|
490
|
-
/** List
|
|
486
|
+
/** List Invites belonging to a Project. */
|
|
491
487
|
listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
|
|
492
|
-
/** List
|
|
488
|
+
/** List Memberships belonging to a Project. */
|
|
493
489
|
listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
|
|
494
|
-
/** List
|
|
490
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
495
491
|
listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
|
|
496
492
|
/** List ProjectMemberships belonging to the executing user. */
|
|
497
493
|
listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
|
|
498
|
-
/** List
|
|
494
|
+
/** List Projects belonging to the executing user. */
|
|
499
495
|
listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
|
|
500
|
-
/** List Servers
|
|
496
|
+
/** List Servers belonging to the executing user. */
|
|
501
497
|
listServers: this.requestFunctionFactory(descriptors.projectListServers),
|
|
502
498
|
/** Resend the mail for a ProjectInvite. */
|
|
503
499
|
resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
|
|
@@ -508,7 +504,7 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
508
504
|
};
|
|
509
505
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
510
506
|
this.projectFileSystem = {
|
|
511
|
-
/** List
|
|
507
|
+
/** List directories belonging to a Project. */
|
|
512
508
|
getDirectories: this.requestFunctionFactory(descriptors.projectFileSystemGetDirectories),
|
|
513
509
|
/** Get a Project directory filesystem usage. */
|
|
514
510
|
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">>;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.conversationListConversations = exports.contractListContracts = exports.contractGetNextTerminationDateForItem = exports.contractGetDetailOfContract = exports.contractGetDetailOfContractItem = exports.contractGetDetailOfContractByServer = exports.contractGetDetailOfContractByProject = exports.contractGetDetailOfContractByDomain = exports.contractGetBaseItemOfContract = exports.contractCancelContractTermination = exports.contractTerminateContract = exports.contractCancelContractTariffChange = exports.contractCancelContractItemTermination = exports.contractTerminateContractItem = exports.backupUpdateProjectBackupDescription = exports.backupDeleteProjectBackup = exports.backupGetProjectBackup = exports.backupUpdateProjectBackupSchedule = exports.backupDeleteProjectBackupSchedule = exports.backupGetProjectBackupSchedule = exports.backupCreateProjectBackup = exports.backupListProjectBackups = exports.backupCreateProjectBackupSchedule = exports.backupListProjectBackupSchedules = exports.backupDeleteProjectBackupExport = exports.backupCreateProjectBackupExport = exports.articleListArticles = exports.articleGetArticle = exports.appUnlinkDatabase = exports.appSetDatabaseUsers = exports.appRetrieveStatus = exports.appRequestAppinstallationCopy = exports.appReconcileDetectedApps = exports.appListUpdateCandidatesForAppversion = exports.appListSystemsoftwareversions = exports.appListSystemsoftwares = exports.appListAppversions = exports.appListApps = exports.appRequestAppinstallation = exports.appListAppinstallations = exports.appLinkDatabase = exports.appGetSystemsoftwareversion = exports.appGetSystemsoftware = exports.appGetMissingDependenciesForAppinstallation = exports.appGetAppversion = exports.appPatchAppinstallation = exports.appUninstallAppinstallation = exports.appGetAppinstallation = exports.appGetApp = exports.appExecuteAction = void 0;
|
|
4
4
|
exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = exports.customerRequestAvatarUpload = exports.customerListMembershipsForCustomer = exports.customerListInvitesForCustomer = exports.customerListCustomerMemberships = exports.customerListCustomerInvites = exports.customerLeaveCustomer = exports.customerIsCustomerLegallyCompetent = exports.customerGetCustomerTokenInvite = exports.customerDeleteCustomer = exports.customerUpdateCustomer = exports.customerGetCustomer = exports.customerUpdateCustomerMembership = exports.customerDeleteCustomerMembership = exports.customerGetCustomerMembership = exports.customerDeleteCustomerInvite = exports.customerGetCustomerInvite = exports.customerDeleteCategory = exports.customerUpdateCategory = exports.customerGetCustomerCategory = exports.customerDeclineCustomerInvite = exports.customerCreateCustomer = exports.customerListCustomers = exports.customerCreateCustomerInvite = exports.customerCreateCategory = exports.customerListOfCustomerCategories = exports.customerAcceptCustomerInvite = exports.cronjobUpdateCronjobAppId = exports.cronjobGetExecution = exports.cronjobUpdateCronjob = exports.cronjobDeleteCronjob = exports.cronjobGetCronjob = exports.cronjobCreateExecution = exports.cronjobListExecutions = exports.cronjobCreateCronjob = exports.cronjobListCronjobs = exports.cronjobAbortExecution = exports.conversationUpdateMessage = exports.conversationSetConversationStatus = exports.conversationRequestFileUpload = exports.conversationListCategories = exports.conversationUpdateConversation = exports.conversationGetConversation = exports.conversationGetCategory = exports.conversationCreateMessage = exports.conversationListMessagesByConversation = exports.conversationCreateConversation = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterSubscribeUser = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailProjectsettingUpdateWhitelist = exports.mailProjectsettingUpdateBlacklist = exports.mailProjectsettingGetSpecific = exports.mailMailaddressUpdateSpamprotection = exports.mailMailaddressUpdateQuota = exports.mailMailaddressUpdatePassword = exports.mailMailaddressUpdateForwardaddresses = exports.mailMailaddressUpdateCatchall = exports.mailMailaddressUpdateAutoresponder = exports.mailMailaddressUpdateAddress = exports.mailMailaddressDelete = exports.mailMailaddressGetSpecific = exports.mailMailaddressCreate = exports.mailMailaddressList = exports.mailDeliveryboxUpdatePassword = exports.mailDeliveryboxUpdateDescription = exports.mailDeliveryboxDelete = exports.mailDeliveryboxGetSpecific = exports.mailDeliveryboxCreate = exports.mailDeliveryboxList = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressTls = exports.ingressRequestAcmeCertificateIssuance = exports.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules =
|
|
7
|
-
exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject =
|
|
8
|
-
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa =
|
|
5
|
+
exports.fileGetFileMeta = exports.fileCreateFile = exports.domainResendDomainEmail = exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainVerifyDomainOwnership = exports.domainGetSpecificDomainOwnership = exports.domainGetScreenshotForDomain = exports.domainGetHandleFields = exports.domainDeleteDomain = exports.domainGetDomain = exports.domainDeclareProcessChangeHandles = exports.domainDeclareProcessChangeAuthcode = exports.domainDeclareNameservers = exports.domainCreateAuthcode2ForDomain = exports.domainCreateAuthcodeForDomain = exports.domainCheckDomainAvailability = exports.domainChangeProjectOfDomain = exports.domainChangeOwnercOfDomain = exports.domainAbortDeclareProcess = exports.dnsZonesForProject = exports.dnsZoneGetSpecific = exports.dnsRecordTxtSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.databaseUpdateRedisDatabaseDescription = exports.databaseUpdateRedisDatabaseConfiguration = exports.databaseUpdateMysqlUserPassword = exports.databaseUpdateMysqlDatabaseDescription = exports.databaseUpdateMysqlDatabaseDefaultCharset = exports.databaseListRedisVersions = exports.databaseListMysqlVersions = exports.databaseListMysqlCharsets = exports.databaseGetMysqlUserPhpMyAdminUrl = exports.databaseEnableMysqlUser = exports.databaseDisableMysqlUser = exports.databaseDeleteRedisDatabase = exports.databaseGetRedisDatabase = exports.databaseDeleteMysqlUser = exports.databaseUpdateMysqlUser = exports.databaseGetMysqlUser = exports.databaseDeleteMysqlDatabase = exports.databaseGetMysqlDatabase = exports.databaseCreateRedisDatabase = exports.databaseListRedisDatabases = exports.databaseCreateMysqlUser = exports.databaseListMysqlUsers = void 0;
|
|
6
|
+
exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange = exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterSubscribeUser = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailProjectsettingUpdateWhitelist = exports.mailProjectsettingUpdateBlacklist = exports.mailProjectsettingGetSpecific = exports.mailMailaddressUpdateSpamprotection = exports.mailMailaddressUpdateQuota = exports.mailMailaddressUpdatePassword = exports.mailMailaddressUpdateForwardaddresses = exports.mailMailaddressUpdateCatchall = exports.mailMailaddressUpdateAutoresponder = exports.mailMailaddressUpdateAddress = exports.mailMailaddressDelete = exports.mailMailaddressGetSpecific = exports.mailMailaddressCreate = exports.mailMailaddressList = exports.mailDeliveryboxUpdatePassword = exports.mailDeliveryboxUpdateDescription = exports.mailDeliveryboxDelete = exports.mailDeliveryboxGetSpecific = exports.mailDeliveryboxCreate = exports.mailDeliveryboxList = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressTls = exports.ingressRequestAcmeCertificateIssuance = exports.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules = void 0;
|
|
7
|
+
exports.userRemovePhoneNumber = exports.userAddPhoneNumber = exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = void 0;
|
|
8
|
+
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = void 0;
|
|
9
9
|
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
10
10
|
exports.appExecuteAction = {
|
|
11
11
|
path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
|
|
@@ -162,7 +162,7 @@ exports.backupDeleteProjectBackupExport = {
|
|
|
162
162
|
method: "DELETE",
|
|
163
163
|
operationId: "backup-delete-project-backup-export",
|
|
164
164
|
};
|
|
165
|
-
/** List BackupSchedules belonging to a
|
|
165
|
+
/** List BackupSchedules belonging to a Project. */
|
|
166
166
|
exports.backupListProjectBackupSchedules = {
|
|
167
167
|
path: "/v2/projects/{projectId}/backup-schedules",
|
|
168
168
|
method: "GET",
|
|
@@ -174,7 +174,7 @@ exports.backupCreateProjectBackupSchedule = {
|
|
|
174
174
|
method: "POST",
|
|
175
175
|
operationId: "backup-create-project-backup-schedule",
|
|
176
176
|
};
|
|
177
|
-
/** List Backups
|
|
177
|
+
/** List Backups belonging to a Project. */
|
|
178
178
|
exports.backupListProjectBackups = {
|
|
179
179
|
path: "/v2/projects/{projectId}/backups",
|
|
180
180
|
method: "GET",
|
|
@@ -552,25 +552,25 @@ exports.customerLeaveCustomer = {
|
|
|
552
552
|
method: "POST",
|
|
553
553
|
operationId: "customer-leave-customer",
|
|
554
554
|
};
|
|
555
|
-
/** List
|
|
555
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
556
556
|
exports.customerListCustomerInvites = {
|
|
557
557
|
path: "/v2/customer-invites",
|
|
558
558
|
method: "GET",
|
|
559
559
|
operationId: "customer-list-customer-invites",
|
|
560
560
|
};
|
|
561
|
-
/** List
|
|
561
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
562
562
|
exports.customerListCustomerMemberships = {
|
|
563
563
|
path: "/v2/customer-memberships",
|
|
564
564
|
method: "GET",
|
|
565
565
|
operationId: "customer-list-customer-memberships",
|
|
566
566
|
};
|
|
567
|
-
/** List
|
|
567
|
+
/** List Invites belonging to a Customer. */
|
|
568
568
|
exports.customerListInvitesForCustomer = {
|
|
569
569
|
path: "/v2/customers/{customerId}/invites",
|
|
570
570
|
method: "GET",
|
|
571
571
|
operationId: "customer-list-invites-for-customer",
|
|
572
572
|
};
|
|
573
|
-
/** List
|
|
573
|
+
/** List Memberships belonging to a Customer. */
|
|
574
574
|
exports.customerListMembershipsForCustomer = {
|
|
575
575
|
path: "/v2/customers/{customerId}/memberships",
|
|
576
576
|
method: "GET",
|
|
@@ -606,7 +606,7 @@ exports.databaseCreateMysqlDatabase = {
|
|
|
606
606
|
method: "POST",
|
|
607
607
|
operationId: "database-create-mysql-database",
|
|
608
608
|
};
|
|
609
|
-
/** List MySQLUsers belonging to a
|
|
609
|
+
/** List MySQLUsers belonging to a Database. */
|
|
610
610
|
exports.databaseListMysqlUsers = {
|
|
611
611
|
path: "/v2/mysql-databases/{databaseId}/users",
|
|
612
612
|
method: "GET",
|
|
@@ -876,12 +876,6 @@ exports.domainVerifyDomainOwnership = {
|
|
|
876
876
|
method: "POST",
|
|
877
877
|
operationId: "domain-verify-domain-ownership",
|
|
878
878
|
};
|
|
879
|
-
/** Get a toplevel domain. */
|
|
880
|
-
exports.domainGetToplevelDomain = {
|
|
881
|
-
path: "/v2/toplevel-domains/{tld}",
|
|
882
|
-
method: "GET",
|
|
883
|
-
operationId: "domain-get-toplevel-domain",
|
|
884
|
-
};
|
|
885
879
|
/** List all domain ownerships of a project. */
|
|
886
880
|
exports.domainListDomainOwnerships = {
|
|
887
881
|
path: "/v2/projects/{projectId}/domain-ownerships",
|
|
@@ -894,12 +888,6 @@ exports.domainListDomains = {
|
|
|
894
888
|
method: "GET",
|
|
895
889
|
operationId: "domain-list-domains",
|
|
896
890
|
};
|
|
897
|
-
/** List all supported toplevel domains. */
|
|
898
|
-
exports.domainListToplevelDomains = {
|
|
899
|
-
path: "/v2/toplevel-domains",
|
|
900
|
-
method: "GET",
|
|
901
|
-
operationId: "domain-list-toplevel-domains",
|
|
902
|
-
};
|
|
903
891
|
/** Resend a domain email. */
|
|
904
892
|
exports.domainResendDomainEmail = {
|
|
905
893
|
path: "/v2/domains/{domainId}/actions/resend-email",
|
|
@@ -1314,7 +1302,7 @@ exports.projectDeleteServerAvatar = {
|
|
|
1314
1302
|
method: "DELETE",
|
|
1315
1303
|
operationId: "project-delete-server-avatar",
|
|
1316
1304
|
};
|
|
1317
|
-
/** List
|
|
1305
|
+
/** List directories belonging to a Project. */
|
|
1318
1306
|
exports.projectFileSystemGetDirectories = {
|
|
1319
1307
|
path: "/v2/projects/{projectId}/filesystem/directories",
|
|
1320
1308
|
method: "GET",
|
|
@@ -1374,19 +1362,19 @@ exports.projectLeaveProject = {
|
|
|
1374
1362
|
method: "POST",
|
|
1375
1363
|
operationId: "project-leave-project",
|
|
1376
1364
|
};
|
|
1377
|
-
/** List
|
|
1365
|
+
/** List Invites belonging to a Project. */
|
|
1378
1366
|
exports.projectListInvitesForProject = {
|
|
1379
1367
|
path: "/v2/projects/{projectId}/invites",
|
|
1380
1368
|
method: "GET",
|
|
1381
1369
|
operationId: "project-list-invites-for-project",
|
|
1382
1370
|
};
|
|
1383
|
-
/** List
|
|
1371
|
+
/** List Memberships belonging to a Project. */
|
|
1384
1372
|
exports.projectListMembershipsForProject = {
|
|
1385
1373
|
path: "/v2/projects/{projectId}/memberships",
|
|
1386
1374
|
method: "GET",
|
|
1387
1375
|
operationId: "project-list-memberships-for-project",
|
|
1388
1376
|
};
|
|
1389
|
-
/** List
|
|
1377
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
1390
1378
|
exports.projectListProjectInvites = {
|
|
1391
1379
|
path: "/v2/project-invites",
|
|
1392
1380
|
method: "GET",
|
|
@@ -1398,13 +1386,13 @@ exports.projectListProjectMemberships = {
|
|
|
1398
1386
|
method: "GET",
|
|
1399
1387
|
operationId: "project-list-project-memberships",
|
|
1400
1388
|
};
|
|
1401
|
-
/** List
|
|
1389
|
+
/** List Projects belonging to the executing user. */
|
|
1402
1390
|
exports.projectListProjects = {
|
|
1403
1391
|
path: "/v2/projects",
|
|
1404
1392
|
method: "GET",
|
|
1405
1393
|
operationId: "project-list-projects",
|
|
1406
1394
|
};
|
|
1407
|
-
/** List Servers
|
|
1395
|
+
/** List Servers belonging to the executing user. */
|
|
1408
1396
|
exports.projectListServers = {
|
|
1409
1397
|
path: "/v2/servers",
|
|
1410
1398
|
method: "GET",
|