@mittwald/api-client 4.166.0 → 4.168.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.165.0';
1
+ export const MittwaldAPIClientVersion = '4.167.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;
@@ -23742,6 +23750,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23742
23750
  [x: string]: unknown;
23743
23751
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23744
23752
  [x: string]: unknown;
23753
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23754
+ [x: string]: unknown;
23745
23755
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23746
23756
  headers?: Partial<{
23747
23757
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -23785,6 +23795,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23785
23795
  [x: string]: unknown;
23786
23796
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23787
23797
  [x: string]: unknown;
23798
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23799
+ [x: string]: unknown;
23788
23800
  }, 503, "application/json">>>;
23789
23801
  /** Get a Project directory filesystem usage. */
23790
23802
  getDiskUsage: (request: {
@@ -23829,6 +23841,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23829
23841
  [x: string]: unknown;
23830
23842
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23831
23843
  [x: string]: unknown;
23844
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23845
+ [x: string]: unknown;
23832
23846
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23833
23847
  headers?: Partial<{
23834
23848
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -23861,6 +23875,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23861
23875
  [x: string]: unknown;
23862
23876
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23863
23877
  [x: string]: unknown;
23878
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23879
+ [x: string]: unknown;
23864
23880
  }, 503, "application/json">>>;
23865
23881
  /** Get a Project file's content. */
23866
23882
  getFileContent: (request: {
@@ -23903,6 +23919,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23903
23919
  [x: string]: unknown;
23904
23920
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23905
23921
  [x: string]: unknown;
23922
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23923
+ [x: string]: unknown;
23906
23924
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23907
23925
  headers?: Partial<{
23908
23926
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -23932,6 +23950,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23932
23950
  [x: string]: unknown;
23933
23951
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23934
23952
  [x: string]: unknown;
23953
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23954
+ [x: string]: unknown;
23935
23955
  }, 503, "application/json">>>;
23936
23956
  /** Get a Project's file/filesystem authorization token. */
23937
23957
  getJwt: (request: {
@@ -23964,6 +23984,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23964
23984
  [x: string]: unknown;
23965
23985
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23966
23986
  [x: string]: unknown;
23987
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
23988
+ [x: string]: unknown;
23967
23989
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
23968
23990
  headers?: Partial<{
23969
23991
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -23988,6 +24010,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
23988
24010
  [x: string]: unknown;
23989
24011
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
23990
24012
  [x: string]: unknown;
24013
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
24014
+ [x: string]: unknown;
23991
24015
  }, 503, "application/json">>>;
23992
24016
  /** Get a Project file's information. */
23993
24017
  listFiles: (request: {
@@ -24038,6 +24062,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24038
24062
  [x: string]: unknown;
24039
24063
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
24040
24064
  [x: string]: unknown;
24065
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
24066
+ [x: string]: unknown;
24041
24067
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24042
24068
  headers?: Partial<{
24043
24069
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -24076,6 +24102,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24076
24102
  [x: string]: unknown;
24077
24103
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
24078
24104
  [x: string]: unknown;
24105
+ }, 502, "application/json"> | import("@mittwald/api-client-commons").Response<{
24106
+ [x: string]: unknown;
24079
24107
  }, 503, "application/json">>>;
24080
24108
  };
24081
24109
  /** The relocation API allows you to manage your relocations. */
@@ -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: string;
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: string[];
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;
@@ -20066,6 +20075,13 @@ export declare namespace MittwaldAPIV2 {
20066
20075
  }
20067
20076
  }
20068
20077
  }
20078
+ namespace $502 {
20079
+ namespace Content {
20080
+ interface ApplicationJson {
20081
+ [k: string]: unknown;
20082
+ }
20083
+ }
20084
+ }
20069
20085
  namespace $503 {
20070
20086
  namespace Content {
20071
20087
  interface ApplicationJson {
@@ -20122,6 +20138,13 @@ export declare namespace MittwaldAPIV2 {
20122
20138
  }
20123
20139
  }
20124
20140
  }
20141
+ namespace $502 {
20142
+ namespace Content {
20143
+ interface ApplicationJson {
20144
+ [k: string]: unknown;
20145
+ }
20146
+ }
20147
+ }
20125
20148
  namespace $503 {
20126
20149
  namespace Content {
20127
20150
  interface ApplicationJson {
@@ -20179,6 +20202,13 @@ export declare namespace MittwaldAPIV2 {
20179
20202
  }
20180
20203
  }
20181
20204
  }
20205
+ namespace $502 {
20206
+ namespace Content {
20207
+ interface ApplicationJson {
20208
+ [k: string]: unknown;
20209
+ }
20210
+ }
20211
+ }
20182
20212
  namespace $503 {
20183
20213
  namespace Content {
20184
20214
  interface ApplicationJson {
@@ -20232,6 +20262,13 @@ export declare namespace MittwaldAPIV2 {
20232
20262
  }
20233
20263
  }
20234
20264
  }
20265
+ namespace $502 {
20266
+ namespace Content {
20267
+ interface ApplicationJson {
20268
+ [k: string]: unknown;
20269
+ }
20270
+ }
20271
+ }
20235
20272
  namespace $503 {
20236
20273
  namespace Content {
20237
20274
  interface ApplicationJson {
@@ -20281,6 +20318,13 @@ export declare namespace MittwaldAPIV2 {
20281
20318
  }
20282
20319
  }
20283
20320
  }
20321
+ namespace $502 {
20322
+ namespace Content {
20323
+ interface ApplicationJson {
20324
+ [k: string]: unknown;
20325
+ }
20326
+ }
20327
+ }
20284
20328
  namespace $503 {
20285
20329
  namespace Content {
20286
20330
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.165.0';
1
+ export declare const MittwaldAPIClientVersion = '4.167.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.166.0",
3
+ "version": "4.168.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",
@@ -46,7 +46,7 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.129.2",
49
+ "@mittwald/api-client-commons": "^4.168.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "d4fd9a1d14e0d483b11708b19bb9d82e934ac042"
83
+ "gitHead": "5b960bff6080e3f17c8d10feffa6710d72d67280"
84
84
  }