@mittwald/api-client 4.376.0 → 4.377.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.376.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 {
|
|
@@ -7355,6 +7355,72 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7355
7355
|
}
|
|
7356
7356
|
}
|
|
7357
7357
|
}
|
|
7358
|
+
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
7359
|
+
namespace Post {
|
|
7360
|
+
namespace Parameters {
|
|
7361
|
+
type Path = {
|
|
7362
|
+
projectId: string;
|
|
7363
|
+
keyId: string;
|
|
7364
|
+
};
|
|
7365
|
+
interface RequestBody {
|
|
7366
|
+
containerId: string;
|
|
7367
|
+
ingressId: string;
|
|
7368
|
+
stackId: string;
|
|
7369
|
+
}
|
|
7370
|
+
type Header = {};
|
|
7371
|
+
type Query = {};
|
|
7372
|
+
}
|
|
7373
|
+
namespace Responses {
|
|
7374
|
+
namespace $204 {
|
|
7375
|
+
namespace Content {
|
|
7376
|
+
type Empty = unknown;
|
|
7377
|
+
}
|
|
7378
|
+
}
|
|
7379
|
+
namespace $400 {
|
|
7380
|
+
namespace Content {
|
|
7381
|
+
interface ApplicationJson {
|
|
7382
|
+
[k: string]: unknown;
|
|
7383
|
+
}
|
|
7384
|
+
}
|
|
7385
|
+
}
|
|
7386
|
+
namespace $403 {
|
|
7387
|
+
namespace Content {
|
|
7388
|
+
interface ApplicationJson {
|
|
7389
|
+
[k: string]: unknown;
|
|
7390
|
+
}
|
|
7391
|
+
}
|
|
7392
|
+
}
|
|
7393
|
+
namespace $404 {
|
|
7394
|
+
namespace Content {
|
|
7395
|
+
interface ApplicationJson {
|
|
7396
|
+
[k: string]: unknown;
|
|
7397
|
+
}
|
|
7398
|
+
}
|
|
7399
|
+
}
|
|
7400
|
+
namespace $412 {
|
|
7401
|
+
namespace Content {
|
|
7402
|
+
interface ApplicationJson {
|
|
7403
|
+
[k: string]: unknown;
|
|
7404
|
+
}
|
|
7405
|
+
}
|
|
7406
|
+
}
|
|
7407
|
+
namespace $429 {
|
|
7408
|
+
namespace Content {
|
|
7409
|
+
interface ApplicationJson {
|
|
7410
|
+
[k: string]: unknown;
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7413
|
+
}
|
|
7414
|
+
namespace Default {
|
|
7415
|
+
namespace Content {
|
|
7416
|
+
interface ApplicationJson {
|
|
7417
|
+
[k: string]: unknown;
|
|
7418
|
+
}
|
|
7419
|
+
}
|
|
7420
|
+
}
|
|
7421
|
+
}
|
|
7422
|
+
}
|
|
7423
|
+
}
|
|
7358
7424
|
namespace V2AppsAppId {
|
|
7359
7425
|
namespace Get {
|
|
7360
7426
|
namespace Parameters {
|
|
@@ -30219,71 +30285,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
30219
30285
|
}
|
|
30220
30286
|
}
|
|
30221
30287
|
}
|
|
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
30288
|
}
|
|
30289
30289
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.376.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.377.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.377.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.377.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": "eb12c180c191bf800d099d70df8b69801266b281"
|
|
84
84
|
}
|