@mittwald/api-client 4.401.0 → 4.402.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.400.0';
1
+ export const MittwaldAPIClientVersion = '4.401.0';
@@ -680,9 +680,23 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
680
680
  developer: string;
681
681
  domains?: {
682
682
  port: string;
683
+ purpose?: string;
683
684
  service: string;
684
685
  userInput: string;
685
686
  }[] | undefined;
687
+ help?: {
688
+ alerts?: {
689
+ content: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
690
+ heading: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
691
+ link?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
692
+ linkText?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
693
+ status: string;
694
+ }[];
695
+ technicalDetails?: {
696
+ key: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
697
+ value: string;
698
+ }[];
699
+ } | undefined;
686
700
  icon: string;
687
701
  id: string;
688
702
  license?: {
@@ -5107,9 +5107,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5107
5107
  developer: string;
5108
5108
  domains?: {
5109
5109
  port: string;
5110
+ purpose?: string;
5110
5111
  service: string;
5111
5112
  userInput: string;
5112
5113
  }[] | undefined;
5114
+ help?: {
5115
+ alerts?: {
5116
+ content: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5117
+ heading: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5118
+ link?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5119
+ linkText?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5120
+ status: string;
5121
+ }[];
5122
+ technicalDetails?: {
5123
+ key: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5124
+ value: string;
5125
+ }[];
5126
+ } | undefined;
5113
5127
  icon: string;
5114
5128
  id: string;
5115
5129
  license?: {
@@ -5152,9 +5166,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5152
5166
  developer: string;
5153
5167
  domains?: {
5154
5168
  port: string;
5169
+ purpose?: string;
5155
5170
  service: string;
5156
5171
  userInput: string;
5157
5172
  }[] | undefined;
5173
+ help?: {
5174
+ alerts?: {
5175
+ content: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5176
+ heading: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5177
+ link?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5178
+ linkText?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5179
+ status: string;
5180
+ }[];
5181
+ technicalDetails?: {
5182
+ key: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5183
+ value: string;
5184
+ }[];
5185
+ } | undefined;
5158
5186
  icon: string;
5159
5187
  id: string;
5160
5188
  license?: {
@@ -2874,9 +2874,23 @@ export declare namespace MittwaldAPIV2 {
2874
2874
  developer: string;
2875
2875
  domains?: {
2876
2876
  port: string;
2877
+ purpose?: string;
2877
2878
  service: string;
2878
2879
  userInput: string;
2879
2880
  }[];
2881
+ help?: {
2882
+ alerts?: {
2883
+ content: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2884
+ heading: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2885
+ link?: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2886
+ linkText?: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2887
+ status: string;
2888
+ }[];
2889
+ technicalDetails?: {
2890
+ key: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2891
+ value: string;
2892
+ }[];
2893
+ };
2880
2894
  icon: string;
2881
2895
  id: string;
2882
2896
  license?: {
@@ -5984,6 +5998,7 @@ export declare namespace MittwaldAPIV2 {
5984
5998
  };
5985
5999
  name: "database.mysql-user-created";
5986
6000
  parameters: {
6001
+ databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5987
6002
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5988
6003
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5989
6004
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -5993,6 +6008,7 @@ export declare namespace MittwaldAPIV2 {
5993
6008
  changes: {};
5994
6009
  name: "database.mysql-user-deleted";
5995
6010
  parameters: {
6011
+ databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5996
6012
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5997
6013
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5998
6014
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6015,6 +6031,7 @@ export declare namespace MittwaldAPIV2 {
6015
6031
  };
6016
6032
  name: "database.mysql-user-updated";
6017
6033
  parameters: {
6034
+ databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6018
6035
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6019
6036
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6020
6037
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6879,7 +6896,7 @@ export declare namespace MittwaldAPIV2 {
6879
6896
  };
6880
6897
  }
6881
6898
  interface ActivitylogAppInstallationRequested {
6882
- name: "app.requested";
6899
+ name: "app.installation-requested";
6883
6900
  parameters: {
6884
6901
  appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6885
6902
  version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.400.0';
1
+ export declare const MittwaldAPIClientVersion = '4.401.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.401.0",
3
+ "version": "4.402.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.401.0",
49
+ "@mittwald/api-client-commons": "^4.402.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.401.0",
53
+ "@mittwald/api-code-generator": "^4.402.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": "ffd0b2cad20c88951b51c2b8fce9dec1588b13a3"
83
+ "gitHead": "464f50a655726a08086e59d8c23f55374258e389"
84
84
  }