@mittwald/api-client 4.249.0 → 4.250.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.249.0';
|
|
@@ -1472,9 +1472,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1472
1472
|
"x-access-token"?: string | undefined;
|
|
1473
1473
|
} | undefined;
|
|
1474
1474
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1475
|
-
issues?: string[] | undefined;
|
|
1476
1475
|
message: string;
|
|
1477
|
-
recommendation?: string | undefined;
|
|
1478
1476
|
}>;
|
|
1479
1477
|
};
|
|
1480
1478
|
declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
@@ -11988,9 +11988,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11988
11988
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11989
11989
|
}>;
|
|
11990
11990
|
}, import("@mittwald/api-client-commons").Response<{
|
|
11991
|
-
issues?: string[] | undefined;
|
|
11992
11991
|
message: string;
|
|
11993
|
-
recommendation?: string | undefined;
|
|
11994
11992
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11995
11993
|
[x: string]: unknown;
|
|
11996
11994
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -12019,9 +12017,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
12019
12017
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
12020
12018
|
}>;
|
|
12021
12019
|
}, import("@mittwald/api-client-commons").Response<{
|
|
12022
|
-
issues?: string[] | undefined;
|
|
12023
12020
|
message: string;
|
|
12024
|
-
recommendation?: string | undefined;
|
|
12025
12021
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
12026
12022
|
[x: string]: unknown;
|
|
12027
12023
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -20120,9 +20116,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20120
20116
|
token: string;
|
|
20121
20117
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20122
20118
|
name?: "SecondFactorRequired" | undefined;
|
|
20123
|
-
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20124
|
-
[x: string]: unknown;
|
|
20125
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20119
|
+
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20126
20120
|
type: "ValidationError";
|
|
20127
20121
|
message?: string | undefined;
|
|
20128
20122
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
@@ -20143,9 +20137,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20143
20137
|
token: string;
|
|
20144
20138
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20145
20139
|
name?: "SecondFactorRequired" | undefined;
|
|
20146
|
-
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20147
|
-
[x: string]: unknown;
|
|
20148
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20140
|
+
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20149
20141
|
type: "ValidationError";
|
|
20150
20142
|
message?: string | undefined;
|
|
20151
20143
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
@@ -5436,9 +5436,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5436
5436
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5437
5437
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5438
5438
|
interface CronjobCronjobExecutionAnalysis {
|
|
5439
|
-
issues?: string[];
|
|
5440
5439
|
message: string;
|
|
5441
|
-
recommendation?: string;
|
|
5442
5440
|
}
|
|
5443
5441
|
interface CommonsAddress {
|
|
5444
5442
|
street: string;
|
|
@@ -25143,9 +25141,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25143
25141
|
}
|
|
25144
25142
|
namespace $400 {
|
|
25145
25143
|
namespace Content {
|
|
25146
|
-
|
|
25147
|
-
[k: string]: unknown;
|
|
25148
|
-
}
|
|
25144
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
25149
25145
|
}
|
|
25150
25146
|
}
|
|
25151
25147
|
namespace $401 {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.249.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.250.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.250.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.250.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": "fdba291d41759a2dadac70428deb9804da3ce260"
|
|
84
84
|
}
|