@mittwald/api-client 0.0.0-development-7f54d64-20251022 → 0.0.0-development-29c5263-20251024

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.242.3';
1
+ export const MittwaldAPIClientVersion = '4.243.0';
@@ -378,7 +378,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
378
378
  } | undefined;
379
379
  queryParameters?: {
380
380
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
381
- directory?: string | undefined;
381
+ databaseName?: string | undefined;
382
382
  } | undefined;
383
383
  }) => import("@mittwald/react-use-promise").AsyncResource<{
384
384
  databases: string[];
@@ -500,6 +500,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
500
500
  deployedState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
501
501
  description: string;
502
502
  id: string;
503
+ limits?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerResources | undefined;
503
504
  message?: string | undefined;
504
505
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
505
506
  projectId: string;
@@ -2567,7 +2567,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2567
2567
  } | undefined;
2568
2568
  queryParameters?: {
2569
2569
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2570
- directory?: string | undefined;
2570
+ databaseName?: string | undefined;
2571
2571
  } | undefined;
2572
2572
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2573
2573
  headers?: Partial<{
@@ -2579,7 +2579,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2579
2579
  };
2580
2580
  } & {
2581
2581
  queryParameters: {
2582
- directory?: string | undefined;
2582
+ databaseName?: string | undefined;
2583
2583
  } & Partial<{
2584
2584
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2585
2585
  }>;
@@ -2612,7 +2612,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2612
2612
  };
2613
2613
  } & {
2614
2614
  queryParameters: {
2615
- directory?: string | undefined;
2615
+ databaseName?: string | undefined;
2616
2616
  } & Partial<{
2617
2617
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2618
2618
  }>;
@@ -2888,6 +2888,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2888
2888
  [x: string]: {
2889
2889
  image: string;
2890
2890
  command?: string[] | undefined;
2891
+ deploy?: {
2892
+ resources?: {
2893
+ limits?: {
2894
+ cpus?: string | undefined;
2895
+ memory?: string | undefined;
2896
+ } | undefined;
2897
+ } | undefined;
2898
+ } | undefined;
2891
2899
  description?: string | undefined;
2892
2900
  entrypoint?: string[] | undefined;
2893
2901
  environment?: {
@@ -3000,6 +3008,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3000
3008
  services?: {
3001
3009
  [x: string]: {
3002
3010
  command?: string[] | undefined;
3011
+ deploy?: {
3012
+ resources?: {
3013
+ limits?: {
3014
+ cpus?: string | undefined;
3015
+ memory?: string | undefined;
3016
+ } | undefined;
3017
+ } | undefined;
3018
+ } | undefined;
3003
3019
  description?: string | undefined;
3004
3020
  entrypoint?: string[] | undefined;
3005
3021
  environment?: {
@@ -3656,6 +3672,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3656
3672
  deployedState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3657
3673
  description: string;
3658
3674
  id: string;
3675
+ limits?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerResources | undefined;
3659
3676
  message?: string | undefined;
3660
3677
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3661
3678
  projectId: string;
@@ -3696,6 +3713,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3696
3713
  deployedState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3697
3714
  description: string;
3698
3715
  id: string;
3716
+ limits?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerResources | undefined;
3699
3717
  message?: string | undefined;
3700
3718
  pendingState: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceState;
3701
3719
  projectId: string;
@@ -2296,6 +2296,7 @@ export declare namespace MittwaldAPIV2 {
2296
2296
  * Defaults to image config on empty
2297
2297
  */
2298
2298
  command?: string[];
2299
+ deploy?: MittwaldAPIV2.Components.Schemas.ContainerDeployOptions;
2299
2300
  description?: string;
2300
2301
  /**
2301
2302
  * Defaults to image config on empty
@@ -2320,6 +2321,7 @@ export declare namespace MittwaldAPIV2 {
2320
2321
  * Defaults to image config on empty
2321
2322
  */
2322
2323
  command?: string[];
2324
+ deploy?: MittwaldAPIV2.Components.Schemas.ContainerDeployOptions;
2323
2325
  description?: string;
2324
2326
  /**
2325
2327
  * Defaults to image config on empty
@@ -2343,6 +2345,7 @@ export declare namespace MittwaldAPIV2 {
2343
2345
  deployedState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
2344
2346
  description: string;
2345
2347
  id: string;
2348
+ limits?: MittwaldAPIV2.Components.Schemas.ContainerResources;
2346
2349
  message?: string;
2347
2350
  pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
2348
2351
  projectId: string;
@@ -5506,6 +5509,16 @@ export declare namespace MittwaldAPIV2 {
5506
5509
  databases: string[];
5507
5510
  projectBackupId: string;
5508
5511
  }
5512
+ interface ContainerDeployOptions {
5513
+ resources?: MittwaldAPIV2.Components.Schemas.ContainerResourceSettings;
5514
+ }
5515
+ interface ContainerResourceSettings {
5516
+ limits?: MittwaldAPIV2.Components.Schemas.ContainerResources;
5517
+ }
5518
+ interface ContainerResources {
5519
+ cpus?: string;
5520
+ memory?: string;
5521
+ }
5509
5522
  interface CommonsAddress {
5510
5523
  street: string;
5511
5524
  houseNumber: string;
@@ -27879,7 +27892,7 @@ export declare namespace MittwaldAPIV2 {
27879
27892
  };
27880
27893
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
27881
27894
  type Query = {
27882
- directory?: string;
27895
+ databaseName?: string;
27883
27896
  };
27884
27897
  }
27885
27898
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.242.3';
1
+ export declare const MittwaldAPIClientVersion = '4.243.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "0.0.0-development-7f54d64-20251022",
3
+ "version": "0.0.0-development-29c5263-20251024",
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,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^0.0.0-development-7f54d64-20251022",
49
+ "@mittwald/api-client-commons": "^0.0.0-development-29c5263-20251024",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^0.0.0-development-7f54d64-20251022",
53
+ "@mittwald/api-code-generator": "^0.0.0-development-29c5263-20251024",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "d4f82247daa982e837b698c4e11214cacce9c824"
83
+ "gitHead": "36fded7df992910586ed6dc5bfd067757a05e6d6"
84
84
  }