@mittwald/api-client 4.173.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,15 +5039,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5039
5039
|
name: string;
|
|
5040
5040
|
value: string;
|
|
5041
5041
|
}
|
|
5042
|
-
interface
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
licenceId: string;
|
|
5046
|
-
licenceKey: string;
|
|
5047
|
-
models: string[];
|
|
5042
|
+
interface LlmlocksmithModel {
|
|
5043
|
+
displayName: string;
|
|
5044
|
+
docLink: string;
|
|
5048
5045
|
name: string;
|
|
5049
|
-
|
|
5050
|
-
rateLimit: number;
|
|
5046
|
+
termsOfServiceLink: string;
|
|
5051
5047
|
}
|
|
5052
5048
|
interface LlmlocksmithContainerMeta {
|
|
5053
5049
|
containerId?: string;
|
|
@@ -5055,10 +5051,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5055
5051
|
stackId?: string;
|
|
5056
5052
|
status: "created" | "requested";
|
|
5057
5053
|
}
|
|
5058
|
-
interface
|
|
5059
|
-
|
|
5060
|
-
|
|
5054
|
+
interface LlmlocksmithLicence {
|
|
5055
|
+
containerMeta?: MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta;
|
|
5056
|
+
customerId?: string;
|
|
5057
|
+
licenceId: string;
|
|
5058
|
+
licenceKey: string;
|
|
5059
|
+
models: string[];
|
|
5061
5060
|
name: string;
|
|
5061
|
+
projectId?: string;
|
|
5062
|
+
rateLimit: number;
|
|
5062
5063
|
}
|
|
5063
5064
|
interface CommonsAddress {
|
|
5064
5065
|
street: 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
|
}
|