@mittwald/api-client 4.103.0 → 4.104.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.103.0';
|
|
@@ -1478,6 +1478,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1478
1478
|
published: boolean;
|
|
1479
1479
|
scopes: string[];
|
|
1480
1480
|
state: "enabled" | "blocked" | "disabled";
|
|
1481
|
+
subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
1481
1482
|
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
1482
1483
|
tags: string[];
|
|
1483
1484
|
}>;
|
|
@@ -5092,6 +5092,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5092
5092
|
published: boolean;
|
|
5093
5093
|
scopes: string[];
|
|
5094
5094
|
state: "enabled" | "blocked" | "disabled";
|
|
5095
|
+
subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
5095
5096
|
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
5096
5097
|
tags: string[];
|
|
5097
5098
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -5124,6 +5125,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5124
5125
|
published: boolean;
|
|
5125
5126
|
scopes: string[];
|
|
5126
5127
|
state: "enabled" | "blocked" | "disabled";
|
|
5128
|
+
subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
5127
5129
|
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
5128
5130
|
tags: string[];
|
|
5129
5131
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -2409,6 +2409,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2409
2409
|
context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
2410
2410
|
contributorId: string;
|
|
2411
2411
|
deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
|
|
2412
|
+
/**
|
|
2413
|
+
* A short description of the capabilites of the Extension.
|
|
2414
|
+
*/
|
|
2412
2415
|
description: string;
|
|
2413
2416
|
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
2414
2417
|
disabled: boolean;
|
|
@@ -2432,6 +2435,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2432
2435
|
* deprecated
|
|
2433
2436
|
*/
|
|
2434
2437
|
state: "enabled" | "blocked" | "disabled";
|
|
2438
|
+
subTitle: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
2435
2439
|
support: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
2436
2440
|
/**
|
|
2437
2441
|
* @minItems 0
|
|
@@ -2467,7 +2471,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2467
2471
|
plain?: string;
|
|
2468
2472
|
}
|
|
2469
2473
|
/**
|
|
2470
|
-
*
|
|
2474
|
+
* A detailed description of the capabilities of the extension.
|
|
2471
2475
|
*/
|
|
2472
2476
|
interface MarketplaceDetailedDescriptions {
|
|
2473
2477
|
de: MittwaldAPIV2.Components.Schemas.MarketplaceDescriptionFormats;
|
|
@@ -2539,6 +2543,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2539
2543
|
* deprecated
|
|
2540
2544
|
*/
|
|
2541
2545
|
state?: "enabled" | "blocked" | "disabled";
|
|
2546
|
+
subTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
2542
2547
|
support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
2543
2548
|
/**
|
|
2544
2549
|
* @minItems 0
|
|
@@ -4060,6 +4065,38 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4060
4065
|
name: string;
|
|
4061
4066
|
value: string;
|
|
4062
4067
|
}
|
|
4068
|
+
/**
|
|
4069
|
+
* A brief subtitle for the extension.
|
|
4070
|
+
*/
|
|
4071
|
+
interface MarketplaceSubTitle {
|
|
4072
|
+
de: string;
|
|
4073
|
+
en?: string;
|
|
4074
|
+
}
|
|
4075
|
+
interface ProjectScaling {
|
|
4076
|
+
maximum: number;
|
|
4077
|
+
minimum: number;
|
|
4078
|
+
}
|
|
4079
|
+
interface ProjectServerInternal {
|
|
4080
|
+
clusterName: string;
|
|
4081
|
+
createdAt: string;
|
|
4082
|
+
customerId: string;
|
|
4083
|
+
description: string;
|
|
4084
|
+
disabledReason?: MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason;
|
|
4085
|
+
id: string;
|
|
4086
|
+
imageRefId?: string;
|
|
4087
|
+
/**
|
|
4088
|
+
* @deprecated
|
|
4089
|
+
* deprecated by property status
|
|
4090
|
+
*/
|
|
4091
|
+
isReady: boolean;
|
|
4092
|
+
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
4093
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedServerReadinessStatus;
|
|
4094
|
+
scaling?: MittwaldAPIV2.Components.Schemas.ProjectScaling;
|
|
4095
|
+
shortId: string;
|
|
4096
|
+
statisticsBaseDomain?: string;
|
|
4097
|
+
status: MittwaldAPIV2.Components.Schemas.ProjectServerStatus;
|
|
4098
|
+
storage: string;
|
|
4099
|
+
}
|
|
4063
4100
|
interface CommonsAddress {
|
|
4064
4101
|
street: string;
|
|
4065
4102
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.103.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.104.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "7aead1ca800fc80106e27b386fd558079f8bc7a1"
|
|
84
84
|
}
|