@mittwald/api-client 4.351.0 → 4.353.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.350.0';
1
+ export const MittwaldAPIClientVersion = '4.352.0';
@@ -652,6 +652,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
652
652
  } | undefined;
653
653
  queryParameters?: {
654
654
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
655
+ searchTerm?: string | undefined;
655
656
  limit?: number | undefined;
656
657
  skip?: number | undefined;
657
658
  page?: number | undefined;
@@ -4739,6 +4739,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4739
4739
  } | undefined;
4740
4740
  queryParameters?: {
4741
4741
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4742
+ searchTerm?: string | undefined;
4742
4743
  limit?: number | undefined;
4743
4744
  skip?: number | undefined;
4744
4745
  page?: number | undefined;
@@ -4749,6 +4750,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4749
4750
  }>;
4750
4751
  } & {
4751
4752
  queryParameters: {
4753
+ searchTerm?: string | undefined;
4752
4754
  limit?: number | undefined;
4753
4755
  skip?: number | undefined;
4754
4756
  page?: number | undefined;
@@ -4775,6 +4777,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4775
4777
  }>;
4776
4778
  } & {
4777
4779
  queryParameters: {
4780
+ searchTerm?: string | undefined;
4778
4781
  limit?: number | undefined;
4779
4782
  skip?: number | undefined;
4780
4783
  page?: number | undefined;
@@ -2413,6 +2413,10 @@ export declare namespace MittwaldAPIV2 {
2413
2413
  description: string;
2414
2414
  uri: string;
2415
2415
  }
2416
+ interface ContainerCreateStack {
2417
+ description: string;
2418
+ prefix?: string;
2419
+ }
2416
2420
  interface ContainerContainerImageConfig {
2417
2421
  /**
2418
2422
  * Command of the container image.
@@ -3042,6 +3046,12 @@ export declare namespace MittwaldAPIV2 {
3042
3046
  domainName?: string;
3043
3047
  }[];
3044
3048
  };
3049
+ email?: {
3050
+ emailInboxes?: {
3051
+ email: string;
3052
+ password: string;
3053
+ }[];
3054
+ };
3045
3055
  notes?: string;
3046
3056
  preferredRelocationDate?: string;
3047
3057
  redirectusKey: number;
@@ -10074,6 +10084,7 @@ export declare namespace MittwaldAPIV2 {
10074
10084
  type Path = {};
10075
10085
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10076
10086
  type Query = {
10087
+ searchTerm?: string;
10077
10088
  limit?: number;
10078
10089
  skip?: number;
10079
10090
  page?: number;
@@ -16130,6 +16141,7 @@ export declare namespace MittwaldAPIV2 {
16130
16141
  namespace V2AppInstallationsAppInstallationIdActionsAction { }
16131
16142
  namespace V2AppinstallationsAppInstallationIdDatabases { }
16132
16143
  namespace V2ActionsValidateContainerRegistryUri { }
16144
+ namespace V2RegistriesRegistryIdActionsValidateCredentials { }
16133
16145
  namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
16134
16146
  namespace V2CustomerCustomerIdActionsLeave { }
16135
16147
  namespace V2CustomersCustomerIdActionsLeave { }
@@ -29898,6 +29910,5 @@ export declare namespace MittwaldAPIV2 {
29898
29910
  }
29899
29911
  }
29900
29912
  }
29901
- namespace V2RegistriesRegistryIdActionsValidateCredentials { }
29902
29913
  }
29903
29914
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.350.0';
1
+ export declare const MittwaldAPIClientVersion = '4.352.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.351.0",
3
+ "version": "4.353.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,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.351.0",
49
+ "@mittwald/api-client-commons": "^4.353.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.351.0",
53
+ "@mittwald/api-code-generator": "^4.353.0",
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": "c4096d6afdabbba3ac15b5ebdf0bd90bfb2460e4"
83
+ "gitHead": "809dff50807f296b7f201ae3f4dbe399d308576e"
84
84
  }