@mittwald/api-client 4.400.0 → 4.401.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.400.0';
@@ -676,10 +676,7 @@ 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;
@@ -688,14 +685,15 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
688
685
  }[] | undefined;
689
686
  icon: string;
690
687
  id: string;
691
- license?: string | undefined;
688
+ license?: {
689
+ link?: string;
690
+ name: string;
691
+ } | undefined;
692
692
  manifestVersion: string;
693
- name: string;
693
+ name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
694
694
  repository?: string | undefined;
695
- tagline: {
696
- de: string;
697
- en: string;
698
- };
695
+ supportLink?: string | undefined;
696
+ tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
699
697
  userInputs?: {
700
698
  dataSource?: string;
701
699
  defaultValue?: string;
@@ -764,6 +762,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
764
762
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
765
763
  category?: string | undefined;
766
764
  searchTerm?: string | undefined;
765
+ type?: "component" | "standalone" | undefined;
767
766
  limit?: number | undefined;
768
767
  skip?: number | undefined;
769
768
  page?: number | undefined;
@@ -5103,10 +5103,7 @@ 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;
@@ -5115,14 +5112,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5115
5112
  }[] | undefined;
5116
5113
  icon: string;
5117
5114
  id: string;
5118
- license?: string | undefined;
5115
+ license?: {
5116
+ link?: string;
5117
+ name: string;
5118
+ } | undefined;
5119
5119
  manifestVersion: string;
5120
- name: string;
5120
+ name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5121
5121
  repository?: string | undefined;
5122
- tagline: {
5123
- de: string;
5124
- en: string;
5125
- };
5122
+ supportLink?: string | undefined;
5123
+ tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5126
5124
  userInputs?: {
5127
5125
  dataSource?: string;
5128
5126
  defaultValue?: string;
@@ -5150,10 +5148,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5150
5148
  };
5151
5149
  }, import("@mittwald/api-client-commons").Response<{
5152
5150
  categories: string[];
5153
- description: {
5154
- de: string;
5155
- en: string;
5156
- };
5151
+ description: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5157
5152
  developer: string;
5158
5153
  domains?: {
5159
5154
  port: string;
@@ -5162,14 +5157,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5162
5157
  }[] | undefined;
5163
5158
  icon: string;
5164
5159
  id: string;
5165
- license?: string | undefined;
5160
+ license?: {
5161
+ link?: string;
5162
+ name: string;
5163
+ } | undefined;
5166
5164
  manifestVersion: string;
5167
- name: string;
5165
+ name: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5168
5166
  repository?: string | undefined;
5169
- tagline: {
5170
- de: string;
5171
- en: string;
5172
- };
5167
+ supportLink?: string | undefined;
5168
+ tagline: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
5173
5169
  userInputs?: {
5174
5170
  dataSource?: string;
5175
5171
  defaultValue?: string;
@@ -5438,6 +5434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5438
5434
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5439
5435
  category?: string | undefined;
5440
5436
  searchTerm?: string | undefined;
5437
+ type?: "component" | "standalone" | undefined;
5441
5438
  limit?: number | undefined;
5442
5439
  skip?: number | undefined;
5443
5440
  page?: number | undefined;
@@ -5450,6 +5447,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5450
5447
  queryParameters: {
5451
5448
  category?: string | undefined;
5452
5449
  searchTerm?: string | undefined;
5450
+ type?: "component" | "standalone" | undefined;
5453
5451
  limit?: number | undefined;
5454
5452
  skip?: number | undefined;
5455
5453
  page?: number | undefined;
@@ -5470,6 +5468,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5470
5468
  queryParameters: {
5471
5469
  category?: string | undefined;
5472
5470
  searchTerm?: string | undefined;
5471
+ type?: "component" | "standalone" | undefined;
5473
5472
  limit?: number | undefined;
5474
5473
  skip?: number | undefined;
5475
5474
  page?: number | undefined;
@@ -2870,10 +2870,7 @@ 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;
@@ -2882,17 +2879,18 @@ export declare namespace MittwaldAPIV2 {
2882
2879
  }[];
2883
2880
  icon: string;
2884
2881
  id: string;
2885
- license?: string;
2882
+ license?: {
2883
+ link?: string;
2884
+ name: string;
2885
+ };
2886
2886
  /**
2887
2887
  * Version of the manifest for this template, e.g. '1.0'
2888
2888
  */
2889
2889
  manifestVersion: string;
2890
- name: string;
2890
+ name: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2891
2891
  repository?: string;
2892
- tagline: {
2893
- de: string;
2894
- en: string;
2895
- };
2892
+ supportLink?: string;
2893
+ tagline: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2896
2894
  userInputs?: {
2897
2895
  dataSource?: string;
2898
2896
  defaultValue?: string;
@@ -6894,6 +6892,10 @@ export declare namespace MittwaldAPIV2 {
6894
6892
  systemSoftwareVersion?: string;
6895
6893
  updatePolicy?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
6896
6894
  }
6895
+ interface ContainerTemplateTranslatedString {
6896
+ de: string;
6897
+ en: string;
6898
+ }
6897
6899
  interface CommonsAddress {
6898
6900
  street: string;
6899
6901
  houseNumber: string;
@@ -11339,6 +11341,7 @@ export declare namespace MittwaldAPIV2 {
11339
11341
  type Query = {
11340
11342
  category?: string;
11341
11343
  searchTerm?: string;
11344
+ type?: "component" | "standalone";
11342
11345
  limit?: number;
11343
11346
  skip?: number;
11344
11347
  page?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.399.0';
1
+ export declare const MittwaldAPIClientVersion = '4.400.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.401.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.401.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.401.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": "ffd0b2cad20c88951b51c2b8fce9dec1588b13a3"
84
84
  }