@mittwald/api-client 4.397.0 → 4.399.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/generated/v2/client-react.js +2 -0
- package/dist/esm/generated/v2/client.js +2 -0
- package/dist/esm/generated/v2/descriptors.js +6 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +9 -0
- package/dist/types/generated/v2/client.d.ts +47 -0
- package/dist/types/generated/v2/descriptors.d.ts +2 -0
- package/dist/types/generated/v2/types.d.ts +136 -38
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -296,6 +296,8 @@ const buildDomainApi = (baseClient) => ({
|
|
|
296
296
|
listTldContactSchemas: new ApiCallAsyncResourceFactory(descriptors.domainListTldContactSchemas, baseClient.domain.listTldContactSchemas).getApiResource,
|
|
297
297
|
/** List TLDs. */
|
|
298
298
|
listTlds: new ApiCallAsyncResourceFactory(descriptors.domainListTlds, baseClient.domain.listTlds).getApiResource,
|
|
299
|
+
/** List Domain-Migrations belonging to a Project. */
|
|
300
|
+
migrationListMigrationsByProjectId: new ApiCallAsyncResourceFactory(descriptors.domainMigrationListMigrationsByProjectId, baseClient.domain.migrationListMigrationsByProjectId).getApiResource,
|
|
299
301
|
/** Suggest a list of domains based on a prompt using AI. */
|
|
300
302
|
suggest: new ApiCallAsyncResourceFactory(descriptors.domainSuggest, baseClient.domain.suggest).getApiResource,
|
|
301
303
|
/** List Ingresses. */
|
|
@@ -605,6 +605,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
605
605
|
listTldContactSchemas: this.requestFunctionFactory(descriptors.domainListTldContactSchemas),
|
|
606
606
|
/** List TLDs. */
|
|
607
607
|
listTlds: this.requestFunctionFactory(descriptors.domainListTlds),
|
|
608
|
+
/** List Domain-Migrations belonging to a Project. */
|
|
609
|
+
migrationListMigrationsByProjectId: this.requestFunctionFactory(descriptors.domainMigrationListMigrationsByProjectId),
|
|
608
610
|
/** Resends a Contact-Verification email. */
|
|
609
611
|
resendContactVerificationEmail: this.requestFunctionFactory(descriptors.domainResendContactVerificationEmail),
|
|
610
612
|
/** Resend a Domain email. */
|
|
@@ -1378,6 +1378,12 @@ export const domainListTlds = {
|
|
|
1378
1378
|
method: "GET",
|
|
1379
1379
|
operationId: "domain-list-tlds",
|
|
1380
1380
|
};
|
|
1381
|
+
/** List Domain-Migrations belonging to a Project. */
|
|
1382
|
+
export const domainMigrationListMigrationsByProjectId = {
|
|
1383
|
+
path: "/v2/projects/{projectId}/domain-migrations",
|
|
1384
|
+
method: "GET",
|
|
1385
|
+
operationId: "domain-migration-list-migrations-by-project-id",
|
|
1386
|
+
};
|
|
1381
1387
|
/** Resends a Contact-Verification email. */
|
|
1382
1388
|
export const domainResendContactVerificationEmail = {
|
|
1383
1389
|
path: "/v2/contact-verifications/{contactVerificationId}/actions/resend-contact-verification-email",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.398.1';
|
|
@@ -1535,6 +1535,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1535
1535
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1536
1536
|
extensionId?: string | undefined;
|
|
1537
1537
|
extensionInstanceId?: string | undefined;
|
|
1538
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
1538
1539
|
limit?: number | undefined;
|
|
1539
1540
|
skip?: number | undefined;
|
|
1540
1541
|
page?: number | undefined;
|
|
@@ -2277,6 +2278,14 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2277
2278
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2278
2279
|
} | undefined;
|
|
2279
2280
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[]>;
|
|
2281
|
+
/** List Domain-Migrations belonging to a Project. */
|
|
2282
|
+
migrationListMigrationsByProjectId: (conf: {
|
|
2283
|
+
projectId: string;
|
|
2284
|
+
headers?: {
|
|
2285
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2286
|
+
"x-access-token"?: string | undefined;
|
|
2287
|
+
} | undefined;
|
|
2288
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[]>;
|
|
2280
2289
|
/** Suggest a list of domains based on a prompt using AI. */
|
|
2281
2290
|
suggest: (conf: {
|
|
2282
2291
|
queryParameters: {
|
|
@@ -11639,6 +11639,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11639
11639
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11640
11640
|
extensionId?: string | undefined;
|
|
11641
11641
|
extensionInstanceId?: string | undefined;
|
|
11642
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
11642
11643
|
limit?: number | undefined;
|
|
11643
11644
|
skip?: number | undefined;
|
|
11644
11645
|
page?: number | undefined;
|
|
@@ -11657,6 +11658,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11657
11658
|
queryParameters: {
|
|
11658
11659
|
extensionId?: string | undefined;
|
|
11659
11660
|
extensionInstanceId?: string | undefined;
|
|
11661
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
11660
11662
|
limit?: number | undefined;
|
|
11661
11663
|
skip?: number | undefined;
|
|
11662
11664
|
page?: number | undefined;
|
|
@@ -11685,6 +11687,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11685
11687
|
queryParameters: {
|
|
11686
11688
|
extensionId?: string | undefined;
|
|
11687
11689
|
extensionInstanceId?: string | undefined;
|
|
11690
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
11688
11691
|
limit?: number | undefined;
|
|
11689
11692
|
skip?: number | undefined;
|
|
11690
11693
|
page?: number | undefined;
|
|
@@ -19080,6 +19083,50 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19080
19083
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19081
19084
|
[x: string]: unknown;
|
|
19082
19085
|
}, 429, "application/json">>>;
|
|
19086
|
+
/** List Domain-Migrations belonging to a Project. */
|
|
19087
|
+
migrationListMigrationsByProjectId: (request: {
|
|
19088
|
+
projectId: string;
|
|
19089
|
+
headers?: {
|
|
19090
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19091
|
+
"x-access-token"?: string | undefined;
|
|
19092
|
+
} | undefined;
|
|
19093
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19094
|
+
headers?: Partial<{
|
|
19095
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19096
|
+
}>;
|
|
19097
|
+
} & {
|
|
19098
|
+
pathParameters: {
|
|
19099
|
+
projectId: string;
|
|
19100
|
+
};
|
|
19101
|
+
} & {
|
|
19102
|
+
headers: {
|
|
19103
|
+
"x-access-token"?: string | undefined;
|
|
19104
|
+
} & Partial<{
|
|
19105
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19106
|
+
}>;
|
|
19107
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19108
|
+
[x: string]: unknown;
|
|
19109
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19110
|
+
[x: string]: unknown;
|
|
19111
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19112
|
+
headers?: Partial<{
|
|
19113
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19114
|
+
}>;
|
|
19115
|
+
} & {
|
|
19116
|
+
pathParameters: {
|
|
19117
|
+
projectId: string;
|
|
19118
|
+
};
|
|
19119
|
+
} & {
|
|
19120
|
+
headers: {
|
|
19121
|
+
"x-access-token"?: string | undefined;
|
|
19122
|
+
} & Partial<{
|
|
19123
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19124
|
+
}>;
|
|
19125
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19126
|
+
[x: string]: unknown;
|
|
19127
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19128
|
+
[x: string]: unknown;
|
|
19129
|
+
}, 429, "application/json">>>;
|
|
19083
19130
|
/** Resends a Contact-Verification email. */
|
|
19084
19131
|
resendContactVerificationEmail: (request: {
|
|
19085
19132
|
contactVerificationId: string;
|
|
@@ -463,6 +463,8 @@ export declare const domainListContactVerifications: OpenAPIOperation<RequestTyp
|
|
|
463
463
|
export declare const domainListTldContactSchemas: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
464
464
|
/** List TLDs. */
|
|
465
465
|
export declare const domainListTlds: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
466
|
+
/** List Domain-Migrations belonging to a Project. */
|
|
467
|
+
export declare const domainMigrationListMigrationsByProjectId: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
466
468
|
/** Resends a Contact-Verification email. */
|
|
467
469
|
export declare const domainResendContactVerificationEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
468
470
|
/** Resend a Domain email. */
|
|
@@ -922,6 +922,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
922
922
|
type RequestData = InferredRequestData<typeof descriptors.domainListTlds>;
|
|
923
923
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTlds, TStatus>;
|
|
924
924
|
}
|
|
925
|
+
namespace DomainMigrationListMigrationsByProjectId {
|
|
926
|
+
type RequestData = InferredRequestData<typeof descriptors.domainMigrationListMigrationsByProjectId>;
|
|
927
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationListMigrationsByProjectId, TStatus>;
|
|
928
|
+
}
|
|
925
929
|
namespace DomainResendContactVerificationEmail {
|
|
926
930
|
type RequestData = InferredRequestData<typeof descriptors.domainResendContactVerificationEmail>;
|
|
927
931
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainResendContactVerificationEmail, TStatus>;
|
|
@@ -3914,14 +3918,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3914
3918
|
}
|
|
3915
3919
|
type DomainmigrationDNSRecordType = "A" | "AAAA" | "TXT" | "MX" | "CNAME" | "SRV" | "CAA" | "NS";
|
|
3916
3920
|
/**
|
|
3917
|
-
* Typed reason a domain cannot be migrated
|
|
3921
|
+
* Typed reason a domain cannot be migrated:
|
|
3922
|
+
*
|
|
3923
|
+
* * `needEpp`: the domain owner's phone number is not EPP/RFC 5733 conformant at the registry and cannot be reformatted, so the migration is rejected.
|
|
3924
|
+
* * `tldNotSupported`: the domain's TLD is not supported for migration (also used when the registry article for the domain was not found).
|
|
3925
|
+
* * `tldNotMigratable`: the domain's TLD is supported in general, but migration is not currently possible for this TLD.
|
|
3926
|
+
* * `premiumDomain`: the domain is a premium domain, which is not supported yet.
|
|
3927
|
+
* * `registrarNotSupported`: COAB names a registrar we do not support for migration.
|
|
3928
|
+
* * `notOrderable`: the order service rejected the domain for a reason other than an unsupported TLD or a still-reserved domain.
|
|
3929
|
+
* * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
|
|
3930
|
+
* * `contractDateOutOfRange`: the COAB contract's next-period date is in the past or more than two years in the future.
|
|
3931
|
+
* * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
|
|
3918
3932
|
*/
|
|
3919
|
-
type DomainmigrationDomainNotMigratableReason = "
|
|
3920
|
-
interface DomainmigrationDomainNotMigratableReasons {
|
|
3921
|
-
reasonCodes: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
|
|
3922
|
-
}
|
|
3933
|
+
type DomainmigrationDomainNotMigratableReason = "needEpp" | "tldNotSupported" | "tldNotMigratable" | "premiumDomain" | "registrarNotSupported" | "notOrderable" | "insufficientState" | "contractDateOutOfRange" | "invalidDomainName";
|
|
3923
3934
|
/**
|
|
3924
|
-
* A non-migratable-domain failure: one selected domain cannot be migrated. type is always
|
|
3935
|
+
* A non-migratable-domain failure: one selected domain cannot be migrated. type is always domainNotMigratable, path is the affected domain, and context.reason carries the typed reason code.
|
|
3925
3936
|
*/
|
|
3926
3937
|
interface DomainmigrationDomainNotMigratableValidationError {
|
|
3927
3938
|
context: {
|
|
@@ -3934,14 +3945,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3934
3945
|
*/
|
|
3935
3946
|
path: string;
|
|
3936
3947
|
/**
|
|
3937
|
-
* Discriminator for this branch; always
|
|
3948
|
+
* Discriminator for this branch; always domainNotMigratable.
|
|
3938
3949
|
*/
|
|
3939
|
-
type: "
|
|
3950
|
+
type: "domainNotMigratable";
|
|
3940
3951
|
}
|
|
3941
3952
|
interface DomainmigrationMigratableDomain {
|
|
3942
3953
|
hostname: string;
|
|
3943
3954
|
migratable: true;
|
|
3944
3955
|
migrationData: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationData;
|
|
3956
|
+
warnings?: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainMigrationWarning[];
|
|
3945
3957
|
}
|
|
3946
3958
|
interface DomainmigrationMigrationData {
|
|
3947
3959
|
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
@@ -3958,8 +3970,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3958
3970
|
}
|
|
3959
3971
|
interface DomainmigrationNonMigratableDomain {
|
|
3960
3972
|
hostname: string;
|
|
3961
|
-
issues: MittwaldAPIV2.Components.Schemas.
|
|
3973
|
+
issues: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
|
|
3962
3974
|
migratable: false;
|
|
3975
|
+
warnings?: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainMigrationWarning[];
|
|
3963
3976
|
}
|
|
3964
3977
|
interface DomainmigrationSubdomain {
|
|
3965
3978
|
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
@@ -4242,7 +4255,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4242
4255
|
id: string;
|
|
4243
4256
|
kind: "extensionAddedToContext" | "instanceUpdated" | "secretRotated" | "instanceRemovedFromContext";
|
|
4244
4257
|
nextScheduledExecution?: string;
|
|
4245
|
-
state:
|
|
4258
|
+
state: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState;
|
|
4246
4259
|
}
|
|
4247
4260
|
interface MarketplaceExtensionSecret {
|
|
4248
4261
|
secretId: string;
|
|
@@ -5861,33 +5874,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5861
5874
|
}
|
|
5862
5875
|
type PolicyPolicy = string;
|
|
5863
5876
|
interface ActivitylogAppInstallationCopyRequested {
|
|
5864
|
-
changes: {
|
|
5865
|
-
after?: {
|
|
5866
|
-
appId: string;
|
|
5867
|
-
sourceAppInstallationId: string;
|
|
5868
|
-
};
|
|
5869
|
-
before?: {
|
|
5870
|
-
appId?: string | null;
|
|
5871
|
-
sourceAppInstallationId?: string | null;
|
|
5872
|
-
};
|
|
5873
|
-
};
|
|
5874
5877
|
name: "app.copy-requested";
|
|
5878
|
+
parameters: {
|
|
5879
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5880
|
+
sourceAppInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5881
|
+
};
|
|
5875
5882
|
}
|
|
5876
5883
|
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
5877
5884
|
changes: {
|
|
5878
5885
|
after?: {
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
5882
|
-
};
|
|
5886
|
+
softwareVersion?: string;
|
|
5887
|
+
} | null;
|
|
5883
5888
|
before?: {
|
|
5884
|
-
software?: string;
|
|
5885
5889
|
softwareVersion?: string;
|
|
5886
|
-
|
|
5887
|
-
};
|
|
5890
|
+
} | null;
|
|
5888
5891
|
};
|
|
5889
|
-
name: "app.systemsoftware-set"
|
|
5890
|
-
parameters
|
|
5892
|
+
name: "app.systemsoftware-set";
|
|
5893
|
+
parameters: {
|
|
5891
5894
|
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5892
5895
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5893
5896
|
};
|
|
@@ -5895,15 +5898,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5895
5898
|
interface ActivitylogAppInstallationAppVersionSet {
|
|
5896
5899
|
changes: {
|
|
5897
5900
|
after?: {
|
|
5898
|
-
|
|
5899
|
-
appVersionId: string;
|
|
5901
|
+
version: string;
|
|
5900
5902
|
};
|
|
5901
5903
|
before?: {
|
|
5902
|
-
|
|
5903
|
-
appVersionId?: string | null;
|
|
5904
|
+
version?: string | null;
|
|
5904
5905
|
};
|
|
5905
5906
|
};
|
|
5906
5907
|
name: "app.version-set";
|
|
5908
|
+
parameters: {
|
|
5909
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5910
|
+
};
|
|
5907
5911
|
}
|
|
5908
5912
|
interface ActivitylogDatabaseCreated {
|
|
5909
5913
|
changes: {
|
|
@@ -5920,6 +5924,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5920
5924
|
};
|
|
5921
5925
|
name: "database.mysql-created" | "database.redis-created";
|
|
5922
5926
|
parameters: {
|
|
5927
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5923
5928
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5924
5929
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5925
5930
|
};
|
|
@@ -5928,6 +5933,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5928
5933
|
changes: {};
|
|
5929
5934
|
name: "database.mysql-deleted" | "database.redis-deleted";
|
|
5930
5935
|
parameters: {
|
|
5936
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5931
5937
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5932
5938
|
};
|
|
5933
5939
|
}
|
|
@@ -5942,6 +5948,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5942
5948
|
};
|
|
5943
5949
|
name: "database.mysql-description-set" | "database.redis-description-set";
|
|
5944
5950
|
parameters: {
|
|
5951
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5945
5952
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5946
5953
|
};
|
|
5947
5954
|
}
|
|
@@ -5965,18 +5972,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5965
5972
|
description: string;
|
|
5966
5973
|
externalAccess: boolean;
|
|
5967
5974
|
name: string;
|
|
5968
|
-
|
|
5975
|
+
permissionsRead: boolean;
|
|
5976
|
+
permissionsWrite: boolean;
|
|
5969
5977
|
};
|
|
5970
5978
|
before?: {
|
|
5971
5979
|
description?: string | null;
|
|
5972
5980
|
externalAccess?: boolean | null;
|
|
5973
5981
|
name?: string | null;
|
|
5974
|
-
|
|
5982
|
+
permissionsRead?: boolean | null;
|
|
5983
|
+
permissionsWrite?: boolean | null;
|
|
5975
5984
|
};
|
|
5976
5985
|
};
|
|
5977
5986
|
name: "database.mysql-user-created";
|
|
5978
5987
|
parameters: {
|
|
5979
5988
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5989
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5980
5990
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5981
5991
|
};
|
|
5982
5992
|
}
|
|
@@ -5985,6 +5995,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5985
5995
|
name: "database.mysql-user-deleted";
|
|
5986
5996
|
parameters: {
|
|
5987
5997
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5998
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5988
5999
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5989
6000
|
};
|
|
5990
6001
|
}
|
|
@@ -5993,17 +6004,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5993
6004
|
after?: {
|
|
5994
6005
|
description: string;
|
|
5995
6006
|
externalAccess: boolean;
|
|
5996
|
-
|
|
6007
|
+
permissionsRead: boolean;
|
|
6008
|
+
permissionsWrite: boolean;
|
|
5997
6009
|
};
|
|
5998
6010
|
before?: {
|
|
5999
6011
|
description: string | null;
|
|
6000
6012
|
externalAccess: boolean | null;
|
|
6001
|
-
|
|
6013
|
+
permissionsRead: boolean;
|
|
6014
|
+
permissionsWrite: boolean;
|
|
6002
6015
|
};
|
|
6003
6016
|
};
|
|
6004
6017
|
name: "database.mysql-user-updated";
|
|
6005
6018
|
parameters: {
|
|
6006
6019
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6020
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6007
6021
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6008
6022
|
};
|
|
6009
6023
|
}
|
|
@@ -6211,7 +6225,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6211
6225
|
name: string;
|
|
6212
6226
|
}
|
|
6213
6227
|
interface ActivitylogLogEntry {
|
|
6214
|
-
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6228
|
+
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6215
6229
|
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6216
6230
|
dateTime: string;
|
|
6217
6231
|
/**
|
|
@@ -6242,6 +6256,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6242
6256
|
customerMeta: {
|
|
6243
6257
|
id: string;
|
|
6244
6258
|
};
|
|
6259
|
+
deletionRequested: boolean;
|
|
6245
6260
|
description: string;
|
|
6246
6261
|
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
6247
6262
|
disabledAt?: string;
|
|
@@ -6262,6 +6277,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6262
6277
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
6263
6278
|
serverGroupId: string;
|
|
6264
6279
|
serverId?: string;
|
|
6280
|
+
serverShortId?: string;
|
|
6265
6281
|
shortId: string;
|
|
6266
6282
|
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
6267
6283
|
statusSetAt: string;
|
|
@@ -6827,6 +6843,48 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6827
6843
|
}
|
|
6828
6844
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6829
6845
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6846
|
+
type MarketplaceExtensionInstanceWebhookExecutionState = "running" | "queued" | "halted" | "failed" | "successful";
|
|
6847
|
+
/**
|
|
6848
|
+
* A non-blocking finding on an otherwise migratable domain: the domain migrates, but the named subject is skipped.
|
|
6849
|
+
*/
|
|
6850
|
+
interface DomainmigrationDomainMigrationWarning {
|
|
6851
|
+
reason: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainMigrationWarningReason;
|
|
6852
|
+
/**
|
|
6853
|
+
* The affected COAB entity, e.g. the skipped wildcard subdomain hostname.
|
|
6854
|
+
*/
|
|
6855
|
+
subject: string;
|
|
6856
|
+
}
|
|
6857
|
+
/**
|
|
6858
|
+
* Typed non-blocking migration warning: the domain migrates, but the named subject (`warnings[].subject`) needs attention during migration.
|
|
6859
|
+
*
|
|
6860
|
+
* * `subdomainInvalidIngressHostname`: a non-CNAME subdomain (provisioned as an ingress) does not match the `idn-hostname` format (e.g. a wildcard `*.example.de`); it is skipped and the rest of the domain migrates.
|
|
6861
|
+
* * `subdomainInvalidDnsName`: a CNAME subdomain (provisioned as a DNS subzone) does not match the `idn-dnsname` format; it is skipped and the rest of the domain migrates.
|
|
6862
|
+
* * `subdomainNsRecordsOverridden`: a subdomain carries its own NS records that differ from the domain's nameservers; per-subdomain delegation is not supported, so those NS records are dropped and the subdomain is served from the domain's nameservers (the rest of the subdomain still migrates).
|
|
6863
|
+
* * `registrantPhoneNeedsEpp`: the registry owner (registrant) phone is not EPP-conformant; a reformat-to-EPP heal will be attempted during migration. Non-blocking — the read path cannot tell whether the heal will ultimately succeed, so it only warns; the create path is the actual gate.
|
|
6864
|
+
*/
|
|
6865
|
+
type DomainmigrationDomainMigrationWarningReason = "subdomainInvalidIngressHostname" | "subdomainInvalidDnsName" | "subdomainNsRecordsOverridden" | "registrantPhoneNeedsEpp";
|
|
6866
|
+
interface ActivitylogAppInstallationDesiredSystemSoftwareDeleted {
|
|
6867
|
+
changes: {
|
|
6868
|
+
after?: {
|
|
6869
|
+
softwareVersion?: string;
|
|
6870
|
+
} | null;
|
|
6871
|
+
before?: {
|
|
6872
|
+
softwareVersion?: string;
|
|
6873
|
+
} | null;
|
|
6874
|
+
};
|
|
6875
|
+
name: "app.systemsoftware-deleted";
|
|
6876
|
+
parameters: {
|
|
6877
|
+
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6878
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6879
|
+
};
|
|
6880
|
+
}
|
|
6881
|
+
interface ActivitylogAppInstallationRequested {
|
|
6882
|
+
name: "app.requested";
|
|
6883
|
+
parameters: {
|
|
6884
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6885
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6886
|
+
};
|
|
6887
|
+
}
|
|
6830
6888
|
interface CommonsAddress {
|
|
6831
6889
|
street: string;
|
|
6832
6890
|
houseNumber: string;
|
|
@@ -18904,6 +18962,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18904
18962
|
}
|
|
18905
18963
|
}
|
|
18906
18964
|
}
|
|
18965
|
+
namespace V2ProjectsProjectIdDomainMigrations {
|
|
18966
|
+
namespace Get {
|
|
18967
|
+
namespace Parameters {
|
|
18968
|
+
type Path = {
|
|
18969
|
+
projectId: string;
|
|
18970
|
+
};
|
|
18971
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18972
|
+
type Query = {};
|
|
18973
|
+
}
|
|
18974
|
+
namespace Responses {
|
|
18975
|
+
namespace $200 {
|
|
18976
|
+
namespace Content {
|
|
18977
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[];
|
|
18978
|
+
}
|
|
18979
|
+
}
|
|
18980
|
+
namespace $400 {
|
|
18981
|
+
namespace Content {
|
|
18982
|
+
interface ApplicationJson {
|
|
18983
|
+
[k: string]: unknown;
|
|
18984
|
+
}
|
|
18985
|
+
}
|
|
18986
|
+
}
|
|
18987
|
+
namespace $429 {
|
|
18988
|
+
namespace Content {
|
|
18989
|
+
interface ApplicationJson {
|
|
18990
|
+
[k: string]: unknown;
|
|
18991
|
+
}
|
|
18992
|
+
}
|
|
18993
|
+
}
|
|
18994
|
+
namespace Default {
|
|
18995
|
+
namespace Content {
|
|
18996
|
+
interface ApplicationJson {
|
|
18997
|
+
[k: string]: unknown;
|
|
18998
|
+
}
|
|
18999
|
+
}
|
|
19000
|
+
}
|
|
19001
|
+
}
|
|
19002
|
+
}
|
|
19003
|
+
}
|
|
18907
19004
|
namespace V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail {
|
|
18908
19005
|
namespace Post {
|
|
18909
19006
|
namespace Parameters {
|
|
@@ -20781,6 +20878,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20781
20878
|
type Query = {
|
|
20782
20879
|
extensionId?: string;
|
|
20783
20880
|
extensionInstanceId?: string;
|
|
20881
|
+
state?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[];
|
|
20784
20882
|
limit?: number;
|
|
20785
20883
|
skip?: number;
|
|
20786
20884
|
page?: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.398.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.399.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.399.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.399.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": "441491160f69736f12c22a7dd0921c13066c617a"
|
|
84
84
|
}
|