@mittwald/api-client 4.181.0 → 4.182.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.181.0';
|
|
@@ -3931,6 +3931,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3931
3931
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3932
3932
|
}>;
|
|
3933
3933
|
}, import("@mittwald/api-client-commons").Response<{
|
|
3934
|
+
reason?: string | undefined;
|
|
3934
3935
|
valid: boolean;
|
|
3935
3936
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3936
3937
|
[x: string]: unknown;
|
|
@@ -3959,6 +3960,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3959
3960
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3960
3961
|
}>;
|
|
3961
3962
|
}, import("@mittwald/api-client-commons").Response<{
|
|
3963
|
+
reason?: string | undefined;
|
|
3962
3964
|
valid: boolean;
|
|
3963
3965
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3964
3966
|
[x: string]: unknown;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.181.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.182.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": "87cbc213a7d35f5498a3749405a71f985e187cac"
|
|
84
84
|
}
|