@mittwald/api-client 4.450.0 → 4.451.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 +1 -1
- package/dist/types/generated/v2/client.d.ts +4 -4
- package/dist/types/generated/v2/descriptors.d.ts +2 -2
- package/dist/types/generated/v2/types.d.ts +3 -3
- package/dist/types/generated/v3-next/client.d.ts +4 -4
- package/dist/types/generated/v3-next/descriptors.d.ts +2 -2
- package/dist/types/generated/v3-next/types.d.ts +3 -3
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.450.0';
|
|
@@ -2263,7 +2263,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2263
2263
|
headers?: Partial<{
|
|
2264
2264
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2265
2265
|
}>;
|
|
2266
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2266
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2267
2267
|
[x: string]: unknown;
|
|
2268
2268
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2269
2269
|
[x: string]: unknown;
|
|
@@ -2281,7 +2281,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2281
2281
|
headers?: Partial<{
|
|
2282
2282
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2283
2283
|
}>;
|
|
2284
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2284
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2285
2285
|
[x: string]: unknown;
|
|
2286
2286
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2287
2287
|
[x: string]: unknown;
|
|
@@ -2302,7 +2302,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2302
2302
|
pathParameters: {
|
|
2303
2303
|
appInstallationId: string;
|
|
2304
2304
|
};
|
|
2305
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2305
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2306
2306
|
[x: string]: unknown;
|
|
2307
2307
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2308
2308
|
[x: string]: unknown;
|
|
@@ -2316,7 +2316,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2316
2316
|
pathParameters: {
|
|
2317
2317
|
appInstallationId: string;
|
|
2318
2318
|
};
|
|
2319
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2319
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2320
2320
|
[x: string]: unknown;
|
|
2321
2321
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2322
2322
|
[x: string]: unknown;
|
|
@@ -938,8 +938,8 @@ export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Sim
|
|
|
938
938
|
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
939
939
|
export declare const appGetAppInstallationSystemSoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
940
940
|
/** Detach a staging AppInstallation from its source. */
|
|
941
|
-
export declare const appDetachAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$
|
|
941
|
+
export declare const appDetachAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
942
942
|
/** Promote a staging AppInstallation. */
|
|
943
|
-
export declare const appPromoteAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$
|
|
943
|
+
export declare const appPromoteAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
944
944
|
/** Request a staging for an AppInstallation. */
|
|
945
945
|
export declare const appRequestAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsStaging.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -4034,7 +4034,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4034
4034
|
* * `registrarNotSupported`: COAB names a registrar we do not support for migration.
|
|
4035
4035
|
* * `notOrderable`: the order service rejected the domain for a reason other than an unsupported TLD or a still-reserved domain.
|
|
4036
4036
|
* * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
|
|
4037
|
-
* * `contractDateOutOfRange`: the COAB contract's next-period date is in the
|
|
4037
|
+
* * `contractDateOutOfRange`: the COAB contract's next-period date is more than two years in the future (implausible data). A next-period date in the past is *not* rejected - the domain stays migratable and its order is billed from now.
|
|
4038
4038
|
* * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
|
|
4039
4039
|
* * `ownerContactInvalid`: the domain's owner contact data (Inhaberdaten) failed validation at the registry/domain-service (invalid characters, or a TLD-specific contact-schema rule such as no consecutive whitespaces), so the migration is rejected. `ownerContactIssues` on the domain carries the affected field(s)/rule(s).
|
|
4040
4040
|
*/
|
|
@@ -31462,7 +31462,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31462
31462
|
type Query = {};
|
|
31463
31463
|
}
|
|
31464
31464
|
namespace Responses {
|
|
31465
|
-
namespace $
|
|
31465
|
+
namespace $204 {
|
|
31466
31466
|
namespace Content {
|
|
31467
31467
|
type Empty = unknown;
|
|
31468
31468
|
}
|
|
@@ -31508,7 +31508,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31508
31508
|
type Query = {};
|
|
31509
31509
|
}
|
|
31510
31510
|
namespace Responses {
|
|
31511
|
-
namespace $
|
|
31511
|
+
namespace $204 {
|
|
31512
31512
|
namespace Content {
|
|
31513
31513
|
type Empty = unknown;
|
|
31514
31514
|
}
|
|
@@ -2263,7 +2263,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2263
2263
|
headers?: Partial<{
|
|
2264
2264
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2265
2265
|
}>;
|
|
2266
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2266
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2267
2267
|
[x: string]: unknown;
|
|
2268
2268
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2269
2269
|
[x: string]: unknown;
|
|
@@ -2281,7 +2281,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2281
2281
|
headers?: Partial<{
|
|
2282
2282
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2283
2283
|
}>;
|
|
2284
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2284
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2285
2285
|
[x: string]: unknown;
|
|
2286
2286
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2287
2287
|
[x: string]: unknown;
|
|
@@ -2302,7 +2302,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2302
2302
|
pathParameters: {
|
|
2303
2303
|
appInstallationId: string;
|
|
2304
2304
|
};
|
|
2305
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2305
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2306
2306
|
[x: string]: unknown;
|
|
2307
2307
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2308
2308
|
[x: string]: unknown;
|
|
@@ -2316,7 +2316,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2316
2316
|
pathParameters: {
|
|
2317
2317
|
appInstallationId: string;
|
|
2318
2318
|
};
|
|
2319
|
-
}, import("@mittwald/api-client-commons").Response<{},
|
|
2319
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2320
2320
|
[x: string]: unknown;
|
|
2321
2321
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2322
2322
|
[x: string]: unknown;
|
|
@@ -938,8 +938,8 @@ export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Sim
|
|
|
938
938
|
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
939
939
|
export declare const appGetAppInstallationSystemSoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdSystemSoftware.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
940
940
|
/** Detach a staging AppInstallation from its source. */
|
|
941
|
-
export declare const appDetachAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$
|
|
941
|
+
export declare const appDetachAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsDetachStaging.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
942
942
|
/** Promote a staging AppInstallation. */
|
|
943
|
-
export declare const appPromoteAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$
|
|
943
|
+
export declare const appPromoteAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsPromoteStaging.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
944
944
|
/** Request a staging for an AppInstallation. */
|
|
945
945
|
export declare const appRequestAppinstallationStaging: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextAppInstallationsAppInstallationIdActionsStaging.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -4034,7 +4034,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4034
4034
|
* * `registrarNotSupported`: COAB names a registrar we do not support for migration.
|
|
4035
4035
|
* * `notOrderable`: the order service rejected the domain for a reason other than an unsupported TLD or a still-reserved domain.
|
|
4036
4036
|
* * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
|
|
4037
|
-
* * `contractDateOutOfRange`: the COAB contract's next-period date is in the
|
|
4037
|
+
* * `contractDateOutOfRange`: the COAB contract's next-period date is more than two years in the future (implausible data). A next-period date in the past is *not* rejected - the domain stays migratable and its order is billed from now.
|
|
4038
4038
|
* * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
|
|
4039
4039
|
* * `ownerContactInvalid`: the domain's owner contact data (Inhaberdaten) failed validation at the registry/domain-service (invalid characters, or a TLD-specific contact-schema rule such as no consecutive whitespaces), so the migration is rejected. `ownerContactIssues` on the domain carries the affected field(s)/rule(s).
|
|
4040
4040
|
*/
|
|
@@ -31386,7 +31386,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31386
31386
|
type Query = {};
|
|
31387
31387
|
}
|
|
31388
31388
|
namespace Responses {
|
|
31389
|
-
namespace $
|
|
31389
|
+
namespace $204 {
|
|
31390
31390
|
namespace Content {
|
|
31391
31391
|
type Empty = unknown;
|
|
31392
31392
|
}
|
|
@@ -31432,7 +31432,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31432
31432
|
type Query = {};
|
|
31433
31433
|
}
|
|
31434
31434
|
namespace Responses {
|
|
31435
|
-
namespace $
|
|
31435
|
+
namespace $204 {
|
|
31436
31436
|
namespace Content {
|
|
31437
31437
|
type Empty = unknown;
|
|
31438
31438
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.450.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.451.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",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.451.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.451.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "d95ff3740305af5a05a915b3b5bc4c3b832490a4"
|
|
110
110
|
}
|