@mittwald/api-client 4.346.0 → 4.348.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.345.0';
1
+ export const MittwaldAPIClientVersion = '4.347.0';
@@ -150,6 +150,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
150
150
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
151
151
  } | undefined;
152
152
  phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
153
+ projectDescription: string;
153
154
  projectId: string;
154
155
  screenshotId?: string | undefined;
155
156
  screenshotRef?: string | undefined;
@@ -1473,10 +1474,12 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1473
1474
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
1474
1475
  searchTerm?: string | undefined;
1475
1476
  includeDeprecated?: boolean | undefined;
1477
+ includeFree?: boolean | undefined;
1478
+ includeChargeable?: boolean | undefined;
1476
1479
  limit?: number | undefined;
1477
1480
  skip?: number | undefined;
1478
1481
  page?: number | undefined;
1479
- sort?: "name" | undefined;
1482
+ sort?: "name" | "pricing.priceInCents" | undefined;
1480
1483
  order?: "asc" | "desc" | undefined;
1481
1484
  } | undefined;
1482
1485
  } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[]>;
@@ -1027,6 +1027,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1027
1027
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
1028
1028
  } | undefined;
1029
1029
  phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
1030
+ projectDescription: string;
1030
1031
  projectId: string;
1031
1032
  screenshotId?: string | undefined;
1032
1033
  screenshotRef?: string | undefined;
@@ -1071,6 +1072,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1071
1072
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
1072
1073
  } | undefined;
1073
1074
  phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
1075
+ projectDescription: string;
1074
1076
  projectId: string;
1075
1077
  screenshotId?: string | undefined;
1076
1078
  screenshotRef?: string | undefined;
@@ -11282,10 +11284,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11282
11284
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
11283
11285
  searchTerm?: string | undefined;
11284
11286
  includeDeprecated?: boolean | undefined;
11287
+ includeFree?: boolean | undefined;
11288
+ includeChargeable?: boolean | undefined;
11285
11289
  limit?: number | undefined;
11286
11290
  skip?: number | undefined;
11287
11291
  page?: number | undefined;
11288
- sort?: "name" | undefined;
11292
+ sort?: "name" | "pricing.priceInCents" | undefined;
11289
11293
  order?: "asc" | "desc" | undefined;
11290
11294
  } | undefined;
11291
11295
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -11297,10 +11301,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11297
11301
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
11298
11302
  searchTerm?: string | undefined;
11299
11303
  includeDeprecated?: boolean | undefined;
11304
+ includeFree?: boolean | undefined;
11305
+ includeChargeable?: boolean | undefined;
11300
11306
  limit?: number | undefined;
11301
11307
  skip?: number | undefined;
11302
11308
  page?: number | undefined;
11303
- sort?: "name" | undefined;
11309
+ sort?: "name" | "pricing.priceInCents" | undefined;
11304
11310
  order?: "asc" | "desc" | undefined;
11305
11311
  } & Partial<{
11306
11312
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -11316,10 +11322,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11316
11322
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
11317
11323
  searchTerm?: string | undefined;
11318
11324
  includeDeprecated?: boolean | undefined;
11325
+ includeFree?: boolean | undefined;
11326
+ includeChargeable?: boolean | undefined;
11319
11327
  limit?: number | undefined;
11320
11328
  skip?: number | undefined;
11321
11329
  page?: number | undefined;
11322
- sort?: "name" | undefined;
11330
+ sort?: "name" | "pricing.priceInCents" | undefined;
11323
11331
  order?: "asc" | "desc" | undefined;
11324
11332
  } & Partial<{
11325
11333
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -2019,6 +2019,7 @@ export declare namespace MittwaldAPIV2 {
2019
2019
  [k: string]: MittwaldAPIV2.Components.Schemas.AppLockPurpose;
2020
2020
  };
2021
2021
  phase: MittwaldAPIV2.Components.Schemas.AppPhase;
2022
+ projectDescription: string;
2022
2023
  projectId: string;
2023
2024
  screenshotId?: string;
2024
2025
  screenshotRef?: string;
@@ -16201,6 +16202,7 @@ export declare namespace MittwaldAPIV2 {
16201
16202
  namespace V2AppinstallationsAppInstallationIdActionsAction { }
16202
16203
  namespace V2AppInstallationsAppInstallationIdActionsAction { }
16203
16204
  namespace V2AppinstallationsAppInstallationIdDatabases { }
16205
+ namespace V2ActionsValidateContainerRegistryUri { }
16204
16206
  namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
16205
16207
  namespace V2CustomerCustomerIdActionsLeave { }
16206
16208
  namespace V2CustomersCustomerIdActionsLeave { }
@@ -19641,10 +19643,12 @@ export declare namespace MittwaldAPIV2 {
19641
19643
  context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
19642
19644
  searchTerm?: string;
19643
19645
  includeDeprecated?: boolean;
19646
+ includeFree?: boolean;
19647
+ includeChargeable?: boolean;
19644
19648
  limit?: number;
19645
19649
  skip?: number;
19646
19650
  page?: number;
19647
- sort?: "name";
19651
+ sort?: "name" | "pricing.priceInCents";
19648
19652
  order?: "asc" | "desc";
19649
19653
  };
19650
19654
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.345.0';
1
+ export declare const MittwaldAPIClientVersion = '4.347.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.346.0",
3
+ "version": "4.348.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.346.0",
49
+ "@mittwald/api-client-commons": "^4.348.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.346.0",
53
+ "@mittwald/api-code-generator": "^4.348.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": "44bab1b4e829fa0506dbf2bd04231240e6633302"
83
+ "gitHead": "0a32b1f66f3ef99d35a69fc89a37eccccce4bb02"
84
84
  }