@mittwald/api-client 4.174.0 → 4.175.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.174.0';
|
|
@@ -5039,18 +5039,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5039
5039
|
name: string;
|
|
5040
5040
|
value: string;
|
|
5041
5041
|
}
|
|
5042
|
-
interface LlmlocksmithContainerMeta {
|
|
5043
|
-
containerId?: string;
|
|
5044
|
-
ingressId?: string;
|
|
5045
|
-
stackId?: string;
|
|
5046
|
-
status: "created" | "requested";
|
|
5047
|
-
}
|
|
5048
5042
|
interface LlmlocksmithModel {
|
|
5049
5043
|
displayName: string;
|
|
5050
5044
|
docLink: string;
|
|
5051
5045
|
name: string;
|
|
5052
5046
|
termsOfServiceLink: string;
|
|
5053
5047
|
}
|
|
5048
|
+
interface LlmlocksmithContainerMeta {
|
|
5049
|
+
containerId?: string;
|
|
5050
|
+
ingressId?: string;
|
|
5051
|
+
stackId?: string;
|
|
5052
|
+
status: "created" | "requested";
|
|
5053
|
+
}
|
|
5054
5054
|
interface LlmlocksmithLicence {
|
|
5055
5055
|
containerMeta?: MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta;
|
|
5056
5056
|
customerId?: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.174.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.175.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": "26483516fb2d514152762d59d44047297331e803"
|
|
84
84
|
}
|