@mittwald/api-client 4.400.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.399.0';
1
+ export const MittwaldAPIClientVersion = '4.401.0';
@@ -676,26 +676,38 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
676
676
  } | undefined;
677
677
  }) => import("@mittwald/react-use-promise").AsyncResource<{
678
678
  categories: string[];
679
- description: {
680
- de: string;
681
- en: string;
682
- };
679
+ description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
683
680
  developer: string;
684
681
  domains?: {
685
682
  port: string;
683
+ purpose?: string;
686
684
  service: string;
687
685
  userInput: string;
688
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;
689
700
  icon: string;
690
701
  id: string;
691
- license?: string | undefined;
702
+ license?: {
703
+ link?: string;
704
+ name: string;
705
+ } | undefined;
692
706
  manifestVersion: string;
693
- name: string;
707
+ name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
694
708
  repository?: string | undefined;
695
- tagline: {
696
- de: string;
697
- en: string;
698
- };
709
+ supportLink?: string | undefined;
710
+ tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
699
711
  userInputs?: {
700
712
  dataSource?: string;
701
713
  defaultValue?: string;
@@ -764,6 +776,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
764
776
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
765
777
  category?: string | undefined;
766
778
  searchTerm?: string | undefined;
779
+ type?: "component" | "standalone" | undefined;
767
780
  limit?: number | undefined;
768
781
  skip?: number | undefined;
769
782
  page?: number | undefined;
@@ -5103,26 +5103,38 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5103
5103
  };
5104
5104
  }, import("@mittwald/api-client-commons").Response<{
5105
5105
  categories: string[];
5106
- description: {
5107
- de: string;
5108
- en: string;
5109
- };
5106
+ description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5110
5107
  developer: string;
5111
5108
  domains?: {
5112
5109
  port: string;
5110
+ purpose?: string;
5113
5111
  service: string;
5114
5112
  userInput: string;
5115
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;
5116
5127
  icon: string;
5117
5128
  id: string;
5118
- license?: string | undefined;
5129
+ license?: {
5130
+ link?: string;
5131
+ name: string;
5132
+ } | undefined;
5119
5133
  manifestVersion: string;
5120
- name: string;
5134
+ name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5121
5135
  repository?: string | undefined;
5122
- tagline: {
5123
- de: string;
5124
- en: string;
5125
- };
5136
+ supportLink?: string | undefined;
5137
+ tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5126
5138
  userInputs?: {
5127
5139
  dataSource?: string;
5128
5140
  defaultValue?: string;
@@ -5150,26 +5162,38 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5150
5162
  };
5151
5163
  }, import("@mittwald/api-client-commons").Response<{
5152
5164
  categories: string[];
5153
- description: {
5154
- de: string;
5155
- en: string;
5156
- };
5165
+ description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5157
5166
  developer: string;
5158
5167
  domains?: {
5159
5168
  port: string;
5169
+ purpose?: string;
5160
5170
  service: string;
5161
5171
  userInput: string;
5162
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;
5163
5186
  icon: string;
5164
5187
  id: string;
5165
- license?: string | undefined;
5188
+ license?: {
5189
+ link?: string;
5190
+ name: string;
5191
+ } | undefined;
5166
5192
  manifestVersion: string;
5167
- name: string;
5193
+ name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5168
5194
  repository?: string | undefined;
5169
- tagline: {
5170
- de: string;
5171
- en: string;
5172
- };
5195
+ supportLink?: string | undefined;
5196
+ tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5173
5197
  userInputs?: {
5174
5198
  dataSource?: string;
5175
5199
  defaultValue?: string;
@@ -5438,6 +5462,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5438
5462
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5439
5463
  category?: string | undefined;
5440
5464
  searchTerm?: string | undefined;
5465
+ type?: "component" | "standalone" | undefined;
5441
5466
  limit?: number | undefined;
5442
5467
  skip?: number | undefined;
5443
5468
  page?: number | undefined;
@@ -5450,6 +5475,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5450
5475
  queryParameters: {
5451
5476
  category?: string | undefined;
5452
5477
  searchTerm?: string | undefined;
5478
+ type?: "component" | "standalone" | undefined;
5453
5479
  limit?: number | undefined;
5454
5480
  skip?: number | undefined;
5455
5481
  page?: number | undefined;
@@ -5470,6 +5496,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5470
5496
  queryParameters: {
5471
5497
  category?: string | undefined;
5472
5498
  searchTerm?: string | undefined;
5499
+ type?: "component" | "standalone" | undefined;
5473
5500
  limit?: number | undefined;
5474
5501
  skip?: number | undefined;
5475
5502
  page?: number | undefined;
@@ -2870,29 +2870,41 @@ export declare namespace MittwaldAPIV2 {
2870
2870
  }
2871
2871
  interface ContainerTemplate {
2872
2872
  categories: string[];
2873
- description: {
2874
- de: string;
2875
- en: string;
2876
- };
2873
+ description: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2877
2874
  developer: string;
2878
2875
  domains?: {
2879
2876
  port: string;
2877
+ purpose?: string;
2880
2878
  service: string;
2881
2879
  userInput: string;
2882
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
+ };
2883
2894
  icon: string;
2884
2895
  id: string;
2885
- license?: string;
2896
+ license?: {
2897
+ link?: string;
2898
+ name: string;
2899
+ };
2886
2900
  /**
2887
2901
  * Version of the manifest for this template, e.g. '1.0'
2888
2902
  */
2889
2903
  manifestVersion: string;
2890
- name: string;
2904
+ name: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2891
2905
  repository?: string;
2892
- tagline: {
2893
- de: string;
2894
- en: string;
2895
- };
2906
+ supportLink?: string;
2907
+ tagline: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2896
2908
  userInputs?: {
2897
2909
  dataSource?: string;
2898
2910
  defaultValue?: string;
@@ -5986,6 +5998,7 @@ export declare namespace MittwaldAPIV2 {
5986
5998
  };
5987
5999
  name: "database.mysql-user-created";
5988
6000
  parameters: {
6001
+ databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5989
6002
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5990
6003
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5991
6004
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -5995,6 +6008,7 @@ export declare namespace MittwaldAPIV2 {
5995
6008
  changes: {};
5996
6009
  name: "database.mysql-user-deleted";
5997
6010
  parameters: {
6011
+ databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
5998
6012
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
5999
6013
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6000
6014
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6017,6 +6031,7 @@ export declare namespace MittwaldAPIV2 {
6017
6031
  };
6018
6032
  name: "database.mysql-user-updated";
6019
6033
  parameters: {
6034
+ databaseDescription: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6020
6035
  databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6021
6036
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6022
6037
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6881,7 +6896,7 @@ export declare namespace MittwaldAPIV2 {
6881
6896
  };
6882
6897
  }
6883
6898
  interface ActivitylogAppInstallationRequested {
6884
- name: "app.requested";
6899
+ name: "app.installation-requested";
6885
6900
  parameters: {
6886
6901
  appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6887
6902
  version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6894,6 +6909,10 @@ export declare namespace MittwaldAPIV2 {
6894
6909
  systemSoftwareVersion?: string;
6895
6910
  updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
6896
6911
  }
6912
+ interface ContainerTemplateTranslatedString {
6913
+ de: string;
6914
+ en: string;
6915
+ }
6897
6916
  interface CommonsAddress {
6898
6917
  street: string;
6899
6918
  houseNumber: string;
@@ -11339,6 +11358,7 @@ export declare namespace MittwaldAPIV2 {
11339
11358
  type Query = {
11340
11359
  category?: string;
11341
11360
  searchTerm?: string;
11361
+ type?: "component" | "standalone";
11342
11362
  limit?: number;
11343
11363
  skip?: number;
11344
11364
  page?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.399.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.400.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.400.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.400.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": "232cf55fa38b98e05eed991a9eb0d56c24301429"
83
+ "gitHead": "464f50a655726a08086e59d8c23f55374258e389"
84
84
  }