@mittwald/api-client 4.320.0 → 4.322.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.321.0';
|
|
@@ -17665,6 +17665,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17665
17665
|
[x: string]: unknown;
|
|
17666
17666
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17667
17667
|
[x: string]: unknown;
|
|
17668
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17669
|
+
[x: string]: unknown;
|
|
17668
17670
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17669
17671
|
data: {
|
|
17670
17672
|
authCode?: string | undefined;
|
|
@@ -17680,6 +17682,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17680
17682
|
[x: string]: unknown;
|
|
17681
17683
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17682
17684
|
[x: string]: unknown;
|
|
17685
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17686
|
+
[x: string]: unknown;
|
|
17683
17687
|
}, 429, "application/json">>>;
|
|
17684
17688
|
/** Create an auth code for a Domains transfer-out process. */
|
|
17685
17689
|
createDomainAuthCode: (request: {
|
|
@@ -422,7 +422,7 @@ export declare const domainCancelScheduledDeletion: OpenAPIOperation<RequestType
|
|
|
422
422
|
/** Check if a Domain is available to register. */
|
|
423
423
|
export declare const domainCheckDomainRegistrability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
424
424
|
/** Check if a Domain is available to transfer. */
|
|
425
|
-
export declare const domainCheckDomainTransferability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
425
|
+
export declare const domainCheckDomainTransferability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTransferable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
426
426
|
/** Create an auth code for a Domains transfer-out process. */
|
|
427
427
|
export declare const domainCreateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
428
428
|
/** Get a Domain. */
|
|
@@ -1848,7 +1848,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1848
1848
|
*/
|
|
1849
1849
|
keyId: string;
|
|
1850
1850
|
/**
|
|
1851
|
-
*
|
|
1851
|
+
* @deprecated
|
|
1852
|
+
* This Field is deprecated. You can find the allowed models in the /ai-hosting route.
|
|
1852
1853
|
*/
|
|
1853
1854
|
models: string[];
|
|
1854
1855
|
name: string;
|
|
@@ -5936,25 +5937,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5936
5937
|
result: MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
|
|
5937
5938
|
}
|
|
5938
5939
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5939
|
-
type VerificationVerifyAddressConfidence = "EXISTS" | "UNSURE" | "NON_EXISTENT";
|
|
5940
|
-
interface VerificationVerifyAddressResponse {
|
|
5941
|
-
exists: boolean;
|
|
5942
|
-
}
|
|
5943
5940
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5944
5941
|
interface LicenseAppVersionMeta {
|
|
5945
5942
|
description: string;
|
|
5946
5943
|
}
|
|
5947
5944
|
type LicenseKind = "typo3-elts";
|
|
5948
|
-
interface LicenseKey {
|
|
5949
|
-
key: string;
|
|
5950
|
-
}
|
|
5951
5945
|
interface LicenseMeta {
|
|
5952
5946
|
appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
|
|
5953
5947
|
}
|
|
5954
|
-
interface
|
|
5955
|
-
|
|
5956
|
-
domain: "project";
|
|
5957
|
-
id: string;
|
|
5948
|
+
interface LicenseKey {
|
|
5949
|
+
key: string;
|
|
5958
5950
|
}
|
|
5959
5951
|
interface LicenseLicense {
|
|
5960
5952
|
description: string;
|
|
@@ -5966,6 +5958,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5966
5958
|
reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
|
|
5967
5959
|
volume?: number;
|
|
5968
5960
|
}
|
|
5961
|
+
interface LicenseReference {
|
|
5962
|
+
aggregate: "project";
|
|
5963
|
+
domain: "project";
|
|
5964
|
+
id: string;
|
|
5965
|
+
}
|
|
5969
5966
|
interface LicenseKeyResponse {
|
|
5970
5967
|
keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
|
|
5971
5968
|
}
|
|
@@ -5984,6 +5981,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5984
5981
|
majorVersion: number;
|
|
5985
5982
|
projectId: string;
|
|
5986
5983
|
};
|
|
5984
|
+
interface OrderLicenseOrderPreviewResponse {
|
|
5985
|
+
totalPrice: number;
|
|
5986
|
+
}
|
|
5987
5987
|
type OrderLicenseOrderPreview = {
|
|
5988
5988
|
/**
|
|
5989
5989
|
* Describe for which typo3 instance the license will be used.
|
|
@@ -5995,9 +5995,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5995
5995
|
*/
|
|
5996
5996
|
majorVersion: number;
|
|
5997
5997
|
};
|
|
5998
|
-
interface OrderLicenseOrderPreviewResponse {
|
|
5999
|
-
totalPrice: number;
|
|
6000
|
-
}
|
|
6001
5998
|
interface CommonsAddress {
|
|
6002
5999
|
street: string;
|
|
6003
6000
|
houseNumber: string;
|
|
@@ -16969,6 +16966,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16969
16966
|
}
|
|
16970
16967
|
}
|
|
16971
16968
|
}
|
|
16969
|
+
namespace $412 {
|
|
16970
|
+
namespace Content {
|
|
16971
|
+
interface ApplicationJson {
|
|
16972
|
+
[k: string]: unknown;
|
|
16973
|
+
}
|
|
16974
|
+
}
|
|
16975
|
+
}
|
|
16972
16976
|
namespace $429 {
|
|
16973
16977
|
namespace Content {
|
|
16974
16978
|
interface ApplicationJson {
|
|
@@ -29107,7 +29111,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29107
29111
|
interface RequestBody {
|
|
29108
29112
|
city: string;
|
|
29109
29113
|
/**
|
|
29110
|
-
*
|
|
29114
|
+
* The country format should be ISO 3166-2 Alpha 2 Country Code.
|
|
29111
29115
|
*/
|
|
29112
29116
|
country: string;
|
|
29113
29117
|
/**
|
|
@@ -29122,7 +29126,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29122
29126
|
namespace Responses {
|
|
29123
29127
|
namespace $200 {
|
|
29124
29128
|
namespace Content {
|
|
29125
|
-
|
|
29129
|
+
interface ApplicationJson {
|
|
29130
|
+
exists: boolean;
|
|
29131
|
+
}
|
|
29126
29132
|
}
|
|
29127
29133
|
}
|
|
29128
29134
|
namespace $400 {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.321.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.322.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.322.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.322.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": "a1dae705fe2cafbb4ef178df9aaa5206ec38d0c1"
|
|
84
84
|
}
|