@mittwald/api-client 4.376.0 → 4.378.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.
|
@@ -94,6 +94,12 @@ export const aiHostingProjectGetUsage = {
|
|
|
94
94
|
method: "GET",
|
|
95
95
|
operationId: "ai-hosting-project-get-usage",
|
|
96
96
|
};
|
|
97
|
+
/** Links a container with a project licence. */
|
|
98
|
+
export const aiHostingProjectLinkContainer = {
|
|
99
|
+
path: "/v2/projects/{projectId}/ai-hosting-keys/{keyId}/actions/link-container",
|
|
100
|
+
method: "POST",
|
|
101
|
+
operationId: "ai-hosting-project-link-container",
|
|
102
|
+
};
|
|
97
103
|
/** Get an App. */
|
|
98
104
|
export const appGetApp = {
|
|
99
105
|
path: "/v2/apps/{appId}",
|
|
@@ -2776,9 +2782,3 @@ export const verificationVerifyCompany = {
|
|
|
2776
2782
|
method: "POST",
|
|
2777
2783
|
operationId: "verification-verify-company",
|
|
2778
2784
|
};
|
|
2779
|
-
/** Links a container with a project licence. */
|
|
2780
|
-
export const aiHostingProjectLinkContainer = {
|
|
2781
|
-
path: "/v2/projects/{projectId}/ai-hosting-keys/{keyId}/actions/link-container",
|
|
2782
|
-
method: "POST",
|
|
2783
|
-
operationId: "ai-hosting-project-link-container",
|
|
2784
|
-
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.377.0';
|
|
@@ -35,6 +35,8 @@ export declare const aiHostingProjectDeleteKey: OpenAPIOperation<RequestType<Sim
|
|
|
35
35
|
export declare const aiHostingProjectGetDetailedModels: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingModels.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
36
36
|
/** Get ai hosting plan and usages of a project. Same as the customer route, but less details. */
|
|
37
37
|
export declare const aiHostingProjectGetUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHosting.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
38
|
+
/** Links a container with a project licence. */
|
|
39
|
+
export declare const aiHostingProjectLinkContainer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
38
40
|
/** Get an App. */
|
|
39
41
|
export declare const appGetApp: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
40
42
|
/** Get an AppInstallation. */
|
|
@@ -929,5 +931,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
929
931
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
930
932
|
/** Check if a company exists. */
|
|
931
933
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
932
|
-
/** Links a container with a project licence. */
|
|
933
|
-
export declare const aiHostingProjectLinkContainer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -66,6 +66,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
66
66
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetUsage>;
|
|
67
67
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetUsage, TStatus>;
|
|
68
68
|
}
|
|
69
|
+
namespace AiHostingProjectLinkContainer {
|
|
70
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
|
|
71
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
|
|
72
|
+
}
|
|
69
73
|
namespace AppGetApp {
|
|
70
74
|
type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
|
|
71
75
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
|
|
@@ -1854,10 +1858,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1854
1858
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1855
1859
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1856
1860
|
}
|
|
1857
|
-
namespace AiHostingProjectLinkContainer {
|
|
1858
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
|
|
1859
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
|
|
1860
|
-
}
|
|
1861
1861
|
}
|
|
1862
1862
|
namespace Components {
|
|
1863
1863
|
namespace Schemas {
|
|
@@ -1872,6 +1872,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1872
1872
|
activeAt: string;
|
|
1873
1873
|
displayName: string;
|
|
1874
1874
|
docLink: string;
|
|
1875
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1875
1876
|
name: string;
|
|
1876
1877
|
removalAt?: string;
|
|
1877
1878
|
replacesModelName?: string;
|
|
@@ -1908,6 +1909,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1908
1909
|
interface AihostingModel {
|
|
1909
1910
|
displayName: string;
|
|
1910
1911
|
docLink: string;
|
|
1912
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1911
1913
|
name: string;
|
|
1912
1914
|
termsOfServiceLink: string;
|
|
1913
1915
|
tokenFactor: number;
|
|
@@ -1941,6 +1943,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1941
1943
|
activeAt: string;
|
|
1942
1944
|
displayName: string;
|
|
1943
1945
|
docLink: string;
|
|
1946
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1944
1947
|
name: string;
|
|
1945
1948
|
removalAt?: string;
|
|
1946
1949
|
replacesModelName?: string;
|
|
@@ -7355,6 +7358,72 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7355
7358
|
}
|
|
7356
7359
|
}
|
|
7357
7360
|
}
|
|
7361
|
+
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
7362
|
+
namespace Post {
|
|
7363
|
+
namespace Parameters {
|
|
7364
|
+
type Path = {
|
|
7365
|
+
projectId: string;
|
|
7366
|
+
keyId: string;
|
|
7367
|
+
};
|
|
7368
|
+
interface RequestBody {
|
|
7369
|
+
containerId: string;
|
|
7370
|
+
ingressId: string;
|
|
7371
|
+
stackId: string;
|
|
7372
|
+
}
|
|
7373
|
+
type Header = {};
|
|
7374
|
+
type Query = {};
|
|
7375
|
+
}
|
|
7376
|
+
namespace Responses {
|
|
7377
|
+
namespace $204 {
|
|
7378
|
+
namespace Content {
|
|
7379
|
+
type Empty = unknown;
|
|
7380
|
+
}
|
|
7381
|
+
}
|
|
7382
|
+
namespace $400 {
|
|
7383
|
+
namespace Content {
|
|
7384
|
+
interface ApplicationJson {
|
|
7385
|
+
[k: string]: unknown;
|
|
7386
|
+
}
|
|
7387
|
+
}
|
|
7388
|
+
}
|
|
7389
|
+
namespace $403 {
|
|
7390
|
+
namespace Content {
|
|
7391
|
+
interface ApplicationJson {
|
|
7392
|
+
[k: string]: unknown;
|
|
7393
|
+
}
|
|
7394
|
+
}
|
|
7395
|
+
}
|
|
7396
|
+
namespace $404 {
|
|
7397
|
+
namespace Content {
|
|
7398
|
+
interface ApplicationJson {
|
|
7399
|
+
[k: string]: unknown;
|
|
7400
|
+
}
|
|
7401
|
+
}
|
|
7402
|
+
}
|
|
7403
|
+
namespace $412 {
|
|
7404
|
+
namespace Content {
|
|
7405
|
+
interface ApplicationJson {
|
|
7406
|
+
[k: string]: unknown;
|
|
7407
|
+
}
|
|
7408
|
+
}
|
|
7409
|
+
}
|
|
7410
|
+
namespace $429 {
|
|
7411
|
+
namespace Content {
|
|
7412
|
+
interface ApplicationJson {
|
|
7413
|
+
[k: string]: unknown;
|
|
7414
|
+
}
|
|
7415
|
+
}
|
|
7416
|
+
}
|
|
7417
|
+
namespace Default {
|
|
7418
|
+
namespace Content {
|
|
7419
|
+
interface ApplicationJson {
|
|
7420
|
+
[k: string]: unknown;
|
|
7421
|
+
}
|
|
7422
|
+
}
|
|
7423
|
+
}
|
|
7424
|
+
}
|
|
7425
|
+
}
|
|
7426
|
+
}
|
|
7358
7427
|
namespace V2AppsAppId {
|
|
7359
7428
|
namespace Get {
|
|
7360
7429
|
namespace Parameters {
|
|
@@ -30219,71 +30288,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
30219
30288
|
}
|
|
30220
30289
|
}
|
|
30221
30290
|
}
|
|
30222
|
-
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
30223
|
-
namespace Post {
|
|
30224
|
-
namespace Parameters {
|
|
30225
|
-
type Path = {
|
|
30226
|
-
projectId: string;
|
|
30227
|
-
keyId: string;
|
|
30228
|
-
};
|
|
30229
|
-
interface RequestBody {
|
|
30230
|
-
containerId: string;
|
|
30231
|
-
ingressId: string;
|
|
30232
|
-
stackId: string;
|
|
30233
|
-
}
|
|
30234
|
-
type Header = {};
|
|
30235
|
-
type Query = {};
|
|
30236
|
-
}
|
|
30237
|
-
namespace Responses {
|
|
30238
|
-
namespace $204 {
|
|
30239
|
-
namespace Content {
|
|
30240
|
-
type Empty = unknown;
|
|
30241
|
-
}
|
|
30242
|
-
}
|
|
30243
|
-
namespace $400 {
|
|
30244
|
-
namespace Content {
|
|
30245
|
-
interface ApplicationJson {
|
|
30246
|
-
[k: string]: unknown;
|
|
30247
|
-
}
|
|
30248
|
-
}
|
|
30249
|
-
}
|
|
30250
|
-
namespace $403 {
|
|
30251
|
-
namespace Content {
|
|
30252
|
-
interface ApplicationJson {
|
|
30253
|
-
[k: string]: unknown;
|
|
30254
|
-
}
|
|
30255
|
-
}
|
|
30256
|
-
}
|
|
30257
|
-
namespace $404 {
|
|
30258
|
-
namespace Content {
|
|
30259
|
-
interface ApplicationJson {
|
|
30260
|
-
[k: string]: unknown;
|
|
30261
|
-
}
|
|
30262
|
-
}
|
|
30263
|
-
}
|
|
30264
|
-
namespace $412 {
|
|
30265
|
-
namespace Content {
|
|
30266
|
-
interface ApplicationJson {
|
|
30267
|
-
[k: string]: unknown;
|
|
30268
|
-
}
|
|
30269
|
-
}
|
|
30270
|
-
}
|
|
30271
|
-
namespace $429 {
|
|
30272
|
-
namespace Content {
|
|
30273
|
-
interface ApplicationJson {
|
|
30274
|
-
[k: string]: unknown;
|
|
30275
|
-
}
|
|
30276
|
-
}
|
|
30277
|
-
}
|
|
30278
|
-
namespace Default {
|
|
30279
|
-
namespace Content {
|
|
30280
|
-
interface ApplicationJson {
|
|
30281
|
-
[k: string]: unknown;
|
|
30282
|
-
}
|
|
30283
|
-
}
|
|
30284
|
-
}
|
|
30285
|
-
}
|
|
30286
|
-
}
|
|
30287
|
-
}
|
|
30288
30291
|
}
|
|
30289
30292
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.377.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.378.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.378.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.378.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": "c5a5646b967940a9aabf38c3118e892eb7e64e2d"
|
|
84
84
|
}
|