@mittwald/api-client 4.173.0 → 4.174.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.173.0';
|
|
@@ -5039,16 +5039,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5039
5039
|
name: string;
|
|
5040
5040
|
value: string;
|
|
5041
5041
|
}
|
|
5042
|
-
interface LlmlocksmithLicence {
|
|
5043
|
-
containerMeta?: MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta;
|
|
5044
|
-
customerId?: string;
|
|
5045
|
-
licenceId: string;
|
|
5046
|
-
licenceKey: string;
|
|
5047
|
-
models: string[];
|
|
5048
|
-
name: string;
|
|
5049
|
-
projectId?: string;
|
|
5050
|
-
rateLimit: number;
|
|
5051
|
-
}
|
|
5052
5042
|
interface LlmlocksmithContainerMeta {
|
|
5053
5043
|
containerId?: string;
|
|
5054
5044
|
ingressId?: string;
|
|
@@ -5059,6 +5049,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5059
5049
|
displayName: string;
|
|
5060
5050
|
docLink: string;
|
|
5061
5051
|
name: string;
|
|
5052
|
+
termsOfServiceLink: string;
|
|
5053
|
+
}
|
|
5054
|
+
interface LlmlocksmithLicence {
|
|
5055
|
+
containerMeta?: MittwaldAPIV2.Components.Schemas.LlmlocksmithContainerMeta;
|
|
5056
|
+
customerId?: string;
|
|
5057
|
+
licenceId: string;
|
|
5058
|
+
licenceKey: string;
|
|
5059
|
+
models: string[];
|
|
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.173.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.174.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": "5fd6264376ab24e40ca74743d052ef5d868cbddf"
|
|
84
84
|
}
|