@mittwald/api-client 4.165.0 → 4.167.0
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/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -0
- package/dist/types/generated/v2/client.d.ts +38 -2
- package/dist/types/generated/v2/descriptors.d.ts +6 -6
- package/dist/types/generated/v2/types.d.ts +60 -2
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.166.0';
|
|
@@ -397,6 +397,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
397
397
|
} | undefined;
|
|
398
398
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
399
399
|
id: string;
|
|
400
|
+
linkedServices?: string[] | undefined;
|
|
400
401
|
name: string;
|
|
401
402
|
orphaned: boolean;
|
|
402
403
|
stackId: string;
|
|
@@ -2549,14 +2549,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2549
2549
|
data?: {
|
|
2550
2550
|
services?: {
|
|
2551
2551
|
[x: string]: {
|
|
2552
|
-
description: string;
|
|
2553
2552
|
image: string;
|
|
2554
|
-
ports: string[];
|
|
2555
2553
|
command?: string[] | undefined;
|
|
2554
|
+
description?: string | undefined;
|
|
2556
2555
|
entrypoint?: string[] | undefined;
|
|
2556
|
+
environment?: {
|
|
2557
|
+
[x: string]: string;
|
|
2558
|
+
} | undefined;
|
|
2557
2559
|
envs?: {
|
|
2558
2560
|
[x: string]: string;
|
|
2559
2561
|
} | undefined;
|
|
2562
|
+
ports?: string[] | undefined;
|
|
2560
2563
|
volumes?: string[] | undefined;
|
|
2561
2564
|
};
|
|
2562
2565
|
} | undefined;
|
|
@@ -2988,6 +2991,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2988
2991
|
}>;
|
|
2989
2992
|
}, import("@mittwald/api-client-commons").Response<{
|
|
2990
2993
|
id: string;
|
|
2994
|
+
linkedServices?: string[] | undefined;
|
|
2991
2995
|
name: string;
|
|
2992
2996
|
orphaned: boolean;
|
|
2993
2997
|
stackId: string;
|
|
@@ -3022,6 +3026,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3022
3026
|
}>;
|
|
3023
3027
|
}, import("@mittwald/api-client-commons").Response<{
|
|
3024
3028
|
id: string;
|
|
3029
|
+
linkedServices?: string[] | undefined;
|
|
3025
3030
|
name: string;
|
|
3026
3031
|
orphaned: boolean;
|
|
3027
3032
|
stackId: string;
|
|
@@ -16057,6 +16062,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16057
16062
|
password: string;
|
|
16058
16063
|
quotaInBytes: number;
|
|
16059
16064
|
};
|
|
16065
|
+
forwardAddresses?: string[] | undefined;
|
|
16060
16066
|
};
|
|
16061
16067
|
projectId: string;
|
|
16062
16068
|
headers?: {
|
|
@@ -16071,6 +16077,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16071
16077
|
} | {
|
|
16072
16078
|
data: {
|
|
16073
16079
|
address: string;
|
|
16080
|
+
forwardAddresses?: string[] | undefined;
|
|
16074
16081
|
isCatchAll: boolean;
|
|
16075
16082
|
mailbox: {
|
|
16076
16083
|
enableSpamProtection: boolean;
|
|
@@ -16114,6 +16121,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16114
16121
|
} | {
|
|
16115
16122
|
data: {
|
|
16116
16123
|
address: string;
|
|
16124
|
+
forwardAddresses?: string[] | undefined;
|
|
16117
16125
|
isCatchAll: boolean;
|
|
16118
16126
|
mailbox: {
|
|
16119
16127
|
enableSpamProtection: boolean;
|
|
@@ -21255,6 +21263,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21255
21263
|
totalCount: number;
|
|
21256
21264
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21257
21265
|
[x: string]: unknown;
|
|
21266
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21267
|
+
[x: string]: unknown;
|
|
21268
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21269
|
+
[x: string]: unknown;
|
|
21258
21270
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
21259
21271
|
headers?: Partial<{
|
|
21260
21272
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -21298,6 +21310,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21298
21310
|
totalCount: number;
|
|
21299
21311
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21300
21312
|
[x: string]: unknown;
|
|
21313
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21314
|
+
[x: string]: unknown;
|
|
21315
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
21316
|
+
[x: string]: unknown;
|
|
21301
21317
|
}, 429, "application/json">>>;
|
|
21302
21318
|
/** Reserve a unlocked lead for the given customerId. */
|
|
21303
21319
|
leadfyndrReserveUnlockedLeadExperimental: (request: {
|
|
@@ -23734,6 +23750,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23734
23750
|
[x: string]: unknown;
|
|
23735
23751
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23736
23752
|
[x: string]: unknown;
|
|
23753
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23754
|
+
[x: string]: unknown;
|
|
23737
23755
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23738
23756
|
headers?: Partial<{
|
|
23739
23757
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -23777,6 +23795,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23777
23795
|
[x: string]: unknown;
|
|
23778
23796
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23779
23797
|
[x: string]: unknown;
|
|
23798
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23799
|
+
[x: string]: unknown;
|
|
23780
23800
|
}, 503, "application/json">>>;
|
|
23781
23801
|
/** Get a Project directory filesystem usage. */
|
|
23782
23802
|
getDiskUsage: (request: {
|
|
@@ -23821,6 +23841,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23821
23841
|
[x: string]: unknown;
|
|
23822
23842
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23823
23843
|
[x: string]: unknown;
|
|
23844
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23845
|
+
[x: string]: unknown;
|
|
23824
23846
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23825
23847
|
headers?: Partial<{
|
|
23826
23848
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -23853,6 +23875,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23853
23875
|
[x: string]: unknown;
|
|
23854
23876
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23855
23877
|
[x: string]: unknown;
|
|
23878
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23879
|
+
[x: string]: unknown;
|
|
23856
23880
|
}, 503, "application/json">>>;
|
|
23857
23881
|
/** Get a Project file's content. */
|
|
23858
23882
|
getFileContent: (request: {
|
|
@@ -23895,6 +23919,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23895
23919
|
[x: string]: unknown;
|
|
23896
23920
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23897
23921
|
[x: string]: unknown;
|
|
23922
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23923
|
+
[x: string]: unknown;
|
|
23898
23924
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23899
23925
|
headers?: Partial<{
|
|
23900
23926
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -23924,6 +23950,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23924
23950
|
[x: string]: unknown;
|
|
23925
23951
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23926
23952
|
[x: string]: unknown;
|
|
23953
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23954
|
+
[x: string]: unknown;
|
|
23927
23955
|
}, 503, "application/json">>>;
|
|
23928
23956
|
/** Get a Project's file/filesystem authorization token. */
|
|
23929
23957
|
getJwt: (request: {
|
|
@@ -23956,6 +23984,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23956
23984
|
[x: string]: unknown;
|
|
23957
23985
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23958
23986
|
[x: string]: unknown;
|
|
23987
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23988
|
+
[x: string]: unknown;
|
|
23959
23989
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23960
23990
|
headers?: Partial<{
|
|
23961
23991
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -23980,6 +24010,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23980
24010
|
[x: string]: unknown;
|
|
23981
24011
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23982
24012
|
[x: string]: unknown;
|
|
24013
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24014
|
+
[x: string]: unknown;
|
|
23983
24015
|
}, 503, "application/json">>>;
|
|
23984
24016
|
/** Get a Project file's information. */
|
|
23985
24017
|
listFiles: (request: {
|
|
@@ -24030,6 +24062,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24030
24062
|
[x: string]: unknown;
|
|
24031
24063
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24032
24064
|
[x: string]: unknown;
|
|
24065
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24066
|
+
[x: string]: unknown;
|
|
24033
24067
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24034
24068
|
headers?: Partial<{
|
|
24035
24069
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -24068,6 +24102,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24068
24102
|
[x: string]: unknown;
|
|
24069
24103
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24070
24104
|
[x: string]: unknown;
|
|
24105
|
+
}, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24106
|
+
[x: string]: unknown;
|
|
24071
24107
|
}, 503, "application/json">>>;
|
|
24072
24108
|
};
|
|
24073
24109
|
/** The relocation API allows you to manage your relocations. */
|
|
@@ -488,7 +488,7 @@ export declare const leadfyndrUnlockLeadExperimental: OpenAPIOperation<RequestTy
|
|
|
488
488
|
/** Get all leads. Use the unlocked routes for more lead details. */
|
|
489
489
|
export declare const leadfyndrListLeadsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
490
490
|
/** Get all unlocked leads. Organisation can unlock leads. */
|
|
491
|
-
export declare const leadfyndrListUnlockedLeadsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
491
|
+
export declare const leadfyndrListUnlockedLeadsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
492
492
|
/** Reserve a unlocked lead for the given customerId. */
|
|
493
493
|
export declare const leadfyndrReserveUnlockedLeadExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
494
494
|
/** Removes a reservation on a unlocked lead for the given customerId. */
|
|
@@ -592,15 +592,15 @@ export declare const projectRequestServerAvatarUpload: OpenAPIOperation<RequestT
|
|
|
592
592
|
/** Delete a Server's avatar. */
|
|
593
593
|
export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
594
594
|
/** List directories belonging to a Project. */
|
|
595
|
-
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.$429.Content.ApplicationJson>, 429, "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">>;
|
|
595
|
+
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.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$502.Content.ApplicationJson>, 502, "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">>;
|
|
596
596
|
/** Get a Project directory filesystem usage. */
|
|
597
|
-
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
597
|
+
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
598
598
|
/** Get a Project file's content. */
|
|
599
|
-
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
599
|
+
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
600
600
|
/** Get a Project's file/filesystem authorization token. */
|
|
601
|
-
export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
|
|
601
|
+
export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
|
|
602
602
|
/** Get a Project file's information. */
|
|
603
|
-
export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
603
|
+
export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
604
604
|
/** Get a ProjectInvite by token. */
|
|
605
605
|
export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
606
606
|
/** Get the executing user's membership in a Project. */
|
|
@@ -1976,16 +1976,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1976
1976
|
* Defaults to image config on empty
|
|
1977
1977
|
*/
|
|
1978
1978
|
command?: string[];
|
|
1979
|
-
description
|
|
1979
|
+
description?: string;
|
|
1980
1980
|
/**
|
|
1981
1981
|
* Defaults to image config on empty
|
|
1982
1982
|
*/
|
|
1983
1983
|
entrypoint?: string[];
|
|
1984
|
+
environment?: {
|
|
1985
|
+
[k: string]: string;
|
|
1986
|
+
};
|
|
1987
|
+
/**
|
|
1988
|
+
* @deprecated
|
|
1989
|
+
* DEPRECATED: Use 'environment' instead. This field will be removed in a future version.
|
|
1990
|
+
*/
|
|
1984
1991
|
envs?: {
|
|
1985
1992
|
[k: string]: string;
|
|
1986
1993
|
};
|
|
1987
1994
|
image: string;
|
|
1988
|
-
ports
|
|
1995
|
+
ports?: string[];
|
|
1989
1996
|
volumes?: string[];
|
|
1990
1997
|
}
|
|
1991
1998
|
interface ContainerServiceRequest {
|
|
@@ -2066,6 +2073,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2066
2073
|
}
|
|
2067
2074
|
interface ContainerVolumeResponse {
|
|
2068
2075
|
id: string;
|
|
2076
|
+
linkedServices?: string[];
|
|
2069
2077
|
name: string;
|
|
2070
2078
|
/**
|
|
2071
2079
|
* Whether the Volume is attached to a Stack.
|
|
@@ -3688,6 +3696,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3688
3696
|
}
|
|
3689
3697
|
interface MailCreateMailAddress {
|
|
3690
3698
|
address: string;
|
|
3699
|
+
forwardAddresses?: string[];
|
|
3691
3700
|
isCatchAll: boolean;
|
|
3692
3701
|
mailbox: {
|
|
3693
3702
|
enableSpamProtection: boolean;
|
|
@@ -17353,6 +17362,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17353
17362
|
}
|
|
17354
17363
|
}
|
|
17355
17364
|
}
|
|
17365
|
+
namespace $403 {
|
|
17366
|
+
namespace Content {
|
|
17367
|
+
interface ApplicationJson {
|
|
17368
|
+
[k: string]: unknown;
|
|
17369
|
+
}
|
|
17370
|
+
}
|
|
17371
|
+
}
|
|
17372
|
+
namespace $404 {
|
|
17373
|
+
namespace Content {
|
|
17374
|
+
interface ApplicationJson {
|
|
17375
|
+
[k: string]: unknown;
|
|
17376
|
+
}
|
|
17377
|
+
}
|
|
17378
|
+
}
|
|
17356
17379
|
namespace $429 {
|
|
17357
17380
|
namespace Content {
|
|
17358
17381
|
interface ApplicationJson {
|
|
@@ -20052,6 +20075,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20052
20075
|
}
|
|
20053
20076
|
}
|
|
20054
20077
|
}
|
|
20078
|
+
namespace $502 {
|
|
20079
|
+
namespace Content {
|
|
20080
|
+
interface ApplicationJson {
|
|
20081
|
+
[k: string]: unknown;
|
|
20082
|
+
}
|
|
20083
|
+
}
|
|
20084
|
+
}
|
|
20055
20085
|
namespace $503 {
|
|
20056
20086
|
namespace Content {
|
|
20057
20087
|
interface ApplicationJson {
|
|
@@ -20108,6 +20138,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20108
20138
|
}
|
|
20109
20139
|
}
|
|
20110
20140
|
}
|
|
20141
|
+
namespace $502 {
|
|
20142
|
+
namespace Content {
|
|
20143
|
+
interface ApplicationJson {
|
|
20144
|
+
[k: string]: unknown;
|
|
20145
|
+
}
|
|
20146
|
+
}
|
|
20147
|
+
}
|
|
20111
20148
|
namespace $503 {
|
|
20112
20149
|
namespace Content {
|
|
20113
20150
|
interface ApplicationJson {
|
|
@@ -20165,6 +20202,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20165
20202
|
}
|
|
20166
20203
|
}
|
|
20167
20204
|
}
|
|
20205
|
+
namespace $502 {
|
|
20206
|
+
namespace Content {
|
|
20207
|
+
interface ApplicationJson {
|
|
20208
|
+
[k: string]: unknown;
|
|
20209
|
+
}
|
|
20210
|
+
}
|
|
20211
|
+
}
|
|
20168
20212
|
namespace $503 {
|
|
20169
20213
|
namespace Content {
|
|
20170
20214
|
interface ApplicationJson {
|
|
@@ -20218,6 +20262,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20218
20262
|
}
|
|
20219
20263
|
}
|
|
20220
20264
|
}
|
|
20265
|
+
namespace $502 {
|
|
20266
|
+
namespace Content {
|
|
20267
|
+
interface ApplicationJson {
|
|
20268
|
+
[k: string]: unknown;
|
|
20269
|
+
}
|
|
20270
|
+
}
|
|
20271
|
+
}
|
|
20221
20272
|
namespace $503 {
|
|
20222
20273
|
namespace Content {
|
|
20223
20274
|
interface ApplicationJson {
|
|
@@ -20267,6 +20318,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20267
20318
|
}
|
|
20268
20319
|
}
|
|
20269
20320
|
}
|
|
20321
|
+
namespace $502 {
|
|
20322
|
+
namespace Content {
|
|
20323
|
+
interface ApplicationJson {
|
|
20324
|
+
[k: string]: unknown;
|
|
20325
|
+
}
|
|
20326
|
+
}
|
|
20327
|
+
}
|
|
20270
20328
|
namespace $503 {
|
|
20271
20329
|
namespace Content {
|
|
20272
20330
|
interface ApplicationJson {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.166.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.167.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "85812ba15ca09db4380df29ff1272b3db315a765"
|
|
84
84
|
}
|