@mittwald/api-client 2.0.17 → 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 +55 -107
- package/dist/cjs/generated/v2/client.js +15 -19
- package/dist/cjs/generated/v2/descriptors.d.ts +15 -19
- package/dist/cjs/generated/v2/descriptors.js +24 -36
- package/dist/cjs/generated/v2/types.d.ts +37 -111
- package/dist/esm/generated/v2/client.d.ts +55 -107
- package/dist/esm/generated/v2/client.js +15 -19
- package/dist/esm/generated/v2/descriptors.d.ts +15 -19
- package/dist/esm/generated/v2/descriptors.js +19 -31
- package/dist/esm/generated/v2/types.d.ts +37 -111
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -208,6 +208,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
208
208
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
209
209
|
[x: string]: unknown;
|
|
210
210
|
}, 404, "application/json">>>;
|
|
211
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
212
|
+
getMissingDependenciesForAppinstallation: (request: {
|
|
213
|
+
pathParameters: {
|
|
214
|
+
appInstallationId: string;
|
|
215
|
+
};
|
|
216
|
+
queryParameters: {
|
|
217
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
218
|
+
};
|
|
219
|
+
headers?: {
|
|
220
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
221
|
+
"x-access-token"?: string | undefined;
|
|
222
|
+
} | undefined;
|
|
223
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
224
|
+
headers?: Partial<{
|
|
225
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
226
|
+
}> | undefined;
|
|
227
|
+
} & {
|
|
228
|
+
pathParameters: {
|
|
229
|
+
appInstallationId: string;
|
|
230
|
+
};
|
|
231
|
+
} & {
|
|
232
|
+
queryParameters: {
|
|
233
|
+
targetAppVersionID: string;
|
|
234
|
+
} & Partial<{
|
|
235
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
236
|
+
}>;
|
|
237
|
+
} & {
|
|
238
|
+
headers: {
|
|
239
|
+
"x-access-token"?: string | undefined;
|
|
240
|
+
} & Partial<{
|
|
241
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
242
|
+
}>;
|
|
243
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
244
|
+
missingSystemSoftwareDependencies?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
245
|
+
missingUserInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
246
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
247
|
+
[x: string]: unknown;
|
|
248
|
+
}, 404, "application/json">>>;
|
|
211
249
|
/** get a specific `SystemSoftware` */
|
|
212
250
|
getSystemsoftware: (request: {
|
|
213
251
|
pathParameters: {
|
|
@@ -686,42 +724,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
686
724
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
687
725
|
[x: string]: unknown;
|
|
688
726
|
}, 404, "application/json">>>;
|
|
689
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
690
|
-
updateStatus: (request: {
|
|
691
|
-
data: {
|
|
692
|
-
status: {
|
|
693
|
-
appJob: {
|
|
694
|
-
name: string;
|
|
695
|
-
namespace: string;
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
};
|
|
699
|
-
pathParameters: {
|
|
700
|
-
id: string;
|
|
701
|
-
};
|
|
702
|
-
headers?: {
|
|
703
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
704
|
-
} | undefined;
|
|
705
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
706
|
-
data: {
|
|
707
|
-
status: {
|
|
708
|
-
appJob: {
|
|
709
|
-
name: string;
|
|
710
|
-
namespace: string;
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
};
|
|
714
|
-
} & {
|
|
715
|
-
pathParameters: {
|
|
716
|
-
id: string;
|
|
717
|
-
};
|
|
718
|
-
} & {
|
|
719
|
-
headers?: Partial<{
|
|
720
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
721
|
-
}> | undefined;
|
|
722
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
723
|
-
[x: string]: unknown;
|
|
724
|
-
}, 404, "application/json">>>;
|
|
725
727
|
};
|
|
726
728
|
/** The article API allows you to read article information. */
|
|
727
729
|
readonly article: {
|
|
@@ -884,7 +886,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
884
886
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
885
887
|
[x: string]: unknown;
|
|
886
888
|
}, 404, "application/json">>>;
|
|
887
|
-
/** List BackupSchedules belonging to a
|
|
889
|
+
/** List BackupSchedules belonging to a Project. */
|
|
888
890
|
listProjectBackupSchedules: (request: {
|
|
889
891
|
pathParameters: {
|
|
890
892
|
projectId: string;
|
|
@@ -956,7 +958,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
956
958
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
957
959
|
[x: string]: unknown;
|
|
958
960
|
}, 404, "application/json">>>;
|
|
959
|
-
/** List Backups
|
|
961
|
+
/** List Backups belonging to a Project. */
|
|
960
962
|
listProjectBackups: (request: {
|
|
961
963
|
pathParameters: {
|
|
962
964
|
projectId: string;
|
|
@@ -2094,7 +2096,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2094
2096
|
dueDate?: string | undefined;
|
|
2095
2097
|
invoicingPeriod: number;
|
|
2096
2098
|
items: import("./types.js").MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
2097
|
-
offerId?: string | undefined;
|
|
2098
2099
|
orderDate: string;
|
|
2099
2100
|
orderId: string;
|
|
2100
2101
|
orderNumber: string;
|
|
@@ -2945,7 +2946,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2945
2946
|
}>;
|
|
2946
2947
|
}, import("@mittwald/api-client-commons").Response<{
|
|
2947
2948
|
abortedBy?: {
|
|
2948
|
-
id?: string | undefined;
|
|
2949
|
+
id?: string | undefined;
|
|
2949
2950
|
} | undefined;
|
|
2950
2951
|
durationInMilliseconds: number;
|
|
2951
2952
|
end?: string | undefined;
|
|
@@ -3745,7 +3746,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3745
3746
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3746
3747
|
}>;
|
|
3747
3748
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
|
|
3748
|
-
/** List
|
|
3749
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
3749
3750
|
listCustomerInvites: (request?: {
|
|
3750
3751
|
headers?: {
|
|
3751
3752
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3776,7 +3777,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3776
3777
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3777
3778
|
[x: string]: unknown;
|
|
3778
3779
|
}, 404, "application/json">>>;
|
|
3779
|
-
/** List
|
|
3780
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
3780
3781
|
listCustomerMemberships: (request?: {
|
|
3781
3782
|
headers?: {
|
|
3782
3783
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3807,7 +3808,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3807
3808
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3808
3809
|
[x: string]: unknown;
|
|
3809
3810
|
}, 404, "application/json">>>;
|
|
3810
|
-
/** List
|
|
3811
|
+
/** List Invites belonging to a Customer. */
|
|
3811
3812
|
listInvitesForCustomer: (request: {
|
|
3812
3813
|
pathParameters: {
|
|
3813
3814
|
customerId: string;
|
|
@@ -3845,7 +3846,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3845
3846
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3846
3847
|
[x: string]: unknown;
|
|
3847
3848
|
}, 404, "application/json">>>;
|
|
3848
|
-
/** List
|
|
3849
|
+
/** List Memberships belonging to a Customer. */
|
|
3849
3850
|
listMembershipsForCustomer: (request: {
|
|
3850
3851
|
pathParameters: {
|
|
3851
3852
|
customerId: string;
|
|
@@ -4072,7 +4073,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4072
4073
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4073
4074
|
[x: string]: unknown;
|
|
4074
4075
|
}, 404, "application/json">>>;
|
|
4075
|
-
/** List MySQLUsers belonging to a
|
|
4076
|
+
/** List MySQLUsers belonging to a Database. */
|
|
4076
4077
|
listMysqlUsers: (request: {
|
|
4077
4078
|
pathParameters: {
|
|
4078
4079
|
databaseId: string;
|
|
@@ -5698,39 +5699,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5698
5699
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5699
5700
|
[x: string]: unknown;
|
|
5700
5701
|
}, 404, "application/json">>>;
|
|
5701
|
-
/** Get a toplevel domain. */
|
|
5702
|
-
getToplevelDomain: (request: {
|
|
5703
|
-
pathParameters: {
|
|
5704
|
-
tld: string;
|
|
5705
|
-
};
|
|
5706
|
-
headers?: {
|
|
5707
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5708
|
-
"x-access-token"?: string | undefined;
|
|
5709
|
-
} | undefined;
|
|
5710
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5711
|
-
headers?: Partial<{
|
|
5712
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5713
|
-
}> | undefined;
|
|
5714
|
-
} & {
|
|
5715
|
-
pathParameters: {
|
|
5716
|
-
tld: string;
|
|
5717
|
-
};
|
|
5718
|
-
} & {
|
|
5719
|
-
headers: {
|
|
5720
|
-
"x-access-token"?: string | undefined;
|
|
5721
|
-
} & Partial<{
|
|
5722
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5723
|
-
}>;
|
|
5724
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5725
|
-
rgpDays: number;
|
|
5726
|
-
tld: string;
|
|
5727
|
-
transitAllowed: boolean;
|
|
5728
|
-
type: "other" | "generic" | "unknown" | "countryCode" | "newGeneric" | "centralNic";
|
|
5729
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5730
|
-
[x: string]: unknown;
|
|
5731
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5732
|
-
[x: string]: unknown;
|
|
5733
|
-
}, 404, "application/json">>>;
|
|
5734
5702
|
/** List all domain ownerships of a project. */
|
|
5735
5703
|
listDomainOwnerships: (request: {
|
|
5736
5704
|
pathParameters: {
|
|
@@ -5797,25 +5765,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5797
5765
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5798
5766
|
[x: string]: unknown;
|
|
5799
5767
|
}, 400, "application/json">>>;
|
|
5800
|
-
/** List all supported toplevel domains. */
|
|
5801
|
-
listToplevelDomains: (request?: {
|
|
5802
|
-
headers?: {
|
|
5803
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5804
|
-
"x-access-token"?: string | undefined;
|
|
5805
|
-
} | undefined;
|
|
5806
|
-
} | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5807
|
-
headers?: Partial<{
|
|
5808
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5809
|
-
}> | undefined;
|
|
5810
|
-
} & {
|
|
5811
|
-
headers: {
|
|
5812
|
-
"x-access-token"?: string | undefined;
|
|
5813
|
-
} & Partial<{
|
|
5814
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5815
|
-
}>;
|
|
5816
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5817
|
-
[x: string]: unknown;
|
|
5818
|
-
}, 400, "application/json">>>;
|
|
5819
5768
|
/** Resend a domain email. */
|
|
5820
5769
|
resendDomainEmail: (request: {
|
|
5821
5770
|
pathParameters: {
|
|
@@ -6557,9 +6506,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6557
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<{
|
|
6558
6507
|
address: string;
|
|
6559
6508
|
autoResponder: {
|
|
6560
|
-
active: boolean;
|
|
6509
|
+
active: boolean; /** List all of your ApiTokens. */
|
|
6561
6510
|
expiresAt?: string | undefined;
|
|
6562
|
-
message: string;
|
|
6511
|
+
message: string;
|
|
6563
6512
|
startsAt?: string | undefined;
|
|
6564
6513
|
};
|
|
6565
6514
|
forwardAddresses: string[];
|
|
@@ -6577,12 +6526,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6577
6526
|
};
|
|
6578
6527
|
storageInBytes: {
|
|
6579
6528
|
current: {
|
|
6580
|
-
/** Get your stored ssh-keys. */
|
|
6581
6529
|
updatedAt: string;
|
|
6582
6530
|
value: number;
|
|
6583
6531
|
};
|
|
6584
6532
|
limit: number;
|
|
6585
|
-
};
|
|
6533
|
+
};
|
|
6586
6534
|
} | undefined;
|
|
6587
6535
|
projectId: string;
|
|
6588
6536
|
receivingDisabled: boolean;
|
|
@@ -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;
|
|
@@ -18,6 +18,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18
18
|
patchAppinstallation: this.requestFunctionFactory(descriptors.appPatchAppinstallation),
|
|
19
19
|
/** get a specific `AppVersion` */
|
|
20
20
|
getAppversion: this.requestFunctionFactory(descriptors.appGetAppversion),
|
|
21
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
22
|
+
getMissingDependenciesForAppinstallation: this.requestFunctionFactory(descriptors.appGetMissingDependenciesForAppinstallation),
|
|
21
23
|
/** get a specific `SystemSoftware` */
|
|
22
24
|
getSystemsoftware: this.requestFunctionFactory(descriptors.appGetSystemsoftware),
|
|
23
25
|
/** get a specific `SystemSoftwareVersion` */
|
|
@@ -48,8 +50,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
48
50
|
setDatabaseUsers: this.requestFunctionFactory(descriptors.appSetDatabaseUsers),
|
|
49
51
|
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
50
52
|
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
51
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
52
|
-
updateStatus: this.requestFunctionFactory(descriptors.appUpdateStatus),
|
|
53
53
|
};
|
|
54
54
|
/** The article API allows you to read article information. */
|
|
55
55
|
article = {
|
|
@@ -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),
|
|
@@ -15,6 +15,8 @@ export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<S
|
|
|
15
15
|
export declare const appPatchAppinstallation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
16
16
|
/** get a specific `AppVersion` */
|
|
17
17
|
export declare const appGetAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
18
|
+
/** get the missing requirements of an appInstallation for a specific target AppVersion */
|
|
19
|
+
export declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
18
20
|
/** get a specific `SystemSoftware` */
|
|
19
21
|
export declare const appGetSystemsoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2SystemsoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
20
22
|
/** get a specific `SystemSoftwareVersion` */
|
|
@@ -45,8 +47,6 @@ export declare const appRetrieveStatus: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
45
47
|
export declare const appSetDatabaseUsers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
46
48
|
/** remove linkage between an `AppInstallation` and a `Database` */
|
|
47
49
|
export declare const appUnlinkDatabase: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
48
|
-
/** trigger `AppInstallation` to retrieve current installation status based on an appJob */
|
|
49
|
-
export declare const appUpdateStatus: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppinstallationsIdActionsUpdateStatus.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
50
50
|
/** Get an Article. */
|
|
51
51
|
export declare const articleGetArticle: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
52
52
|
/** List Articles. */
|
|
@@ -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">>;
|