@mittwald/api-client 4.347.0 → 4.349.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.348.0';
|
|
@@ -1474,10 +1474,12 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1474
1474
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
1475
1475
|
searchTerm?: string | undefined;
|
|
1476
1476
|
includeDeprecated?: boolean | undefined;
|
|
1477
|
+
includeFree?: boolean | undefined;
|
|
1478
|
+
includeChargeable?: boolean | undefined;
|
|
1477
1479
|
limit?: number | undefined;
|
|
1478
1480
|
skip?: number | undefined;
|
|
1479
1481
|
page?: number | undefined;
|
|
1480
|
-
sort?: "name" | undefined;
|
|
1482
|
+
sort?: "name" | "pricing.priceInCents" | undefined;
|
|
1481
1483
|
order?: "asc" | "desc" | undefined;
|
|
1482
1484
|
} | undefined;
|
|
1483
1485
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[]>;
|
|
@@ -11284,10 +11284,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11284
11284
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
11285
11285
|
searchTerm?: string | undefined;
|
|
11286
11286
|
includeDeprecated?: boolean | undefined;
|
|
11287
|
+
includeFree?: boolean | undefined;
|
|
11288
|
+
includeChargeable?: boolean | undefined;
|
|
11287
11289
|
limit?: number | undefined;
|
|
11288
11290
|
skip?: number | undefined;
|
|
11289
11291
|
page?: number | undefined;
|
|
11290
|
-
sort?: "name" | undefined;
|
|
11292
|
+
sort?: "name" | "pricing.priceInCents" | undefined;
|
|
11291
11293
|
order?: "asc" | "desc" | undefined;
|
|
11292
11294
|
} | undefined;
|
|
11293
11295
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -11299,10 +11301,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11299
11301
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
11300
11302
|
searchTerm?: string | undefined;
|
|
11301
11303
|
includeDeprecated?: boolean | undefined;
|
|
11304
|
+
includeFree?: boolean | undefined;
|
|
11305
|
+
includeChargeable?: boolean | undefined;
|
|
11302
11306
|
limit?: number | undefined;
|
|
11303
11307
|
skip?: number | undefined;
|
|
11304
11308
|
page?: number | undefined;
|
|
11305
|
-
sort?: "name" | undefined;
|
|
11309
|
+
sort?: "name" | "pricing.priceInCents" | undefined;
|
|
11306
11310
|
order?: "asc" | "desc" | undefined;
|
|
11307
11311
|
} & Partial<{
|
|
11308
11312
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -11318,10 +11322,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11318
11322
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
11319
11323
|
searchTerm?: string | undefined;
|
|
11320
11324
|
includeDeprecated?: boolean | undefined;
|
|
11325
|
+
includeFree?: boolean | undefined;
|
|
11326
|
+
includeChargeable?: boolean | undefined;
|
|
11321
11327
|
limit?: number | undefined;
|
|
11322
11328
|
skip?: number | undefined;
|
|
11323
11329
|
page?: number | undefined;
|
|
11324
|
-
sort?: "name" | undefined;
|
|
11330
|
+
sort?: "name" | "pricing.priceInCents" | undefined;
|
|
11325
11331
|
order?: "asc" | "desc" | undefined;
|
|
11326
11332
|
} & Partial<{
|
|
11327
11333
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -2733,7 +2733,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2733
2733
|
*/
|
|
2734
2734
|
volumes?: string[];
|
|
2735
2735
|
}
|
|
2736
|
-
type ContainerServiceStatus = "running" | "stopped" | "
|
|
2736
|
+
type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting";
|
|
2737
2737
|
interface ContainerSetRegistryCredentials {
|
|
2738
2738
|
/**
|
|
2739
2739
|
* Your registry password or access token.
|
|
@@ -16202,6 +16202,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16202
16202
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
16203
16203
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
16204
16204
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
16205
|
+
namespace V2ActionsValidateContainerRegistryUri { }
|
|
16205
16206
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
16206
16207
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
16207
16208
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
@@ -19642,10 +19643,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
19642
19643
|
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
19643
19644
|
searchTerm?: string;
|
|
19644
19645
|
includeDeprecated?: boolean;
|
|
19646
|
+
includeFree?: boolean;
|
|
19647
|
+
includeChargeable?: boolean;
|
|
19645
19648
|
limit?: number;
|
|
19646
19649
|
skip?: number;
|
|
19647
19650
|
page?: number;
|
|
19648
|
-
sort?: "name";
|
|
19651
|
+
sort?: "name" | "pricing.priceInCents";
|
|
19649
19652
|
order?: "asc" | "desc";
|
|
19650
19653
|
};
|
|
19651
19654
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.348.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.349.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.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.349.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.349.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": "
|
|
83
|
+
"gitHead": "6140bc2a81f407143efc63d725fc844ded1628d7"
|
|
84
84
|
}
|